This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/develop by this push:
new 7e3c490 gh-91: Updates the rsa config properties to use localhost
instead of 127.0.0.1
7e3c490 is described below
commit 7e3c4906cedd7535e8b2e80151d80f6038fc8430
Author: Pepijn Noltes <[email protected]>
AuthorDate: Tue Jan 21 15:21:19 2020 +0100
gh-91: Updates the rsa config properties to use localhost instead of
127.0.0.1
---
.../remote_service_admin_dfi/test/client.properties.in | 9 +++++----
.../remote_service_admin_dfi/test/config.properties.in | 2 +-
.../remote_service_admin_dfi/test/server.properties.in | 8 +++++---
3 files changed, 11 insertions(+), 8 deletions(-)
diff --git
a/bundles/remote_services/remote_service_admin_dfi/test/client.properties.in
b/bundles/remote_services/remote_service_admin_dfi/test/client.properties.in
index b0dd8a0..4cadf97 100644
--- a/bundles/remote_services/remote_service_admin_dfi/test/client.properties.in
+++ b/bundles/remote_services/remote_service_admin_dfi/test/client.properties.in
@@ -1,9 +1,10 @@
cosgi.auto.start.1=@rsa_bundle_file@ @calculator_shell_bundle_file@
@discovery_configured_bundle_file@ @topology_manager_bundle_file@
@tst_bundle_file@
LOGHELPER_ENABLE_STDOUT_FALLBACK=true
-RSA_PORT=50881
-DISCOVERY_CFG_SERVER_PORT=50991
-DISCOVERY_CFG_POLL_ENDPOINTS=http://127.0.0.1:50992/org.apache.celix.discovery.configured
org.osgi.framework.storage.clean=onFirstInit
org.osgi.framework.storage=.cacheClient
+
DISCOVERY_CFG_POLL_INTERVAL=1
-DISCOVERY_CFG_POLL_TIMEOUT=5
\ No newline at end of file
+DISCOVERY_CFG_POLL_TIMEOUT=5
+RSA_PORT=50881
+DISCOVERY_CFG_SERVER_PORT=50991
+DISCOVERY_CFG_POLL_ENDPOINTS=http://localhost:50992/org.apache.celix.discovery.configured
\ No newline at end of file
diff --git
a/bundles/remote_services/remote_service_admin_dfi/test/config.properties.in
b/bundles/remote_services/remote_service_admin_dfi/test/config.properties.in
index 5776ad8..86c90f1 100644
--- a/bundles/remote_services/remote_service_admin_dfi/test/config.properties.in
+++ b/bundles/remote_services/remote_service_admin_dfi/test/config.properties.in
@@ -17,4 +17,4 @@
cosgi.auto.start.1=@rsa_bundle_file@ @calc_bundle_file@
LOGHELPER_ENABLE_STDOUT_FALLBACK=true
-org.osgi.framework.storage.clean=onFirstInit
\ No newline at end of file
+org.osgi.framework.storage.clean=onFirstInit
diff --git
a/bundles/remote_services/remote_service_admin_dfi/test/server.properties.in
b/bundles/remote_services/remote_service_admin_dfi/test/server.properties.in
index 9cda10f..92e3407 100644
--- a/bundles/remote_services/remote_service_admin_dfi/test/server.properties.in
+++ b/bundles/remote_services/remote_service_admin_dfi/test/server.properties.in
@@ -16,9 +16,11 @@
# under the License.
cosgi.auto.start.1=@rsa_bundle_file@ @calc_bundle_file@
@discovery_configured_bundle_file@ @topology_manager_bundle_file@
LOGHELPER_ENABLE_STDOUT_FALLBACK=true
-RSA_PORT=50882
-DISCOVERY_CFG_SERVER_PORT=50992
org.osgi.framework.storage.clean=onFirstInit
org.osgi.framework.storage=.cacheServer
+
DISCOVERY_CFG_POLL_INTERVAL=1
-DISCOVERY_CFG_POLL_TIMEOUT=5
\ No newline at end of file
+DISCOVERY_CFG_POLL_TIMEOUT=5
+RSA_PORT=50882
+DISCOVERY_CFG_SERVER_PORT=50992
+DISCOVERY_CFG_POLL_ENDPOINTS=http://localhost:50991/org.apache.celix.discovery.configured