Validate all applicable pods, services and containers are running for chargeback#324
Validate all applicable pods, services and containers are running for chargeback#324myadla wants to merge 1 commit into
Conversation
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/2a5c4fcdfd814d0b807abd853c67e071 ❌ telemetry-openstack-meta-content-provider-master FAILURE in 8m 14s |
|
recheck |
elfiesmelfie
left a comment
There was a problem hiding this comment.
Please rebase this change onto the updated main, and remove references to the observe_chargeback role for now.
#319 can cover adding the observe_chargeback role and adding it to the run_chargeback_tests playbook
| @@ -0,0 +1,58 @@ | |||
| --- | |||
| - name: "Verify all the applicable projects, endpoints, pods & services for cloudkitty" | |||
| hosts: controller | |||
There was a problem hiding this comment.
Please update this to be consistent with the other playbooks.
| hosts: controller | |
| hosts: "{{ cifmw_target_hook_host | default('localhost') }}" |
| - [cloudkitty,rating,public] | ||
| - [cloudkitty,rating,internal] | ||
|
|
||
| common_service_test_id: "" |
There was a problem hiding this comment.
We don't need the test_ids anymore, please remove them.
2720487 to
51d9914
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/fadc639283664f76aabae9febc0e64d5 ❌ telemetry-openstack-meta-content-provider-master FAILURE in 35m 51s |
51d9914 to
de9f6f3
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/257d276bc3904da3830f6ad780a92efe ✔️ telemetry-openstack-meta-content-provider-master SUCCESS in 2h 54m 32s |
Jira: OSPRH-21447 Validate all applicable pods, services and containers are running
de9f6f3 to
54f8454
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/3c2d773805f141ae8ca19cdbe28e80a8 ❌ telemetry-openstack-meta-content-provider-master FAILURE in 5m 03s |
elfiesmelfie
left a comment
There was a problem hiding this comment.
I made some minor updates to the PR:
- removed the dependency on the chargeback role.
- rebased against master
- renamed the playbook to be consistent with other playbooks in repo
We discussed merging this into the https://github.com/elfiesmelfie/feature-verification-tests/tree/test_ck_job branch for now, until the CI job PR is in a state to be merged.
Can you re-target this PR to the elfiesmelfie/test_ck_job branch instead of origin/master?
|
Thank you Muneesha! Once the dependent PRs are merged, it'll be merged into master with the rest of the cloudkitty job |
|
Thank you |
Validate all applicable pods, services and containers are running for chargeback