ibumarskov | f240d1f | 2018-02-01 16:38:05 +0400 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.system.repo.mcp.openstack |
| 3 | - system.linux.system.repo.mcp.extra |
| 4 | - system.linux.system.repo.saltstack.xenial |
| 5 | - system.linux.network.hosts |
| 6 | - system.nova.compute.cluster |
| 7 | - system.neutron.compute.cluster |
| 8 | - system.heka.alarm.openstack_compute |
| 9 | - cluster.virtual-mcp-mitaka-ovs |
| 10 | parameters: |
| 11 | _param: |
| 12 | primary_interface: ens4 |
| 13 | tenant_interface: ens5 |
| 14 | external_interface: ens6 |
| 15 | interface_mtu: 1500 |
| 16 | linux_system_codename: xenial |
| 17 | nova: |
| 18 | compute: |
| 19 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| 20 | notification: |
| 21 | driver: messagingv2 |
| 22 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 23 | notify_on: |
| 24 | state_change: vm_and_task_state |
| 25 | message_queue: |
| 26 | members: |
| 27 | - host: ${_param:openstack_control_node01_address} |
| 28 | - host: ${_param:openstack_control_node02_address} |
| 29 | - host: ${_param:openstack_control_node03_address} |
| 30 | linux: |
| 31 | network: |
| 32 | bridge: openvswitch |
| 33 | interface: |
| 34 | dhcp_int: |
| 35 | enabled: true |
| 36 | name: ens3 |
| 37 | proto: dhcp |
| 38 | type: eth |
| 39 | mtu: ${_param:interface_mtu} |
| 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 | br-mgmt: |
| 55 | enabled: true |
| 56 | type: bridge |
| 57 | proto: static |
| 58 | address: ${_param:single_address} |
| 59 | netmask: 255.255.255.0 |
| 60 | use_interfaces: |
| 61 | - ${_param:primary_interface} |
| 62 | br-mesh: |
| 63 | enabled: true |
| 64 | type: bridge |
| 65 | proto: static |
| 66 | address: ${_param:tenant_address} |
| 67 | netmask: 255.255.255.0 |
| 68 | use_interfaces: |
| 69 | - ${_param:tenant_interface} |