Remove external script references 08/78008/1
authorVictor Morales <victor.morales@intel.com>
Wed, 6 Feb 2019 21:21:46 +0000 (13:21 -0800)
committerVictor Morales <victor.morales@intel.com>
Wed, 6 Feb 2019 21:21:46 +0000 (13:21 -0800)
The integration_* test scripts have some references to external
repositories that are out of the ONAP project scope. This change
removes those references to keep everything defined in this repo.

Change-Id: I0e829c6215efaf3cde9f5198f235b15350ac8235
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301

vagrant/tests/_common.sh

index 620c00a..674c752 100755 (executable)
@@ -371,7 +371,7 @@ spec:
           $proxy
           runcmd:
           $cloud_init_proxy
-            - wget -O - https://raw.githubusercontent.com/electrocucaracha/vFW-demo/master/$packetgen_deployment_name | sudo -E bash
+            - wget -O - https://git.onap.org/multicloud/k8s/plain/vagrant/tests/vFW/$packetgen_deployment_name | sudo -E bash
         VirtletSSHKeys: |
           $ssh_key
         VirtletRootVolumeSize: 5Gi
@@ -439,7 +439,7 @@ spec:
           $proxy
           runcmd:
             $cloud_init_proxy
-            - wget -O - https://raw.githubusercontent.com/electrocucaracha/vFW-demo/master/$firewall_deployment_name | sudo -E bash
+            - wget -O - https://git.onap.org/multicloud/k8s/plain/vagrant/tests/vFW/$firewall_deployment_name | sudo -E bash
         VirtletSSHKeys: |
           $ssh_key
         VirtletRootVolumeSize: 5Gi
@@ -647,7 +647,7 @@ spec:
           $proxy
           runcmd:
           $cloud_init_proxy
-            - wget -O - https://raw.githubusercontent.com/electrocucaracha/vFW-demo/master/$packetgen_deployment_name | sudo -E bash
+            - wget -O - https://git.onap.org/multicloud/k8s/plain/vagrant/tests/vFW/$packetgen_deployment_name | sudo -E bash
         VirtletSSHKeys: |
           $ssh_key
         VirtletRootVolumeSize: 5Gi
@@ -714,7 +714,7 @@ spec:
           $proxy
           runcmd:
             $cloud_init_proxy
-            - wget -O - https://raw.githubusercontent.com/electrocucaracha/vFW-demo/master/$firewall_deployment_name | sudo -E bash
+            - wget -O - https://git.onap.org/multicloud/k8s/plain/vagrant/tests/vFW/$firewall_deployment_name | sudo -E bash
         VirtletSSHKeys: |
           $ssh_key
         VirtletRootVolumeSize: 5Gi
@@ -780,7 +780,7 @@ spec:
           $proxy
           runcmd:
             $cloud_init_proxy
-            - wget -O - https://raw.githubusercontent.com/electrocucaracha/vFW-demo/master/$sink_deployment_name | sudo -E bash
+            - wget -O - https://git.onap.org/multicloud/k8s/plain/vagrant/tests/vFW/$sink_deployment_name | sudo -E bash
         VirtletSSHKeys: |
           $ssh_key
         VirtletRootVolumeSize: 5Gi