diff options
Diffstat (limited to 'labs/arm')
-rw-r--r-- | labs/arm/idf-pod5.yaml | 12 | ||||
-rw-r--r-- | labs/arm/pod5/fuel/config/local_env | 2 |
2 files changed, 12 insertions, 2 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 |