Skip to content

AGENT-1511: Support HA ( 5 control planes) Cluster Topology for OVE NoRegistry#1884

Open
pawanpinjarkar wants to merge 1 commit intoopenshift-metal3:masterfrom
pawanpinjarkar:5-control-plane-node-support-4-ove
Open

AGENT-1511: Support HA ( 5 control planes) Cluster Topology for OVE NoRegistry#1884
pawanpinjarkar wants to merge 1 commit intoopenshift-metal3:masterfrom
pawanpinjarkar:5-control-plane-node-support-4-ove

Conversation

@pawanpinjarkar
Copy link
Copy Markdown
Contributor

Support HA ( 5 control planes) Cluster Topology for OVE NoRegistry Flow in dev-scripts and UI Automation

  • Update logic to support HA( 5 control planes) topology for the ISO_NO_REGISTRY NoRegistryClusterInstall
  • Update the automated UI testing script to handle the HA cluster configuration.

@openshift-ci openshift-ci Bot requested review from celebdor and lranjbar April 22, 2026 19:21
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Apr 22, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign pawanpinjarkar for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

if [[ "${AGENT_E2E_TEST_BOOT_MODE}" == "ISO_NO_REGISTRY" ]]; then
if [[ "${AGENT_E2E_TEST_SCENARIO}" != "COMPACT_IPV4" && "${AGENT_E2E_TEST_SCENARIO}" != "5CONTROL_IPV4" ]]; then
printf "\nInvalid AGENT_E2E_TEST_SCENARIO '%s' for AGENT_E2E_TEST_BOOT_MODE='ISO_NO_REGISTRY'.\n" "${AGENT_E2E_TEST_SCENARIO}"
printf "When using ISO_NO_REGISTRY boot mode, only 'COMPACT_IPV4' and '5CONTROL_IPV4' are supported.\n"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This validation will be later updated as we support more version of OVE

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But do we really need it now? I feel slightly more confused with it

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its rare that someone else will add an invalid config as we are the only ones who are using the configurations. The validation added because there is exisiting validation for agent automated scenatios.

@pawanpinjarkar
Copy link
Copy Markdown
Contributor Author

@openshift-ci openshift-ci Bot requested review from andfasano, bfournie, rwsu and sadasu and removed request for celebdor and lranjbar April 22, 2026 19:22
}

menuItem.MustClick()
time.Sleep(500 * time.Millisecond)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Q: why all these sleeps? IIRC there was a default way in go-rod to "slow down" a little bit the operations

// getControlPlaneCount determines the control plane count based on AGENT_E2E_TEST_SCENARIO
func getControlPlaneCount() int {
scenario := os.Getenv("AGENT_E2E_TEST_SCENARIO")
if strings.HasPrefix(scenario, "5CONTROL") {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding also 4CONTROL sounds also an easy win

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, now that we have the final list of supported cluster topologies, I will update this PR to also support SNO, 3,4 and 5 node HA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants