Skip to content

Commit 24e4dbf

Browse files
committed
render the hcp create cluster kubevirt without apply, will debug into it to create manually
1 parent 69e3e3d commit 24e4dbf

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

ci-operator/step-registry/cucushift/installer/rehearse/baremetalds/ipi/ovn/dualstack/kubevirt/hypershift/cucushift-installer-rehearse-baremetalds-ipi-ovn-dualstack-kubevirt-hypershift-workflow.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ workflow:
1616
LVM_OPERATOR_SUB_INSTALL_NAMESPACE: openshift-lvm-storage
1717
ETCD_STORAGE_CLASS: lvms-vg1
1818
ENABLE_ICSP: "true"
19-
ATTACH_DEFAULT_NETWORK: "true"
2019
ODF_OPERATOR_SUB_CHANNEL: stable-4.20
2120
ODF_OPERATOR_SUB_SOURCE: redhat-operators-v4-20
2221
DEVSCRIPTS_CONFIG: |
@@ -35,4 +34,4 @@ workflow:
3534
NMSTATE2_NETWORK_SUBNET_V4="192.168.222.0/24"
3635
NMSTATE2_NETWORK_SUBNET_V6="fd2e:6f44:5dd8:cc56::/120"
3736
documentation: |-
38-
This is the workflow to trigger Prow's rehearsal test when submitting installer steps/chain/workflow
37+
This is the workflow to trigger Prow's rehearsal test when submitting installer steps/chain/workflow

ci-operator/step-registry/cucushift/installer/rehearse/baremetalds/ipi/ovn/dualstack/kubevirt/hypershift/provision/cucushift-installer-rehearse-baremetalds-ipi-ovn-dualstack-kubevirt-hypershift-provision-chain.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ chain:
33
steps:
44
- ref: baremetalds-devscripts-conf-extranetwork
55
- chain: cucushift-installer-rehearse-baremetalds-ipi-ovn-ipv4-kubevirt-provision
6-
- ref: hypershift-kubevirt-baremetalds-redhat-operators
76
- chain: hypershift-kubevirt-baremetalds-lvm
87
- chain: hypershift-kubevirt-baremetalds-odf
98
- chain: hypershift-kubevirt-baremetalds-metallb

ci-operator/step-registry/hypershift/kubevirt/baremetalds/odf/hypershift-kubevirt-baremetalds-odf-chain.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
chain:
22
as: hypershift-kubevirt-baremetalds-odf
33
steps:
4+
- ref: hypershift-kubevirt-baremetalds-redhat-operators
45
- ref: operatorhub-subscribe-odf-operator
56
- ref: operatorhub-subscribe-local-storage-operator
67
- ref: hypershift-kubevirt-baremetalds-odf

ci-operator/step-registry/hypershift/kubevirt/create/hypershift-kubevirt-create-commands.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,9 @@ if [[ $HYPERSHIFT_CREATE_CLUSTER_RENDER == "true" ]]; then
213213
--infra-availability-policy "${INFRA_AVAILABILITY}" \
214214
${RENDER_COMMAND} > "${SHARED_DIR}/hypershift_create_cluster_render.yaml"
215215

216-
oc apply -f "${SHARED_DIR}/hypershift_create_cluster_render.yaml"
216+
# oc apply -f "${SHARED_DIR}/hypershift_create_cluster_render.yaml"
217+
# sleep for 3 hours so we can play to create on our own
218+
sleep 3h
217219
else
218220
# shellcheck disable=SC2086
219221
eval "${HCP_CLI} create cluster kubevirt ${EXTRA_ARGS} ${ICSP_COMMAND} \

ci-operator/step-registry/hypershift/kubevirt/create/hypershift-kubevirt-create-ref.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ref:
22
as: hypershift-kubevirt-create
33
from: hypershift-operator
44
grace_period: 5m0s
5-
timeout: 1h
5+
timeout: 4h
66
cli: latest
77
env:
88
- name: HYPERSHIFT_NODE_COUNT
@@ -36,7 +36,7 @@ ref:
3636
- name: ATTACH_DEFAULT_NETWORK
3737
default: ""
3838
documentation: |-
39-
if true, config additional network for hostedcluster and attach-default-network true;
39+
if true, config additional network for hostedcluster and attach-default-network true;
4040
if false, config additional network for hostedcluster and attach-default-network false
4141
if the default empty string will skip all additional network config.
4242
- name: ETCD_STORAGE_CLASS
@@ -56,7 +56,7 @@ ref:
5656
default: "SingleReplica"
5757
documentation: "Availability policy for infrastructure services in guest cluster"
5858
- name: HYPERSHIFT_CREATE_CLUSTER_RENDER
59-
default: "false"
59+
default: "true"
6060
documentation: "If true, render artifacts to ${SHARED_DIR}/hypershift_create_cluster_render.yaml"
6161
- name: EXTRA_ARGS
6262
default: ""

0 commit comments

Comments
 (0)