Issue #2196 changed ncfRegistry.sh EBXML_THRIFT_SERVICE_PORT to correspond to the port that the DPA looks for.
Renamed registry mode to wfoRegistry mode. Renamed devWfoRegistry mode to devRegistry mode. Change-Id: I8793b2a5c6ebf0f2ce342103e81d48de1b3e2044 Former-commit-id:5d169e4df1
[formerly50a10b3efb
[formerly533deffd53
] [formerly5d169e4df1
[formerly b4ee9c5753571a8cdd0720986c76723f4e646f0c]]] Former-commit-id:50a10b3efb
[formerly533deffd53
] Former-commit-id:50a10b3efb
Former-commit-id:ec3646def6
This commit is contained in:
parent
2e526ff940
commit
c70dd5e0c4
4 changed files with 5 additions and 8 deletions
|
@ -185,7 +185,7 @@
|
|||
<includeMode>excludeDpaAndOgc</includeMode>
|
||||
<includeMode>statsTemplate</includeMode>
|
||||
</mode>
|
||||
<mode name="registry">
|
||||
<mode name="wfoRegistry">
|
||||
<!-- WFO Registry production mode -->
|
||||
<include>ebxml.*\.xml</include>
|
||||
<includeMode>statsTemplate</includeMode>
|
||||
|
@ -251,16 +251,13 @@
|
|||
|
||||
<!-- modes listed below are not supported in a production setting, they
|
||||
are for DEVELOPMENT purposes only -->
|
||||
<mode name="devWfoRegistry">
|
||||
<!-- This is the development WFO registry mode.
|
||||
It runs the sbn simulator for development. -->
|
||||
<mode name="devRegistry">
|
||||
<!-- This is the development registry mode that acts as both
|
||||
an NCF and WFO. It also runs the sbn simulator. -->
|
||||
<include>.*sbn-simulator.*</include>
|
||||
<include>ebxml.*\.xml</include>
|
||||
<includeMode>statsTemplate</includeMode>
|
||||
<includeMode>dataDeliveryTemplate</includeMode>
|
||||
<exclude>.*datadelivery-ncf.*</exclude>
|
||||
<exclude>harvester-*</exclude>
|
||||
<exclude>crawler-*</exclude>
|
||||
</mode>
|
||||
<mode name="grib">
|
||||
<include>grib-common.xml</include>
|
||||
|
|
|
@ -31,4 +31,4 @@ export MGMT_PORT=9607
|
|||
export EBXML_REGISTRY_WEBSERVER_PORT=8084
|
||||
export EBXML_REGISTRY_WEBSERVER_CONFIDENTIAL_PORT=8446
|
||||
export EBXML_QUERY_SERVICE_SOAP_PORT=10146
|
||||
export EBXML_THRIFT_SERVICE_PORT=9590
|
||||
export EBXML_THRIFT_SERVICE_PORT=9588
|
||||
|
|
Loading…
Add table
Reference in a new issue