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

Bump operators api version to v0.2.0 #550

Closed

Conversation

rebtoor
Copy link
Contributor

@rebtoor rebtoor commented Nov 10, 2023

No description provided.

OpenStack K8s CI and others added 30 commits October 3, 2023 08:49
…rators/renovate/main-openstack-k8s-operators

Update openstack-k8s-operators (main)
Manila is disabled by default but if someone follows the
example, they may not know this and wonder why the manila
pods are not starting. Add `enabled: fase` to the sample
so that it gives them a hint about what they need to change
if they're trying to use manila so they have a better UX.

Signed-off-by: John Fulton <[email protected]>
…rators/renovate/main-openstack-k8s-operators

Update openstack-k8s-operators (main)
…rators/renovate/main-openstack-k8s-operators

Update openstack-k8s-operators (main)
…rators/renovate/main-openstack-k8s-operators

Update openstack-k8s-operators (main)
This PR switches the operator to use shared build workflows
for building operator, bundle, and catalog/index images.

Additionally operator-sdk is bumped to 1.31. (also includes
bump to OPM and controller-gen)

Jira: OSP-29146
Jira: OSP-26858
While running tests in ci-framework, the collapsed-cell is failing
with one missing exposed service. The logs show routes with status
ok. This patch increase the default timeout to 23min (was 16).
…rators/renovate/main-openstack-k8s-operators

Update openstack-k8s-operators (main)
…rators/renovate/main-openstack-k8s-operators

Update openstack-k8s-operators (main)
…alth_port

allow customize metrics and health port when run local
…build-workflow

Shared github workflows and operator-sdk 1.31
It seems renovate is not picking up the pseudoversion updates in
this case.
…blee

bump ansibleee-operator version over 0.3.0
Changes openstacklient
* CRD to allows to pass in CA secret
* mounts the ca bundle under /etc/pki

Adds CRD parameters to configure TLS for public and internal TLS.
* per default self signed root CA + issuer get created for
  public and internal certs
* via the apiOverride.TLS of a service, a secret with cert, key and
  CA cert can be provided to use instead of the default self signed
* user can provide a CA secret for certs to be added to the combined
  CA secret the openstack-operator creates to pass into services /
  openstackclient
* refactors the current route create for followup on TLS-E to create
  certs for each service endpoint.
* when TLS for public endpoint is enabled (default) a Cert for the
  route gets automatically created and added to the route CR.
* the openstack-operator creates a full tls-ca-bundle.pem using
  the operator image ca-bundle as base and adds the public, internal
  and user provided CAs to it. This allows to mount a full tls-ca-bundle.pem
  into the deployment pod and don't have to rely on kolla to run
  update-ca-trust which requires container to run as root.

Jira: OSP-26299

Depends-On: openstack-k8s-operators/lib-common#351
Depends-On: openstack-k8s-operators/keystone-operator#318
Depends-On: openstack-k8s-operators/tcib#82
…_endpoint

[TLS] TLS for public endpoints terminated at a route
go get github.com/openstack-k8s-operators/openstack-baremetal-operator/api@main
openshift-ci bot and others added 15 commits October 26, 2023 15:15
…rators/renovate/main-openstack-k8s-operators

Update openstack-k8s-operators (main)
…rators/renovate/main-openstack-k8s-operators

Update openstack-k8s-operators (main)
Also bumps golang.org/x/net to v0.17.0

Jira: OSPRH-468
We are focusing only the scenario tests as we assume api tests are run
on the service operator level and also we want to keep the run time of
the test job reasonable.
Update to use new 'features.operators.openshift.io' annotations format for disconnected support

Jira: OSP-30201
…ted_annotations_update

required infra annotations for OCP 4.14+
When parameters like image or hash on input resources change,
restart the openstackclient pod as its not possible to get those
updated.
…client

[openstackclient] update osclient to restart on input config change
…ure_cert

Fix functional test and use new args in EnsureCert
@rebtoor rebtoor requested a review from dprince November 10, 2023 15:21
@openshift-ci openshift-ci bot requested a review from abays November 10, 2023 15:21
Copy link
Contributor

openshift-ci bot commented Nov 10, 2023

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: rebtoor
Once this PR has been reviewed and has the lgtm label, please assign abays 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

Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://review.rdoproject.org/zuul/buildset/6c07394bc1d542178f0ff3b453cb4bc7

openstack-k8s-operators-content-provider FAILURE in 11m 12s
⚠️ podified-multinode-edpm-deployment-crc SKIPPED Skipped due to failed job openstack-k8s-operators-content-provider
⚠️ cifmw-crc-podified-edpm-baremetal SKIPPED Skipped due to failed job openstack-k8s-operators-content-provider

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

Copy link

Merge Failed.

This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset.
Warning:
Error merging github.com/openstack-k8s-operators/openstack-operator for 550,8f466af43952519ec8ab71bfd75e79df42001df9

@dprince
Copy link
Contributor

dprince commented Nov 10, 2023

As discussed, rather than doing this we should run a 'make force-bump' on dev-preview2 and then push that as a PR

Copy link

Merge Failed.

This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset.
Warning:
Error merging github.com/openstack-k8s-operators/openstack-operator for 550,82439d1eecf12518f8c781920d35f01a26e98439

@rebtoor rebtoor closed this Nov 10, 2023
@rebtoor rebtoor deleted the fix-apis-version branch November 10, 2023 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants