Add bifrost as an option projects in Service overview

There is a 'Service overview ' section in install guide[1]. At the end
of this section, it mentions about the option projects. We'd better
add bifrost[2] as an option here so that people can also use ansible
to play with ironic.

[1]http://docs.openstack.org/developer/ironic/deploy/install-guide.html
[2]https://github.com/openstack/bifrost

Change-Id: I2be14b00484c9cef4fb4862fa9514ed60522c1ad
Closes-bug: #1523754
This commit is contained in:
Shuquan Huang 2015-12-14 16:58:05 +08:00
parent 02fc79e5a6
commit 1a62671318

View File

@ -64,9 +64,12 @@ additional functionality:
introspection by PXE booting unregistered hardware into a "discovery ramdisk".
- diskimage-builder_; May be used to customize machine images, create and
discovery deploy ramdisks, if necessary.
- bifrost_; a set of Ansible playbooks that automates the task of deploying a
base image onto a set of known hardware using ironic.
.. _ironic-inspector: https://github.com/openstack/ironic-inspector
.. _diskimage-builder: https://github.com/openstack/diskimage-builder
.. _bifrost: https://github.com/openstack/bifrost
.. todo: include coreos-image-builder reference here, once the split is done