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.
14 lines
364 B
YAML
14 lines
364 B
YAML
dependencies:
|
|
# - name: memcached
|
|
# repository: http://localhost:8879/charts
|
|
# version: 0.1.0
|
|
# - name: rabbitmq
|
|
# repository: http://localhost:8879/charts
|
|
# version: 0.1.0
|
|
# - name: keystone
|
|
# repository: http://localhost:8879/charts
|
|
# version: 0.1.0
|
|
- name: mariadb
|
|
repository: http://localhost:8879/charts
|
|
version: 0.1.0
|