fluke/devops-service/tests/templates/fixtures/static.yml
Tim Lianov 03dc3d8d99 v3
2018-04-04 22:44:39 +03:00

23 lines
505 B
YAML

environment:
id: static_env
provider: "static"
run_list: []
expires: null
users: []
fake_account:
account_name: test_static_account
description: This is test account for static provider
ssh_key: test_key_name
account:
account_name: &account_name foo
category:
id: "static_category"
provider:
name: "static"
account: *account_name
cm_tool:
name: "chef"
fake_account_mandatory_fields: ['account_name', 'ssh_key']
category_mandatory_fields: ['id', 'provider', 'cm_tool']