Toggle Creating flavors and uploading images
* Allows outside orchestration to control flavors/image upload Change-Id: I8009d01aaa417b8336f0b0a4e495963d28e9dd30
This commit is contained in:
parent
c07ac2f838
commit
8c3c54d218
@ -13,8 +13,8 @@
|
||||
- perfkitbenchmarker
|
||||
- rally
|
||||
- shaker
|
||||
- flavors
|
||||
- images
|
||||
- { role: flavors, when: browbeat_create_flavors}
|
||||
- { role: images, when: browbeat_upload_guest_images}
|
||||
- { role: workloads, when: install_browbeat_workloads}
|
||||
environment: "{{proxy_env}}"
|
||||
|
||||
|
@ -85,10 +85,13 @@ browbeat_workloads:
|
||||
########################################
|
||||
# Other Install Configuration Items
|
||||
########################################
|
||||
# Toggle creating flavors:
|
||||
browbeat_create_flavors: true
|
||||
|
||||
# Guest images for the Overcloud
|
||||
# Note hash key name must match intended name for image upload to
|
||||
# work consistently (Ex. images['cirros'].name == 'cirros')
|
||||
browbeat_upload_guest_images: true
|
||||
browbeat_guest_images:
|
||||
centos7:
|
||||
name: centos7
|
||||
|
Loading…
x
Reference in New Issue
Block a user