diff options
author | 2017-10-03 18:38:00 +0200 | |
---|---|---|
committer | 2017-10-04 23:01:39 +0000 | |
commit | 49480ccf256b8739b1b4d0ef7eec9f8fb3d10347 (patch) | |
tree | 1489574b13a07da4671dd38ccdb016e946214976 /labs/lf/idf-pod2.yaml | |
parent | ffae24981c1ff67b7ff8e87d6909f90c2e03923f (diff) |
lf-pod2, arm-pod5: Fuel Installer Descriptor File
While at it, quote string variables in ericsson-pod1 IDF.
Now that we can determine bridge names from IDF, drop legacy
"local_env" mechanism for baremetal PODs.
Change-Id: I1db41cde503099352adb72d0969c1dd0f8a92a59
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit 14fe92acb1006cdb01ff57a588683b5bb2f15d47)
Diffstat (limited to 'labs/lf/idf-pod2.yaml')
-rw-r--r-- | labs/lf/idf-pod2.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/labs/lf/idf-pod2.yaml b/labs/lf/idf-pod2.yaml new file mode 100644 index 0000000..7932f88 --- /dev/null +++ b/labs/lf/idf-pod2.yaml @@ -0,0 +1,12 @@ +--- +### LF POD 2 installer descriptor file ### + +idf: + version: 0.1 + fuel: + jumphost: + bridges: + admin: 'pxebr' + mgmt: 'br-ctl' + private: '' + public: '' |