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 |
Martin Polreich | a0addcc | 2018-06-25 11:32:52 +0200 | [diff] [blame^] | 4 | - system.linux.system.repo.mcp.apt_mirantis.saltstack |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 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 |
| 11 | - system.nova.compute.storage.ceph |
| 12 | - system.ceph.common.cluster |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 13 | - cluster.virtual-mcp-pike-dvr-ceph-rgw |
| 14 | - cluster.virtual-mcp-pike-dvr-ceph-rgw.infra |
| 15 | - cluster.virtual-mcp-pike-dvr-ceph-rgw.ceph.common |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 16 | parameters: |
| 17 | _param: |
| 18 | primary_interface: ens4 |
| 19 | tenant_interface: ens5 |
| 20 | external_interface: ens6 |
| 21 | interface_mtu: 1500 |
| 22 | linux_system_codename: xenial |
| 23 | neutron: |
| 24 | compute: |
| 25 | notification: |
| 26 | driver: messagingv2 |
| 27 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 28 | nova: |
| 29 | compute: |
| 30 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| 31 | message_queue: |
| 32 | members: |
| 33 | - host: ${_param:openstack_control_node01_address} |
| 34 | - host: ${_param:openstack_control_node02_address} |
| 35 | - host: ${_param:openstack_control_node03_address} |
| 36 | notification: |
| 37 | driver: messagingv2 |
| 38 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 39 | notify_on: |
| 40 | state_change: vm_and_task_state |