...
Name | Default Value | Description |
---|---|---|
ODL_REMOVEIDMDB | false | Used to overwrite the default password persisted in H2 database. |
ODL_ADMIN_USERNAME | admin | Can be overwritten. If overwritten then ODL_REMOVEIDMDB should be mandatorily set to "true" |
ODL_ADMIN_PASSWORD | pre-encrypted password | Can be overwritten. If overwritten then ODL_REMOVEIDMDB should be mandatorily set to "true" |
JDEBUG | false | When set to "true", sets EXTRA_JAVA_OPTS with debugging parameters which allow for remote debugging |
MYSQL_PASSWD | openECOMP1.0 | |
ENABLE_ODL_CLUSTER | false | When set to "true", deploys ODL in Cluster mode. |
GEO_ENABLED | false | |
SDNC_AAF_ENABLED | false | When set to "true", performs authentication and authorization using artifacts generated from AAF |
OOM_ENABLED | false | Use default value when deploying SDNC/R as a standalone docker container. Set to "true" if Kubernetes deployment is used |
IS_PRIMARY_CLUSTER | false | Applicable when ODL is deployed in cluster mode |
MY_ODL_CLUSTER | 127.0.0.1 | Applicable when ODL is deployed in cluster mode |
SDNRWT | false | Set to "true" if SDNR WT (Wireless Transport) features need to be installed |
SDNRDM | false | Set to "true" if devicemanager boot features need to be installed. Works only if SDNRWT is also "true" |
SDNRINIT | false | Set to "true" if the ElasticSearch DB needs to be initialized with aliases and indices required for SDNR |
SDNRONLY | false | Set to "true" if only SDNR features need to be installed minus the northbound features. Works only if SDNRWT is also "true" |
SDNRDBURL | http://sdnrdb:9200 | Contains the URL to be used for accessing the ElasticSearch DB |
SDNR_NORTHBOUND | false | Set to "true" if northbound features need to be installed |
ODL_CERT_DIR | not set | When set to a specific directory, installCerts.py uses the certificates in that directory |
NAMESPACE | not set | Applicable only in OOM Environment. Used when local cluster is enabled. Is part of the node name that is passed to the ODL configure_cluster.sh script |
SERVICE_NAME | not set | Applicable only in OOM Environment. Used when local cluster is enabled. Is part of the node name that is passed to the ODL configure_cluster.sh script |
SDNC_DB_INIT | falsetrue | The SDNC DB is installed via the installSdncDb.sh script and is triggered (in startODL.sh) only when the OOM_ENABLED flag is set to "true". However a by default when run in standalone mode (docker environment). A separate job already exists in OOM for installing SDNC DB. Instead of removing the call to the installSdncDb.sh script, it is controlled by an additional variable SDNC_DB_INIT to handle situations like - if the OOM based installation should set this variable to "false" in the helm charts. If the OOM dbinit job fails, it is difficult to restart a kubernetes job and having it in the startODL.sh helps to initialize the DB by setting the variable to "true" |
SDNC_INSTALL | true | Introduced to retain the default behavior (before the merge) of startODL.sh script. SDNRWT only installations should set this to "false". |