mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
Merge pull request #65871 from openshift-cherrypick-robot/cherry-pick-65587-to-enterprise-4.14
[enterprise-4.14] [OSDOCS-2944] Resolve conditionals bug in install docs
This commit is contained in:
@@ -255,6 +255,15 @@ If you are deploying a three-node cluster with zero compute nodes, the Ingress C
|
||||
If you are using HAProxy as a load balancer, you can check that the `haproxy` process is listening on ports `6443`, `22623`, `443`, and `80` by running `netstat -nltupe` on the HAProxy node.
|
||||
====
|
||||
|
||||
ifeval::["{context}" == "installing-vsphere"]
|
||||
:!vsphere:
|
||||
endif::[]
|
||||
ifeval::["{context}" == "installing-restricted-networks-vsphere"]
|
||||
:!vsphere:
|
||||
endif::[]
|
||||
ifeval::["{context}" == "installing-vsphere-network-customizations"]
|
||||
:!vsphere:
|
||||
endif::[]
|
||||
ifeval::["{context}" == "installing-ibm-z"]
|
||||
:!ibm-z:
|
||||
endif::[]
|
||||
|
||||
@@ -20,6 +20,9 @@ endif::[]
|
||||
ifeval::["{context}" == "uninstalling-openstack-user"]
|
||||
:osp-user-uninstall:
|
||||
endif::[]
|
||||
ifeval::["{context}" == "uninstalling-cluster-openstack"]
|
||||
:osp-user-uninstall:
|
||||
endif::[]
|
||||
|
||||
:_content-type: PROCEDURE
|
||||
[id="installation-osp-downloading-modules_{context}"]
|
||||
@@ -119,4 +122,7 @@ ifeval::["{context}" == "installing-openstack-user-sr-iov-kuryr"]
|
||||
endif::[]
|
||||
ifeval::["{context}" == "uninstalling-cluster-openstack"]
|
||||
:!osp-user-uninstall:
|
||||
endif::[]
|
||||
ifeval::["{context}" == "uninstalling-openstack-user"]
|
||||
:!osp-user-uninstall:
|
||||
endif::[]
|
||||
@@ -59,6 +59,9 @@ ifeval::["{context}" == "installing-restricted-networks-gcp"]
|
||||
:gcp:
|
||||
:restricted:
|
||||
endif::[]
|
||||
ifeval::["{context}" == "installing-osp-user"]
|
||||
:osp:
|
||||
endif::[]
|
||||
ifeval::["{context}" == "installing-openstack-user"]
|
||||
:osp:
|
||||
endif::[]
|
||||
@@ -523,6 +526,9 @@ endif::[]
|
||||
ifeval::["{context}" == "installing-osp-user"]
|
||||
:!osp:
|
||||
endif::[]
|
||||
ifeval::["{context}" == "installing-openstack-user"]
|
||||
:!osp:
|
||||
endif::[]
|
||||
ifeval::["{context}" == "installing-openstack-user-kuryr"]
|
||||
:!osp:
|
||||
endif::[]
|
||||
|
||||
@@ -440,7 +440,7 @@ ifeval::["{context}" == "cluster-network-operator"]
|
||||
:!operator:
|
||||
endif::[]
|
||||
|
||||
ifdef::post-install-network-configuration[]
|
||||
ifeval::["{context}" == "post-install-network-configuration"]
|
||||
:!post-install-network-configuration:
|
||||
endif::[]
|
||||
ifeval::["{context}" == "installing-ibm-cloud-network-customizations"]
|
||||
|
||||
@@ -157,3 +157,16 @@ content-type: text/html; charset=utf-8
|
||||
set-cookie: 1e2670d92730b515ce3a1bb65da45062=9b714eb87e93cf34853e87a92d6894be; path=/; HttpOnly; Secure; SameSite=None
|
||||
cache-control: private
|
||||
----
|
||||
|
||||
ifeval::["{context}" == "installing-vsphere-installer-provisioned"]
|
||||
:!vsphere:
|
||||
endif::[]
|
||||
ifeval::["{context}" == "installing-vsphere-installer-provisioned-customizations"]
|
||||
:!vsphere:
|
||||
endif::[]
|
||||
ifeval::["{context}" == "installing-vsphere-installer-provisioned-network-customizations"]
|
||||
:!vsphere:
|
||||
endif::[]
|
||||
ifeval::["{context}" == installing-restricted-networks-installer-provisioned-vsphere]
|
||||
:!vsphere:
|
||||
endif::[]
|
||||
Reference in New Issue
Block a user