diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-19 15:08:55 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-19 15:41:44 -0500 |
commit | f963c791e2f17b14b98dfc2b3e0db5f8447bbe87 (patch) | |
tree | 5d9bd4290c7b36c34b8ae9db4e17d385b9a2116b /labconfig/orange/pod2/labconfig.yaml | |
parent | d5f34f983ecf3b07ba3f542647b7975c36036afc (diff) |
more robust to clean amd syntax error.
core orange pods with new method of installing MAAS.
Change-Id: I871da8238fd57f371f9a0eaae88813c7f9713069
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'labconfig/orange/pod2/labconfig.yaml')
-rw-r--r-- | labconfig/orange/pod2/labconfig.yaml | 88 |
1 files changed, 51 insertions, 37 deletions
diff --git a/labconfig/orange/pod2/labconfig.yaml b/labconfig/orange/pod2/labconfig.yaml index 8132579a..29d84d14 100644 --- a/labconfig/orange/pod2/labconfig.yaml +++ b/labconfig/orange/pod2/labconfig.yaml @@ -1,71 +1,85 @@ labconfig: - lab_location: intelpod5 + lab_location: orangepod1 bridges: - type: admin bridge: brAdm - cidr: 10.5.1.0/24 - gateway: 10.5.1.1 + cidr: 192.168.2.0/24 + gateway: 192.168.2.1 - type: data bridge: brData - cidr: 10.5.12.0/24 + cidr: 192.168.12.0/24 gateway: - - type: public - bridge: brPublic - cidr: 10.5.15.0/24 - gateway: 10.5.15.254 - - type: external - bridge: brExt - cidr: + - type: storage + bridge: brStorage + cidr: 192.168.22.0/24 gateway: - ipaddress: 10.2.117.92 labsettings: - upstream_dns: 8.8.8.8 + upstream_dns: 192.168.2.1 nodes: - - type: control + - type: compute architecture: x86_64 pxe_mac_address: - - "00:1e:67:cf:bb:54" + - "38:63:bb:3f:bc:c8" power: type: ipmi - address: 10.2.117.81 - user: root - pass: root - - type: control + address: 192.168.2.11 + user: Administrator + pass: pod2Admin + - type: compute architecture: x86_64 pxe_mac_address: - - "00:1e:67:cf:b8:93" + - "38:63:bb:44:34:84" power: type: ipmi - address: 10.2.117.82 - user: root - pass: root - - type: control + address: 192.168.2.12 + user: Administrator + pass: po2Admin + - type: compute architecture: x86_64 pxe_mac_address: - - "00:1e:67:e0:08:7f" + - "38:63:bb:3f:1d:8c" power: type: ipmi - address: 10.2.117.83 - user: root - pass: root + address: 192.168.2.13 + user: Administrator + pass: pod2Admin - type: compute architecture: x86_64 pxe_mac_address: - - "00:1e:67:e0:08:b1" + - "38:63:bb:3f:2d:a8" power: type: ipmi - address: 10.2.117.84 - user: root - pass: root - - type: compute + address: 192.168.2.14 + user: Administrator + pass: pod2Admin + - type: control + architecture: x86_64 + pxe_mac_address: + - "94:57:a5:52:c9:48" + power: + type: ipmi + address: 192.168.2.15 + user: Administrator + pass: pod2Admin + - type: control + architecture: x86_64 + pxe_mac_address: + - "94:57:a5:52:63:b0" + power: + type: ipmi + address: 192.168.2.16 + user: Administrator + pass: pod2Admin + - type: control architecture: x86_64 pxe_mac_address: - - "00:1e:67:e0:0a:4b" + - "94:57:a5:52:f1:80" power: type: ipmi - address: 10.2.117.85 - user: root - pass: root + address: 192.168.2.17 + user: Administrator + pass: pod2Admin + opnfv: release: c distro: trusty |