diff options
author | marine <marine.de.dorlodot@intl.att.com> | 2021-07-08 11:57:27 +0200 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2021-07-13 13:45:54 +0000 |
commit | 84f4b054a72b7d1dd44dec5d91623595e4563ab7 (patch) | |
tree | dfcd0c8167108ad231f9248ebec74549764ee36f /integration-tests | |
parent | 6047cd212696f5260d1296ce1fc3449dadb6005d (diff) |
Exposing new parameters in chef config for SDC
Issue-ID: SDC-3633
Change-Id: Ib59ecbe151b3d7fb5b52241102f5c7dfc520003b
Signed-off-by: xuegao <xue.gao@intl.att.com>
Diffstat (limited to 'integration-tests')
-rw-r--r-- | integration-tests/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index e6e1bba311..c3745b6962 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -543,7 +543,7 @@ limitations under the License. <name>onap/sdc-onboard-backend:${it.docker.version}</name> <alias>sdc-onboard-backend</alias> <run> - <dependsOn> + <dependsOn> <container>sdc-cassandra-onboard-init</container> </dependsOn> <env> @@ -752,7 +752,7 @@ limitations under the License. </wait> <ports> <!-- http://localhost:8285/login to access SDC --> - <port>8285:8080</port> + <port>8285:8080</port> <port>8286:8443</port> </ports> <network> |