From fce1d1248c5906125f9fed81f531aae975c68a67 Mon Sep 17 00:00:00 2001 From: Ryota MIBU Date: Thu, 28 Jul 2016 19:44:03 +0900 Subject: update OOL lab description - add description of 'ool-virtual1' - use the new template Note: missing information will be updated by OOL admin in another patch. JIRA: PHAROS-231 Change-Id: If31baba1b072f56745e9c9e8798eea5289996a3a Signed-off-by: Ryota MIBU --- docs/labs/ool/pod1_inventory.yaml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 docs/labs/ool/pod1_inventory.yaml (limited to 'docs/labs/ool/pod1_inventory.yaml') diff --git a/docs/labs/ool/pod1_inventory.yaml b/docs/labs/ool/pod1_inventory.yaml new file mode 100644 index 00000000..4f46b956 --- /dev/null +++ b/docs/labs/ool/pod1_inventory.yaml @@ -0,0 +1,37 @@ +nodes: + - name: node-9 + tags: control + arch: "x86_64" + mac_address: "90:1b:0e:6b:e8:a8" + power: + type: ipmi + address: n/a + user: n/a + pass: n/a + - name: node-10 + tags: control + arch: "x86_64" + mac_address: "90:1b:0e:6b:e3:00" + power: + type: ipmi + address: n/a + user: n/a + pass: n/a + - name: node-11 + tags: control + arch: "x86_64" + mac_address: "90:1b:0e:6b:e5:b4" + power: + type: ipmi + address: n/a + user: n/a + pass: n/a + - name: node-12 + tags: compute + arch: "x86_64" + mac_address: "90:1b:0e:6b:e2:bc" + power: + type: ipmi + address: n/a + user: n/a + pass: n/a -- cgit 1.2.3-korg