From 903184e6e149c38fc69408f55bb7c19f03c3d93f Mon Sep 17 00:00:00 2001 From: Yolanda Robla Mota Date: Wed, 17 Aug 2016 16:43:47 +0200 Subject: [PATCH] fix blockquote --- docs/baremetal_deployment.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/baremetal_deployment.md b/docs/baremetal_deployment.md index c6eb6a1..bcfefea 100644 --- a/docs/baremetal_deployment.md +++ b/docs/baremetal_deployment.md @@ -30,22 +30,38 @@ Each hardware environment needs the following content: > { > "nodes": [ +> > { +> > "mac": [ +> > "mac-address" +> > ], +> > "cpu": "number-of-available-cpus", +> > "memory": "amount-of-memory-in-mb", +> > "disk": "amount-of-memory-in-gb", +> > "arch": "x864_64", +> > "pm_type": "pxe_ipmitool", +> > "pm_user": "ipmi_user", +> > "pm_password": "ipmi_pass", +> > "pm_addr": "ipmi_address" +> > } +> > ] +> > } + - **network_configs:** different kind of network configurations can be on that folder. In our case, we are starting with single_nic_vlans - **network_configs/single_nic_vlans:** subfolder containing all settings needed for that kind of network deployment on that hardware environment. - **network_configs/single_nic_vlans/env_settings.yml:** tripleo-quickstart configuration for that network deployment + hardware environment. Please refer to http://git.openstack.org/cgit/openstack/tripleo-quickstart/tree/roles/tripleo/overcloud/defaults/main.yml