Change KUD plugin from onap4k8s to emco. 37/3737/5
authorTodd Malsbary <todd.malsbary@intel.com>
Tue, 22 Sep 2020 18:19:30 +0000 (11:19 -0700)
committerKuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Mon, 16 Nov 2020 17:54:14 +0000 (17:54 +0000)
Note: memory for VM nodes was increased to run the v2 firewall test.

Issue-ID: ICN-456
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I938e242da3fb34f6f104b7bd03214a38bbd3d657

cmd/bpa-operator/deploy/crds/provisioning-crd/provisioning_cr_kud_plugins_sample.yaml
cmd/bpa-operator/e2etest/bpa_vm_verifier.sh
deploy/metal3-vm/vm-setup/roles/common/defaults/main.yml

index e18de25..b1f490e 100755 (executable)
@@ -61,6 +61,8 @@ spec:
   workers:
     - worker-0:
         mac-address: ${workerMAC}
+  KUDPlugins:
+    - emco
 EOF
 kubectl apply -f e2etest/e2e_test_provisioning_cr.yaml
 sleep 5
index 5d8fe8b..40751bc 100644 (file)
@@ -9,7 +9,7 @@ libvirt_nic_model: virtio
 # These defaults are used if there are no flavor-specific
 # overrides configured.
 default_disk: 50
-default_memory: 8192
+default_memory: 16384
 default_vcpu: 8
 num_masters: 1
 num_workers: 1