diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-08-17 17:33:34 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-08-17 17:33:34 +0200 |
commit | 90cbb2259a4a009ead1877a7d46896ee6bb9d5a2 (patch) | |
tree | 3c4906b3b8a195b58d43373a7e9d008695f15326 /labs/lf/pod2 | |
parent | fbf05b75657df10cb1262882e8b6fbcd72e8499c (diff) |
fuel: lf-pod2: Add local_env configuration file
This file provides pod-specific enviroment variables that will be
passed down to Fuel's `ci/deploy.sh` script.
Change-Id: I7e3a5ebf9a30a31b7d4bd7d7dc9a13f7c45e2c6d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'labs/lf/pod2')
-rw-r--r-- | labs/lf/pod2/fuel/config/local_env | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/labs/lf/pod2/fuel/config/local_env b/labs/lf/pod2/fuel/config/local_env new file mode 100644 index 0000000..5d587a2 --- /dev/null +++ b/labs/lf/pod2/fuel/config/local_env @@ -0,0 +1 @@ +export DEFAULT_BRIDGE=pxebr,br-ctl |