openstack-ansible/doc/source/install-guide/configure-ironic-baremetal-node.rst
Alexandra aa1f09f12a [DOCS] Adding Ironic configuration docs to Ansible
install guide

Change-Id: Ic8c5a2638049ab957bc7095071235f84d178fa3f
2016-04-21 10:48:12 +00:00

555 B

Home OpenStack-Ansible Installation Guide

Deploy a baremetal node kicked with Ironic

Important

You will not have access unless you have a key set within Nova before your Ironic deployment. If you do not have an ssh key readily available, set one up with ssh-keygen.

nova keypair-add --pub-key ~/.ssh/id_rsa.pub admin

Now boot a node:

nova boot --flavor ${FLAVOR_NAME} --image ${IMAGE_NAME} --key-name admin ${NODE_NAME}