tripleo-quickstart-extras/roles/overcloud-deploy/files/hardware_environments
Bogdan Dobrelya 1cbafc9e8c Revert "Remove ctlplane data from CI network-environment"
This reverts commit ebc09bd930.
Closes-bug: #1824779

Change-Id: I23632dab73165b8537a2293cef00b6b1675fc197
2019-04-15 14:41:07 +00:00
..
common Adopt yamllint strict linting 2018-11-26 12:37:21 +00:00
virt Revert "Remove ctlplane data from CI network-environment" 2019-04-15 14:41:07 +00:00
README Cleanup and move files for overcloud-deploy 2016-11-21 11:50:14 +01:00

README

Adding a New Hardware Environment
=================================

Each hardware environment must have:
 - instackenv.json file describing your baremetal nodes
 - vendor_specific_setup file containing commands required to set up the environment for deployment
 - hw_settings.yml file containing values that will be used in undercloud.conf and deploy-overcloudrc files

If there are no additional commands required to set up the environment, the vendor_specific_setup file is still required however it can be empty (as in the hp_dl320g8 environment).