Jan Cach | a2047ea | 2017-11-16 14:15:51 +0100 | [diff] [blame^] | 1 | applications: |
| 2 | - opencontrail |
| 3 | parameters: |
| 4 | opencontrail: |
| 5 | test: |
| 6 | enabled: True |
| 7 | #working dir full path to the dir where we want to have needed files |
| 8 | working_dir: '/opt/opencontrail_test' |
| 9 | url: |
| 10 | api: ${_param:opencontrail_control_address} |
| 11 | analytics: ${_param:opencontrail_analytics_address} |
| 12 | control: |
| 13 | host: |
| 14 | members: |
| 15 | - ${_param:opencontrail_control_node01_hostname}.${_param:cluster_domain} |
| 16 | - ${_param:opencontrail_control_node02_hostname}.${_param:cluster_domain} |
| 17 | - ${_param:opencontrail_control_node03_hostname}.${_param:cluster_domain} |
| 18 | analytics: |
| 19 | host: |
| 20 | members: |
| 21 | - ${_param:opencontrail_analytics_node01_hostname}.${_param:cluster_domain} |
| 22 | - ${_param:opencontrail_analytics_node02_hostname}.${_param:cluster_domain} |
| 23 | - ${_param:opencontrail_analytics_node03_hostname}.${_param:cluster_domain} |
| 24 | compute: |
| 25 | host: |
| 26 | members: |
| 27 | - ${_param:openstack_compute_node01_hostname}.${_param:cluster_domain} |
| 28 | - ${_param:openstack_compute_node02_hostname}.${_param:cluster_domain} |
| 29 | identity: |
| 30 | version: ${_param:keystone_version} |
| 31 | service_token: ${_param:keystone_service_token} |
| 32 | service_tenant: service |
| 33 | admin_tenant: admin |
| 34 | admin_name: admin |
| 35 | admin_password: ${_param:keystone_admin_password} |
| 36 | password: ${_param:keystone_admin_password} |
| 37 | cacert: '/etc/ssl/certs/ca-certificates.crt' |
| 38 | bind: |
| 39 | address: 0.0.0.0 |
| 40 | private_address: ${_param:keystone_service_host} |
| 41 | private_port: 35357 |
| 42 | public_address: ${_param:keystone_service_host} |
| 43 | public_port: 5000 |
| 44 | region: RegionOne |