Init BM MCC+MOSK commit
Just put templates to the repo
MOSSUST-114
Change-Id: I2239dd7067d823d3ab15d1d46dc57fc2c7b9444b
diff --git a/bm_mcc_mosk/child/cluster/subnets.yaml b/bm_mcc_mosk/child/cluster/subnets.yaml
new file mode 100644
index 0000000..15e3905
--- /dev/null
+++ b/bm_mcc_mosk/child/cluster/subnets.yaml
@@ -0,0 +1,68 @@
+apiVersion: ipam.mirantis.com/v1alpha1
+kind: Subnet
+metadata:
+ labels:
+ kaas.mirantis.com/provider: baremetal
+ ipam/SVC-k8s-lcm: "1"
+ name: lcm-nw
+ namespace: mosk
+spec:
+ cidr: 172.16.180.0/23
+ gateway: 172.16.180.1
+ includeRanges:
+ - 172.16.180.10-172.16.180.25
+ nameservers:
+ - 172.18.176.6
+---
+apiVersion: ipam.mirantis.com/v1alpha1
+kind: Subnet
+metadata:
+ labels:
+ kaas.mirantis.com/provider: baremetal
+ name: k8s-ext
+ namespace: mosk
+spec:
+ cidr: 172.17.42.0/26
+ includeRanges:
+ - 172.17.42.15-172.17.42.30
+ gateway: 172.17.42.1
+ nameservers:
+ - 172.18.176.6
+---
+apiVersion: ipam.mirantis.com/v1alpha1
+kind: Subnet
+metadata:
+ labels:
+ kaas.mirantis.com/provider: baremetal
+ name: tenant
+ namespace: mosk
+spec:
+ cidr: 10.12.2.0/24
+---
+apiVersion: ipam.mirantis.com/v1alpha1
+kind: Subnet
+metadata:
+ labels:
+ kaas.mirantis.com/provider: baremetal
+ ipam/SVC-ceph-public: "true"
+ cluster.sigs.k8s.io/cluster-name: mosk
+ name: storage-frontend
+ namespace: mosk
+spec:
+ cidr: 10.12.0.0/24
+ includeRanges:
+ - 10.12.0.5-10.12.0.250
+---
+apiVersion: ipam.mirantis.com/v1alpha1
+kind: Subnet
+metadata:
+ labels:
+ kaas.mirantis.com/provider: baremetal
+ ipam/SVC-ceph-cluster: "true"
+ cluster.sigs.k8s.io/cluster-name: mosk
+ name: storage-backend
+ namespace: mosk
+spec:
+ cidr: 10.12.1.0/24
+ includeRanges:
+ - 10.12.1.5-10.12.1.250
\ No newline at end of file