diff options
-rw-r--r-- | labs/arm/idf-pod5.yaml | 12 | ||||
-rw-r--r-- | labs/arm/pod5/fuel/config/local_env | 2 | ||||
-rw-r--r-- | labs/ericsson/idf-pod1.yaml | 8 | ||||
-rw-r--r-- | labs/lf/idf-pod2.yaml | 12 | ||||
-rw-r--r-- | labs/lf/pod2/fuel/config/local_env | 1 |
5 files changed, 28 insertions, 7 deletions
diff --git a/labs/arm/idf-pod5.yaml b/labs/arm/idf-pod5.yaml new file mode 100644 index 0000000..bf49c0d --- /dev/null +++ b/labs/arm/idf-pod5.yaml @@ -0,0 +1,12 @@ +--- +### ARM POD 5 installer descriptor file ### + +idf: + version: 0.1 + fuel: + jumphost: + bridges: + admin: 'admin7_br0' + mgmt: 'mgmt7_br0' + private: '' + public: 'public7_br0' diff --git a/labs/arm/pod5/fuel/config/local_env b/labs/arm/pod5/fuel/config/local_env deleted file mode 100644 index d5e4dec..0000000 --- a/labs/arm/pod5/fuel/config/local_env +++ /dev/null @@ -1,2 +0,0 @@ -export LIBVIRT_DEFAULT_URI="qemu:///system" -export DEFAULT_BRIDGE=admin7_br0,mgmt7_br0,,public7_br0 diff --git a/labs/ericsson/idf-pod1.yaml b/labs/ericsson/idf-pod1.yaml index 10469d2..1c9f297 100644 --- a/labs/ericsson/idf-pod1.yaml +++ b/labs/ericsson/idf-pod1.yaml @@ -6,7 +6,7 @@ idf: fuel: jumphost: bridges: - admin: pxebr - mgmt: br-mgmt - private: - public: br-external + admin: 'pxebr' + mgmt: 'br-mgmt' + private: '' + public: 'br-external' 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: '' diff --git a/labs/lf/pod2/fuel/config/local_env b/labs/lf/pod2/fuel/config/local_env deleted file mode 100644 index 5d587a2..0000000 --- a/labs/lf/pod2/fuel/config/local_env +++ /dev/null @@ -1 +0,0 @@ -export DEFAULT_BRIDGE=pxebr,br-ctl |