Jeepyb User | dd14e0b | 2017-02-28 15:19:32 +0000 | [diff] [blame] | 1 | classes: |
Ondrej Smola | 6b5d0aa | 2017-03-22 18:15:38 +0100 | [diff] [blame] | 2 | - system.linux.system.repo.mcp.openstack |
| 3 | - system.linux.system.repo.mcp.extra |
Martin Polreich | 47393e4 | 2018-08-07 10:57:41 +0200 | [diff] [blame^] | 4 | - system.linux.system.repo.mcp.apt_mirantis.saltstack |
Jiri Broulik | 432ae9c | 2017-08-17 10:24:23 +0200 | [diff] [blame] | 5 | - system.linux.network.hosts |
Jeepyb User | dd14e0b | 2017-02-28 15:19:32 +0000 | [diff] [blame] | 6 | - system.nova.compute.cluster |
| 7 | - system.neutron.compute.cluster |
| 8 | - system.linux.network.interface.single_ovs_dvr |
| 9 | - cluster.virtual-mcp10-dvr |
| 10 | - system.heka.alarm.openstack_compute |
| 11 | parameters: |
| 12 | _param: |
| 13 | primary_interface: ens4 |
| 14 | tenant_interface: ens5 |
| 15 | external_interface: ens6 |
| 16 | interface_mtu: 9000 |
| 17 | linux_system_codename: xenial |
| 18 | neutron: |
| 19 | compute: |
| 20 | notification: |
| 21 | driver: messagingv2 |
| 22 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 23 | nova: |
| 24 | compute: |
| 25 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| 26 | notification: |
| 27 | driver: messagingv2 |
| 28 | message_queue: |
| 29 | members: |
| 30 | - host: ${_param:openstack_control_node01_address} |
| 31 | - host: ${_param:openstack_control_node02_address} |
| 32 | - host: ${_param:openstack_control_node03_address} |
| 33 | notification: |
| 34 | driver: messagingv2 |
| 35 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 36 | notify_on: |
| 37 | state_change: vm_and_task_state |