From aa88673c38be12368dead5e8241fb915d790c431 Mon Sep 17 00:00:00 2001 From: Julien Date: Thu, 17 Aug 2017 21:32:10 +0800 Subject: restruct documents according to opnfvdocs Use only development and release for we don't have test codes for now. JIRA: PHAROS-311 Change-Id: Iacfcaba81a7a52e09cf999b8603cc9dc2f8f2b97 Signed-off-by: Julien --- docs/labs/zte-sh-lab/pod-2.yaml | 56 ----------------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 docs/labs/zte-sh-lab/pod-2.yaml (limited to 'docs/labs/zte-sh-lab/pod-2.yaml') diff --git a/docs/labs/zte-sh-lab/pod-2.yaml b/docs/labs/zte-sh-lab/pod-2.yaml deleted file mode 100644 index c56b53db..00000000 --- a/docs/labs/zte-sh-lab/pod-2.yaml +++ /dev/null @@ -1,56 +0,0 @@ ---- -############################################################################## -## Copyright (c) 2015 ZTE Corp. and others. -## -## All rights reserved. This program and the accompanying materials -## are made available under the terms of the Apache License, Version 2.0 -## which accompanies this distribution, and is available at -## http://www.apache.org/licenses/LICENSE-2.0 -############################################################################### - -nodes: - - name: node1 - tags: control # optional param, other valid value "compute" - arch: "x86_64" - mac_address: "74:4A:A4:00:CD:72" # pxe boot interface mac - power: - type: ipmi - address: 192.168.1.106 - user: zteroot - pass: superuser - - name: node2 - tags: control - arch: "x86_64" - mac_address: "74:4A:A4:00:CA:CC" - power: - type: ipmi - address: 192.168.1.107 - user: zteroot - pass: superuser - - name: node3 - tags: control - arch: "x86_64" - mac_address: "74:4A:A4:00:CD:12" - power: - type: ipmi - address: 192.168.1.108 - user: zteroot - pass: superuser - - name: node4 - tags: compute - arch: "x86_64" - mac_address: "74:4A:A4:00:CF:40" - power: - type: ipmi - address: 192.168.1.109 - user: zteroot - pass: superuser - - name: node5 - tags: compute - arch: "x86_64" - mac_address: "74:4A:A4:00:CE:D4" - power: - type: ipmi - address: 192.168.1.110 - user: zteroot - pass: superuser -- cgit 1.2.3-korg