Toggle Creating flavors and uploading images

* Allows outside orchestration to control flavors/image upload

Change-Id: I8009d01aaa417b8336f0b0a4e495963d28e9dd30
This commit is contained in:
akrzos 2018-01-15 15:01:07 -05:00
parent c07ac2f838
commit 8c3c54d218
2 changed files with 5 additions and 2 deletions

View File

@ -13,8 +13,8 @@
- perfkitbenchmarker - perfkitbenchmarker
- rally - rally
- shaker - shaker
- flavors - { role: flavors, when: browbeat_create_flavors}
- images - { role: images, when: browbeat_upload_guest_images}
- { role: workloads, when: install_browbeat_workloads} - { role: workloads, when: install_browbeat_workloads}
environment: "{{proxy_env}}" environment: "{{proxy_env}}"

View File

@ -85,10 +85,13 @@ browbeat_workloads:
######################################## ########################################
# Other Install Configuration Items # Other Install Configuration Items
######################################## ########################################
# Toggle creating flavors:
browbeat_create_flavors: true
# Guest images for the Overcloud # Guest images for the Overcloud
# Note hash key name must match intended name for image upload to # Note hash key name must match intended name for image upload to
# work consistently (Ex. images['cirros'].name == 'cirros') # work consistently (Ex. images['cirros'].name == 'cirros')
browbeat_upload_guest_images: true
browbeat_guest_images: browbeat_guest_images:
centos7: centos7:
name: centos7 name: centos7