Skip to content
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
8 changes: 8 additions & 0 deletions components/ironic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@ endpoints:
name: understack-cluster-issuer
kind: ClusterIssuer

secrets:
tls:
baremetal:
api:
# needs to be kept in sync with secretName in the host_fqdn_override
# because helm-toolkit checks one field but then uses the other
public: ironic-tls-public

network:
api:
ingress:
Expand Down
25 changes: 0 additions & 25 deletions components/openstack-secrets.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,29 +137,4 @@ endpoints:
host_fqdn_override:
public:
host: horizon.${DNS_ZONE}

# necessary cause the ingress definition in openstack-helm-infra helm-toolkit hardcodes this
secrets:
tls:
baremetal:
api:
public: ironic-tls-public
image:
api:
public: glance-tls-public
identity:
api:
public: keystone-tls-public
network:
server:
public: neutron-tls-public
compute:
osapi:
public: nova-tls-public
placement:
api:
public: placement-tls-public
dashboard:
dashboard:
public: horizon-tls-public
...
25 changes: 0 additions & 25 deletions go/understackctl/cmd/other/openstack.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,29 +138,4 @@ endpoints:
host_fqdn_override:
public:
host: horizon.{{ .DNS_ZONE }}

# necessary cause the ingress definition in openstack-helm-infra helm-toolkit hardcodes this
secrets:
tls:
baremetal:
api:
public: ironic-tls-public
image:
api:
public: glance-tls-public
identity:
api:
public: keystone-tls-public
network:
server:
public: neutron-tls-public
compute:
osapi:
public: nova-tls-public
placement:
api:
public: placement-tls-public
dashboard:
dashboard:
public: horizon-tls-public
`
Loading