aboutsummaryrefslogtreecommitdiffstats
path: root/docs/APPC Ansible Adapter
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/APPC Ansible Adapter
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/APPC Ansible Adapter')
-rw-r--r--docs/APPC Ansible Adapter/APPC Ansible Adapter.rst6
1 files changed, 3 insertions, 3 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)**