Skip to content

Commit 7f42dee

Browse files
releasenote
1 parent eb82723 commit 7f42dee

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

doc/source/configuration/ironic.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
407407
network addresses associated with that rack for each baremetal server, e.g.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
features:
3+
- |
4+
Adds Ironic documentation to SKC and a playbook to provision
5+
instances on baremetal nodes.

0 commit comments

Comments
 (0)