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