Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.system.repo.mcp.apt_mirantis.openstack |
| 3 | - system.linux.system.repo.mcp.extra |
| 4 | - system.linux.system.repo.mcp.apt_mirantis.saltstack_2016_3 |
| 5 | - system.linux.network.hosts |
| 6 | - system.nova.compute.cluster |
| 7 | - system.neutron.compute.cluster |
| 8 | - system.ceilometer.agent.cluster |
| 9 | - system.linux.network.interface.single_ovs_dvr |
| 10 | - system.prometheus.exporters.libvirt |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame^] | 11 | - cluster.virtual-mcp-pike-dvr |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 12 | parameters: |
| 13 | _param: |
| 14 | primary_interface: ens4 |
| 15 | tenant_interface: ens5 |
| 16 | external_interface: ens6 |
| 17 | interface_mtu: 1500 |
| 18 | linux_system_codename: xenial |
| 19 | neutron: |
| 20 | compute: |
| 21 | notification: |
| 22 | driver: messagingv2 |
| 23 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 24 | nova: |
| 25 | compute: |
| 26 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| 27 | message_queue: |
| 28 | members: |
| 29 | - host: ${_param:openstack_control_node01_address} |
| 30 | - host: ${_param:openstack_control_node02_address} |
| 31 | - host: ${_param:openstack_control_node03_address} |
| 32 | notification: |
| 33 | driver: messagingv2 |
| 34 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 35 | notify_on: |
| 36 | state_change: vm_and_task_state |