Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [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 |
Jiri Broulik | abd4e38 | 2017-07-21 17:24:22 +0200 | [diff] [blame] | 5 | - system.nova.compute.single |
| 6 | - service.neutron.compute.single |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 7 | - cluster.os_aio_ovs |
| 8 | parameters: |
| 9 | _param: |
| 10 | primary_interface: ens4 |
| 11 | tenant_interface: ens5 |
| 12 | external_interface: ens6 |
| 13 | interface_mtu: 9000 |
| 14 | linux_system_codename: xenial |
| 15 | nova: |
| 16 | compute: |
| 17 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| 18 | notification: |
| 19 | driver: messagingv2 |
| 20 | topics: "notifications" |
| 21 | notify_on: |
| 22 | state_change: vm_and_task_state |
| 23 | message_queue: |
Jiri Broulik | f212d21 | 2017-07-21 11:09:00 +0200 | [diff] [blame] | 24 | host: ${_param:openstack_control_node01_address} |
Jiri Broulik | abd4e38 | 2017-07-21 17:24:22 +0200 | [diff] [blame] | 25 | image: |
| 26 | engine: glance |
| 27 | host: ${_param:glance_service_host} |
| 28 | port: 9292 |
| 29 | network: |
| 30 | engine: neutron |
| 31 | host: ${_param:neutron_service_host} |
| 32 | port: 9696 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 33 | linux: |
| 34 | network: |
| 35 | bridge: openvswitch |
Jiri Broulik | f212d21 | 2017-07-21 11:09:00 +0200 | [diff] [blame] | 36 | concat_iface_files: |
| 37 | - src: '/etc/network/interfaces.d/50-cloud-init.cfg' |
| 38 | dst: '/etc/network/interfaces' |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 39 | interface: |
| 40 | dhcp_int: |
| 41 | enabled: true |
| 42 | name: ens3 |
| 43 | proto: dhcp |
| 44 | type: eth |
| 45 | mtu: ${_param:interface_mtu} |
| 46 | primary_interface: |
| 47 | enabled: true |
Jiri Broulik | f212d21 | 2017-07-21 11:09:00 +0200 | [diff] [blame] | 48 | ipflush_onchange: true |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 49 | name: ${_param:primary_interface} |
| 50 | mtu: ${_param:interface_mtu} |
| 51 | proto: manual |
| 52 | type: eth |
| 53 | tenant_interface: |
| 54 | enabled: true |
Jiri Broulik | f212d21 | 2017-07-21 11:09:00 +0200 | [diff] [blame] | 55 | ipflush_onchange: true |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 56 | name: ${_param:tenant_interface} |
| 57 | mtu: ${_param:interface_mtu} |
| 58 | proto: manual |
| 59 | type: eth |
| 60 | br-mgmt: |
| 61 | enabled: true |
| 62 | type: bridge |
| 63 | proto: static |
| 64 | address: ${_param:single_address} |
| 65 | netmask: 255.255.255.0 |
| 66 | use_interfaces: |
| 67 | - ${_param:primary_interface} |
| 68 | br-mesh: |
| 69 | enabled: true |
| 70 | type: bridge |
| 71 | proto: static |
| 72 | address: ${_param:tenant_address} |
| 73 | netmask: 255.255.255.0 |
| 74 | use_interfaces: |
| 75 | - ${_param:tenant_interface} |