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

Rename stable/2023.1 to unmaintained/2023.1 #355

Merged
merged 1 commit into from
Dec 9, 2024
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
4 changes: 2 additions & 2 deletions ansible/inventory/group_vars/all/openstack
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# Name of the current OpenStack release. Default is "2023.1".
openstack_release: "2023.1"

# Name of the current OpenStack branch. Default is "stable/2023.1".
# Name of the current OpenStack branch. Default is "unmaintained/2023.1".
openstack_branch: >-
{% if openstack_release != 'master' %}stable/{% endif %}{{ openstack_release | lower }}
{% if openstack_release != 'master' %}unmaintained/{% endif %}{{ openstack_release | lower }}

###############################################################################
# OpenStack authentication configuration.
Expand Down
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
collections:
- name: https://opendev.org/openstack/ansible-collection-kolla
type: git
version: stable/2023.1
version: unmaintained/2023.1
- name: dellemc.os10
version: 1.1.1
- name: stackhpc.linux
Expand Down
8 changes: 0 additions & 8 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,11 @@
required-projects:
# Include kayobe to ensure other projects can use this job.
- name: openstack/ansible-collection-kolla
# TODO(mattcrees): Remove when kayobe stable/2023.1 exists.
override-checkout: stable/2023.1
- name: openstack/kayobe
- name: openstack/kayobe-config-dev
- name: openstack/kolla
# TODO(mattcrees): Remove when kayobe stable/2023.1 exists.
override-checkout: stable/2023.1
- name: openstack/kolla-ansible
# TODO(mattcrees): Remove when kayobe stable/2023.1 exists.
override-checkout: stable/2023.1
- name: openstack/requirements
# TODO(mattcrees): Remove when kayobe stable/2023.1 exists.
override-checkout: stable/2023.1
- name: openstack/tenks
irrelevant-files:
- ^\..+
Expand Down