Merge "Add new job for deploying kni on AWS"
authorEric Ball <eball@linuxfoundation.org>
Thu, 23 May 2019 15:18:04 +0000 (15:18 +0000)
committerGerrit Code Review <gerrit@akraino.org>
Thu, 23 May 2019 15:18:04 +0000 (15:18 +0000)
.gitignore
jjb/akraino-templates/akraino-ta-common-templates.yaml
jjb/iec/iec-compass-destroy.sh
jjb/iec/iec-fdn-install.sh [new file with mode: 0755]
jjb/iec/iec.yaml
jjb/ta/caas-helm.yaml
jjb/ta/caas-kubernetes.yaml
jjb/ta/ironic.yaml

index c22c00a..ce5c482 100644 (file)
@@ -9,3 +9,6 @@ cloud-env.json
 
 # Maven
 target/
+
+# Intellij IDEs
+.idea
index 0d478f2..426ab12 100644 (file)
@@ -12,7 +12,7 @@
       work/**/*.json
       work/tmp/rpms/mock_config/**
     build-days-to-keep: 30
-    build-timeout: 60
+    build-timeout: 90
     branch: master
     stream: master
     project-type: freestyle
index 5f0a072..fbd448b 100755 (executable)
@@ -2,4 +2,8 @@
 set -e
 
 rm -rf compass4nfv
+sudo virsh destroy host1
+sudo virsh destroy host2
+sudo virsh destroy host3
+
 exit 0
diff --git a/jjb/iec/iec-fdn-install.sh b/jjb/iec/iec-fdn-install.sh
new file mode 100755 (executable)
index 0000000..75697ef
--- /dev/null
@@ -0,0 +1,22 @@
+#!/bin/bash
+set -e
+
+sleep 10
+echo "Start IEC installation:"
+rm -rf iec
+rm -rf ~/.ssh/known_hosts
+
+git clone "https://gerrit.akraino.org/r/iec"
+
+cd iec/src/foundation/scripts
+
+sed -i.bak 's/10.169.36.152/10.1.0.50/g' ./config
+sed -i "/^K8S_MASTERPW=/cK8S_MASTERPW=\"root\"" ./config
+sed -i "/^HOST_USER=/cHOST_USER=\${HOST_USER:-root}" ./config
+sed -i "s/10.169.40.106,123456/10.1.0.51,root\"\n\"10.1.0.52,root/g" ./config
+HOST_USER=root
+export HOST_USER
+sudo ./startup.sh
+
+
+exit 0
index 8e2546b..c63f546 100644 (file)
                 !include-raw-escape: ./iec-compass-build.sh
             - shell:
                 !include-raw-escape: ./iec-compass-deploy.sh
+            - shell:
+                !include-raw-escape: ./iec-fdn-install.sh
             - shell:
                 !include-raw-escape: ./iec-compass-destroy.sh
       - conditional-step:
index 631c50a..128f8d8 100644 (file)
@@ -5,7 +5,7 @@
     project-type:
         - merge
         - verify
-    build-node: centos7-builder-2c-1g
+    build-node: centos7-builder-8c-8g
     stream: master
     jobs:
       - akraino-project-stream-type-ta
index 20f0dd2..19b114d 100644 (file)
@@ -5,7 +5,7 @@
     project-type:
         - merge
         - verify
-    build-node: centos7-builder-2c-1g
+    build-node: centos7-builder-8c-8g
     stream: master
     jobs:
       - akraino-project-stream-type-ta
index bfc8098..8368c0e 100644 (file)
@@ -5,7 +5,7 @@
     project-type:
         - merge
         - verify
-    build-node: centos7-builder-2c-1g
+    build-node: centos7-builder-8c-8g
     stream: master
     jobs:
       - akraino-project-stream-type-ta