Fixes daily deploy until network isolation patch is merged 83/5283/1
authorTim Rozet <trozet@redhat.com>
Sat, 26 Dec 2015 16:31:56 +0000 (11:31 -0500)
committerTim Rozet <trozet@redhat.com>
Sat, 26 Dec 2015 16:31:56 +0000 (11:31 -0500)
Change-Id: Ib8fb13ba88d464c009dfee071f37d5dc6b841a6c
Signed-off-by: Tim Rozet <trozet@redhat.com>
jjb/apex/apex.yml

index 48eedbb..e499f29 100644 (file)
             # cleanup virtual machines before we start
             sudo opnfv-clean
             # initiate virtual deployment
-            sudo opnfv-deploy -v -d /usr/share/doc/opnfv/deploy_settings.yaml.example -n /usr/share/doc/opnfv/network_settings.yaml.example
-
+            if [ -e /usr/share/doc/opnfv/network_settings.yaml.example ]; then
+              sudo opnfv-deploy -v -d /usr/share/doc/opnfv/deploy_settings.yaml.example -n /usr/share/doc/opnfv/network_settings.yaml.example
+            else
+              sudo opnfv-deploy -v
+            fi
             echo
             echo "--------------------------------------------------------"
             echo "Done!"