Skip to content

Commit

Permalink
Merge pull request #254 from rackerlabs/openstack-versions-20240905-1
Browse files Browse the repository at this point in the history
chore(openstack): Update OpenStack components to use the latest helm chart versions.
  • Loading branch information
cardoe authored Sep 9, 2024
2 parents e55a851 + 7626dd0 commit 5f2f39c
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
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

0 comments on commit 5f2f39c

Please sign in to comment.