diff options
author | Sastry Isukapalli <sastry@research.att.com> | 2018-03-22 02:03:23 -0400 |
---|---|---|
committer | Sastry Isukapalli <sastry@research.att.com> | 2018-03-22 03:23:52 -0400 |
commit | aa429005c6670758fcf1d895f699b03250e8035b (patch) | |
tree | 6d56f7539fb3afa62e0033e566c563eddcaad8b1 /config/common_config.yaml | |
parent | 1a9638f5d5fc78f7e8be700e71b506fed3cc9d2d (diff) |
Add docker components for CSIT
Added license to Dockerfile
Added 8699 internal port and 8698 external port
Issue-ID: OPTFRA-22
Change-Id: I232acc6cd417efda164ae825362dcc6d0be28a12
Signed-off-by: Sastry Isukapalli <sastry@research.att.com>
Diffstat (limited to 'config/common_config.yaml')
-rw-r--r-- | config/common_config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/common_config.yaml b/config/common_config.yaml index bc62a58..89678a2 100644 --- a/config/common_config.yaml +++ b/config/common_config.yaml @@ -1,8 +1,8 @@ osdf_system: libpath: /opt/app/osdf/libs osdf_ports: - internal: 24699 # inside the Docker container, the app listens to this port - external: 14699 # clients use this port on DockerHost + internal: 8699 # inside the Docker container, the app listens to this port + external: 8698 # clients use this port on DockerHost osdf_ip_default: 0.0.0.0 # # Important Note: At deployment time, we need to ensure the port mapping is done # ssl_context: ['./../etc/sniromanager.crt', './../etc/sniromanager.key'] |