Create base netconf-server image. 62/119062/1
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Tue, 9 Mar 2021 07:09:45 +0000 (08:09 +0100)
committerBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Wed, 10 Mar 2021 13:01:29 +0000 (14:01 +0100)
commit642053077c36de0c8a259da058061c6a0ed1e12c
treeb505ee07be13fefad0696b6c1d44b60cf2b3b74d
parent4bfae30fa8a764542bbd1951b065c12ecfc32691
Create base netconf-server image.

Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: Ie19dd81608f56a4bc7f3b732cda8eed87136bd26
Issue-ID: INT-1869
16 files changed:
.gitignore [new file with mode: 0644]
Changelog.md [new file with mode: 0644]
Dockerfile [new file with mode: 0644]
README.md [new file with mode: 0644]
docker-compose.yml [new file with mode: 0644]
models/pnf-simulator.yang [new file with mode: 0644]
pom.xml [new file with mode: 0644]
scripts/generate-certificates.sh [new file with mode: 0755]
scripts/install-all-module-from-directory.sh [new file with mode: 0755]
scripts/install-tls-with-custom-certificates.sh [new file with mode: 0755]
scripts/set-up-netopeer.sh [new file with mode: 0755]
scripts/tls/set-up-tls-certificates.py [new file with mode: 0755]
scripts/tls/tls_keystore.xml [new file with mode: 0644]
scripts/tls/tls_listen.xml [new file with mode: 0644]
scripts/tls/tls_truststore.xml [new file with mode: 0644]
version.properties [new file with mode: 0644]