b5b4a5ebed
With addition of pip_install on every node, we don't need to have pip_install as a meta dependency. Depends-On: If3412bb888ebb854874bbc43eb76bfcb3e4a7868 Depends-On: I79ff70c438b44753be2a93f004ebbc46de0a963d Change-Id: Ia7612ad0ef2652ccdaa7370027c8f1fe5e8376fe
43 lines
1.1 KiB
ReStructuredText
43 lines
1.1 KiB
ReStructuredText
======================================================
|
|
OpenStack-Ansible role for Bare Metal (ironic) service
|
|
======================================================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
configure-ironic.rst
|
|
|
|
This is an OpenStack-Ansible role to deploy the Bare Metal (ironic)
|
|
service. See the `role-ironic spec`_ for more information.
|
|
|
|
.. _role-ironic spec: http://specs.openstack.org/openstack/openstack-ansible-specs/specs/mitaka/role-ironic.html
|
|
|
|
|
|
To clone or view the source code for this repository, visit the role repository
|
|
for `os_ironic <https://github.com/openstack/openstack-ansible-os_ironic>`_.
|
|
|
|
Default variables
|
|
~~~~~~~~~~~~~~~~~
|
|
|
|
.. literalinclude:: ../../defaults/main.yml
|
|
:language: yaml
|
|
:start-after: under the License.
|
|
|
|
Dependencies
|
|
~~~~~~~~~~~~
|
|
|
|
This role needs pip >= 7.1 installed on the target host.
|
|
|
|
Example playbook
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
.. literalinclude:: ../../examples/playbook.yml
|
|
:language: yaml
|
|
|
|
Tags
|
|
~~~~
|
|
|
|
This role supports the ``ironic-install`` and ``ironic-config`` tags.
|
|
Use the ``ironic-install`` tag to install and upgrade. Use the
|
|
``ironic-config`` tag to maintain configuration of the service.
|