From f4b7ba502ffdbd461fc6a9e4564c33a5d012e922 Mon Sep 17 00:00:00 2001 From: Julien Date: Mon, 19 Sep 2016 08:48:24 +0800 Subject: Update the file naming Update lab and pod name according to discussion of Pharos meeting on Sep.14, consistent naming for labs directory: https://wiki.opnfv.org/display/pharos/Pharos+git+repo Change-Id: I54520dda3f0662e42b8c1199f23036ced65b73bf Signed-off-by: Julien (cherry picked from commit e2b42ab54e738de91ee9f8e92576dbd9340198fc) --- docs/labs/zte-sh-lab/pod-1.yaml | 46 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 docs/labs/zte-sh-lab/pod-1.yaml (limited to 'docs/labs/zte-sh-lab/pod-1.yaml') diff --git a/docs/labs/zte-sh-lab/pod-1.yaml b/docs/labs/zte-sh-lab/pod-1.yaml new file mode 100644 index 00000000..3414bc12 --- /dev/null +++ b/docs/labs/zte-sh-lab/pod-1.yaml @@ -0,0 +1,46 @@ +nodes: + - name: node1 + tags: control #optional param, other valid value "compute" + arch: "x86_64" + mac_address: "74:4A:A4:00:CF:DC" #pxe boot interface mac + power: + type: ipmi + address: 192.168.1.101 + user: zteroot + pass: superuser + - name: node2 + tags: control + arch: "x86_64" + mac_address: "74:4A:A4:00:CE:CE" + power: + type: ipmi + address: 192.168.1.102 + user: zteroot + pass: superuser + - name: node3 + tags: control + arch: "x86_64" + mac_address: "74:4A:A4:00:CF:58" + power: + type: ipmi + address: 192.168.1.103 + user: zteroot + pass: superuser + - name: node4 + tags: compute + arch: "x86_64" + mac_address: "74:4A:A4:00:49:84" + power: + type: ipmi + address: 192.168.1.104 + user: zteroot + pass: superuser + - name: node5 + tags: compute + arch: "x86_64" + mac_address: "74:4A:A4:00:CE:C2" + power: + type: ipmi + address: 192.168.1.105 + user: zteroot + pass: superuser -- cgit 1.2.3-korg