adding demo yaml files 78/3778/1
authorr.kuralamudhan <kuralamudhan.ramakrishnan@intel.com>
Wed, 30 Sep 2020 08:11:24 +0000 (01:11 -0700)
committerr.kuralamudhan <kuralamudhan.ramakrishnan@intel.com>
Wed, 30 Sep 2020 08:11:24 +0000 (01:11 -0700)
Signed-off-by: r.kuralamudhan <kuralamudhan.ramakrishnan@intel.com>
Change-Id: I78a80256b609f98ea8823cf354d08c354b3e9d6f

cmd/bpa-operator/e2etest/test_bmh_provisioning_cr.yaml
demo/cluster101_bmh_provisioning_cr.yaml [new file with mode: 0644]
demo/cluster102_bmh_provisioning_cr.yaml [new file with mode: 0644]
demo/cluster103_bmh_provisioning_cr.yaml [new file with mode: 0644]

index bfedde3..d0318bd 100644 (file)
@@ -13,4 +13,4 @@ spec:
     - worker-1:
          mac-address: 00:1e:67:f8:6a:58
   KUDPlugins:
-    - onap4k8s
+    - emco
diff --git a/demo/cluster101_bmh_provisioning_cr.yaml b/demo/cluster101_bmh_provisioning_cr.yaml
new file mode 100644 (file)
index 0000000..9b096a9
--- /dev/null
@@ -0,0 +1,13 @@
+apiVersion: bpa.akraino.org/v1alpha1
+kind: Provisioning
+metadata:
+  name: cluster101
+  labels:
+    cluster: cluster101
+    owner: tester
+spec:
+  masters:
+    - master-1:
+        mac-address: <pn4-IF2-mac>
+  KUDPlugins:
+    - emco
diff --git a/demo/cluster102_bmh_provisioning_cr.yaml b/demo/cluster102_bmh_provisioning_cr.yaml
new file mode 100644 (file)
index 0000000..ae0523d
--- /dev/null
@@ -0,0 +1,14 @@
+apiVersion: bpa.akraino.org/v1alpha1
+kind: Provisioning
+metadata:
+  name: cluster102
+  labels:
+    cluster: cluster102
+    owner: tester
+spec:
+  masters:
+    - master-1:
+        mac-address: <pn2-IF2-mac>
+  workers:
+    - worker-1:
+         mac-address: <pn3-IF2-mac>
diff --git a/demo/cluster103_bmh_provisioning_cr.yaml b/demo/cluster103_bmh_provisioning_cr.yaml
new file mode 100644 (file)
index 0000000..d8295ef
--- /dev/null
@@ -0,0 +1,11 @@
+apiVersion: bpa.akraino.org/v1alpha1
+kind: Provisioning
+metadata:
+  name: cluster103
+  labels:
+    cluster: cluster103
+    owner: tester
+spec:
+  masters:
+    - master-1:
+        mac-address: <pn4-IF2-mac>