2018-04-04 22:44:39 +03:00
|
|
|
environment:
|
|
|
|
|
id: static_env
|
2015-10-06 13:50:26 +03:00
|
|
|
provider: "static"
|
|
|
|
|
run_list: []
|
|
|
|
|
expires: null
|
|
|
|
|
users: []
|
2018-04-04 22:44:39 +03:00
|
|
|
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"
|
2015-10-06 13:50:26 +03:00
|
|
|
|
2018-04-04 22:44:39 +03:00
|
|
|
fake_account_mandatory_fields: ['account_name', 'ssh_key']
|
|
|
|
|
category_mandatory_fields: ['id', 'provider', 'cm_tool']
|