Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Enable day2 add node using agent-install in disconnected envs #51813

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

bmanzari
Copy link
Contributor

@bmanzari bmanzari commented May 8, 2024

No description provided.

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label May 8, 2024
@openshift-ci openshift-ci bot requested review from aleskandro and bandrade May 8, 2024 17:48
@bmanzari
Copy link
Contributor Author

bmanzari commented May 8, 2024

/pj-rehearse periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-nightly-baremetal-compact-abi-ipv4-static-disc-day2-f7

@openshift-ci-robot
Copy link
Contributor

@bmanzari: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

#oinst agent create image
### Copy the image to the auxiliary host
echo -e "\nCopying the day2 node ISO image into the bastion host..."
scp "${SSHOPTS[@]}" "${INSTALL_DIR}/node.x86_64.iso" "root@${AUX_HOST}:/opt/html/${CLUSTER_NAME}.node.iso"
Copy link
Member

Choose a reason for hiding this comment

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

note that this should consider other arch, and heterogeneous clusters too (day2 nodes of a different architecture than the control plane).

cc @zniu1011

Copy link
Contributor

@zniu1011 zniu1011 May 9, 2024

Choose a reason for hiding this comment

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

Multiarch is not supported in the initial version of node-joiner.sh, intend to support in the onwards versions or probably be supported in oc command line which is planning in 4.17, https://issues.redhat.com/browse/AGENT-838. We can consider to use agent day2 install way for the heterogeneous cases on the Agent side then.

Copy link
Member

Choose a reason for hiding this comment

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

cc @jeffdyoung are you aware of this in the efforts regarding https://issues.redhat.com/browse/MULTIARCH-4258 ?

Copy link
Contributor

Choose a reason for hiding this comment

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

@aleskandro yes, we know about agent day2. We haven't prioritized multi-arch there yet. My best guess would be 4.18?

Copy link
Member

Choose a reason for hiding this comment

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

Also @zniu1011 @bmanzari, would this work on single-arch arm64 at least (which is GAed already)?

Copy link
Contributor

@zniu1011 zniu1011 May 9, 2024

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

@aleskandro yes, we know about agent day2. We haven't prioritized multi-arch there yet. My best guess would be 4.18?

Do we have a story/epic for this already? Do we also need one for arm64 at this point?

@aleskandro
Copy link
Member

aleskandro commented May 8, 2024

/test e2e-metal-ipi-ovn-ipv6

(wrong pr :D)

Copy link
Contributor

openshift-ci bot commented May 8, 2024

@aleskandro: The specified target(s) for /test were not found.
The following commands are available to trigger required jobs:

  • /test app-ci-config-dry
  • /test boskos-config
  • /test boskos-config-generation
  • /test build-clusters
  • /test build01-dry
  • /test build02-dry
  • /test build03-dry
  • /test build04-dry
  • /test build05-dry
  • /test build09-dry
  • /test build10-dry
  • /test check-gh-automation
  • /test check-gh-automation-tide
  • /test ci-operator-config
  • /test ci-operator-config-metadata
  • /test ci-operator-registry
  • /test ci-secret-bootstrap-config-validation
  • /test ci-testgrid-allow-list
  • /test clusterimageset-validate
  • /test config
  • /test core-valid
  • /test deprecate-templates
  • /test generated-config
  • /test generated-dashboards
  • /test hosted-mgmt-dry
  • /test jira-lifecycle-config
  • /test openshift-image-mirror-mappings
  • /test ordered-prow-config
  • /test owners
  • /test pr-reminder-config
  • /test prow-config
  • /test prow-config-filenames
  • /test prow-config-semantics
  • /test pylint
  • /test release-config
  • /test release-controller-config
  • /test secret-generator-config-valid
  • /test services-valid
  • /test stackrox-stackrox-stackrox-stackrox-check
  • /test step-registry-metadata
  • /test step-registry-shellcheck
  • /test sync-rover-groups
  • /test vsphere02-dry
  • /test yamllint

Use /test all to run the following jobs that were automatically triggered:

  • pull-ci-openshift-release-check-gh-automation
  • pull-ci-openshift-release-master-build-clusters
  • pull-ci-openshift-release-master-ci-operator-config
  • pull-ci-openshift-release-master-ci-operator-config-metadata
  • pull-ci-openshift-release-master-ci-operator-registry
  • pull-ci-openshift-release-master-config
  • pull-ci-openshift-release-master-core-valid
  • pull-ci-openshift-release-master-deprecate-templates
  • pull-ci-openshift-release-master-generated-config
  • pull-ci-openshift-release-master-ordered-prow-config
  • pull-ci-openshift-release-master-owners
  • pull-ci-openshift-release-master-prow-config-filenames
  • pull-ci-openshift-release-master-prow-config-semantics
  • pull-ci-openshift-release-master-release-controller-config
  • pull-ci-openshift-release-master-step-registry-metadata
  • pull-ci-openshift-release-master-step-registry-shellcheck
  • pull-ci-openshift-release-openshift-image-mirror-mappings
  • pull-ci-openshift-release-yamllint

