File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -397,11 +397,11 @@ baremetal node registration.
397397 project_name : " {{ lookup('env', 'OS_PROJECT_NAME') }}"
398398
399399 With these variables defined we can now begin deploying the baremetal nodes as
400- instances, to begin we invoke the deploy-baremetal-hypervisor ansible playbook.
400+ instances, to begin we invoke the deploy-baremetal-instance ansible playbook.
401401
402402.. code-block :: console
403403
404- kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/deploy-baremetal-hypervisor .yml
404+ kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/deploy-baremetal-instance .yml
405405
406406 This playbook will update the Kayobe network allocations with the the admin
407407network addresses associated with that rack for each baremetal server, e.g.
Original file line number Diff line number Diff line change 1+ ---
2+ features :
3+ - |
4+ Adds Ironic documentation to SKC and a playbook to provision
5+ instances on baremetal nodes.
You can’t perform that action at this time.
0 commit comments