diff options
author | Martin Kulhavy <martin.kulhavy@nokia.com> | 2017-08-28 13:09:54 +0300 |
---|---|---|
committer | Martin Kulhavy <martin.kulhavy@nokia.com> | 2017-08-28 13:09:54 +0300 |
commit | 5eb47511c7e7ceaeef3f5c82f8e625cb36978546 (patch) | |
tree | d58adb76018056c1b8731f40cf0b60f7f69dc6cd /labconfig/example/blank/labconfig.yaml | |
parent | fd8bd0c1beb084655a06a2cc5409fde190951e8a (diff) |
Add an example and blank labconfig files
The currently available labconfig files may be confusing and are little
documented. There should be one example config file which is kept
up-to-date and well commented.
Change-Id: Ic765f647ded25ea43cc601153fde9eee9c233790
Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
Diffstat (limited to 'labconfig/example/blank/labconfig.yaml')
-rw-r--r-- | labconfig/example/blank/labconfig.yaml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/labconfig/example/blank/labconfig.yaml b/labconfig/example/blank/labconfig.yaml new file mode 100644 index 00000000..991e409e --- /dev/null +++ b/labconfig/example/blank/labconfig.yaml @@ -0,0 +1,45 @@ +lab: + location: # TODO + racks: + - rack: # TODO + nodes: + - name: # TODO + architecture: x86_64 + roles: [] # TODO + nics: + - ifname: eth0 + spaces: [admin] + mac: [""] # TODO + - ifname: eth1 + spaces: [floating] + mac: [""] # TODO + power: + type: ipmi + address: # TODO + user: # TODO + pass: # TODO + floating-ip-range: # TODO + ext-port: eth1 + dns: 8.8.8.8 +opnfv: + distro: xenial + openstack: ocata + release: d + type: # TODO + sdncontroller: + - type: nosdn + storage: + - type: ceph + disk: /dev/sdb + feature: nofeature + spaces: + - type: admin + bridge: brAdmin + cidr: # TODO + gateway: + vlan: + - type: floating + bridge: # TODO + cidr: # TODO + gateway: # TODO + vlan: |