diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-09-12 11:18:01 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-09-12 11:18:01 -0400 |
commit | 6e24c8bfaa2fee62775f690644c97113195cc831 (patch) | |
tree | d5ff110d45fb4810202d223bc6b656798eb8e42c /installation/ansible-server/src/main/scripts/RestServer_config | |
parent | 4e2db0d6e56bc19425e6afa3efc7011820942e9e (diff) |
Update SDNC to use CCSDK ansible server as base
Update SDNC to use CCSDK ansible server as base for its instance of
ansible server
Change-Id: Idaf1c83cf50ee526f17b97a3b2e376f6ad3a696b
Issue-ID: CCSDK-442
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Former-commit-id: 01809240263c1d5ddad9e1e990a9610bdceaa83a
Diffstat (limited to 'installation/ansible-server/src/main/scripts/RestServer_config')
-rw-r--r-- | installation/ansible-server/src/main/scripts/RestServer_config | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/installation/ansible-server/src/main/scripts/RestServer_config b/installation/ansible-server/src/main/scripts/RestServer_config deleted file mode 100644 index a98d8749..00000000 --- a/installation/ansible-server/src/main/scripts/RestServer_config +++ /dev/null @@ -1,55 +0,0 @@ -# /*- -# * ============LICENSE_START======================================================= -# * ONAP : APPC -# * ================================================================================ -# * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. -# * ================================================================================ -# * Copyright (C) 2017 Amdocs -# * ============================================================================= -# * Licensed under the Apache License, Version 2.0 (the "License"); -# * you may not use this file except in compliance with the License. -# * You may obtain a copy of the License at -# * -# * http://www.apache.org/licenses/LICENSE-2.0 -# * -# * Unless required by applicable law or agreed to in writing, software -# * distributed under the License is distributed on an "AS IS" BASIS, -# * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# * See the License for the specific language governing permissions and -# * limitations under the License. -# * -# * ECOMP is a trademark and service mark of AT&T Intellectual Property. -# * ============LICENSE_END========================================================= -# */ - -# Host definition -ip: 0.0.0.0 -port: 8000 - -# Security (controls use of TLS encrypton and RestServer authentication) -tls: no -auth: no - -# TLS certificates (must be built on application host) -priv: provide_privated_key.pem -pub: provide_public_key.pem - -# RestServer authentication -id: sdnc -psswd: sdnc - -# Mysql -host: dbhost -user: sdnc -passwd: sdnc -db: ansible - -# Playbooks -from_files: yes -ansible_path: /opt/onap/sdnc/Playbooks -ansible_inv: Ansible_inventory -ansible_temp: PlaybooksTemp -timeout_seconds: 60 - -# Blocking on GetResults -getresults_block: yes |