Vasyl Saienko | 060481c | 2018-03-23 14:29:13 +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.linux.storage.loopback |
| 7 | - system.nova.compute.cluster |
| 8 | - system.neutron.compute.cluster |
| 9 | - system.ceilometer.client.nova_compute |
| 10 | - system.ceilometer.agent.cluster |
| 11 | - system.ceilometer.agent.polling.default |
| 12 | - system.linux.network.interface.single_ovs_dvr |
| 13 | - service.cinder.volume.single |
| 14 | - system.cinder.volume.backend.lvm |
| 15 | - cluster.virtual-mcp-pike-dvr-ssl-barbican |
| 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 | loopback_device_size: 20 |
| 24 | nova: |
| 25 | compute: |
| 26 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| 27 | barbican: |
| 28 | enabled: ${_param:barbican_integration_enabled} |
| 29 | identity: |
| 30 | protocol: https |
| 31 | network: |
| 32 | protocol: https |
| 33 | glance: |
| 34 | protocol: https |
| 35 | image: |
| 36 | protocol: https |
| 37 | neutron: |
| 38 | compute: |
| 39 | notification: |
| 40 | driver: messagingv2 |
| 41 | topics: "notifications" |
| 42 | cinder: |
| 43 | volume: |
| 44 | barbican: |
| 45 | enabled: ${_param:barbican_integration_enabled} |
| 46 | linux: |
| 47 | network: |
| 48 | interface: |
| 49 | primary_interface: |
| 50 | ipflush_onchange: true |
| 51 | tenant_interface: |
| 52 | ipflush_onchange: true |
| 53 | external_interface: |
| 54 | ipflush_onchange: true |