From 719fcbd4f78d024d914ec33e467746b29d9d508b Mon Sep 17 00:00:00 2001 From: lavado Date: Thu, 10 Sep 2020 04:59:05 +0200 Subject: [PATCH] Update build_slice.sh --- magma/build_slice.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magma/build_slice.sh b/magma/build_slice.sh index 4cbcdab8..2fd39a04 100755 --- a/magma/build_slice.sh +++ b/magma/build_slice.sh @@ -16,7 +16,7 @@ osm netslice-template-create magma_slice.yaml osm nsi-create --nsi_name magma_slice --nst_name magma_slice_hackfest_nst \ --config_file params.yaml --ssh_keys ~/.ssh/id_rsa.pub --vim_account etsi-openstack -sleep 8 +sleep 15 osm ns-list | grep "\" | awk '{print $4}' | xargs -l1 juju switch juju model-config enable-os-refresh-update=false enable-os-upgrade=false juju model-config apt-mirror=http://fr.archive.ubuntu.com/ubuntu/ -- GitLab