564f9757fc
This large commit refactors mariadb and creates a utils and openstack chart to facilitate installing all openstack elemenets and supporting infrastructure.
20 lines
451 B
YAML
20 lines
451 B
YAML
replicas: "3" # this must be quoted to deal with atoi
|
|
images:
|
|
mariadb: quay.io/stackanetes/stackanetes-mariadb:newton
|
|
ceph_rbd_job: quay.io/attcomdev/ceph-daemon:latest
|
|
volume:
|
|
size: 20Gi
|
|
labels:
|
|
control_node_label: openstack-control-plane
|
|
network:
|
|
port:
|
|
wsrep: 4567
|
|
mariadb: 3306
|
|
dns:
|
|
kubernetes_domain: cluster.local
|
|
ip_address: "{{ .IP }}"
|
|
database:
|
|
root_password: password
|
|
cluster_name: mariadb
|
|
node_name: master
|