...
In this test setup, we just use Rancher node as external controller simulator and onap_dev as private key.
1. Set up SDNC sdnc-ansible-server container:
- Put onap_dev key file under the contianer /opt/onap/ccsdk directory and rename the file to ssh_key_file, and make sure file permission is 0400.
- Replace /opt/onap/ccsdk/Playbooks/Ansible_Inventoryinventory, with the file of the same name under https://jira.onap.org/browse/CCSDK-464. Open the file and change ansible_ssh_private_key_file=ssh_key_file to ansible_ssh_private_key_file=/opt/onap/ccsdk/ssh_key_file
...