Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.system.repo.mcp.contrail |
| 3 | - system.linux.system.repo.mcp.openstack |
| 4 | - system.linux.system.repo.mcp.extra |
| 5 | - system.linux.system.repo.saltstack.xenial |
| 6 | - system.nova.compute.cluster |
| 7 | - system.opencontrail.compute.cluster |
| 8 | - system.opencontrail.client.cluster |
| 9 | - system.opencontrail.client.resource.virtual_router |
| 10 | - service.opencontrail.compute.cluster |
Martin Polreich | 1ee2e09 | 2017-08-10 16:06:57 +0200 | [diff] [blame^] | 11 | - system.prometheus.exporters.libvirt |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 12 | - cluster.sl_os_contrail |
| 13 | parameters: |
| 14 | _param: |
| 15 | cluster_vip_address: ${_param:openstack_control_address} |
| 16 | cluster_local_address: ${_param:single_address} |
| 17 | cluster_node01_hostname: ctl01 |
| 18 | cluster_node01_address: ${_param:openstack_control_node01_address} |
| 19 | cluster_node02_hostname: ctl02 |
| 20 | cluster_node02_address: ${_param:openstack_control_node02_address} |
| 21 | cluster_node03_hostname: ctl03 |
| 22 | cluster_node03_address: ${_param:openstack_control_node03_address} |
| 23 | opencontrail_compute_address: ${_param:single_address} |
| 24 | opencontrail_compute_gateway: 172.16.10.1 |
| 25 | opencontrail_compute_iface: ens4 |
| 26 | linux_system_codename: xenial |
| 27 | linux: |
| 28 | network: |
Adam Tengler | 0900fa8 | 2017-07-03 15:33:42 +0000 | [diff] [blame] | 29 | concat_iface_files: |
| 30 | - src: '/etc/network/interfaces.d/50-cloud-init.cfg' |
| 31 | dst: '/etc/network/interfaces' |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 32 | interface: |
| 33 | ens4: |
| 34 | enabled: true |
| 35 | type: eth |
| 36 | proto: manual |
| 37 | vhost0: |
| 38 | enabled: true |
| 39 | type: eth |
| 40 | mtu: 1500 |
| 41 | address: ${_param:single_address} |
| 42 | netmask: '255.255.255.0' |
| 43 | pre_up_cmds: |
| 44 | - /usr/lib/contrail/if-vhost0 |
| 45 | use_interfaces: |
| 46 | - ens4 |
| 47 | nova: |
| 48 | compute: |
| 49 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| 50 | message_queue: |
| 51 | members: |
| 52 | - host: ${_param:openstack_control_node01_address} |
| 53 | - host: ${_param:openstack_control_node02_address} |
| 54 | - host: ${_param:openstack_control_node03_address} |
| 55 | notification: |
| 56 | driver: messagingv2 |
| 57 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 58 | notify_on: |
| 59 | state_change: vm_and_task_state |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 60 | opencontrail: |
| 61 | common: |
| 62 | network: |
| 63 | host: ${_param:openstack_control_address} |