aboutsummaryrefslogtreecommitdiffstats
path: root/labs/arm/virtual1/fuel/config
diff options
context:
space:
mode:
authorcristinapauna <cristina.pauna@enea.com>2016-11-29 11:18:58 +0200
committercristinapauna <cristina.pauna@enea.com>2016-11-29 11:21:45 +0200
commit719f6812813c07df3ebb6e93dca668285f7676b2 (patch)
tree12e8f00b6e0ec4489b771e011fd3b7176efa062b /labs/arm/virtual1/fuel/config
parent046822837b5d90501959f3c7c33cebd9149dd539 (diff)
Move the local_env file
The local_env file was in the wrong directory and it was not sourced by the deploy script. Moved it to the correct location Change-Id: Ie5ddcfc656dc5c0a79aa49c2c553819b72303ef3 Signed-off-by: cristinapauna <cristina.pauna@enea.com>
Diffstat (limited to 'labs/arm/virtual1/fuel/config')
-rw-r--r--labs/arm/virtual1/fuel/config/local_env3
1 files changed, 3 insertions, 0 deletions
diff --git a/labs/arm/virtual1/fuel/config/local_env b/labs/arm/virtual1/fuel/config/local_env
new file mode 100644
index 0000000..5befecd
--- /dev/null
+++ b/labs/arm/virtual1/fuel/config/local_env
@@ -0,0 +1,3 @@
+export LIBVIRT_DEFAULT_URI=qemu+ssh://jenkins@10.0.9.5/system
+export DEFAULT_BRIDGE=admin8_br0,public8_br0
+export DEPLOY_TIMEOUT=360