blob: b74e2ca2640abdebea78e3b5dfe8275f3d5bc0a1 [file] [log] [blame]
Aleksandr Shaposhnikov25eb1ff2018-02-26 17:56:29 +00001classes:
2- system.linux.system.repo_local.mcp.apt_mirantis.openstack
3- system.linux.system.repo_local.mcp.extra
4- system.linux.system.repo_local.mcp.apt_mirantis.saltstack_2016_3
5- system.linux.system.repo_local.mcp.apt_mirantis.ceph
6- system.linux.network.hosts
7- system.nova.compute.cluster
8- system.neutron.compute.cluster
9- system.ceilometer.agent.cluster
10- system.prometheus.exporters.libvirt
11- cluster.virtual-offline-pike-ovs-dpdk
12- system.nova.compute.nfv.cpu_pinning
13- system.nova.compute.nfv.sriov
14- system.neutron.compute.nfv.dpdk
15- system.neutron.compute.nfv.sriov
16
17parameters:
18 _param:
19 primary_interface: ens4
20 tenant_interface: ens5
21 external_interface: ens6
22 interface_mtu: 1500
23 linux_system_codename: xenial
24 sriov_nic01_device_name: enp5s0f1
25 sriov_nic01_numvfs: 16
26 sriov_nic01_physical_network: physnet3
27 sriov_unsafe_interrupts: False
28 dpdk0_pci: '"0000:04:00"'
29 nova_cpu_pinning: 0,1,2
30 compute_dpdk_driver: uio
31 compute_kernel_isolcpu: ${_param:nova_cpu_pinning}
32 compute_ovs_pmd_cpu_mask: "0x6"
33 compute_ovs_dpdk_socket_mem: "1024"
34 compute_ovs_dpdk_lcore_mask: "0x400"
35 compute_ovs_memory_channels: "2"
36
37 nova:
38 compute:
39 vncproxy_url: http://${_param:cluster_vip_address}:6080
40 notification:
41 driver: messagingv2
42 topics: "notifications,${_param:stacklight_notification_topic}"
43 notify_on:
44 state_change: vm_and_task_state
45 message_queue:
46 members:
47 - host: ${_param:openstack_control_node01_address}
48 - host: ${_param:openstack_control_node02_address}
49 - host: ${_param:openstack_control_node03_address}
50 linux:
51 network:
52 bridge: openvswitch
53 interface:
54 dhcp_int:
55 enabled: true
56 name: ens3
57 proto: dhcp
58 type: eth
59 mtu: ${_param:interface_mtu}
60 primary_interface:
61 enabled: true
62 name: ${_param:primary_interface}
63 mtu: ${_param:interface_mtu}
64 proto: manual
65 type: eth
66 tenant_interface:
67 enabled: true
68 name: ${_param:tenant_interface}
69 mtu: ${_param:interface_mtu}
70 proto: manual
71 type: eth
72 br-mgmt:
73 enabled: true
74 type: bridge
75 proto: static
76 address: ${_param:single_address}
77 netmask: 255.255.255.0
78 use_interfaces:
79 - ${_param:primary_interface}
80 br-mesh:
81 enabled: true
82 type: bridge
83 proto: static
84 address: ${_param:tenant_address}
85 netmask: 255.255.255.0
86 use_interfaces:
87 - ${_param:tenant_interface}