From b47a717a513022243e3db6537e48f35ada1a4335 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 5 Apr 2026 23:27:07 +1000 Subject: [PATCH] fix: move ceph::osd to k8s.yaml instead of compute/control individually --- hieradata/roles/infra/k8s.yaml | 1 + hieradata/roles/infra/k8s/compute.yaml | 3 --- hieradata/roles/infra/k8s/control.yaml | 3 --- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/hieradata/roles/infra/k8s.yaml b/hieradata/roles/infra/k8s.yaml index 3b55032..caa9c73 100644 --- a/hieradata/roles/infra/k8s.yaml +++ b/hieradata/roles/infra/k8s.yaml @@ -2,6 +2,7 @@ hiera_include: - profiles::selinux::setenforce - profiles::ceph::node + - profiles::ceph::osd - profiles::ceph::client - exporters::frr_exporter - frrouting diff --git a/hieradata/roles/infra/k8s/compute.yaml b/hieradata/roles/infra/k8s/compute.yaml index 8e78e68..09cad16 100644 --- a/hieradata/roles/infra/k8s/compute.yaml +++ b/hieradata/roles/infra/k8s/compute.yaml @@ -1,6 +1,3 @@ --- -hiera_include: - - profiles::ceph::osd - # manage rke2 rke2::node_type: agent diff --git a/hieradata/roles/infra/k8s/control.yaml b/hieradata/roles/infra/k8s/control.yaml index 50779ec..cd7c6c1 100644 --- a/hieradata/roles/infra/k8s/control.yaml +++ b/hieradata/roles/infra/k8s/control.yaml @@ -1,7 +1,4 @@ --- -hiera_include: - - profiles::ceph::osd - # manage rke2 rke2::node_type: server rke2::helm_install: true