Skip to content
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

Pinning kolla, kolla-ansible and kayobe in caracal #1248

Open
wants to merge 1 commit into
base: stackhpc/2024.1
Choose a base branch
from
Open
Show file tree
Hide file tree
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
8 changes: 2 additions & 6 deletions etc/kayobe/stackhpc.yml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be better to move these versions to a separate file to allow for easier automation. stackhpc-source-versions.yml?

Original file line number Diff line number Diff line change
Expand Up @@ -141,15 +141,11 @@ 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/{{ openstack_release }}"
stackhpc_kolla_source_version: "stackhpc/18.1.0.2"

# Kolla Ansible source repository.
stackhpc_kolla_ansible_source_url: "https://github.com/stackhpc/kolla-ansible"
# FIXME: Waiting for
# https://review.opendev.org/c/openstack/kolla-ansible/+/926198 to merge and
# sync to stackhpc/2024.1
# stackhpc_kolla_ansible_source_version: "stackhpc/{{ openstack_release }}"
Comment on lines -148 to -151
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stackhpc/kolla-ansible#596, available in stackhpc/18.1.0.4...

stackhpc_kolla_ansible_source_version: "fix-prometheus"
stackhpc_kolla_ansible_source_version: "stackhpc/18.1.0.2"

###############################################################################
# Container image registry
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/2024.1
kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/16.1.0.1
ansible-modules-hashivault>=5.2.1
jmespath
Loading