[BUG] DMI Change management base endpoint
[cps/ncmp-dmi-plugin.git] / docs / deployment.rst
index d843113..0d7b103 100644 (file)
@@ -6,7 +6,7 @@
 .. _deployment:
 
 
-DMI Plugin Deployment
+DMI-Plugin Deployment
 #####################
 
 .. toctree::
@@ -15,10 +15,10 @@ DMI Plugin Deployment
 Deployment
 ==========
 
-Refer to `CPS Deployment <https://docs.onap.org/projects/onap-cps/en/latest/deployment.html>`_
-page for deployment documentation related to DMI Plugin and all CPS components.
+Refer to :ref:`CPS-Deployment<onap-cps:deployment>`
+page for deployment documentation related to DMI-Plugin and all CPS components.
 
-Additional DMI Plugin Core Customisations
+Additional DMI-Plugin Core Customisations
 =========================================
 
 Application Properties
@@ -34,7 +34,7 @@ values to configure for the application being deployed. This list is not exhaust
 +---------------------------------------+-------------------------------------------------------------------------------------------------------------+-------------------------------------------------+
 | config.appUserPassword                | Password used by the DMI-Plugin to authenticate users for the REST APIs that it exposes.                    | Not defined                                     |
 |                                       | If not defined, the password is generated when deploying the application.                                   |                                                 |
-|                                       | See also `Credentials Retrieval <https://docs.onap.org/projects/onap-cps/en/latest/deployment.html>`_       |                                                 |
+|                                       | See also :ref:`CPS Credentials Retrieval<onap-cps:cps_common_credentials_retrieval>`                        |                                                 |
 +---------------------------------------+-------------------------------------------------------------------------------------------------------------+-------------------------------------------------+
 | config.dmiServiceName                 | DMI-Plugin hostname and port.                                                                               | Not defined                                     |
 +---------------------------------------+-------------------------------------------------------------------------------------------------------------+-------------------------------------------------+
@@ -51,9 +51,9 @@ values to configure for the application being deployed. This list is not exhaust
 | config.sdnc.topologyId                | SDNC topology Id.                                                                                           | ``topology-netconf``                            |
 +---------------------------------------+-------------------------------------------------------------------------------------------------------------+-------------------------------------------------+
 
-DMI Plugin Docker Installation
+DMI-Plugin Docker Installation
 ==============================
 
 DMI-Plugin can also be installed in a docker environment. Latest `docker-compose <https://github.com/onap/cps-ncmp-dmi-plugin/blob/master/docker-compose/docker-compose.yml>`_ is included in the repo to start all the relevant
 services.
-Latest instructions are covered in the `README <https://github.com/onap/cps-ncmp-dmi-plugin/blob/master/docker-compose/README.md>`_
\ No newline at end of file
+Latest instructions are covered in the `README <https://github.com/onap/cps-ncmp-dmi-plugin/blob/master/docker-compose/README.md>`_