Skip to content

Bump kolla to stackhpc/20.0.0.14 #1730

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/kayobe/stackhpc.yml
Original file line number Diff line number Diff line change
@@ -141,7 +141,7 @@ stackhpc_repo_elrepo_9_version: "{{ stackhpc_repo_distribution }}"

# Kolla source repository.
stackhpc_kolla_source_url: "https://github.com/stackhpc/kolla"
stackhpc_kolla_source_version: stackhpc/20.0.0.12
stackhpc_kolla_source_version: stackhpc/20.0.0.14

# Kolla Ansible source repository.
stackhpc_kolla_ansible_source_url: "https://github.com/stackhpc/kolla-ansible"

Unchanged files with check annotations Beta

---

Check warning on line 1 in etc/kayobe/ansible/ubuntu-upgrade.yml

GitHub Actions / Ansible 2.17 lint with Python 3.10

syntax-check[missing-file]

Unable to retrieve file contents

Check warning on line 1 in etc/kayobe/ansible/ubuntu-upgrade.yml

GitHub Actions / Ansible 2.18 lint with Python 3.12

syntax-check[missing-file]

Unable to retrieve file contents
# To prevent Ansible role dependency errors, this playbook requires that environment variable
# ANSIBLE_ROLES_PATH is defined and includes '$KAYOBE_PATH/ansible/roles' on the Ansible control host.
# Where KAYOBE_PATH is the path to the source of kayobe that the environment uses.
when: stackhpc_enable_kolla_ansible_check
check_mode: false
block:
- name: Get current Kolla-Ansible tag

Check warning on line 11 in etc/kayobe/ansible/check-kolla-ansible-version.yml

GitHub Actions / Ansible 2.17 lint with Python 3.10

command-instead-of-module

git used in place of git module

Check warning on line 11 in etc/kayobe/ansible/check-kolla-ansible-version.yml

GitHub Actions / Ansible 2.18 lint with Python 3.12

command-instead-of-module

git used in place of git module
ansible.builtin.command:
cmd: git describe --tags
chdir: "{{ lookup('ansible.builtin.env', 'KOLLA_SOURCE_PATH') }}"
dest: /tmp/kayobe-git
version: stackhpc/{{ openstack_release }}
- name: Get tag from Kayobe commit

Check warning on line 38 in etc/kayobe/ansible/check-kayobe-version.yml

GitHub Actions / Ansible 2.17 lint with Python 3.10

command-instead-of-module

git used in place of git module

Check warning on line 38 in etc/kayobe/ansible/check-kayobe-version.yml

GitHub Actions / Ansible 2.18 lint with Python 3.12

command-instead-of-module

git used in place of git module
ansible.builtin.command:
cmd: git describe --tags {{ kayobe_git_commit.stdout }}
chdir: /tmp/kayobe-git