Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.system.repo.mcp.contrail |
Marek Celoud | d6e05da | 2017-04-28 14:57:14 +0200 | [diff] [blame] | 3 | - system.linux.system.repo.mcp.openstack |
Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 4 | - system.linux.system.repo.mcp.extra |
| 5 | - system.linux.system.repo.saltstack.xenial |
| 6 | - system.nova.compute.cluster |
Ildar Svetlov | e963a53 | 2017-06-29 13:39:37 +0400 | [diff] [blame] | 7 | - system.ceilometer.agent.cluster |
Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 8 | - system.opencontrail.compute.cluster |
Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 9 | - system.opencontrail.client.cluster |
| 10 | - system.opencontrail.client.resource.virtual_router |
Olivier Bourdon | 22df85b | 2017-06-20 16:08:57 +0200 | [diff] [blame] | 11 | - system.prometheus.exporters.libvirt |
Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 12 | - service.opencontrail.compute.cluster |
| 13 | - cluster.virtual-mcp11-contrail |
| 14 | parameters: |
| 15 | _param: |
| 16 | cluster_vip_address: ${_param:openstack_control_address} |
| 17 | cluster_local_address: ${_param:single_address} |
| 18 | cluster_node01_hostname: ctl01 |
| 19 | cluster_node01_address: ${_param:openstack_control_node01_address} |
| 20 | cluster_node02_hostname: ctl02 |
| 21 | cluster_node02_address: ${_param:openstack_control_node02_address} |
| 22 | cluster_node03_hostname: ctl03 |
| 23 | cluster_node03_address: ${_param:openstack_control_node03_address} |
| 24 | opencontrail_compute_address: ${_param:single_address} |
| 25 | opencontrail_compute_gateway: 172.16.10.1 |
| 26 | opencontrail_compute_iface: ens4 |
| 27 | linux_system_codename: xenial |
| 28 | linux: |
| 29 | network: |
Petr Jediný | b46cd72 | 2017-06-28 20:11:31 +0200 | [diff] [blame] | 30 | concat_iface_files: |
| 31 | - src: '/etc/network/interfaces.d/50-cloud-init.cfg' |
| 32 | dst: '/etc/network/interfaces' |
Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 33 | interface: |
| 34 | ens4: |
| 35 | enabled: true |
| 36 | type: eth |
| 37 | proto: manual |
| 38 | vhost0: |
| 39 | enabled: true |
| 40 | type: eth |
| 41 | mtu: 1500 |
| 42 | address: ${_param:single_address} |
| 43 | netmask: '255.255.255.0' |
| 44 | pre_up_cmds: |
| 45 | - /usr/lib/contrail/if-vhost0 |
| 46 | use_interfaces: |
| 47 | - ens4 |
| 48 | nova: |
| 49 | compute: |
| 50 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| 51 | message_queue: |
| 52 | members: |
| 53 | - host: ${_param:openstack_control_node01_address} |
| 54 | - host: ${_param:openstack_control_node02_address} |
| 55 | - host: ${_param:openstack_control_node03_address} |
| 56 | notification: |
| 57 | driver: messagingv2 |
| 58 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 59 | notify_on: |
| 60 | state_change: vm_and_task_state |
| 61 | ceilometer: |
| 62 | agent: |
| 63 | message_queue: |
| 64 | members: |
| 65 | - host: ${_param:openstack_control_node01_address} |
| 66 | - host: ${_param:openstack_control_node02_address} |
| 67 | - host: ${_param:openstack_control_node03_address} |
Marek Celoud | ed04742 | 2017-04-10 17:41:24 +0200 | [diff] [blame] | 68 | opencontrail: |
| 69 | common: |
| 70 | network: |
| 71 | host: ${_param:openstack_control_address} |