Skip to content

Commit

Permalink
Merge pull request #401 from rackerlabs/use-https-for-openstack-services
Browse files Browse the repository at this point in the history
chore: switch openstack public endpoints to https
  • Loading branch information
cardoe authored Oct 24, 2024
2 parents 4c78fdc + ece7bc5 commit 33b075b
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/glance/aio-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ endpoints:
name: rabbitmq-server
hosts:
default: rabbitmq-nodes
image:
port:
api:
public: 443
scheme:
public: https

network:
# configure OpenStack Helm to use Undercloud's ingress
Expand Down
6 changes: 6 additions & 0 deletions components/ironic/aio-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ endpoints:
name: rabbitmq-server
hosts:
default: rabbitmq-nodes
baremetal:
port:
api:
public: 443
scheme:
public: https

network:
api:
Expand Down
5 changes: 5 additions & 0 deletions components/keystone/aio-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,11 @@ endpoints:
# which is wired back to keystone-api via the service_ingress_api manifest. just
# go direct to the service
default: keystone-api
scheme:
public: https
port:
api:
public: 443

manifests:
job_credential_cleanup: false
Expand Down
7 changes: 7 additions & 0 deletions components/neutron/aio-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ endpoints:
name: rabbitmq-server
hosts:
default: rabbitmq-nodes
network:
port:
api:
public: 443
scheme:
public: https


network:
# we're using ironic and actual switches
Expand Down
6 changes: 6 additions & 0 deletions components/nova/aio-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ endpoints:
name: rabbitmq-server
hosts:
default: rabbitmq-nodes
compute:
port:
api:
public: 443
scheme:
public: https

network:
# we're using ironic and actual switches
Expand Down
8 changes: 8 additions & 0 deletions components/placement/aio-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,11 @@ annotations:
placement_ks_endpoints:
argocd.argoproj.io/hook: Sync
argocd.argoproj.io/hook-delete-policy: BeforeHookCreation

endpoints:
placement:
scheme:
public: 'https'
port:
api:
public: 443

0 comments on commit 33b075b

Please sign in to comment.