fluke/devops-service/tests/templates/fixtures/deploy_env.yml

14 lines
305 B
YAML
Raw Normal View History

2014-11-27 18:45:35 +03:00
openstack:
valid: &valid
"identifier": "test"
"run_list": []
"expires": "10d"
"provider": "openstack"
"users": [ "test" ]
"flavor": "test_flavor"
"image": "test_image"
"subnets": ["test_network"]
invalid:
run_list:
<<: *valid
"run_list": [ "wrong_role"]