Adds deploy_settings and network_settings to deploy 49/5149/1
authorTim Rozet <trozet@redhat.com>
Wed, 23 Dec 2015 16:47:17 +0000 (11:47 -0500)
committerTim Rozet <trozet@redhat.com>
Wed, 23 Dec 2015 16:47:17 +0000 (11:47 -0500)
Common deploy_settings and network_settings yaml files used in order to
provide options at deploy time and enable network isloation,
respectively.

Change-Id: Idd07fdb57ac33705a59f13fac5560f48247a2df5
Signed-off-by: Tim Rozet <trozet@redhat.com>
jjb/apex/apex.yml

index 95055cb..48eedbb 100644 (file)
             # cleanup virtual machines before we start
             sudo opnfv-clean
             # initiate virtual deployment
-            sudo opnfv-deploy -v
+            sudo opnfv-deploy -v -d /usr/share/doc/opnfv/deploy_settings.yaml.example -n /usr/share/doc/opnfv/network_settings.yaml.example
 
             echo
             echo "--------------------------------------------------------"