Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(openstack): Update OpenStack components to use the latest helm chart versions. #254

Merged
merged 4 commits into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions apps/appsets/openstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ spec:
- list:
elements:
- component: keystone
chartVersion: 0.3.13
chartVersion: 0.3.15
- component: ironic
chartVersion: 0.2.15
chartVersion: 0.2.18
- component: placement
chartVersion: 0.3.15
chartVersion: 0.3.16
- component: neutron
chartVersion: 0.3.47
- component: glance
chartVersion: 0.4.26
chartVersion: 0.5.0
- component: nova
chartVersion: 0.3.42
chartVersion: 0.3.44
- component: horizon
chartVersion: 0.3.26
chartVersion: 0.3.27
template:
metadata:
name: '{{.name}}-{{.component}}'
Expand Down
1 change: 1 addition & 0 deletions components/keystone/aio-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ bootstrap:
openstack project create undercloud --or-show
openstack user create --project undercloud --password demo argoworkflow --or-show
openstack role add --user argoworkflow --project undercloud member
openstack role add --user argoworkflow --project undercloud admin
# allow ironic user to see servers in undercloud project
openstack role add --project undercloud --user ironic --user-domain service member
openstack role add --project service --user ironic --user-domain service service
Expand Down
3 changes: 3 additions & 0 deletions components/nova/aio-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,8 @@ annotations:
argocd.argoproj.io/hook: Sync
argocd.argoproj.io/hook-delete-policy: BeforeHookCreation
nova_cell_setup:
argocd.argoproj.io/hook: PostSync
argocd.argoproj.io/hook-delete-policy: BeforeHookCreation
nova_bootstrap:
argocd.argoproj.io/hook: Sync
argocd.argoproj.io/hook-delete-policy: BeforeHookCreation
15 changes: 15 additions & 0 deletions components/placement/aio-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,18 @@ manifests:
# editing the annotation which deletes the item
# and wipes our keys.
helm3_hook: false

annotations:
job:
placement_db_sync:
argocd.argoproj.io/hook: Sync
argocd.argoproj.io/hook-delete-policy: BeforeHookCreation
placement_ks_service:
argocd.argoproj.io/hook: Sync
argocd.argoproj.io/hook-delete-policy: BeforeHookCreation
placement_ks_user:
argocd.argoproj.io/hook: Sync
argocd.argoproj.io/hook-delete-policy: BeforeHookCreation
placement_ks_endpoints:
argocd.argoproj.io/hook: Sync
argocd.argoproj.io/hook-delete-policy: BeforeHookCreation
Loading