Merge "Toggle Creating flavors and uploading images"

This commit is contained in:
Zuul 2018-01-16 20:47:54 +00:00 committed by Gerrit Code Review
commit cc70a27c54
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