mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
This large commit refactors mariadb and creates a utils and openstack chart to facilitate installing all openstack elemenets and supporting infrastructure.
15 lines
374 B
YAML
15 lines
374 B
YAML
# Default values for openstack.
|
|
# This is a YAML-formatted file.
|
|
# Declare name/value pairs to be passed into your templates.
|
|
# name: value
|
|
|
|
global:
|
|
# (alanmeadows) NOTE: these two items are not easily changeable yet
|
|
region: cluster
|
|
tld: local
|
|
images:
|
|
ceph_rbd_job: quay.io/attcomdev/ceph-daemon:latest
|
|
|
|
labels:
|
|
control_node_label: openstack-control-plane
|