Skip to content

Commit

Permalink
Rename stable/2023.1 to unmaintained/2023.1
Browse files Browse the repository at this point in the history
Change-Id: I0e838ec5062a964d49b17c58983395887d8fcb7e
  • Loading branch information
priteau authored and JohnGarbutt committed Dec 9, 2024
1 parent bde86d7 commit e84edd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
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

0 comments on commit e84edd0

Please sign in to comment.