Merge "Minor documentation updates"

This commit is contained in:
Jenkins 2016-12-09 23:37:21 +00:00 committed by Gerrit Code Review
commit 394934ec1f
3 changed files with 10 additions and 3 deletions

View File

@ -27,7 +27,7 @@ Use Cases
Use Use
=== ===
This is split into roughly three steps: Installation and use of bifrost is split into roughly three steps:
- **install**: - **install**:
prepare the local environment by downloading and/or building machine images, prepare the local environment by downloading and/or building machine images,
@ -41,7 +41,7 @@ This is split into roughly three steps:
Supported operating systems: Supported operating systems:
* Ubuntu 14.04, 14.10, 15.04 * Ubuntu 14.04, 14.10, 15.04, 16.04
* Red Hat Enterprise Linux (RHEL) 7 * Red Hat Enterprise Linux (RHEL) 7
* CentOS 7 * CentOS 7
* Fedora 22 * Fedora 22
@ -152,9 +152,13 @@ Then run::
The second part is an Ansible playbook that installs and configures ironic The second part is an Ansible playbook that installs and configures ironic
in a stand-alone fashion. in a stand-alone fashion.
* Keystone is NOT installed, and ironic's API is accessible without * Keystone is NOT installed by default, and ironic's API is accessible without
authentication. It is possible to put basic password auth on ironic's API by authentication. It is possible to put basic password auth on ironic's API by
changing the nginx configuration accordingly. changing the nginx configuration accordingly.
* Bifrost playbooks can leverage and optionally install keystone.
See :ref:`keystone`.
* Neutron is NOT installed. Ironic performs static IP injection via * Neutron is NOT installed. Ironic performs static IP injection via
config-drive. config-drive.
* dnsmasq is configured statically and responds to all PXE boot requests by * dnsmasq is configured statically and responds to all PXE boot requests by

View File

@ -1,3 +1,5 @@
.. _keystone:
********************* *********************
Bifrost with Keystone Bifrost with Keystone
********************* *********************

View File

@ -11,6 +11,7 @@ Contents:
troubleshooting troubleshooting
vagrant vagrant
deploy/dhcp deploy/dhcp
deploy/keystone
offline-install offline-install
Indices and tables Indices and tables