From 6066936a8463790fb1d4a42a543389bb1e8031ef Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Tue, 15 Jul 2025 20:26:51 +1000 Subject: [PATCH 1/2] fix: duplicate declatation - only install ceph-common once --- hieradata/roles/infra/k8s/node.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/hieradata/roles/infra/k8s/node.yaml b/hieradata/roles/infra/k8s/node.yaml index 052e0d1..6f81255 100644 --- a/hieradata/roles/infra/k8s/node.yaml +++ b/hieradata/roles/infra/k8s/node.yaml @@ -11,7 +11,6 @@ python::manage_dev_package: false profiles::packages::include: bridge-utils: {} cephadm: {} - ceph-common: {} # additional repos profiles::yum::global::repos: -- 2.47.3 From 30523360402913334b56dd84d1b551a557b5005f Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Tue, 15 Jul 2025 20:34:12 +1000 Subject: [PATCH 2/2] chore: update ceph::client params - dont manage package, paths or conf --- hieradata/roles/infra/k8s/node.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hieradata/roles/infra/k8s/node.yaml b/hieradata/roles/infra/k8s/node.yaml index 6f81255..81b7c23 100644 --- a/hieradata/roles/infra/k8s/node.yaml +++ b/hieradata/roles/infra/k8s/node.yaml @@ -11,7 +11,18 @@ python::manage_dev_package: false profiles::packages::include: bridge-utils: {} cephadm: {} + ceph-common: {} +profiles::ceph::client::manage_ceph_conf: false +profiles::ceph::client::manage_ceph_package: false +profiles::ceph::client::manage_ceph_paths: false +profiles::ceph::client::fsid: 'de96a98f-3d23-465a-a899-86d3d67edab8' +profiles::ceph::client::mons: + - 198.18.23.9 + - 198.18.23.10 + - 198.18.23.11 + - 198.18.23.12 + - 198.18.23.13 # additional repos profiles::yum::global::repos: ceph: -- 2.47.3