Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ci/run_autoscaling_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
- name: Patch observabilityclient into openstackclient
ansible.builtin.shell:
cmd: |
oc exec openstackclient -- python3 -m ensurepip --upgrade
oc exec openstackclient -- python3 -m pip install --upgrade aodhclient
oc exec openstackclient -- python3 -m pip install --upgrade python-observabilityclient
oc exec -n openstack openstackclient -- python3 -m ensurepip --upgrade
oc exec -n openstack openstackclient -- python3 -m pip install --upgrade aodhclient
oc exec -n openstack openstackclient -- python3 -m pip install --upgrade python-observabilityclient
when: patch_observabilityclient | default(false) | bool
tags:
- setup
Expand Down
6 changes: 3 additions & 3 deletions ci/run_verify_metrics_osp18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
- name: Patch observabilityclient into openstackclient
ansible.builtin.shell:
cmd: |
oc exec openstackclient -- python3 -m ensurepip --upgrade
oc exec openstackclient -- python3 -m pip install --upgrade aodhclient
oc exec openstackclient -- python3 -m pip install --upgrade python-observabilityclient
oc exec -n openstack openstackclient -- python3 -m ensurepip --upgrade
oc exec -n openstack openstackclient -- python3 -m pip install --upgrade aodhclient
oc exec -n openstack openstackclient -- python3 -m pip install --upgrade python-observabilityclient
when: patch_observabilityclient | default(false) | bool
tags:
- setup
Expand Down