blob: b6d35fa1f517e3f8cf9f9b9aa3bdd1ce4a43ee39 [file] [log] [blame]
classes:
- system.linux.system.lowmem
- system.linux.system.repo.glusterfs
- system.linux.system.repo.mcp.openstack
- system.linux.system.repo.mcp.extra
- system.linux.system.repo.mcp.apt_mirantis.saltstack
- system.salt.minion.cert.mysql.server
- system.salt.minion.cert.rabbitmq_server
- system.memcached.server.single
- system.rabbitmq.server.cluster
- service.rabbitmq.server.ssl
- system.rabbitmq.server.vhost.openstack
- system.keystone.server.wsgi
- system.keystone.server.cluster
- system.glusterfs.client.cluster
- system.glusterfs.client.volume.glance
- system.glusterfs.client.volume.keystone
- system.glusterfs.server.volume.glance
- system.glusterfs.server.volume.keystone
- system.glusterfs.server.cluster
- system.glance.control.cluster
- system.heka.alarm.openstack_control
- system.nova.control.cluster
- system.neutron.control.openvswitch.cluster
- system.cinder.control.cluster
- system.haproxy.proxy.listen.openstack.ironic
- system.haproxy.proxy.listen.openstack.nova-placement
- system.heat.server.cluster
- system.galera.server.cluster
- system.galera.server.database.ceilometer
- system.galera.server.database.cinder
- system.galera.server.database.glance
- system.galera.server.database.grafana
- system.galera.server.database.heat
- system.galera.server.database.keystone
- system.galera.server.database.nova
- system.galera.server.database.ironic
- service.ironic.client
- system.ironic.api.cluster
- cluster.virtual-mcp11-ovs-ironic
parameters:
_param:
keepalived_vip_interface: ens4
cluster_vip_address: ${_param:openstack_control_address}
cluster_local_address: ${_param:single_address}
salt_minion_ca_host: cfg01.${linux:system:domain}
linux:
system:
package:
python-msgpack:
version: latest
network:
interface:
ens4:
enabled: true
type: eth
proto: static
address: ${_param:single_address}
netmask: 255.255.255.0
keepalived:
cluster:
instance:
VIP:
virtual_router_id: 150
keystone:
server:
admin_email: ${_param:admin_email}
notification:
driver: messagingv2
topics: "notifications,${_param:stacklight_notification_topic}"
glance:
server:
storage:
engine: file
images: []
workers: 1
notification:
driver: messagingv2
topics: "notifications,${_param:stacklight_notification_topic}"
heat:
server:
notification:
driver: messagingv2
topics: "notifications,${_param:stacklight_notification_topic}"
neutron:
server:
notification:
driver: messagingv2
topics: "notifications,${_param:stacklight_notification_topic}"
nova:
controller:
networking: dvr
cpu_allocation: 54
metadata:
password: ${_param:metadata_password}
bind:
private_address: ${_param:cluster_local_address}
public_address: ${_param:cluster_vip_address}
novncproxy_port: 6080
vncproxy_url: http://${_param:cluster_vip_address}:6080
workers: 1
notification:
driver: messagingv2
topics: "notifications,${_param:stacklight_notification_topic}"
cinder:
volume:
notification:
driver: messagingv2
topics: "notifications,${_param:stacklight_notification_topic}"
controller:
notification:
driver: messagingv2
topics: "notifications,${_param:stacklight_notification_topic}"
ironic:
api:
message_queue:
port: ${_param:rabbitmq_port}
ssl:
enabled: ${_param:rabbitmq_ssl_enabled}
database:
ssl:
enabled: ${_param:galera_ssl_enabled}