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

OSASINFRA-3437: Rebase on CAPO v0.10 #305

Merged
merged 339 commits into from
Apr 26, 2024

Conversation

mdbooth
Copy link

@mdbooth mdbooth commented Apr 23, 2024

bilbobrovall and others added 30 commits February 6, 2024 15:28
…r-update

🌱 test: bump Flatcar version
…block-device-volume-name

fix: fix the block device type name in doc
Add --tls-min-version and --tls-max-versin configuration flags.
Same flags can be found in k8s, CAPI, CAPM3 etc.

Co-authored-by: Jawad Zaheer <jawad.zaheer@est.tech>
Signed-off-by: Tuomo Tanskanen <tuomo.tanskanen@est.tech>
When a reconcile loop for the bastion is requeued, we have
this error:
```
OpenStackCluster.infrastructure.cluster.x-k8s.io \"cluster-e2e-rha0r3\" is invalid: ready: Required value"
```

The OpenStackMachine.Status is false by default now, so if the status
has not been set to anything, patching the object will not fail with the
previous error.
We now have a webhook that checks that a bastion has been disabled if a
change has to be made (update or delete) in the bastion field.
We also document it better.

Also, we added some code to prevent that we don't have a nil pointer if
the Spec.Bastion or Status.Bastion are unset.
🐛 api: openstackcluster.status default to false
🐛 Adds Kind to ipaddress pool name index
…ration-flags

✨ add TLS configuration flags
…_addresses

OpenstackFloatingIPPool: Adds popped ip to claimedIPs kubernetes-sigs#1869
🐛Make sure that allowedCidrs lists are compared correctly to avoid patching LB listener when not needed
`ControlPlaneEndpoint.Host` is not guaranteed to be an IP address, it
can also be an hostname.

Now we'll try to lookup the hostname if it's not an IP and set that for
the LB VipAddress.
🐛 Prevent the bastion to be removed before it's been disabled
This commit introduces SubnetSpec field onto the OpenStackClusterSpec
that is supposed to hold all options related to subnets created by CAPO.
This means nodeCidr and DNSNameservers are moved into that struct.
…rk-cleanup

🐛 Fix cluster network cleanup
Users should configure things via a secret, not via environment
variables.

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
🐛 Ignore 'OS_*' environment variables
🌱 Fix doc references to NodeCIDR in v1alpha8
Signed-off-by: Lennart Jern <lennart.jern@est.tech>
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 25, 2024
@mdbooth
Copy link
Author

mdbooth commented Apr 25, 2024

/test test-openshift

pierreprinetti and others added 2 commits April 25, 2024 17:11
This commit makes security linting easier by never setting a TLS version
outside v1.2 or v1.3, even in case of an unacceptable user input.

Upstream PR: kubernetes-sigs#2037
(cherry picked from commit 27526d5)
@mdbooth
Copy link
Author

mdbooth commented Apr 25, 2024

I've speculatively cherry-picked kubernetes-sigs#2037 here in the expectation that it will merge. We should ensure that it does (and re-cherry-pick as required if it doesn't) before merging.

@openshift-ci-robot
Copy link

openshift-ci-robot commented Apr 25, 2024

@mdbooth: This pull request references OSASINFRA-3437 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 task to target the "4.16.0" version, but no target version was set.

In response to this:

TODO:

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.

@mdbooth
Copy link
Author

mdbooth commented Apr 25, 2024

/test security

@mdbooth
Copy link
Author

mdbooth commented Apr 25, 2024

/test security

Hello? Anybody home?

@mdbooth
Copy link
Author

mdbooth commented Apr 25, 2024

/test security

Hello? Anybody home?

Looks like snyk is down/broken:

Starting snyk code scan
There was a problem running Code analysis. 
Contact support if the problem persists.

@mdbooth
Copy link
Author

mdbooth commented Apr 25, 2024

/test security

@openshift-ci-robot
Copy link

openshift-ci-robot commented Apr 25, 2024

@mdbooth: This pull request references OSASINFRA-3437 which is a valid jira issue.

In response to this:

TODO:

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.

@mdbooth
Copy link
Author

mdbooth commented Apr 25, 2024

/test security

@mdbooth
Copy link
Author

mdbooth commented Apr 25, 2024

/test security
/test e2e-techpreview

1 similar comment
@MaysaMacedo
Copy link

/test security
/test e2e-techpreview

@pierreprinetti
Copy link
Member

/test security

Copy link

openshift-ci bot commented Apr 26, 2024

@mdbooth: The following test 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/security 0a9e144 link false /test security

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.

@mdbooth
Copy link
Author

mdbooth commented Apr 26, 2024

/approve
/hold cancel

@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 Apr 26, 2024
Copy link

openshift-ci bot commented Apr 26, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mdbooth

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 Apr 26, 2024
@pierreprinetti
Copy link
Member

The security scan succeeds locally.
Thanks @mdbooth for taking care of this.
/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 26, 2024
@openshift-merge-bot openshift-merge-bot bot merged commit c42a465 into openshift:main Apr 26, 2024
6 of 7 checks passed
@pierreprinetti pierreprinetti deleted the rebase-capo-v0.10 branch April 26, 2024 09:27
@openshift-bot
Copy link

[ART PR BUILD NOTIFIER]

This PR has been included in build openstack-cluster-api-controllers-container-v4.16.0-202404261114.p0.gc42a465.assembly.stream.el9 for distgit openstack-cluster-api-controllers.
All builds following this will include this PR.

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. 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.