Skip to content

Commit 1ca3f32

Browse files
committed
[ci Add tasks to enable hashmap module
1 parent dc9a1e2 commit 1ca3f32

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

ci/run_cloudkitty_tests.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,21 @@
2424
oc exec -n openstack openstackclient -- python3 -m ensurepip --upgrade
2525
oc exec -n openstack openstackclient -- python3 -m pip install --upgrade git+https://github.com/openstack/python-cloudkittyclient@master
2626
27+
- name: Check what rating modules are available
28+
ansible.builtin.shell:
29+
cmd: |
30+
{{ openstack_cmd }} rating module list
31+
32+
- name: Enable the hashmap rating module
33+
ansible.builtin.shell:
34+
cmd: |
35+
{{ openstack_cmd }} rating module enable hashmap
36+
37+
- name: Set priority on hashmap rating
38+
ansible.builtin.shell:
39+
cmd: |
40+
{{ openstack_cmd }} rating module set priority hashmap 100
41+
2742
- name: Check that the API is available
2843
ansible.builtin.shell:
2944
cmd: |

0 commit comments

Comments
 (0)