Minor documentation updates
* Adding keystone support reference to documentation. * Adding Xenial to the list of supported Ubuntu distributions. Change-Id: Id093d2e474c6e9501599431342d208886d04444c
This commit is contained in:
parent
86ac35f073
commit
cf77dd9f70
10
README.rst
10
README.rst
@ -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
|
||||||
@ -151,9 +151,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
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.. _keystone:
|
||||||
|
|
||||||
*********************
|
*********************
|
||||||
Bifrost with Keystone
|
Bifrost with Keystone
|
||||||
*********************
|
*********************
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user