aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-12-13 12:49:38 -0800
committerPatrick Brady <pb071s@att.com>2017-12-13 13:07:48 -0800
commit2ad82140a88efa51cb7e9751d0b45cb0616f6b80 (patch)
tree5a15444552aa96d768c32f7b0325802ebcac7a3e /docs
parent2445f8e946a9618c947d7e3b82f8b064b5d12f9e (diff)
Deployment onap rename
Changing org.openecomp.appc names to org.onap.appc Change-Id: I729f6ce253de8351ae5e3da2e334b1bae155b67d Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
Diffstat (limited to 'docs')
-rw-r--r--docs/APPC Ansible Adapter/APPC Ansible Adapter.rst6
-rw-r--r--docs/APPC Deployment Guidelines/APPC Deployment Guidelines.rst6
-rw-r--r--docs/APPC Platform Logic/APPC Platform Logic.rst4
-rw-r--r--docs/APPC Properties/APPC Properties.rst28
-rw-r--r--docs/APPC Testing of a Local ONAP Component/APPC Testing of a Local ONAP Component.rst6
5 files changed, 25 insertions, 25 deletions
diff --git a/docs/APPC Ansible Adapter/APPC Ansible Adapter.rst b/docs/APPC Ansible Adapter/APPC Ansible Adapter.rst
index 6949cd8..1ecb1b7 100644
--- a/docs/APPC Ansible Adapter/APPC Ansible Adapter.rst
+++ b/docs/APPC Ansible Adapter/APPC Ansible Adapter.rst
@@ -154,11 +154,11 @@ Table 2: Output Variables set by Ansible DG Variable
The Ansible Adapter has three configurable parameters related to SSL certificate of the Ansible Server, which can be set from the properties file:
- a. org.openecomp.appc.adapter.ansible.clientType. If set to "TRUST\_ALL", will accept all SSL certificates from any Ansible Server. If set to "TRUST\_CERT", will accept SSL from only those Ansible Servers whose certificate is in the trustStore keystore file. These two options can be used for development environment. Default option is to trust only well known server certificates (use in Production).
+ a. org.onap.appc.adapter.ansible.clientType. If set to "TRUST\_ALL", will accept all SSL certificates from any Ansible Server. If set to "TRUST\_CERT", will accept SSL from only those Ansible Servers whose certificate is in the trustStore keystore file. These two options can be used for development environment. Default option is to trust only well known server certificates (use in Production).
- b. org.openecomp.appc.adapter.ansible.trustStore used to point to the keystore file
+ b. org.onap.appc.adapter.ansible.trustStore used to point to the keystore file
- c. org.openecomp.appc.adapter.ansible.trustStorePasswd used to set password for keystore file
+ c. org.onap.appc.adapter.ansible.trustStorePasswd used to set password for keystore file
3. **Reference Ansible Server Implementation of APPC / Ansible Interface (for testing purposes only)**
diff --git a/docs/APPC Deployment Guidelines/APPC Deployment Guidelines.rst b/docs/APPC Deployment Guidelines/APPC Deployment Guidelines.rst
index b6b88f5..e4cf5cd 100644
--- a/docs/APPC Deployment Guidelines/APPC Deployment Guidelines.rst
+++ b/docs/APPC Deployment Guidelines/APPC Deployment Guidelines.rst
@@ -66,7 +66,7 @@ Docker Registry (Maven Repository). The deployment code can be found in
the Maven Project that builds and deploys the Docker Images to be
deployed in the Nexus Repository (current approach is by using Jenkins).
These Docker Images are composed of the APPC Artifacts
-(org.openecomp.appc.\*) compiled and packaged in the "appc" git
+(org.onap.appc.\*) compiled and packaged in the "appc" git
repository.
The following Docker images are the actual deployment images used for
@@ -307,7 +307,7 @@ APPC Configuration Model
APPC Configuration model involves using "default.properties" files
(which are usually located in each of the APPC Features -
-..//src//resources/org/openecomp/appc/default.properties) for APPC
+..//src//resources/org/onap/appc/default.properties) for APPC
Feature that have default (or null) property values inside the core APPC
code. These default (or null) properties should be overwritten in the
properties file called "appc.properties" located in the APPC Deployment
@@ -337,7 +337,7 @@ Currently, there are two ways to change properties for APPC Features:
compiled).
- **Temporary Change (for quick testing/debugging)**: In the APPC
Docker Container, find the appc.properties file in
- /opt/openecomp/appc/properties/appc.properties and make changes as
+ /opt/onap/appc/properties/appc.properties and make changes as
needed. Then, restart the APPC Docker Container by running "docker
stop " then "docker start ") (NOTE: This approach will lose all
changes done in appc.properties if the docker container is destroyed
diff --git a/docs/APPC Platform Logic/APPC Platform Logic.rst b/docs/APPC Platform Logic/APPC Platform Logic.rst
index c6b5d67..4eb72ec 100644
--- a/docs/APPC Platform Logic/APPC Platform Logic.rst
+++ b/docs/APPC Platform Logic/APPC Platform Logic.rst
@@ -70,11 +70,11 @@ First of all, make sure that the graph.versions has been modified and the XML fo
# Ex. of the logs shown when the Chef DG is loaded and activated
[appc_controller_container ... Installing directed graphs for APP-C
- [appc_controller_container ... Loading APP-C Directed Graphs from /opt/openecomp/appc/svclogic/graphs/appc
+ [appc_controller_container ... Loading APP-C Directed Graphs from /opt/onap/appc/svclogic/graphs/appc
...
...
# Loading the DG into the DB
- [appc_controller_container ... Loading /opt/openecomp/appc/svclogic/graphs/appc/APPC_chef.xml ...
+ [appc_controller_container ... Loading /opt/onap/appc/svclogic/graphs/appc/APPC_chef.xml ...
[appc_controller_container ... INFO org.openecomp.sdnc.sli.SvcLogicParser - Saving SvcLogicGraph to database (module:APPC,rpc:chef,version:3.0.0,mode:sync)
...
...
diff --git a/docs/APPC Properties/APPC Properties.rst b/docs/APPC Properties/APPC Properties.rst
index bac7022..c862349 100644
--- a/docs/APPC Properties/APPC Properties.rst
+++ b/docs/APPC Properties/APPC Properties.rst
@@ -38,7 +38,7 @@ Notes
- When changing a property, please make sure to restart the APPC Docker Container so that the changes kick in using "docker stop <APPC_CONTAINER_NAME>" and then "docker start <APPC_CONTAINER_NAME>".
-- When deploying APPC using the `docker-compose.yml <https://gerrit.onap.org/r/gitweb?p=appc/deployment.git;a=blob;f=docker-compose/docker-compose.yml;h=f95a5fed5820a263a546eded6b1e9bdb8eff9a0b;hb=HEAD>`_ script, please make sure that the *SDNC_CONFIG_DIR* environment variable in the appc container configuration parameters points to */opt/openecomp/appc/data/properties* (default parameter value).
+- When deploying APPC using the `docker-compose.yml <https://gerrit.onap.org/r/gitweb?p=appc/deployment.git;a=blob;f=docker-compose/docker-compose.yml;h=f95a5fed5820a263a546eded6b1e9bdb8eff9a0b;hb=HEAD>`_ script, please make sure that the *SDNC_CONFIG_DIR* environment variable in the appc container configuration parameters points to */opt/onap/appc/data/properties* (default parameter value).
appc.properties
@@ -86,7 +86,7 @@ appc.demo.property_name or appc.LCM.property_name). In the below list, each prop
The APPC IaaS Adapter is the southbound adapter of APPC which is responsible of executing VIM-based actions (i.e. OpenStack actions).
-To initialize the IaaS Adapter service, the following properties need to be configured in */opt/openecomp/appc/data/properties/appc.properties*. The current default properties for the IaaS adaptor are located in `here <https://gerrit.onap.org/r/gitweb?p=appc/deployment.git;a=blob;f=installation/src/main/properties/appc.properties;h=7900843184eb41f518156e6f285d21adce5fae2e;hb=HEAD>`_.
+To initialize the IaaS Adapter service, the following properties need to be configured in */opt/onap/appc/data/properties/appc.properties*. The current default properties for the IaaS adaptor are located in `here <https://gerrit.onap.org/r/gitweb?p=appc/deployment.git;a=blob;f=installation/src/main/properties/appc.properties;h=7900843184eb41f518156e6f285d21adce5fae2e;hb=HEAD>`_.
Note: The IaaS Adapter currently supports the OpenStack VIM *only*, and uses the CDP Libraries to implement the code necessary to run VIM-based LCM actions.
@@ -115,13 +115,13 @@ Note: The IaaS Adapter currently supports the OpenStack VIM *only*, and uses the
- **Other iaas properties**:
- - **org.openecomp.appc.iaas.skiphypervisorcheck**:
+ - **org.onap.appc.iaas.skiphypervisorcheck**:
Skips the hypervisor check which usually occurs during iaas-adapter-bundle startup.
- - **org.openecomp.appc.server.state.change.timeout**:
+ - **org.onap.appc.server.state.change.timeout**:
The amount of time, in seconds, that the application waits for a change of state of a server to a known valid state before giving up and failing the request.
- - **org.openecomp.appc.openstack.poll.interval**:
+ - **org.onap.appc.openstack.poll.interval**:
The amount of time, in seconds, between subsequent polls to the openstack provider to update the state of a resource.
- - **org.openecomp.appc.stack.state.change.timeout**:
+ - **org.onap.appc.stack.state.change.timeout**:
The amount of time, in seconds, that the application waits for a change of state of a stacj to a known valid state before giving up and failing the request.
@@ -137,7 +137,7 @@ Note: The IaaS Adapter currently supports the OpenStack VIM *only*, and uses the
- Applies to the following features: appc-netconf-adapter-bundle, appc-dg-common
- These properties can be defined to define the RESTCONF credentials needed to execute APPC API requests from the features impacted above.
-- **org.openecomp.appc.provider.retry.delay / org.openecomp.appc.provider.retry.limit**:
+- **org.onap.appc.provider.retry.delay / org.onap.appc.provider.retry.limit**:
- Applies to the following features: appc-rest-adapter-bundle, appc-iaas-adapter-bundle, appc-chef-adapter-bundle
- These properties are used to configure the retry logic for connection to the IaaS provider(s). The retry delay property is the amount of time, in seconds, the application waits between retry attempts. The retry limit is the number of retries that are allowed before the request is failed.
@@ -149,9 +149,9 @@ Applies to the following features: appc-dg-common, appc-command-executor-core, a
.. code:: bash
# appcctl is the default name of the APPC Database Table, equivalent to sdnctl
- org.openecomp.appc.db.url.appcctl=jdbc:mysql://<HOST_IP>:3306/appcctl
- org.openecomp.appc.db.user.appcctl=appcctl
- org.openecomp.appc.db.pass.appcctl=appcctl
+ org.onap.appc.db.url.appcctl=jdbc:mysql://<HOST_IP>:3306/appcctl
+ org.onap.appc.db.user.appcctl=appcctl
+ org.onap.appc.db.pass.appcctl=appcctl
aaiclient.properties
====================
@@ -159,13 +159,13 @@ aaiclient.properties
APPC connects with ONAP AAI using the SDNC AAI service (sdnc-aai-service-<VERSION_NUMBER>.zip).
-To initialize AAI services on an APPC instance, the following AAI properties need to be configured in */opt/openecomp/appc/data/properties/aaiclient.properties*. The current default properties for AAI are located in `aaiclient.properties <https://gerrit.onap.org/r/gitweb?p=appc/deployment.git;a=blob;f=installation/src/main/properties/aaiclient.properties;h=c3cd088c2c97253ff56d341d749d5da9df385929;hb=HEAD>`_.
+To initialize AAI services on an APPC instance, the following AAI properties need to be configured in */opt/onap/appc/data/properties/aaiclient.properties*. The current default properties for AAI are located in `aaiclient.properties <https://gerrit.onap.org/r/gitweb?p=appc/deployment.git;a=blob;f=installation/src/main/properties/aaiclient.properties;h=c3cd088c2c97253ff56d341d749d5da9df385929;hb=HEAD>`_.
- **Example**:
.. code:: bash
- org.onap.ccsdk.sli.adaptors.aai.ssl.trust=<SSL_Keystore_location> # Default value is /opt/openecomp/appc/data/stores/truststore.openecomp.client.jks - this default keystore currently exists in that path
+ org.onap.ccsdk.sli.adaptors.aai.ssl.trust=<SSL_Keystore_location> # Default value is /opt/onap/appc/data/stores/truststore.openecomp.client.jks - this default keystore currently exists in that path
org.onap.ccsdk.sli.adaptors.aai.ssl.trust.psswd=<SSL_Keystore_Password> # Default value for the default keystore is adminadmin
org.onap.ccsdk.sli.adaptors.aai.uri=<AAI_INSTANCE_LOCATION> # Default value is https://aai.api.simpledemo.openecomp.org:8443
@@ -233,7 +233,7 @@ dblib.properties
APPC uses the SDNC dblib service (*sdnc-dblib-<VERSION_NUMBER>.zip*) for all database operations. The SQL driver used to connect to the MySQL Database is the MariaDB Driver/Connector.
-This library uses the file, */opt/openecomp/appc/data/properties/dblib.properties*, which contains the requisite database properties, such as host, user and password. The current default properties for dblib are located in `dblib.properties <https://gerrit.onap.org/r/gitweb?p=appc/deployment.git;a=blob;f=installation/src/main/properties/dblib.properties;h=baf2f53d2900f5e1cb503951efe1857f7921b810;hb=HEAD>`_.
+This library uses the file, */opt/onap/appc/data/properties/dblib.properties*, which contains the requisite database properties, such as host, user and password. The current default properties for dblib are located in `dblib.properties <https://gerrit.onap.org/r/gitweb?p=appc/deployment.git;a=blob;f=installation/src/main/properties/dblib.properties;h=baf2f53d2900f5e1cb503951efe1857f7921b810;hb=HEAD>`_.
NOTE: The values in the default dblib.properties (link referenced above) are the default ones. These values do not need to be changed and can be left as is in order to connect to the default MySQL Database Docker Container when deploying APPC using docker-compose.
@@ -256,7 +256,7 @@ svclogic.properties
APPC uses the SDNC SLI service (*sdnc-sli-<VERSION_NUMBER>.zip*) to execute the DG.
-To initialize SLI services, the following properties need to be configured in */opt/openecomp/appc/data/properties/svclogic.properties*. The database operations performed from the DG also use this database configuration. The current default properties for SLI are located in `svclogic.properties <https://gerrit.onap.org/r/gitweb?p=appc/deployment.git;a=blob;f=installation/src/main/properties/svclogic.properties;h=7900843184eb41f518156e6f285d21adce5fae2e;hb=HEAD>`_.
+To initialize SLI services, the following properties need to be configured in */opt/onap/appc/data/properties/svclogic.properties*. The database operations performed from the DG also use this database configuration. The current default properties for SLI are located in `svclogic.properties <https://gerrit.onap.org/r/gitweb?p=appc/deployment.git;a=blob;f=installation/src/main/properties/svclogic.properties;h=7900843184eb41f518156e6f285d21adce5fae2e;hb=HEAD>`_.
.. code:: bash
diff --git a/docs/APPC Testing of a Local ONAP Component/APPC Testing of a Local ONAP Component.rst b/docs/APPC Testing of a Local ONAP Component/APPC Testing of a Local ONAP Component.rst
index 4e7b835..0c08634 100644
--- a/docs/APPC Testing of a Local ONAP Component/APPC Testing of a Local ONAP Component.rst
+++ b/docs/APPC Testing of a Local ONAP Component/APPC Testing of a Local ONAP Component.rst
@@ -282,7 +282,7 @@ active local Nexus 2 Repository (http://localhost:8081/nexus).
- Once your build is successful, check that all of the intended APPC
Core maven artifacts have been successfully uploaded to your local
Nexus 2 OSS by going on the snapshot repository (located on
- http://localhost:8081/nexus/content/repositories/snapshots/org/openecomp/appc)
+ http://localhost:8081/nexus/content/repositories/snapshots/org/onap/appc)
- Now that the APPC Core maven artifacts are hosted and deployed on
your local Nexus 2 OSS Repository, you can compile and deploy the
@@ -392,14 +392,14 @@ be found on https://dmp.fabric8.io/.
- Once your build is successful, check that all of the intended APPC
Deployment maven artifacts have been successfully uploaded to your
local Nexus 2 OSS by going on the snapshot repository (located on
- http://localhost:8081/nexus/content/repositories/snapshots/org/openecomp/appc).
+ http://localhost:8081/nexus/content/repositories/snapshots/org/onap/appc).
Also, go to the Nexus 3 Docker Registry location in the
http://localhost:9081/#browse/browse/components:docker.local to make
sure that your APPC Docker Image has been uploaded.
- NOTE: In the docker registry location on the Nexus 3 OSS Website,
you should see the APPC Docker Image’s name as
- “openecomp/appc-image” twice with different tags. The number of
+ “onap/appc-image” twice with different tags. The number of
tags for the image will be decided by what is defined on the
docker maven plugin’s section (note that there are properties to
be defined in the tags section)