fluke/devops-service/tests/templates/fixtures/deploy_env.yml
2014-11-27 19:45:35 +04:00

14 lines
305 B
YAML

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