Ansible-playbook files for SSL Support 34/3634/1
authorabhijit_onap <abhijit.das.gupta@huawei.com>
Tue, 21 Jul 2020 20:32:33 +0000 (02:02 +0530)
committerabhijit_onap <abhijit.das.gupta@huawei.com>
Tue, 21 Jul 2020 20:32:33 +0000 (02:02 +0530)
commitb747fd2db81a059a8fa8e3acb23ca2c5980fc93b
tree706358e34b85168a6db979170bab09b8baa5334b
parentd52efc724f30aaf99ebb4a53f03c900b5668b8ff
Ansible-playbook files for SSL Support

To support complete automation of SSL support in MEP Node
Added scripts to generate Certificates.
Added new yaml files for MEP Server, MEP Agent and Kong

Signed-off-by: abhijit_onap <abhijit.das.gupta@huawei.com>
Change-Id: I79900523e3594a03148e953b2008be70e8aef709
ocd/infra/playbooks/roles/mepagent/files/deploy/mepagent.yaml [new file with mode: 0755]
ocd/infra/playbooks/roles/mepagent/tasks/install.yml [new file with mode: 0644]
ocd/infra/playbooks/roles/mepagent/tasks/main.yml [new file with mode: 0644]
ocd/infra/playbooks/roles/mepagent/tasks/uninstall.yml [new file with mode: 0644]
ocd/infra/playbooks/roles/mepserver/files/deploy/kong-k8s.yaml
ocd/infra/playbooks/roles/mepserver/files/deploy/kongconfig.sh [new file with mode: 0755]
ocd/infra/playbooks/roles/mepserver/files/deploy/mep-k8s.yaml
ocd/infra/playbooks/roles/mepserver/files/deploy/server.cer [deleted file]
ocd/infra/playbooks/roles/mepserver/files/deploy/server_key.pem [deleted file]
ocd/infra/playbooks/roles/mepserver/files/deploy/trust.cer [deleted file]
ocd/infra/playbooks/roles/mepserver/tasks/install.yml