ibumarskov | 95a8e2c | 2018-04-25 15:24:36 +0400 | [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.saltstack.trusty |
| 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 | - cluster.virtual-mcp-mitaka-dvr-trusty |
| 12 | parameters: |
| 13 | _param: |
| 14 | primary_interface: eth1 |
| 15 | tenant_interface: eth2 |
| 16 | external_interface: eth3 |
| 17 | interface_mtu: 1500 |
| 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 | message_queue: |
| 27 | members: |
| 28 | - host: ${_param:openstack_control_node01_address} |
| 29 | - host: ${_param:openstack_control_node02_address} |
| 30 | - host: ${_param:openstack_control_node03_address} |
| 31 | notification: |
| 32 | driver: messagingv2 |
| 33 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 34 | notify_on: |
| 35 | state_change: vm_and_task_state |
| 36 | linux: |
| 37 | network: |
| 38 | bridge: openvswitch |
| 39 | interface: |
| 40 | primary_interface: |
| 41 | enabled: true |
| 42 | ipflush_onchange: true |
| 43 | name: ${_param:primary_interface} |
| 44 | mtu: ${_param:interface_mtu} |
| 45 | proto: manual |
| 46 | type: eth |
| 47 | tenant_interface: |
| 48 | enabled: true |
| 49 | ipflush_onchange: true |
| 50 | name: ${_param:tenant_interface} |
| 51 | mtu: ${_param:interface_mtu} |
| 52 | proto: manual |
| 53 | type: eth |
| 54 | external_interface: |
| 55 | enabled: true |
| 56 | ipflush_onchange: true |
| 57 | name: ${_param:external_interface} |
| 58 | mtu: ${_param:interface_mtu} |
| 59 | proto: manual |
| 60 | type: eth |