Skip to content

Commit

Permalink
update readme, cirros image url and add it to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
epcim committed Dec 14, 2017
1 parent aafdc6b commit 81addf6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ Sample pillars
storage:
engine: file
images:
- name: "CirrOS 0.3.1"
- name: "CirrOS"
format: qcow2
file: cirros-0.3.1-x86_64-disk.img
source: http://cdn.download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img
public: true
file: cirros-0.4.0-x86_64-disk.img
source: https://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img
visibility: true
audit:
enabled: false
api_limit_max: 100
Expand Down
12 changes: 12 additions & 0 deletions tests/pillar/single.sls
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,15 @@ glance:
policy:
publicize_image: "role:admin"
add_member:
images:
- name: "CirrOS"
format: qcow2
file: cirros-0.4.0-x86_64-disk.img
source: https://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img
visibility: true
- name: "CirrOS4"
format: qcow2
file: cirros-0.4.0-x86_64-disk.img
source: https://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img
# TODO: for backward compatibility, test public option.
public: true

0 comments on commit 81addf6

Please sign in to comment.