It would sure be great if optional actually meant optional
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
b8ff832605
commit
293ab5341f
1 changed files with 1 additions and 0 deletions
|
@ -609,6 +609,7 @@
|
|||
login_username="admin" login_password="{{ ADMIN_PASS }}" login_tenant_name="admin"
|
||||
auth_url="https://{{controller_publicname}}:35357/v2.0"
|
||||
name="{{item.name}}" ram="{{item.ram}}" root="{{item.disk}}" vcpus="{{item.vcpus}}" swap="{{item.swap}}"
|
||||
ephemeral=0
|
||||
with_items:
|
||||
- { name: m1.builder, ram: 5120, disk: 50, vcpus: 2, swap: 5120 }
|
||||
- { name: ms2.builder, ram: 5120, disk: 20, vcpus: 2, swap: 75000 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue