blob: 1a4b228700cfddc5e360c1bc83b58503e4e57e42 [file] [log] [blame]
Ilya Kharin9b2348c2017-04-13 15:55:32 +04001parameters:
Ilya Kharinff1de272017-06-08 05:55:02 +04002 _param:
3 rundeck_cis_os_auth_url: none
4 rundeck_cis_os_username: admin
5 rundeck_cis_os_password: password
6 rundeck_cis_os_project_name: admin
7 rundeck_cis_os_domain_id: default
8 rundeck_cis_jobs_repository: https://gerrit.mcp.mirantis.net/oss/rundeck-cis-jobs
9 rundeck_cis_jobs_revision: master
10 rundeck_cis_elasticsearch_url: none
Ilya Kharin9b2348c2017-04-13 15:55:32 +040011 rundeck:
12 client:
13 project:
14 cicd:
15 description: "CI/CD Runbooks"
16 node:
17 node01:
18 nodename: ${_param:cluster_node01_name}.${_param:cluster_domain}
19 hostname: ${_param:cluster_node01_address}
20 username: ${_param:rundeck_runbook_user}
21 tags: [cicd, docker]
22 node02:
23 nodename: ${_param:cluster_node02_name}.${_param:cluster_domain}
24 hostname: ${_param:cluster_node02_address}
25 username: ${_param:rundeck_runbook_user}
26 tags: [cicd, docker]
27 node03:
28 nodename: ${_param:cluster_node03_name}.${_param:cluster_domain}
29 hostname: ${_param:cluster_node03_address}
30 username: ${_param:rundeck_runbook_user}
31 tags: [cicd, docker]
Ilya Kharinff1de272017-06-08 05:55:02 +040032 plugin:
33 import:
34 address: ${_param:rundeck_cis_jobs_repository}
35 branch: ${_param:rundeck_cis_jobs_revision}
36 secret:
37 cis/elasticsearch/url:
38 type: password
39 content: ${_param:rundeck_cis_elasticsearch_url}
40 cis/openstack/auth_url:
41 type: password
42 content: ${_param:rundeck_cis_os_auth_url}
43 cis/openstack/username:
44 type: password
45 content: ${_param:rundeck_cis_os_username}
46 cis/openstack/password:
47 type: password
48 content: ${_param:rundeck_cis_os_password}
49 cis/openstack/project_name:
50 type: password
51 content: ${_param:rundeck_cis_os_project_name}
52 cis/openstack/domain_id:
53 type: password
54 content: ${_param:rundeck_cis_os_domain_id}