Skip to content

Commit

Permalink
fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Yolanda Robla Mota committed Aug 17, 2016
1 parent 49a0eaf commit 5b94811
Showing 1 changed file with 18 additions and 34 deletions.
52 changes: 18 additions & 34 deletions docs/baremetal_deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,40 +28,24 @@ Each hardware environment needs the following content:

- **instackenv.json:** ironic inventory with all the servers to be enrolled is defined here. It needs to follow that schema:

>
> {
> "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"
>
> }
>
> ]
>
> }
>
```{
"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.
Expand Down

0 comments on commit 5b94811

Please sign in to comment.