Svimba | 6f9ffc5 | 2018-06-05 17:36:36 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.system.repo.mcp.contrail |
| 3 | - system.opencontrail.compute.cluster |
| 4 | - system.opencontrail.client.cluster |
| 5 | - system.opencontrail.client.resource.virtual_router |
| 6 | - system.opencontrail.client.resource.k8s_api |
| 7 | - system.opencontrail.compute.cluster4_0 |
| 8 | - cluster.k8s-ha-contrail-40.infra |
| 9 | - cluster.k8s-ha-contrail-40.opencontrail |
| 10 | |
| 11 | parameters: |
| 12 | _param: |
| 13 | opencontrail_compute_address: ${_param:single_address} |
| 14 | opencontrail_compute_iface: ens4 |
| 15 | opencontrail_compute_gateway: 172.16.10.1 |
| 16 | opencontrail_compute_dns: 8.8.8.8 |
| 17 | opencontrail: |
| 18 | common: |
| 19 | identity: |
| 20 | engine: k8s |
| 21 | host: none |
| 22 | token: none |
| 23 | password: none |
| 24 | network: |
| 25 | engine: k8s |
| 26 | host: none |
| 27 | client: |
| 28 | api: |
| 29 | host: ${_param:opencontrail_control_address} |
| 30 | port: 9100 |
| 31 | identity: |
| 32 | engine: k8s |
| 33 | host: none |
| 34 | token: none |
| 35 | password: none |
| 36 | |
| 37 | kubernetes: |
| 38 | pool: |
| 39 | network: |
| 40 | hash: 2276df10feae8f09fb50dce3a96fff6c |
| 41 | linux: |
| 42 | network: |
| 43 | concat_iface_files: |
| 44 | - src: '/etc/network/interfaces.d/50-cloud-init.cfg' |
| 45 | dst: '/etc/network/interfaces' |