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

METAL-1094: Sync with upstream metal3-io/ironic-image #532

Merged
merged 21 commits into from
Jul 24, 2024

Conversation

MahnoorAsghar
Copy link

No description provided.

dtantsur and others added 20 commits April 18, 2024 16:16
Signed-off-by: Dmitry Tantsur <dtantsur@protonmail.com>
⚠️ Completely remove support for ironic-inspector
Signed-off-by: Mahnoor Asghar <masghar@redhat.com>
…main

🌱 Fix error in reading ironic htpasswd from file
Loading the "flat" network interfaces caues a confusing warnings about
unset cleaning_network parameter. Just disable it.

Sort the options in the configuration.

Signed-off-by: Dmitry Tantsur <dtantsur@protonmail.com>
Signed-off-by: NymanRobin <robin.nyman@est.tech>
…for-image-building-failures

🌱 Add Slack notification for image build workflow failure
OWNERS_ALIASES groups are needed for fair blunderbuss review requests.

Signed-off-by: Tuomo Tanskanen <tuomo.tanskanen@est.tech>
🐛 Disable unused network interfaces
Make shellcheck consider only files.

If branch name ended with .sh or .sh/something, it was found on the
filesystem as something ending with .sh, and shellcheck picked it up,
and linting faield obviously.

Signed-off-by: Tuomo Tanskanen <tuomo.tanskanen@est.tech>
Signed-off-by: Mahnoor Asghar <masghar@redhat.com>
…main

🌱 Read Ironic htpasswd from file or environment variable
Ironic-image build locally, with a fast disk, fast CPU, and fast net
takes 500-600s, depending on pre-pulls, repository speeds etc. New
cloud has none of those reliably, so it times out at 1000s far too
often.

Ironic image: 1000s -> 3600s (build time 500-600s)
Sushy-tools: keep 1000s (build time 150s, 6x safety)
VMBC: keep 1000s (build time 100s, 10x safety)

Signed-off-by: Tuomo Tanskanen <tuomo.tanskanen@est.tech>
…ld-timeout

🌱 increase ironic-image build timeout to 3600s
Also update pip install commands where needed

Signed-off-by: Riccardo Pittau <elfosardo@gmail.com>
Introduce variable to set build container engine.
Build with podman by default.

Signed-off-by: Riccardo Pittau <elfosardo@gmail.com>
@openshift-ci openshift-ci bot requested review from bfournie and iurygregory July 23, 2024 11:18
@openshift-ci openshift-ci bot added the do-not-merge/invalid-owners-file Indicates that a PR should not merge because it has an invalid OWNERS file in it. label Jul 23, 2024
@MahnoorAsghar MahnoorAsghar force-pushed the sync branch 2 times, most recently from 9c9261a to 8a9d393 Compare July 23, 2024 12:07
@openshift-ci openshift-ci bot removed the do-not-merge/invalid-owners-file Indicates that a PR should not merge because it has an invalid OWNERS file in it. label Jul 23, 2024
@MahnoorAsghar
Copy link
Author

I tried to get rid of the Makefile change, with little success ^

@MahnoorAsghar MahnoorAsghar changed the title Sync with upstream metal3-io/ironic-image METAL-886: Sync with upstream metal3-io/ironic-image Jul 23, 2024
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jul 23, 2024
@openshift-ci-robot
Copy link

openshift-ci-robot commented Jul 23, 2024

@MahnoorAsghar: This pull request references METAL-886 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.17.0" version, but no target version was set.

In response to this:

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 openshift-eng/jira-lifecycle-plugin repository.

@MahnoorAsghar MahnoorAsghar changed the title METAL-886: Sync with upstream metal3-io/ironic-image METAL-1094: Sync with upstream metal3-io/ironic-image Jul 23, 2024
@openshift-ci-robot
Copy link

openshift-ci-robot commented Jul 23, 2024

@MahnoorAsghar: This pull request references METAL-1094 which is a valid jira issue.

In response to this:

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 openshift-eng/jira-lifecycle-plugin repository.

@elfosardo
Copy link

/hold
some more changes are needed if you're removing inspector
check requirements.cachito and prepare-image.sh

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 23, 2024
@elfosardo
Copy link

/approve
change looks good
let's see what the CI says
thanks!

@elfosardo elfosardo added acknowledge-critical-fixes-only Indicates if the issuer of the label is OK with the policy. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jul 23, 2024
@elfosardo
Copy link

/unhold

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 23, 2024
@elfosardo
Copy link

/cc @dtantsur

@openshift-ci openshift-ci bot requested a review from dtantsur July 23, 2024 15:48
ironic-config/ironic.conf.j2 Show resolved Hide resolved
ironic-config/ironic.conf.j2 Show resolved Hide resolved
prepare-image.sh Show resolved Hide resolved
Copy link

openshift-ci bot commented Jul 23, 2024

@MahnoorAsghar: all tests passed!

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.

Copy link

openshift-ci bot commented Jul 24, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dtantsur, elfosardo, MahnoorAsghar

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

@dtantsur
Copy link
Member

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 24, 2024
@openshift-merge-bot openshift-merge-bot bot merged commit 4611101 into openshift:master Jul 24, 2024
6 checks passed
@openshift-bot
Copy link

[ART PR BUILD NOTIFIER]

Distgit: ironic
This PR has been included in build ironic-container-v4.18.0-202407241314.p0.g4611101.assembly.stream.el9.
All builds following this will include this PR.

@MahnoorAsghar MahnoorAsghar deleted the sync branch July 25, 2024 09:29
Prashanth684 added a commit to Prashanth684/ironic-image that referenced this pull request Aug 22, 2024
openshift#532  removes ironic
inspector but missed scos and fcos dockerfiles
openshift-cherrypick-robot pushed a commit to openshift-cherrypick-robot/ironic-image that referenced this pull request Aug 23, 2024
openshift#532  removes ironic
inspector but missed scos and fcos dockerfiles
openshift-merge-bot bot pushed a commit that referenced this pull request Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acknowledge-critical-fixes-only Indicates if the issuer of the label is OK with the policy. approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants