Skip to content

Commit f62fc47

Browse files
Merge branch 'check-kolla-version' into check-kayobe-version
2 parents 303de54 + 63b6848 commit f62fc47

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

etc/kayobe/ansible/check-kolla-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
hosts: localhost
55
gather_facts: false
66
tasks:
7-
- name: Get installed Kolla-Ansible commit
7+
- name: Get current Kolla-Ansible tag
88
ansible.builtin.command:
99
cmd: git describe --tags
1010
chdir: "{{ lookup('ansible.builtin.env', 'KOLLA_SOURCE_PATH') }}"
1111
register: kolla_ansible_current_version
1212

13-
- name: Check installed Kolla-Ansible version is the latest
13+
- name: Check installed Kolla-Ansible version is the expected version
1414
ansible.builtin.assert:
1515
that: "stackhpc_kolla_ansible_source_version in kolla_ansible_current_version.stdout"
1616
fail_msg: |
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../ansible/check-kolla-version.yml

0 commit comments

Comments
 (0)