Skip to content

Commit

Permalink
Update ironic basic-auth-tls overlay
Browse files Browse the repository at this point in the history
Signed-off-by: Huy Mai <huy.mai@est.tech>
  • Loading branch information
mquhuy committed Apr 2, 2024
1 parent 53f7614 commit 9cba944
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
HTTP_PORT=6180
PROVISIONING_IP=192.168.222.199
CACHEURL=http://192.168.222.199/images
IRONIC_KERNEL_PARAMS=console=ttyS0
IRONIC_INSPECTOR_VLAN_INTERFACES=all
USE_IRONIC_INSPECTOR=false
7 changes: 7 additions & 0 deletions ironic-deployment/overlays/basic-auth_tls/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ components:
- ../../components/basic-auth
- ../../components/tls

# Example of how to generate config map
# configMapGenerator:
# - envs:
# - ironic_bmo.env
# name: ironic-bmo-configmap
# behavior: create

# When using TLS, the ironic-httpd container is acting as a reverse-proxy.
# This means that we need to add the basic-auth related environment
# variables on ironic-httpd with this patch.
Expand Down

0 comments on commit 9cba944

Please sign in to comment.