Skip to content

Commit

Permalink
fix blockquote
Browse files Browse the repository at this point in the history
  • Loading branch information
Yolanda Robla Mota committed Aug 17, 2016
1 parent b40356e commit 903184e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/baremetal_deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 903184e

Please sign in to comment.