X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fsdnc%2Fapp.yaml;h=75e30d49547d9f54a14b09c5e13c8fc4dddf656c;hb=520b912bce8eebb3e272c9ccfa3378b01dfd200b;hp=cd170f6edfcf0d6cd162ff10b216f04c20692a4f;hpb=10e254d9b7bc522bb2c25d590e6d203bf25a592d;p=nonrtric.git diff --git a/test/simulator-group/sdnc/app.yaml b/test/simulator-group/sdnc/app.yaml index cd170f6e..75e30d49 100644 --- a/test/simulator-group/sdnc/app.yaml +++ b/test/simulator-group/sdnc/app.yaml @@ -35,6 +35,10 @@ spec: value: 'true' - name: A1_TRUSTSTORE_PASSWORD value: $SDNC_A1_TRUSTSTORE_PASSWORD + - name: ODL_ADMIN_USERNAME + value: $SDNC_USER + - name: ODL_ADMIN_PASSWORD + value: $SDNC_PWD command: - /opt/onap/sdnc/bin/startODL.sh ---