Adding Loki deployment role#3790
Adding Loki deployment role#3790lnatapov wants to merge 1 commit intoopenstack-k8s-operators:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @lnatapov. Thanks for your PR. I'm waiting for a openstack-k8s-operators member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/34687bb83c6d45bc9ecb9f9a16a6d419 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 24m 32s |
fe3741c to
021fd5c
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/a00a31aaec0e4ee9a062fa4a635f468a ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 45m 10s |
|
/ok-to-test |
021fd5c to
75e4a49
Compare
|
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. |
75e4a49 to
9222e31
Compare
9222e31 to
1b3d2a8
Compare
1b3d2a8 to
ef900f8
Compare
d2160c8 to
3534eaa
Compare
3534eaa to
008a4d7
Compare
008a4d7 to
ac40bcb
Compare
a8e9590 to
acab52a
Compare
acab52a to
a41a789
Compare
Introduce the deploy_loki Ansible role to install the Loki operator on OpenShift and create an S3-compatible secret in the OpenStack namespace for CloudKitty integration. Add the deploy-loki-for-ck hook playbook and register the role in Zuul molecule configuration. Signed-off-by: Leonid Natapov <lnatapov@redhat.com> Made-with: Cursor
a41a789 to
24590ff
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/bca2eedd54c0459c8def405bbac01594 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 17m 47s |
|
recheck |
| - name: Deploy Loki for CloudKitty | ||
| hosts: "{{ cifmw_target_hook_host | default('localhost') }}" | ||
| gather_facts: true | ||
| environment: |
There was a problem hiding this comment.
Do you need the environment block here when you define the same thing in the role tasks?
This role will deploy Loki operator and Minio for CloudKitty