From 5eb47511c7e7ceaeef3f5c82f8e625cb36978546 Mon Sep 17 00:00:00 2001 From: Martin Kulhavy Date: Mon, 28 Aug 2017 13:09:54 +0300 Subject: 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 --- labconfig/example/blank/labconfig.yaml | 45 ++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 labconfig/example/blank/labconfig.yaml (limited to 'labconfig/example/blank/labconfig.yaml') 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: -- cgit 1.2.3-korg