summaryrefslogtreecommitdiffstats
path: root/jjb/apex
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2015-12-23 11:47:17 -0500
committerTim Rozet <trozet@redhat.com>2015-12-23 11:47:17 -0500
commitaf114946985ea7a93f87f4ed3a21c28a74d43d1d (patch)
treeccad98f4ecdea53892749b7655dbcfeeef993f4d /jjb/apex
parentb9553255d2cf0273d825bccc22cc1111b8ecec77 (diff)
Adds deploy_settings and network_settings to deploy
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>
Diffstat (limited to 'jjb/apex')
-rw-r--r--jjb/apex/apex.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml
index 95055cb3e..48eedbb98 100644
--- a/jjb/apex/apex.yml
+++ b/jjb/apex/apex.yml
@@ -425,7 +425,7 @@
# 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 "--------------------------------------------------------"