blob: ace5f1565a9867bee0b4eceac9eefc518a8be4e8 [file] [log] [blame]
Tatyana Leontovich15b38e82018-01-11 13:06:38 +02001classes:
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.nova.compute.cluster
7- system.neutron.compute.cluster
8- system.heka.alarm.openstack_compute
9- system.nova.compute.nfv.hugepages
10- system.nova.compute.nfv.cpu_pinning
11- system.neutron.compute.nfv.dpdk
12
13- cluster.virtual-pike-ovs-dpdk
14parameters:
15 _param:
16 primary_interface: ens4
17 #tenant_interface: ens5
18 external_interface: ens6
19 interface_mtu: 9000
20 linux_system_codename: xenial
21 nova:
22 compute:
23 vncproxy_url: http://${_param:cluster_vip_address}:6080
24 notification:
25 driver: messagingv2
26 topics: "notifications,${_param:stacklight_notification_topic}"
27 notify_on:
28 state_change: vm_and_task_state
29 message_queue:
30 members:
31 - host: ${_param:openstack_control_node01_address}
32 - host: ${_param:openstack_control_node02_address}
33 - host: ${_param:openstack_control_node03_address}
34 linux:
35 network:
36 bridge: openvswitch
37 interface:
38 dhcp_int:
39 enabled: true
40 name: ens3
41 proto: dhcp
42 type: eth
43 mtu: ${_param:interface_mtu}
44 primary_interface:
45 enabled: true
46 name: ${_param:primary_interface}
47 mtu: ${_param:interface_mtu}
48 proto: manual
49 type: eth
50 #tenant_interface:
51 # enabled: true
52 # name: ${_param:tenant_interface}
53 # mtu: ${_param:interface_mtu}
54 # proto: manual
55 # type: eth
56 br-mgmt:
57 enabled: true
58 type: bridge
59 proto: static
60 address: ${_param:single_address}
61 netmask: 255.255.255.0
62 use_interfaces:
63 - ${_param:primary_interface}
64 # br-mesh:
65 # enabled: true
66 # type: bridge
67 # proto: static
68 # address: ${_param:tenant_address}
69 # netmask: 255.255.255.0
70 # use_interfaces:
71 # - ${_param:tenant_interface}
72###
73 # dpdkbond1:
74 # enabled: true
75 # bridge: br-prv
76 # type: dpdk_ovs_bond
77 # mode: active-backup
78 dpdk0:
79 name: ${_param:dpdk0_name}
80 pci: ${_param:dpdk0_pci}
81 driver: igb_uio
82 bridge: br-prv
83# bond: dpdkbond1
84 enabled: true
85 type: dpdk_ovs_port
86 n_rxq: 2
87 br-prv:
88 enabled: true
89 type: dpdk_ovs_bridge
90 address: ${_param:tenant_address}
91 netmask: 255.255.255.0