In response to this:

/test e2e-metal-ipi-ovn-ipv6

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@bmanzari
Copy link
Contributor Author

bmanzari commented May 9, 2024

/pj-rehearse periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-nightly-baremetal-compact-abi-ipv4-static-disc-day2-f7

@openshift-ci-robot
Copy link
Contributor

@bmanzari: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@bmanzari
Copy link
Contributor Author

bmanzari commented May 9, 2024

/pj-rehearse periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-nightly-baremetal-compact-abi-ipv4-static-disc-day2-f7

@openshift-ci-robot
Copy link
Contributor

@bmanzari: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@bmanzari
Copy link
Contributor Author

bmanzari commented May 9, 2024

/pj-rehearse periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-nightly-baremetal-compact-abi-ipv4-static-disc-day2-f7

@openshift-ci-robot
Copy link
Contributor

@bmanzari: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@bmanzari
Copy link
Contributor Author

bmanzari commented May 9, 2024

/pj-rehearse periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-nightly-baremetal-compact-abi-ipv4-static-disc-day2-f7

@openshift-ci-robot
Copy link
Contributor

@bmanzari: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@bmanzari
Copy link
Contributor Author

bmanzari commented May 9, 2024

/pj-rehearse periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-nightly-baremetal-compact-abi-ipv4-static-disc-day2-f7

@openshift-ci-robot
Copy link
Contributor

@bmanzari: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@bmanzari
Copy link
Contributor Author

bmanzari commented May 9, 2024

/pj-rehearse periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-nightly-baremetal-compact-abi-ipv4-static-disc-day2-f7

@openshift-ci-robot
Copy link
Contributor

@bmanzari: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@bmanzari
Copy link
Contributor Author

/pj-rehearse periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-ci-baremetal-compact-abi-ipv4-static-disc-day2-f7

@openshift-ci-robot
Copy link
Contributor

@bmanzari: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@bmanzari
Copy link
Contributor Author

/pj-rehearse periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-ci-baremetal-compact-abi-ipv4-static-disc-day2-f7

@openshift-ci-robot
Copy link
Contributor

@bmanzari: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@bmanzari
Copy link
Contributor Author

/pj-rehearse periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-ci-baremetal-compact-abi-ipv4-static-disc-day2-f7

@openshift-ci-robot
Copy link
Contributor

@bmanzari: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@bmanzari bmanzari force-pushed the AGENT-682 branch 3 times, most recently from cf1a56a to 9b99ce0 Compare May 21, 2024 07:28
@bmanzari
Copy link
Contributor Author

/pj-rehearse periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-ci-baremetal-compact-abi-ipv4-static-disc-day2-f7

@bmanzari
Copy link
Contributor Author

/pj-rehearse periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-nightly-baremetal-compact-abi-ipv4-static-disc-day2-f7

@openshift-ci-robot
Copy link
Contributor

@bmanzari: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@bmanzari
Copy link
Contributor Author

/pj-rehearse periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-nightly-baremetal-compact-abi-ipv4-static-disc-day2-f7

@openshift-ci-robot
Copy link
Contributor

@bmanzari: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@bmanzari bmanzari force-pushed the AGENT-682 branch 2 times, most recently from 7fd5704 to f3420b7 Compare May 29, 2024 15:46
Copy link
Contributor

openshift-ci bot commented May 29, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

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

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

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

@openshift-ci-robot
Copy link
Contributor

