File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
hooks/overcloud-service-upgrade/pre.d Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4
4
hosts : localhost
5
5
gather_facts : false
6
6
tasks :
7
- - name : Get installed Kolla-Ansible commit
7
+ - name : Get current Kolla-Ansible tag
8
8
ansible.builtin.command :
9
9
cmd : git describe --tags
10
10
chdir : " {{ lookup('ansible.builtin.env', 'KOLLA_SOURCE_PATH') }}"
11
11
register : kolla_ansible_current_version
12
12
13
- - name : Check installed Kolla-Ansible version is the latest
13
+ - name : Check installed Kolla-Ansible version is the expected version
14
14
ansible.builtin.assert :
15
15
that : " stackhpc_kolla_ansible_source_version in kolla_ansible_current_version.stdout"
16
16
fail_msg : |
Original file line number Diff line number Diff line change
1
+ ../../../ansible/check-kolla-version.yml
You can’t perform that action at this time.
0 commit comments