![Julia Kreger](/assets/img/avatar_default.png)
An initial framework for deployment. As the os_ironic_node module has not yet been written, the actual deployment step is commented out. That being said, configdrive files are generated utilizing the supplied data.
16 lines
394 B
ReStructuredText
16 lines
394 B
ReStructuredText
Getting Started
|
|
===============
|
|
|
|
Requirements:
|
|
|
|
- The baremetal.csv file that was utilized for the enrollment process.
|
|
|
|
How this works?
|
|
===============
|
|
|
|
The deploy.yaml playbook is intended to create configdrives for servers, and initiate the node deployments through ironic.
|
|
|
|
Example:
|
|
|
|
ansible-playbook -i ../inventory/localhost -vvvv deploy.yaml -e baremetal_csv_file=../enroll/baremetal.csv
|