From 7f23c5d78d7fac02849438d5d45f43e0f42217c4 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Tue, 31 Oct 2017 10:53:52 -0500 Subject: adding ceph support for Kubernetes. Change-Id: If7cf0add214da153daf39967fac15ba027cc3885 Signed-off-by: Narinder Gupta --- labconfig/enea/virtual/pod1/labconfig.yaml | 54 ++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 labconfig/enea/virtual/pod1/labconfig.yaml (limited to 'labconfig/enea/virtual') diff --git a/labconfig/enea/virtual/pod1/labconfig.yaml b/labconfig/enea/virtual/pod1/labconfig.yaml new file mode 100644 index 00000000..cc64acc3 --- /dev/null +++ b/labconfig/enea/virtual/pod1/labconfig.yaml @@ -0,0 +1,54 @@ +lab: + location: virtual + racks: + - rack: pod1 + nodes: + - name: rack-vir-m1 + architecture: x86_64 + roles: [network,control] + nics: + - ifname: ens3 + spaces: [admin] + - ifname: ens4 + spaces: [floating] + - name: rack-vir-m2 + architecture: x86_64 + roles: [compute,control,storage] + nics: + - ifname: ens3 + spaces: [admin] + - ifname: ens4 + spaces: [floating] + - name: rack-vir-m3 + architecture: x86_64 + roles: [compute,control,storage] + nics: + - ifname: ens3 + spaces: [admin] + - ifname: ens4 + spaces: [floating] + floating-ip-range: 192.168.122.31,192.168.122.49,192.168.122.1,192.168.122.0/24 + ext-port: "enp2s0" + dns: 8.8.8.8 +opnfv: + release: d + distro: xenial + type: noha + openstack: newton + sdncontroller: + - type: nosdn + storage: + - type: ceph + disk: /srv + feature: odl_l2 + spaces: + - type: admin + bridge: virbr0 + cidr: 192.168.122.0/24 + gateway: 192.168.122.1 + vlan: + - type: floating + bridge: + cidr: + gateway: + vlan: -- cgit 1.2.3-korg