[REHEARSALNOTIFIER]
@bmanzari: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-openshift-openshift-tests-private-master-debug-disasterrecovery-baremetal-upi openshift/openshift-tests-private presubmit Registry content changed
pull-ci-openshift-openshift-tests-private-release-4.18-debug-disasterrecovery-baremetal-upi openshift/openshift-tests-private presubmit Registry content changed
pull-ci-openshift-openshift-tests-private-release-4.17-debug-disasterrecovery-baremetal-upi openshift/openshift-tests-private presubmit Registry content changed
pull-ci-openshift-openshift-tests-private-release-4.16-debug-disasterrecovery-baremetal-upi openshift/openshift-tests-private presubmit Registry content changed
pull-ci-openshift-openshift-tests-private-release-4.15-debug-disasterrecovery-baremetal-upi openshift/openshift-tests-private presubmit Registry content changed
pull-ci-openshift-openshift-tests-private-release-4.14-debug-disasterrecovery-baremetal-upi openshift/openshift-tests-private presubmit Registry content changed
pull-ci-openshift-openshift-tests-private-release-4.16-amd64-nightly-telcov10n-hub-spoke-gitops-ztp openshift/openshift-tests-private presubmit Registry content changed
pull-ci-openshift-openshift-tests-private-release-4.15-amd64-stable-telcov10n-hub-spoke-gitops-ztp openshift/openshift-tests-private presubmit Registry content changed
periodic-ci-openshift-openshift-tests-private-release-4.17-amd64-nightly-baremetal-ha-agent-ipv4-static-disc-fips-f7 N/A periodic Registry content changed
periodic-ci-openshift-openshift-tests-private-release-4.17-multi-nightly-baremetal-compact-agent-ipv4-dhcp-disc-day2-amd-mixarch-f14 N/A periodic Registry content changed
periodic-ci-openshift-openshift-tests-private-release-4.14-arm64-nightly-baremetal-sno-agent-ipv4-static-connected-f7 N/A periodic Registry content changed
periodic-ci-openshift-openshift-tests-private-release-4.17-amd64-nightly-baremetal-compact-agent-platform-none-ipv4-static-f14 N/A periodic Registry content changed
periodic-ci-openshift-openshift-tests-private-release-4.16-arm64-nightly-baremetal-compact-agent-ipv4-dynamic-connected-f7 N/A periodic Registry content changed
periodic-ci-openshift-openshift-tests-private-release-4.16-arm64-stable-baremetal-pxe-ha-agent-ipv4-static-connected-f14 N/A periodic Registry content changed
periodic-ci-openshift-openshift-tests-private-release-4.15-amd64-nightly-baremetal-upi-ovn-ipv4-f14 N/A periodic Registry content changed
periodic-ci-openshift-openshift-tests-private-release-4.15-amd64-nightly-baremetal-pxe-compact-agent-ipv4-static-connected-f14 N/A periodic Registry content changed
periodic-ci-openshift-openshift-tests-private-release-4.17-multi-nightly-baremetal-upi-ovn-ipv4-arm-mixarch-f14-day2-64k-pagesize N/A periodic Registry content changed
periodic-ci-openshift-openshift-tests-private-release-4.15-amd64-nightly-baremetal-ha-agent-ipv4-static-disc-fips-f7 N/A periodic Registry content changed
periodic-ci-openshift-openshift-tests-private-release-4.15-arm64-nightly-baremetal-sno-agent-ipv4-static-connected-f7 N/A periodic Registry content changed
periodic-ci-openshift-openshift-tests-private-release-4.16-multi-nightly-4.16-upgrade-from-stable-4.15-baremetal-upi-ovn-dual-stack-arm-f28 N/A periodic Registry content changed
periodic-ci-openshift-openshift-tests-private-release-4.16-multi-nightly-baremetal-upi-ovn-ipv4-arm-mixarch-f14-day2-64k-pagesize N/A periodic Registry content changed
periodic-ci-openshift-openshift-tests-private-release-4.13-amd64-nightly-baremetal-ha-agent-ipv4-static-disc-fips-f7 N/A periodic Registry content changed
periodic-ci-openshift-openshift-tests-private-release-4.14-amd64-nightly-baremetal-compact-agent-platform-none-ipv4-static-f14 N/A periodic Registry content changed
periodic-ci-openshift-openshift-tests-private-release-4.17-multi-nightly-baremetal-upi-ovn-ipv4-disconnected-proxy-arm-f14 N/A periodic Registry content changed
periodic-ci-openshift-openshift-tests-private-release-4.17-arm64-nightly-baremetal-compact-agent-ipv4-static-connected-f7 N/A periodic Registry content changed

A total of 141 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs.

A full list of affected jobs can be found here

Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse abort to abort all active rehearsals

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

Copy link
Contributor

openshift-ci bot commented May 30, 2024

@bmanzari: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/rehearse/periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-ci-baremetal-compact-abi-ipv4-static-disc-day2-f7 9b99ce0 link unknown /pj-rehearse periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-ci-baremetal-compact-abi-ipv4-static-disc-day2-f7
ci/rehearse/periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-nightly-baremetal-compact-abi-ipv4-static-disc-day2-f7 d6236ce link unknown /pj-rehearse periodic-ci-openshift-openshift-tests-private-release-4.16-amd64-nightly-baremetal-compact-abi-ipv4-static-disc-day2-f7
ci/prow/yamllint 2dd24cc link true /test yamllint
ci/prow/step-registry-shellcheck 2dd24cc link true /test step-registry-shellcheck

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 30, 2024
@openshift-merge-robot
Copy link
Contributor

PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

1 similar comment
@openshift-merge-robot
Copy link
Contributor

PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD.
Projects
None yet
6 participants