Merge "Add a note for the experimental openstack inventory"

This commit is contained in:
Jenkins 2017-09-20 09:51:30 +00:00 committed by Gerrit Code Review
commit 96edee7a2e
2 changed files with 16 additions and 0 deletions

View File

@ -89,6 +89,11 @@ set the ``undercloud_use_custom_boot_images`` to True.
Consuming OpenStack hosted VM instances as overcloud/undercloud nodes
---------------------------------------------------------------------
.. note:: This is an experimental advanced feature for custom dev/QE
setups, like pre-provisioned (deployed-server) or a split-stack. It has
yet been tested by TripleO CI jobs. Eventually, we'll add a CI job and
switch some of the OVB jobs in order to start testing this mode as well.
Nova servers pre-provisioned on openstack clouds may be consumed by
quickstart ansible roles by specifying ``inventory: openstack``.

View File

@ -0,0 +1,11 @@
---
features:
- |
An experimental provider of an openstack static inventory and SSH config.
Is a feature for advanced dev/QE setups, like pre-provisioned VMs on
OpenStack clouds (deployed-servers) or a split-stack. It has yet been
tested by TripleO CI jobs. Eventually, we'll add a CI job and switch some
of the OVB jobs in order to start testing this mode as well.
In order to enable the feature for the 'tripleo-inventory' role, define
`inventory: openstack`.