Skip to content

Commit 4523157

Browse files
committed
Rename cloudkitty-post-deploy -> cloudkitty-pre_deploy-install_loki.yml
1 parent 6cbebc5 commit 4523157

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

ci/cloudkitty-post_deploy.yml renamed to ci/cloudkitty-pre_deploy-install_loki.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@
2121
KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
2222
PATH: "{{ cifmw_path }}"
2323
tasks:
24-
#- name: Disable telemetry in the openstack controlplane
25-
# ansible.builtin.shell:
26-
# cmd: |
27-
# oc patch oscp $(oc get oscp -ojsonpath='{ .items[].metadata.name }') --type=json -p='[{"op": "replace", "path": "/spec/telemetry/enabled", "value": false} ]'
24+
# need to load the parameters file to get the values for the cloudkitty images
25+
# I don't know if the values were updated for the CK images through openstackversion
26+
#
2827

2928
- name: Deploy loki operator
3029
ansible.builtin.shell:

ci/vars-cloudkitty-tempest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pre_deploy_disable_telemetry:
5050
# source: "{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir }}/ci/deploy-logging-dependencies.yml"
5151
# type: playbook
5252
pre_deploy_loki_setup:
53-
source: "{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir }}/ci/cloudkitty-post_deploy.yml"
53+
source: "{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir }}/ci/cloudkitty-pre_deploy-install_loki.yml"
5454
type: playbook
5555
#extra_vars:
5656
# cloudkitty_api_image: "{{ _ck_api_image }}"

0 commit comments

Comments
 (0)