Skip to content

Automatic openstack release for kolla sources #779

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
Nov 14, 2023
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/stackhpc-promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Promote package repositories
on:
push:
branches:
# NOTE(mgoddard): Reference only the current release branch here.
# NOTE(upgrade): Reference only the current release branch here.
- stackhpc/zed
jobs:
promote:
Expand Down
17 changes: 7 additions & 10 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,9 @@ kolla_tag: "{{ openstack_release }}-{{ kolla_base_distro }}-{{ kolla_base_distro
# type: git
# location: https://github.com/openstack/ironic
# reference: master
# NOTE (Alex-Welsh): The reference for many of these entries could be
# 'stackhpc/{{ openstack_release }}' which would keep the branch up to date
# for the current release. This is nice in theory but in practice, the stackhpc
# forks change with every release and the elements in this list change with
# them. Explicitly using /zed makes it more intuitive to find and edit these
# entries.
# NOTE(upgrade): These sources should be checked with each release. StackHPC
# branches are only required when we have custom backports. For a new release,
# we may have caught up with upstream.
kolla_sources:
bifrost-base-additions-stackhpc-inspector-plugins:
# Install our custom inspector plugins.
Expand All @@ -126,11 +123,11 @@ kolla_sources:
cloudkitty-base:
type: git
location: https://github.com/stackhpc/cloudkitty.git
reference: stackhpc/zed
reference: stackhpc/{{ openstack_release }}
horizon-plugin-cloudkitty-dashboard:
type: git
location: https://github.com/stackhpc/cloudkitty-dashboard.git
reference: stackhpc/zed
reference: stackhpc/{{ openstack_release }}
ironic-inspector-additions-stackhpc-inspector-plugins:
# Install our custom inspector plugins.
type: git
Expand All @@ -139,15 +136,15 @@ kolla_sources:
magnum-base:
type: git
location: https://github.com/stackhpc/magnum.git
reference: stackhpc/zed
reference: stackhpc/{{ openstack_release }}
neutron-base:
type: git
location: https://github.com/stackhpc/neutron.git
reference: stackhpc/{{ openstack_release }}
neutron-base-plugin-networking-generic-switch:
type: git
location: https://github.com/stackhpc/networking-generic-switch.git
reference: stackhpc/zed
reference: stackhpc/{{ openstack_release }}

###############################################################################
# Kolla image build configuration.
Expand Down