diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-03-09 15:46:21 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-03-12 16:24:38 -0400 |
commit | e2693ccbcb97d2ab5767cfde00349a9d1aa946f6 (patch) | |
tree | e00dc72fae9e0586959e0d40ac632eec3dbd0cb9 /opendaylight | |
parent | 01435ccac1188d80b99dbb13c7064146ce569a52 (diff) |
Fix odlsli restart issue
Instead of restarting container (which seems to fail),
just start karaf client in foreground at end of startODL.sh
to cause docker container to stay up as long as karaf is up.
Also, remove Carbon container which is no longer needed for ONAP Beijing,
and produces false positives in security scan.
Change-Id: I8ea49769899cea206f46657bf6a3660d6a8a8d97
Issue-ID: CCSDK-208
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'opendaylight')
-rw-r--r-- | opendaylight/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opendaylight/pom.xml b/opendaylight/pom.xml index d7cc1ed3..04916a52 100644 --- a/opendaylight/pom.xml +++ b/opendaylight/pom.xml @@ -16,7 +16,6 @@ <description>Creates OpenDaylight container</description> <modules> - <module>carbon</module> <module>nitrogen</module> </modules> </project> |