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

MCO-565: MCO-568: Create initial stub for Machine OS Builder binary, Initial Opt-in Mechanism #3652

Closed
wants to merge 41 commits into from

Conversation

dkhater-redhat
Copy link
Contributor

- What I did
added machine-os-builder binaries, manifests, and edited makefile to include machine-os builder. wrote simple "hello world" function for main.go

- How to verify it

- Description for the changelog

@dkhater-redhat dkhater-redhat changed the title added binaries, manifests, and edited makefile MCO-563: Create initial internal-only Machine OS Builder API Apr 3, 2023
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Apr 3, 2023
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Apr 3, 2023

@dkhater-redhat: This pull request references MCO-563 which is a valid jira issue.

In response to this:

- What I did
added machine-os-builder binaries, manifests, and edited makefile to include machine-os builder. wrote simple "hello world" function for main.go

- How to verify it

- Description for the changelog

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.

@dkhater-redhat dkhater-redhat changed the title MCO-563: Create initial internal-only Machine OS Builder API MCO-565: Create initial stub for Machine OS Builder binary Apr 3, 2023
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Apr 3, 2023

@dkhater-redhat: This pull request references MCO-565 which is a valid jira issue.

In response to this:

- What I did
added machine-os-builder binaries, manifests, and edited makefile to include machine-os builder. wrote simple "hello world" function for main.go

- How to verify it

- Description for the changelog

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.

@dkhater-redhat dkhater-redhat changed the title MCO-565: Create initial stub for Machine OS Builder binary MCO-565: MCO-568: Create initial stub for Machine OS Builder binary, Initial Opt-in Mechanism May 3, 2023
@cheesesashimi
Copy link
Member

/test unit
/test e2e-aws-ovn
/test verify

1 similar comment
@dkhater-redhat
Copy link
Contributor Author

/test unit
/test e2e-aws-ovn
/test verify

@@ -0,0 +1,355 @@
#!/usr/bin/env python3
Copy link
Member

Choose a reason for hiding this comment

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

Lets drop this file from this PR, just to keep things well-scoped.

hack/cluster-push.sh Outdated Show resolved Hide resolved
Copy link
Member

@cheesesashimi cheesesashimi left a comment

Choose a reason for hiding this comment

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

Overall this looks great! I think some of your other work may have been accidentally integrated into this PR, so lets try to carve that out and squash your commits as well.

pkg/controller/node/node_controller.go Outdated Show resolved Hide resolved
pkg/controller/node/node_controller.go Show resolved Hide resolved
@@ -1617,7 +1617,7 @@ func (dn *Daemon) updateSSHKeyLocation(cfg *mcfgv1.MachineConfig) error {
return fmt.Errorf("ignition failure when updating SSH key location: %w", err)
}

if err := dn.updateSSHKeys(ignConfig.Passwd.Users); err != nil {
if err := dn.updateSSHKeys(ignConfig.Passwd.Users, ignConfig.Passwd.Users); err != nil {
Copy link
Member

Choose a reason for hiding this comment

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

Is this somehow leftover from your work around SSH? It seems out of place for this PR.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 27, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dkhater-redhat

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

The pull request process is described 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 openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 27, 2023
@dkhater-redhat dkhater-redhat force-pushed the mco-565 branch 2 times, most recently from 68c7a1c to c3a76f9 Compare June 28, 2023 09:48
Removed ssh bug, tidied up code, added labels, removed glog
@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 28, 2023
@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/test-infra repository.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 3, 2023

@dkhater-redhat: 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/prow/e2e-alibabacloud-ovn 6f9e3acfe67a6315f346cfd71dc04bb4568aae4f link false /test e2e-alibabacloud-ovn
ci/prow/okd-scos-e2e-gcp-ovn-upgrade 6f9e3acfe67a6315f346cfd71dc04bb4568aae4f link false /test okd-scos-e2e-gcp-ovn-upgrade
ci/prow/verify 59a56d7e3667bc90db04584104f77325828eeb44 link true /test verify
ci/prow/e2e-aws-ovn 59a56d7e3667bc90db04584104f77325828eeb44 link true /test e2e-aws-ovn
ci/prow/e2e-hypershift aa71b7f link true /test e2e-hypershift

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/test-infra repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants