blob: 2e0847ade953ec93926215b4944a6923ed6ef500 [file] [log] [blame]
Taras Khlivnyak6e6c2e62021-12-08 19:48:39 +02001classes:
2- system.nova.compute.cluster
3- system.nova.compute.notification.messagingv2
4- system.ceilometer.agent.telemetry.cluster
5- system.ceilometer.agent.polling.default
6- system.nova.compute.libvirt.ssl
7- system.nova.compute.libvirt.ssl.vnc
8- system.prometheus.exporters.libvirt
9- system.neutron.compute.cluster
10- system.nova.compute.storage.ceph
11- system.ceph.common.cluster
12- cluster.released-bm-b300-cicd-queens-ovs-maas.ceph.common
13- cluster.released-bm-b300-cicd-queens-ovs-maas.ceph.keyrings.cinder
14- cluster.released-bm-b300-cicd-queens-ovs-maas.ceph.keyrings.nova
15- system.linux.network.dynamic_hosts
16- cluster.released-bm-b300-cicd-queens-ovs-maas.infra
17###
18- cluster.released-bm-b300-cicd-queens-ovs-maas.openstack.networking.vcmpcompute
19parameters:
20 _param:
21 cluster_vip_address: ${_param:openstack_control_address}
22 cluster_local_address: ${_param:single_address}
23 cluster_node01_hostname: ${_param:openstack_control_node01_hostname}
24 cluster_node01_address: ${_param:openstack_control_node01_address}
25 cluster_node02_hostname: ${_param:openstack_control_node02_hostname}
26 cluster_node02_address: ${_param:openstack_control_node02_address}
27 cluster_node03_hostname: ${_param:openstack_control_node03_hostname}
28 cluster_node03_address: ${_param:openstack_control_node03_address}
29 nova_vncproxy_url: https://${_param:cluster_public_host}:6080
30 galera_ssl_enabled: true
31 openstack_mysql_x509_enabled: True
32 rabbitmq_ssl_enabled: True
33 openstack_rabbitmq_port: 5671
34 openstack_rabbitmq_x509_enabled: True
35 openstack_rabbitmq_port: 5671
36 primary_first_nic: eth1
37 primary_second_nic: eth2
38 ceilometer_agent_ssl_enabled: True
39 cluster_internal_protocol: https
40 nova:
41 compute:
42 reserved_host_memory_mb: 1100
43 workaround:
44 disable_libvirt_livesnapshot: True
45# Set rp_filter to Loose mode to allow requests from VM`s floating address to exported Manila share in tenant network
46# For Ironic deployments it allows Ironic provisioned nodes to reach iscsi target in boot from volume cases
47 linux:
48 system:
49 kernel:
50 sysctl:
51 net.ipv4.conf.all.rp_filter: 2
52## Best practice configure high speed interface for live migrations
53# nova:
54# libvirt:
55# migration_inbound_addr: ${_param:single_address}
56