Skip to content

Commit

Permalink
Add Caracal release support
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed May 21, 2024
1 parent b313e10 commit f3cd741
Show file tree
Hide file tree
Showing 16 changed files with 1,185 additions and 683 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
image: ["docker.io/library/debian:11", "docker.io/library/ubuntu:22.04", "docker.io/library/rockylinux:9"]
os_release: ["zed", "2023.1", "2023.2"]
os_release: ["zed", "2023.1", "2023.2", "2024.1"]
include:
- image: "quay.io/centos/centos:stream8"
os_release: "yoga"
Expand Down
2 changes: 1 addition & 1 deletion defaults.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
##############################################################################

export OS_ENABLE_LOCAL_REGISTRY="${OS_ENABLE_LOCAL_REGISTRY:-false}"
export OPENSTACK_RELEASE="${OPENSTACK_RELEASE:-2023.2}"
export OPENSTACK_RELEASE="${OPENSTACK_RELEASE:-2024.1}"
export OS_KOLLA_OPENSTACK_RELEASE="${OPENSTACK_RELEASE}"
export OS_KOLLA_KOLLA_INSTALL_TYPE="${OS_KOLLA_KOLLA_INSTALL_TYPE:-binary}"
export OS_KOLLA_KOLLA_BASE_DISTRO="${OS_KOLLA_KOLLA_BASE_DISTRO:-ubuntu}"
Expand Down
Loading

0 comments on commit f3cd741

Please sign in to comment.