From: Victor Morales Date: Wed, 6 Feb 2019 21:21:46 +0000 (-0800) Subject: Remove external script references X-Git-Tag: 0.1.0~66 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4b1a17def6ca8128190cf0c75d4396a48c73ca97;p=multicloud%2Fk8s.git Remove external script references 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 Issue-ID: MULTICLOUD-301 --- diff --git a/vagrant/tests/_common.sh b/vagrant/tests/_common.sh index 620c00af..674c752a 100755 --- a/vagrant/tests/_common.sh +++ b/vagrant/tests/_common.sh @@ -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