Jeepyb User | dd14e0b | 2017-02-28 15:19:32 +0000 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.system.repo.mos92 |
| 3 | - system.nova.compute.cluster |
| 4 | - system.neutron.compute.cluster |
| 5 | - system.linux.network.interface.single_ovs_dvr |
Jiri Broulik | 432ae9c | 2017-08-17 10:24:23 +0200 | [diff] [blame] | 6 | - system.linux.network.hosts |
Jeepyb User | dd14e0b | 2017-02-28 15:19:32 +0000 | [diff] [blame] | 7 | - cluster.virtual-mcp05-dvr |
| 8 | - system.heka.alarm.openstack_compute |
| 9 | parameters: |
| 10 | _param: |
| 11 | primary_interface: eth1 |
| 12 | tenant_interface: eth2 |
| 13 | external_interface: eth3 |
| 14 | interface_mtu: 9000 |
| 15 | linux_system_codename: trusty |
| 16 | neutron: |
| 17 | compute: |
| 18 | notification: |
| 19 | driver: messagingv2 |
| 20 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 21 | nova: |
| 22 | compute: |
| 23 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| 24 | notification: |
| 25 | driver: messagingv2 |
| 26 | message_queue: |
| 27 | members: |
| 28 | - host: ${_param:openstack_control_node01_address} |
| 29 | - host: ${_param:openstack_control_node02_address} |
| 30 | - host: ${_param:openstack_control_node03_address} |
| 31 | notification: |
| 32 | driver: messagingv2 |
| 33 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 34 | notify_on: |
| 35 | state_change: vm_and_task_state |