blob: 93bf8767b86eed69b43aacda4dbea93fa198886d [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
Tatyana Leontovich611a4962018-07-23 17:12:10 +030051 libvirt:
52 logging:
53 level: 3
54 filters: '3:remote 4:event'
55 outputs: '3:syslog:libvirtd'
56 buffer_size: 64
57 qemu:
58 logging:
59 handler: logd
60 virtlog:
61 enabled: true
62 level: 3
63 filters: '3:remote 4:event'
64 outputs: '3:syslog:virtlogd'
65 max_clients: 1024
66 max_size: 2097152
67 max_backups: 3
Tatyana Leontovich4f9d1a92018-03-28 15:36:40 +030068 neutron:
69 compute:
70 notification:
71 driver: messagingv2
72 topics: "notifications"
73 cinder:
74 volume:
75 barbican:
76 enabled: ${_param:barbican_integration_enabled}
77 linux:
78 network:
79 bridge: openvswitch
80 interface:
81 dhcp_int:
82 enabled: true
83 name: ens3
84 proto: dhcp
85 type: eth
86 mtu: ${_param:interface_mtu}
87 primary_interface:
88 enabled: true
89 name: ${_param:primary_interface}
90 mtu: ${_param:interface_mtu}
91 proto: manual
92 type: eth
93 tenant_interface:
94 enabled: true
95 name: ${_param:tenant_interface}
96 mtu: ${_param:interface_mtu}
97 proto: manual
98 type: eth
99 br-mgmt:
100 enabled: true
101 type: bridge
102 proto: static
103 address: ${_param:single_address}
104 netmask: 255.255.255.0
105 use_interfaces:
106 - ${_param:primary_interface}
107 br-mesh:
108 enabled: true
Tatyana Leontovich023db382018-07-18 15:21:51 +0300109 ipflush_onchange: true
110 restart_on_ipflush: true
Michael Polenchuk04a918b2018-07-16 13:59:24 +0400111 type: dpdk_ovs_bridge
Tatyana Leontovich4f9d1a92018-03-28 15:36:40 +0300112 address: ${_param:tenant_address}
113 netmask: 255.255.255.0
Michael Polenchuk04a918b2018-07-16 13:59:24 +0400114 dpdk0:
115 name: ${_param:dpdk0_name}
116 pci: ${_param:dpdk0_pci}
117 driver: igb_uio
118 bridge: br-mesh
119 enabled: true
120 type: dpdk_ovs_port
121 n_rxq: 2