Skip to content

Commit ee2e249

Browse files
Update links
1 parent 24a005e commit ee2e249

File tree

23 files changed

+15
-15
lines changed

23 files changed

+15
-15
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
- name: Check Kolla-Ansible version
3-
tags: kolla-version-check
3+
tags: kolla-ansible-version-check
44
hosts: localhost
55
gather_facts: false
66
tasks:
77
- name: Check version
8-
when: stackhpc_enable_kolla_check
8+
when: stackhpc_enable_kolla_ansible_check
99
block:
1010
- name: Get current Kolla-Ansible tag
1111
ansible.builtin.command:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../ansible/check-kolla-ansible-version.yml

etc/kayobe/hooks/infra-vm-host-configure/pre.d/check-kolla-version.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../ansible/check-kolla-ansible-version.yml

etc/kayobe/hooks/infra-vm-service-deploy/pre.d/check-kolla-version.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../ansible/check-kolla-ansible-version.yml

etc/kayobe/hooks/overcloud-host-configure/pre.d/check-kolla-version.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../ansible/check-kolla-ansible-version.yml

etc/kayobe/hooks/overcloud-host-upgrade/pre.d/check-kolla-version.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../ansible/check-kolla-ansible-version.yml

0 commit comments

Comments
 (0)