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 |
Mykyta Karpin | 10193c5 | 2018-03-19 18:17:40 +0200 | [diff] [blame] | 8 | - system.ceilometer.client.nova_compute |
| 9 | - system.ceilometer.agent.cluster |
| 10 | - system.ceilometer.agent.polling.default |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 11 | - system.linux.network.interface.single_ovs_dvr |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 12 | - cluster.virtual-mcp-pike-dvr |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 13 | parameters: |
| 14 | _param: |
| 15 | primary_interface: ens4 |
| 16 | tenant_interface: ens5 |
| 17 | external_interface: ens6 |
| 18 | interface_mtu: 1500 |
| 19 | linux_system_codename: xenial |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 20 | nova: |
| 21 | compute: |
| 22 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| 23 | message_queue: |
| 24 | members: |
| 25 | - host: ${_param:openstack_control_node01_address} |
| 26 | - host: ${_param:openstack_control_node02_address} |
| 27 | - host: ${_param:openstack_control_node03_address} |
Mykyta Karpin | 10193c5 | 2018-03-19 18:17:40 +0200 | [diff] [blame] | 28 | neutron: |
| 29 | compute: |
| 30 | notification: |
| 31 | driver: messagingv2 |
| 32 | topics: "notifications" |
Vasyl Saienko | 7b4feb9 | 2018-03-27 10:48:54 +0300 | [diff] [blame] | 33 | linux: |
| 34 | network: |
| 35 | interface: |
| 36 | primary_interface: |
| 37 | ipflush_onchange: true |
| 38 | tenant_interface: |
| 39 | ipflush_onchange: true |
| 40 | external_interface: |
| 41 | ipflush_onchange: true |