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 |
Oleh Hryhorov | c1ac732 | 2018-04-18 15:35:03 +0300 | [diff] [blame] | 8 | - system.cinder.volume.single |
| 9 | - system.cinder.volume.backend.lvm |
| 10 | - system.linux.storage.loopback |
Mykyta Karpin | 10193c5 | 2018-03-19 18:17:40 +0200 | [diff] [blame] | 11 | - system.ceilometer.client.nova_compute |
Mykyta Karpin | 976cc20 | 2018-07-11 06:28:24 +0300 | [diff] [blame] | 12 | - system.ceilometer.agent.telemetry.cluster |
Mykyta Karpin | 10193c5 | 2018-03-19 18:17:40 +0200 | [diff] [blame] | 13 | - system.ceilometer.agent.polling.default |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 14 | - system.linux.network.interface.single_ovs_dvr |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 15 | - cluster.virtual-mcp-pike-dvr |
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 |
Oleh Hryhorov | c1ac732 | 2018-04-18 15:35:03 +0300 | [diff] [blame] | 23 | loopback_device_size: 20 |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 24 | nova: |
| 25 | compute: |
| 26 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| 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} |
Vasyl Saienko | 4b63c29 | 2018-04-26 09:25:04 +0000 | [diff] [blame] | 32 | # Compute nodes on devcloud can have different CPUs, we need this |
| 33 | # to make sure live migration always work even when cmp VMs are on different computes |
| 34 | cpu_mode: custom |
| 35 | libvirt: |
| 36 | cpu_model: kvm64 |
Tatyana Leontovich | 611a496 | 2018-07-23 17:12:10 +0300 | [diff] [blame] | 37 | logging: |
| 38 | level: 3 |
| 39 | filters: '3:remote 4:event' |
| 40 | outputs: '3:syslog:libvirtd' |
| 41 | buffer_size: 64 |
| 42 | qemu: |
| 43 | logging: |
| 44 | handler: logd |
| 45 | virtlog: |
| 46 | enabled: true |
| 47 | level: 3 |
| 48 | filters: '3:remote 4:event' |
| 49 | outputs: '3:syslog:virtlogd' |
| 50 | max_clients: 1024 |
| 51 | max_size: 2097152 |
| 52 | max_backups: 3 |
Mykyta Karpin | 10193c5 | 2018-03-19 18:17:40 +0200 | [diff] [blame] | 53 | neutron: |
| 54 | compute: |
| 55 | notification: |
| 56 | driver: messagingv2 |
| 57 | topics: "notifications" |
Vasyl Saienko | 7b4feb9 | 2018-03-27 10:48:54 +0300 | [diff] [blame] | 58 | linux: |
| 59 | network: |
| 60 | interface: |
| 61 | primary_interface: |
| 62 | ipflush_onchange: true |
| 63 | tenant_interface: |
| 64 | ipflush_onchange: true |
| 65 | external_interface: |
| 66 | ipflush_onchange: true |