Added a structure for the LCM section.
Change-Id: I0d87477aba31bbcaf10d7ef3c2abba7758dd81c0
This commit is contained in:
parent
a14aa9fcbc
commit
a790dadb19
@ -5,7 +5,7 @@
|
||||
|
||||
.. _configure-env-ug:
|
||||
|
||||
Configure your Environment
|
||||
Configure your environment
|
||||
==========================
|
||||
|
||||
After you create an OpenStack environment as described in
|
||||
@ -42,4 +42,4 @@ This section includes the following topics:
|
||||
configure-environment/nfv.rst
|
||||
configure-environment/workflows.rst
|
||||
configure-environment/enable-usb-discovery.rst
|
||||
configure-environment/configure-vmware-vcenter-settings.rst
|
||||
configure-environment/configure-vmware-vcenter-settings.rst
|
||||
|
@ -157,4 +157,4 @@ by editing the corresponding configuration files.
|
||||
|
||||
.. seealso::
|
||||
|
||||
* :ref:`post-deployment-settings`
|
||||
* :ref:`modify-os-env-settings`
|
||||
|
@ -28,5 +28,5 @@ You must resolve all errors before you deploy an OpenStack environment.
|
||||
|
||||
.. seealso::
|
||||
|
||||
* :ref:`post-deployment-settings`
|
||||
* :ref:`ug-network`
|
||||
* :ref:`settings-ug`
|
||||
* :ref:`ug-network`
|
||||
|
@ -11,6 +11,7 @@ network settings reconfiguration, and so on.
|
||||
This section includes the following topics:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
:maxdepth: 1
|
||||
|
||||
configure-environment/post-deployment-settings.rst
|
||||
post-deployment-conf/modify-os-env-settings.rst
|
||||
post-deployment-conf/lcm-git-repo.rst
|
||||
|
@ -0,0 +1,34 @@
|
||||
.. _lcm-git-repo:
|
||||
|
||||
Modify configurations from a Git repository
|
||||
===========================================
|
||||
|
||||
If you have an internal or external Git repository set up for
|
||||
your environment, you can store and modify Fuel and OpenStack
|
||||
configurations in this repository and apply changes to your
|
||||
environments. This approach enables you to modify the settings
|
||||
you typically cannot modify through the Fuel web UI.
|
||||
|
||||
The functionality is implemented through an additional Infrastructure-as-
|
||||
a-Code extension to Fuel. You need to clone the
|
||||
``fuel-nailgun-extension-iac`` repository
|
||||
on your Fuel Master node before you can use this feature.
|
||||
|
||||
With the Infrastructure-as-a-Code extension to Fuel you can:
|
||||
|
||||
* Associate a Git repository with a specific OpenStack environment.
|
||||
* Perform management operations, such as create, read, update, and delete
|
||||
(CRUD), with the files in the repository.
|
||||
* Audit changes and enforce operations in the OpenStack environment.
|
||||
* List the applied changes.
|
||||
* Manage white lists for the applied changes.
|
||||
|
||||
This section includes the following topics:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
lcm-git-repo/lcm-prerequisites.rst
|
||||
lcm-git-repo/configure-iac.rst
|
||||
lcm-git-repo/repo-structure.rst
|
||||
lcm-git-repo/set-up-git-repo.rst
|
@ -0,0 +1,6 @@
|
||||
.. _configure-iac:
|
||||
|
||||
Configure the IAC extenstion
|
||||
============================
|
||||
|
||||
TBA
|
@ -0,0 +1,8 @@
|
||||
.. _lcm-prerequisites:
|
||||
|
||||
Prerequisites
|
||||
=============
|
||||
|
||||
TBA
|
||||
|
||||
|
@ -0,0 +1,6 @@
|
||||
.. _repo-structure:
|
||||
|
||||
Git repository structure
|
||||
------------------------
|
||||
|
||||
TBA
|
@ -0,0 +1,6 @@
|
||||
.. _set-up-git-repo:
|
||||
|
||||
Set up a Git repository
|
||||
=======================
|
||||
|
||||
TBA
|
@ -1,6 +1,5 @@
|
||||
.. _post-deployment-settings:
|
||||
.. _modify-os-env-settings:
|
||||
|
||||
=========================================
|
||||
Modify the OpenStack environment settings
|
||||
=========================================
|
||||
|
Loading…
Reference in New Issue
Block a user