diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/drools/base.conf | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/config/drools/base.conf b/config/drools/base.conf index 611e1f7b..a1eab464 100644 --- a/config/drools/base.conf +++ b/config/drools/base.conf @@ -28,7 +28,7 @@ KEYSTORE_PASSWD=PolicyR0ck$ # Telemetry credentials ENGINE_MANAGEMENT_PORT=9696 -ENGINE_MANAGEMENT_HOST=localhost +ENGINE_MANAGEMENT_HOST=0.0.0.0 ENGINE_MANAGEMENT_USER=@1b3rt ENGINE_MANAGEMENT_PASSWORD=31nst31n @@ -77,3 +77,15 @@ DCAE_SERVERS=10.0.4.102 # Open DMaaP DMAAP_SERVERS=vm1.mr.simpledemo.openecomp.org + +# AAI + +AAI_URL=https://aai.api.simpledemo.openecomp.org:8443 +AAI_USERNAME=POLICY +AAI_PASSWORD=POLICY + +# MSO + +MSO_URL=http://vm1.mso.simpledemo.openecomp.org:8080/ecomp/mso/infra +MSO_USERNAME=InfraPortalClient +MSO_PASSWORD=password1$ |