X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=solution%2Fnetwork%2Fconfig.py;h=704954d2fc123aa1ced863cd16be8de9c27ffed0;hb=27d078909d94eb3e3fa858e7ba63075b1d65322a;hp=c89cb1e59ce41e743b95de07441196b3f5a09be4;hpb=470bbf5501fc5afbb2b084c86ccc1e0184292a5b;p=oam.git diff --git a/solution/network/config.py b/solution/network/config.py index c89cb1e..704954d 100644 --- a/solution/network/config.py +++ b/solution/network/config.py @@ -36,7 +36,7 @@ dockerFilter = subprocess.check_output("docker ps --format '{{.Names}}'", shell= containers = dockerFilter.splitlines() mapping = dict({"ntsim-ng-o-ru": "O-RU", "ntsim-ng-o-du": "O-DU"}) -base = get_environment_variable('SDN_CONTROLLER_PROTOCOL') + '://' + get_environment_variable('SDNC_DCN_HOST') +base = get_environment_variable('SDN_CONTROLLER_PROTOCOL') + '://' + get_environment_variable('SDNC_OAM_HOST') username = get_environment_variable('ADMIN_USERNAME') password = get_environment_variable('ADMIN_PASSWORD')