Skip to content

Commit

Permalink
Merge pull request #16 from nicholaskuechler/PUC-91-20240229-1035
Browse files Browse the repository at this point in the history
feat: Adds tutorial/guide to installing UnderStack on Ubuntu and K3s
  • Loading branch information
cardoe authored Mar 4, 2024
2 parents d6fd9fd + beec9bb commit ec03313
Show file tree
Hide file tree
Showing 3 changed files with 432 additions and 0 deletions.
18 changes: 18 additions & 0 deletions components/13-ironic/aio-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ conf:
automated_clean: false
dhcp:
dhcp_provider: none
oslo_messaging_rabbit:
rabbit_ha_queues: true

endpoints:
oslo_messaging:
namespace: null
statefulset:
replicas: 3
name: rabbitmq-server
hosts:
default: rabbitmq-nodes

network:
api:
Expand Down Expand Up @@ -62,6 +73,13 @@ dependencies:
service: oslo_db
- endpoint: internal
service: oslo_messaging
# (nicholas.kuechler) The upstream helm values have ironic-db-init
# as a dependency for db_sync, but we have job_db_init false so
# ironic-db-init never gets created, and this dependency won't pass.
# unset it, so that ironic-db-init is no longer listed in it.
# https://opendev.org/openstack/openstack-helm/src/branch/master/ironic/values.yaml#L310-L312
db_sync:
jobs:

manifests:
job_db_init: false
Expand Down
Loading

0 comments on commit ec03313

Please sign in to comment.