Centralize testing preparation

Adding dependencies and default vars in order to use
bifrost-prepare-for-test as the main role to prepare
for testing.
This commit is contained in:
Julia Kreger 2015-04-01 17:50:26 -04:00
parent 57fb88ddb5
commit e16bdf274c
2 changed files with 10 additions and 2 deletions

View File

@ -113,4 +113,10 @@ galaxy_info:
#- packaging
#- system
#- web
dependencies: []
dependencies:
- bifrost-create-vm-nodes
- ironic-install
- ironic-enroll
- bifrost-validate-host-for-deploy
- bifrost-configdrives
- bifrost-setup-nodes

View File

@ -1,2 +1,4 @@
---
# vars file for bifrost-prepare-for-test
cleaning: false
testing: true
baremetal_csv_file: "/tmp/baremetal.csv"