diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-01-15 21:45:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-15 21:45:00 +0000 |
commit | 5a013a2f7b2b64b91d2f61ec1a1f1378a5d62977 (patch) | |
tree | 01390b984fbd6d840971b2645c3abd1544573a0c /labs/bii/idf-pod1.yaml | |
parent | 277aab79e2efa7acc1accd7469d10bb1029882c2 (diff) | |
parent | 1e35f14466291b34ec10e8c63e070d9d50681593 (diff) |
Merge changes from topic 'move-net_config-idf'
* changes:
[PDF] Daisy, Fuel: Drop support for PDF net_config
[PDF] zte-pod*: Move net_config to IDF
[PDF] lf-pod*: Drop 'fixed_ips'
[PDD] ericsson-pod*: Move net_config to IDF
[PDF] bii-pod*: Move net_config to IDF
[PDF] arm-pod*: Move net_config to IDF
[PDF] Daisy, Fuel: Add support for IDF net_config
Diffstat (limited to 'labs/bii/idf-pod1.yaml')
-rw-r--r-- | labs/bii/idf-pod1.yaml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/labs/bii/idf-pod1.yaml b/labs/bii/idf-pod1.yaml new file mode 100644 index 00000000..8c358a9c --- /dev/null +++ b/labs/bii/idf-pod1.yaml @@ -0,0 +1,33 @@ +--- +### This is a BII POD1 Installer descriptor file ### + +idf: + version: 0.1 + net_config: + admin: + interface: 0 + vlan: 0 + network: 10.20.0.0 + mask: 24 + gateway: 10.20.0.1 + dns: 10.20.0.1 + mgmt: + interface: 0 + vlan: 102 + network: 192.168.102.0 + mask: 24 + storage: + interface: 0 + vlan: 101 + network: 192.168.101.0 + mask: 24 + private: + interface: 0 + vlan: 103 + network: 192.168.103.0 + mask: 24 + public: + interface: 1 + vlan: 0 + network: 192.168.20.0 + mask: 24 |