Skip to content
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
4 changes: 2 additions & 2 deletions .github/assets/testing/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ core:
epa-orchestrator:
channel: 2026.1/edge
microceph:
channel: squid/edge
channel: tentacle/edge
config:
snap-channel: squid/edge
snap-channel: tentacle/edge
microovn:
channel: 26.03/edge
sunbeam-ovn-proxy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ on:
microceph-charm-channel:
description: Specify microceph charms channel
required: true
default: squid/beta
default: tentacle/beta
type: string
microceph-snap-channel:
description: Specify microceph snap channel
required: true
default: squid/beta
default: tentacle/beta
type: string
rabbitmq-charm-channel:
description: Specify rabbitmq charms channel
Expand Down
4 changes: 2 additions & 2 deletions cloud/etc/deploy-microceph/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
variable "charm_microceph_channel" {
description = "Operator channel for microceph deployment"
type = string
default = "squid/stable"
default = "tentacle/stable"
}

variable "charm_microceph_revision" {
Expand All @@ -21,7 +21,7 @@ variable "charm_microceph_config" {

variable "microceph_channel" {
description = "K8S channel to deploy, not the operator channel"
default = "squid/stable"
default = "tentacle/stable"
}

variable "machine_ids" {
Expand Down
4 changes: 2 additions & 2 deletions manifests/2026.1/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ core:
sunbeam-machine:
channel: 2026.1/beta
microceph:
channel: squid/stable
channel: tentacle/stable
config:
snap-channel: squid/stable
snap-channel: tentacle/stable
microovn:
channel: 26.03/stable
openstack-network-agents:
Expand Down
4 changes: 2 additions & 2 deletions manifests/2026.1/candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ core:
sunbeam-machine:
channel: 2026.1/candidate
microceph:
channel: squid/stable
channel: tentacle/stable
config:
snap-channel: squid/stable
snap-channel: tentacle/stable
microovn:
channel: 26.03/stable
openstack-network-agents:
Expand Down
4 changes: 2 additions & 2 deletions manifests/2026.1/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ core:
epa-orchestrator:
channel: 2026.1/edge
microceph:
channel: squid/stable
channel: tentacle/stable
config:
snap-channel: squid/stable
snap-channel: tentacle/stable
microovn:
channel: 26.03/stable
openstack-network-agents:
Expand Down
4 changes: 2 additions & 2 deletions manifests/2026.1/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ core:
epa-orchestrator:
channel: 2026.1/stable
microceph:
channel: squid/stable
channel: tentacle/stable
config:
snap-channel: squid/stable
snap-channel: tentacle/stable
microovn:
channel: 26.03/stable
openstack-network-agents:
Expand Down
2 changes: 1 addition & 1 deletion sunbeam-python/sunbeam/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def determine_version() -> str:
OPENSTACK_CHANNEL = f"{determine_version()}/stable"
RABBITMQ_CHANNEL = "3.12/stable"
TRAEFIK_CHANNEL = "latest/stable"
MICROCEPH_CHANNEL = "squid/stable"
MICROCEPH_CHANNEL = "tentacle/stable"
MICROOVN_CHANNEL = "26.03/stable"
ROLE_DISTRIBUTOR_CHANNEL = "latest/stable"
MYSQL_CHANNEL = "8.0/stable"
Expand Down
Loading