blob: dbb1e5819b9b13941f49186b6af8ba35adf9edf4 [file] [log] [blame]
Tatyana Leontovich4f9d1a92018-03-28 15:36:40 +03001classes:
2- system.linux.system.repo_local.mcp.apt_mirantis.openstack
3- system.linux.system.repo_local.mcp.extra
azvyagintsev98cba952018-07-13 12:40:53 +03004- system.linux.system.repo.mcp.apt_mirantis.saltstack
Tatyana Leontovich4f9d1a92018-03-28 15:36:40 +03005- system.linux.system.repo_local.mcp.apt_mirantis.ceph
6- system.linux.network.hosts
7- system.linux.storage.loopback
8- system.nova.compute.cluster
9- system.neutron.compute.cluster
10- system.ceilometer.client.nova_compute
11- system.ceilometer.agent.cluster
12- system.ceilometer.agent.polling.default
13- service.cinder.volume.single
14- system.cinder.volume.backend.lvm
15- system.nova.compute.nfv.cpu_pinning
Tatyana Leontovich4f9d1a92018-03-28 15:36:40 +030016- system.neutron.compute.nfv.dpdk
Michael Polenchuk04a918b2018-07-16 13:59:24 +040017- system.nova.compute.nfv.hugepages
Oleksandr Shyshkof54aa342018-06-12 18:41:26 +030018- system.nova.compute.libvirt.ssl
Tatyana Leontovich4f9d1a92018-03-28 15:36:40 +030019- cluster.virtual-offline-ssl
20parameters:
21 _param:
22 primary_interface: ens4
23 tenant_interface: ens5
24 external_interface: ens6
25 interface_mtu: 1500
26 linux_system_codename: xenial
Tatyana Leontovich023db382018-07-18 15:21:51 +030027 nova_cpu_pinning: 3
Tatyana Leontovich4f9d1a92018-03-28 15:36:40 +030028 compute_dpdk_driver: uio
29 compute_kernel_isolcpu: ${_param:nova_cpu_pinning}
30 compute_ovs_pmd_cpu_mask: "0x6"
31 compute_ovs_dpdk_socket_mem: "1024"
Tatyana Leontovich023db382018-07-18 15:21:51 +030032 compute_ovs_dpdk_lcore_mask: '0xF'
Tatyana Leontovich4f9d1a92018-03-28 15:36:40 +030033 compute_ovs_memory_channels: "2"
Michael Polenchuk04a918b2018-07-16 13:59:24 +040034 compute_hugepages_size: 2M
Tatyana Leontovich023db382018-07-18 15:21:51 +030035 compute_hugepages_count: 2048
Michael Polenchuk04a918b2018-07-16 13:59:24 +040036 compute_hugepages_mount: /mnt/hugepages_2M
Tatyana Leontovich4f9d1a92018-03-28 15:36:40 +030037 loopback_device_size: 20
38 nova:
39 compute:
40 vncproxy_url: http://${_param:cluster_vip_address}:6080
41 barbican:
42 enabled: ${_param:barbican_integration_enabled}
43 identity:
44 protocol: https
45 network:
46 protocol: https
47 glance:
48 protocol: https
49 image:
50 protocol: https
51 neutron:
52 compute:
53 notification:
54 driver: messagingv2
55 topics: "notifications"
56 cinder:
57 volume:
58 barbican:
59 enabled: ${_param:barbican_integration_enabled}
60 linux:
61 network:
62 bridge: openvswitch
63 interface:
64 dhcp_int:
65 enabled: true
66 name: ens3
67 proto: dhcp
68 type: eth
69 mtu: ${_param:interface_mtu}
70 primary_interface:
71 enabled: true
72 name: ${_param:primary_interface}
73 mtu: ${_param:interface_mtu}
74 proto: manual
75 type: eth
76 tenant_interface:
77 enabled: true
78 name: ${_param:tenant_interface}
79 mtu: ${_param:interface_mtu}
80 proto: manual
81 type: eth
82 br-mgmt:
83 enabled: true
84 type: bridge
85 proto: static
86 address: ${_param:single_address}
87 netmask: 255.255.255.0
88 use_interfaces:
89 - ${_param:primary_interface}
90 br-mesh:
91 enabled: true
Tatyana Leontovich023db382018-07-18 15:21:51 +030092 ipflush_onchange: true
93 restart_on_ipflush: true
Michael Polenchuk04a918b2018-07-16 13:59:24 +040094 type: dpdk_ovs_bridge
Tatyana Leontovich4f9d1a92018-03-28 15:36:40 +030095 address: ${_param:tenant_address}
96 netmask: 255.255.255.0
Michael Polenchuk04a918b2018-07-16 13:59:24 +040097 dpdk0:
98 name: ${_param:dpdk0_name}
99 pci: ${_param:dpdk0_pci}
100 driver: igb_uio
101 bridge: br-mesh
102 enabled: true
103 type: dpdk_ovs_port
104 n_rxq: 2