Skip to content

Commit

Permalink
feat: rhos_cluster_os_image to use a specific cluster image
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdotcosta committed Nov 22, 2023
1 parent 5af6d9e commit 8686f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ocp_cluster/templates/install-config.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ platform:
openstack:
apiFloatingIP: {{ rhos_floating_ip_api_address }}
# <TO BE CHECKED>ingressFloatingIP: {{ rhos_floating_ip_ingress_address }}
# <TO BE CHECKED>clusterOSimage:
{% if rhos_cluster_os_image is defined %} clusterOSimage: {{ rhos_cluster_os_image }}{% endif %}
# apiVIPs:
# - 10.0.0.5
cloud: openstack
Expand Down

0 comments on commit 8686f6c

Please sign in to comment.