Skip to content

Commit

Permalink
parameterize keystone and ironic
Browse files Browse the repository at this point in the history
  • Loading branch information
cardoe committed Mar 21, 2024
1 parent bebfb1b commit f00f1a2
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 8 deletions.
21 changes: 17 additions & 4 deletions apps/components/ironic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,23 @@ metadata:
name: ironic
spec:
project: understack
source:
repoURL: https://github.com/rackerlabs/understack.git
path: components/13-ironic/
targetRevision: HEAD
sources:
- repoURL: https://github.com/rackerlabs/understack.git
path: components/13-ironic/ironic-mariadb-db.yaml
targetRevision: HEAD
- repoURL: https://github.com/rackerlabs/understack.git
path: components/13-ironic/ironic-rabbitmq-queue.yaml
targetRevision: HEAD
- repoURL: https://tarballs.opendev.org/openstack/openstack-helm/
chart: ironic
targetRevision: 0.2.10
helm:
valueFiles:
- components/13-ironic/aio-values.yaml
- $values/secrets/${DEPLOY_NAME}/secret-openstack.yaml
- repoURL: ${GIT_URL}
targetRevision: HEAD
ref: values
destination:
server: "https://kubernetes.default.svc"
namespace: openstack
Expand Down
21 changes: 17 additions & 4 deletions apps/components/keystone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,23 @@ metadata:
name: keystone
spec:
project: understack
source:
repoURL: https://github.com/rackerlabs/understack.git
path: components/10-keystone/
targetRevision: HEAD
sources:
- repoURL: https://github.com/rackerlabs/understack.git
path: components/10-keystone/keystone-mariadb-db.yaml
targetRevision: HEAD
- repoURL: https://github.com/rackerlabs/understack.git
path: components/10-keystone/keystone-rabbitmq-queue.yaml
targetRevision: HEAD
- repoURL: https://tarballs.opendev.org/openstack/openstack-helm/
chart: keystone
targetRevision: 0.3.7
helm:
valueFiles:
- components/10-keystone/aio-values.yaml
- $values/secrets/${DEPLOY_NAME}/secret-openstack.yaml
- repoURL: ${GIT_URL}
targetRevision: HEAD
ref: values
destination:
server: "https://kubernetes.default.svc"
namespace: openstack
Expand Down

0 comments on commit f00f1a2

Please sign in to comment.