Remove duplicated INSTALLER_NAME parameter 63/4763/1
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Thu, 17 Dec 2015 08:55:02 +0000 (09:55 +0100)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Thu, 17 Dec 2015 08:55:02 +0000 (09:55 +0100)
All the jobs should use INSTALLER_TYPE

Change-Id: I5386276fca837ba3ddda314f7c334c0f2957f78a
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/apex/opnfv-apex.yml
jjb/compass4nfv/opnfv-compass4nfv.yml
jjb/fuel/opnfv-fuel.yml
jjb/joid/joid.yml
jjb/opnfv/installer-params.yml

index de2947c..5240bba 100644 (file)
@@ -80,5 +80,5 @@
     builders:
         - shell: |
             #!/bin/bash
-            echo "Hello World from OPNFV $INSTALLER_NAME"
-            echo "Running $INSTALLER_NAME with controller $CONTROLLER"
+            echo "Hello World from OPNFV $INSTALLER_TYPE"
+            echo "Running $INSTALLER_TYPE with controller $CONTROLLER"
index c647abc..288c7ab 100644 (file)
@@ -80,5 +80,5 @@
     builders:
         - shell: |
             #!/bin/bash
-            echo "Hello World from OPNFV $INSTALLER_NAME"
-            echo "Running $INSTALLER_NAME with controller $CONTROLLER"
+            echo "Hello World from OPNFV $INSTALLER_TYPE"
+            echo "Running $INSTALLER_TYPE with controller $CONTROLLER"
index a0fbce2..393f919 100644 (file)
     builders:
         - shell: |
             #!/bin/bash
-            echo "Hello World from OPNFV $INSTALLER_NAME"
-            echo "Running $INSTALLER_NAME with controller $CONTROLLER"
+            echo "Hello World from OPNFV $INSTALLER_TYPE"
+            echo "Running $INSTALLER_TYPE with controller $CONTROLLER"
index fdeddc6..28b019f 100644 (file)
@@ -88,7 +88,7 @@
     builders:
         - shell: |
             #!/bin/bash
-            echo "Running $INSTALLER_NAME with controller $CONTROLLER"
+            echo "Running $INSTALLER_TYPE with controller $CONTROLLER"
             echo "Please note that this is a quick try to see how joid deployment works"
             echo
             echo "Executing clean.sh"
     builders:
         - shell: |
             #!/bin/bash
-            echo "Running $INSTALLER_NAME with controller $CONTROLLER"
+            echo "Running $INSTALLER_TYPE with controller $CONTROLLER"
             echo "Please note that this is WIP generic builder"
             echo
             echo "Executing clean.sh"
index 0895e63..64945c6 100644 (file)
@@ -5,13 +5,9 @@
             name: INSTALLER_IP
             default: '192.168.X.X'
             description: 'IP of the installer'
-        - string:
-            name: INSTALLER_NAME
-            default: apex
-            description: 'Installer used for deploying OPNFV on this POD'
         - string:
             name: INSTALLER_TYPE
-            default: $INSTALLER_NAME
+            default: apex
             description: 'Installer used for deploying OPNFV on this POD'
 
 - parameter:
             name: INSTALLER_IP
             default: '192.168.200.2'
             description: 'IP of the installer'
-        - string:
-            name: INSTALLER_NAME
-            default: compass
-            description: 'Installer used for deploying OPNFV on this POD'
         - string:
             name: INSTALLER_TYPE
-            default: $INSTALLER_NAME
+            default: compass
             description: 'Installer used for deploying OPNFV on this POD'
 
 - parameter:
@@ -38,7 +30,7 @@
             default: '10.20.0.2'
             description: 'IP of the installer'
         - string:
-            name: INSTALLER_NAME
+            name: INSTALLER_TYPE
             default: fuel
             description: 'Installer used for deploying OPNFV on this POD'
 
             name: INSTALLER_IP
             default: '192.168.Y.Y'
             description: 'IP of the installer'
-        - string:
-            name: INSTALLER_NAME
-            default: joid
-            description: 'Installer used for deploying OPNFV on this POD'
         - string:
             name: INSTALLER_TYPE
-            default: $INSTALLER_NAME
+            default: joid
             description: 'Installer used for deploying OPNFV on this POD'