Ilya Kharin | 9b2348c | 2017-04-13 15:55:32 +0400 | [diff] [blame] | 1 | parameters: |
Ilya Kharin | ff1de27 | 2017-06-08 05:55:02 +0400 | [diff] [blame] | 2 | _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 Kharin | 0d84a80 | 2017-07-01 19:40:28 +0400 | [diff] [blame] | 11 | rundeck_cis_os_docker_image: docker-prod-local.artifactory.mirantis.com/mirantis/oss/cis-openstack:latest |
Ilya Kharin | 9b2348c | 2017-04-13 15:55:32 +0400 | [diff] [blame] | 12 | rundeck: |
| 13 | client: |
| 14 | project: |
| 15 | cicd: |
| 16 | description: "CI/CD Runbooks" |
| 17 | node: |
| 18 | node01: |
| 19 | nodename: ${_param:cluster_node01_name}.${_param:cluster_domain} |
| 20 | hostname: ${_param:cluster_node01_address} |
| 21 | username: ${_param:rundeck_runbook_user} |
| 22 | tags: [cicd, docker] |
| 23 | node02: |
| 24 | nodename: ${_param:cluster_node02_name}.${_param:cluster_domain} |
| 25 | hostname: ${_param:cluster_node02_address} |
| 26 | username: ${_param:rundeck_runbook_user} |
| 27 | tags: [cicd, docker] |
| 28 | node03: |
| 29 | nodename: ${_param:cluster_node03_name}.${_param:cluster_domain} |
| 30 | hostname: ${_param:cluster_node03_address} |
| 31 | username: ${_param:rundeck_runbook_user} |
| 32 | tags: [cicd, docker] |
Ilya Kharin | ff1de27 | 2017-06-08 05:55:02 +0400 | [diff] [blame] | 33 | plugin: |
| 34 | import: |
| 35 | address: ${_param:rundeck_cis_jobs_repository} |
| 36 | branch: ${_param:rundeck_cis_jobs_revision} |
| 37 | secret: |
| 38 | cis/elasticsearch/url: |
| 39 | type: password |
| 40 | content: ${_param:rundeck_cis_elasticsearch_url} |
| 41 | cis/openstack/auth_url: |
| 42 | type: password |
| 43 | content: ${_param:rundeck_cis_os_auth_url} |
| 44 | cis/openstack/username: |
| 45 | type: password |
| 46 | content: ${_param:rundeck_cis_os_username} |
| 47 | cis/openstack/password: |
| 48 | type: password |
| 49 | content: ${_param:rundeck_cis_os_password} |
| 50 | cis/openstack/project_name: |
| 51 | type: password |
| 52 | content: ${_param:rundeck_cis_os_project_name} |
| 53 | cis/openstack/domain_id: |
| 54 | type: password |
| 55 | content: ${_param:rundeck_cis_os_domain_id} |
Ilya Kharin | 0d84a80 | 2017-07-01 19:40:28 +0400 | [diff] [blame] | 56 | cis/openstack/image: |
| 57 | type: password |
| 58 | content: ${_param:rundeck_cis_os_docker_image} |