-
Notifications
You must be signed in to change notification settings - Fork 79
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
FIPS support for RabbitMQ #657
Conversation
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/8d6a1510303d46669e8c1ffdaa938431 ❌ openstack-k8s-operators-content-provider FAILURE in 6m 35s |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/d955f80cf460448ca874eb31410c058e ❌ openstack-k8s-operators-content-provider FAILURE in 6m 20s |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/269fbd1b71bf41668dcdba48f7720567 ❌ openstack-k8s-operators-content-provider FAILURE in 6m 13s |
When the OCP cluster is deployed in FIPS mode RabbitMQ needs to be deployed with specific parameters to also enable its FIPS mode. This patch checks when OCP is running in FIPS mode using lib-common and changes the environmental variables used to deploy RabbitMQ just like we did in TripleO [1]. [1]: https://opendev.org/openstack/puppet-tripleo/src/commit/019ec495180d2065a172861554df2ba2a76b5b17/manifests/profile/base/rabbitmq.pp#L176 Jira: #OSPRH-4668 Depends-On: openstack-k8s-operators/lib-common#448
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/c7b553ee89cd4a6a81357c801ab2f029 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 45m 58s |
/test rdoproject.org/github-check |
@Akrog: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
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 kubernetes/test-infra repository. |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/bbfbe0087bfd49448e5fd7955d0415e4 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 37m 20s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Akrog, stuggi 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 |
ci failure test_live_block_migration_with_attached_volume is unrelated to this change |
/override rdoproject.org/github-check |
@stuggi: Overrode contexts on behalf of stuggi: rdoproject.org/github-check 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 kubernetes/test-infra repository. |
3b435f1
into
openstack-k8s-operators:main
When the OCP cluster is deployed in FIPS mode RabbitMQ needs to be deployed with specific parameters to also enable its FIPS mode.
This patch checks when OCP is running in FIPS mode using lib-common and changes the environmental variables used to deploy RabbitMQ just like we did in TripleO 1.
Jira: #OSPRH-4668
Depends-On: openstack-k8s-operators/lib-common#448