Tatyana Leontovich | 3ca999a | 2017-04-11 12:52:19 +0300 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.system.repo.mcp.openstack |
| 3 | - system.linux.system.repo.mcp.extra |
| 4 | - system.linux.system.repo.saltstack.xenial |
Jiri Broulik | 432ae9c | 2017-08-17 10:24:23 +0200 | [diff] [blame] | 5 | - system.linux.network.hosts |
Tatyana Leontovich | 3ca999a | 2017-04-11 12:52:19 +0300 | [diff] [blame] | 6 | - system.nova.compute.cluster |
| 7 | - system.neutron.compute.cluster |
Tatyana Leontovich | 81b32a9 | 2017-07-20 16:24:23 +0300 | [diff] [blame] | 8 | - system.ceilometer.agent.cluster |
Tatyana Leontovich | 3ca999a | 2017-04-11 12:52:19 +0300 | [diff] [blame] | 9 | - system.linux.network.interface.single_ovs_dvr |
Tatyana Leontovich | 81b32a9 | 2017-07-20 16:24:23 +0300 | [diff] [blame] | 10 | - system.prometheus.exporters.libvirt |
Tatyana Leontovich | 3ca999a | 2017-04-11 12:52:19 +0300 | [diff] [blame] | 11 | - cluster.virtual-mcp-ocata-dvr |
Tatyana Leontovich | 3ca999a | 2017-04-11 12:52:19 +0300 | [diff] [blame] | 12 | parameters: |
| 13 | _param: |
| 14 | primary_interface: ens4 |
| 15 | tenant_interface: ens5 |
| 16 | external_interface: ens6 |
Tatyana Leontovich | 33058d1 | 2017-11-28 16:23:19 +0200 | [diff] [blame^] | 17 | interface_mtu: 1500 |
Tatyana Leontovich | 3ca999a | 2017-04-11 12:52:19 +0300 | [diff] [blame] | 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 |
Tatyana Leontovich | 3ca999a | 2017-04-11 12:52:19 +0300 | [diff] [blame] | 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 |