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
- 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}}"

View File

@ -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