Skip to content

Commit

Permalink
Merge "install rally browbeat code and create lock table in rally db …
Browse files Browse the repository at this point in the history
…for dynamic workloads for osp 13 and above"
  • Loading branch information
Zuul authored and openstack-gerrit committed Mar 16, 2022
2 parents f6b2496 + bed73ea commit 41b6fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/install/roles/rally/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@
args:
executable: /bin/bash
chdir: "{{ role_path }}/files/browbeat-rally"
when: rhosp_version is version('15.0', '>=')
when: rhosp_version is version('13.0', '>=')

- name: create lock table in rally db for dynamic workloads
shell: |
source {{ rally_venv }}/bin/activate
python {{ role_path }}/files/create_lock_table.py
when: rhosp_version is version('15.0', '>=')
when: rhosp_version is version('13.0', '>=')

- block:
- name: copy of stackrc
Expand Down

0 comments on commit 41b6fd7

Please sign in to comment.