You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/11/27 12:43:09 UTC

[incubator-streampipes] branch edge-extensions updated: update to runconfigs using example host name

This is an automated email from the ASF dual-hosted git repository.

wiener pushed a commit to branch edge-extensions
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/edge-extensions by this push:
     new cf893a0  update to runconfigs using example host name
cf893a0 is described below

commit cf893a059a4b07017be81f94564d07d937023193
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Fri Nov 27 13:42:53 2020 +0100

    update to runconfigs using example host name
---
 .idea/runConfigurations/all_pe_jvm__edge_01_.xml    |  4 ++--
 .idea/runConfigurations/all_pe_jvm__edge_02_.xml    |  4 ++--
 .idea/runConfigurations/all_pe_jvm__fog_.xml        |  4 ++--
 .idea/runConfigurations/node_controller_cloud.xml   | 15 ++-------------
 .idea/runConfigurations/node_controller_edge_01.xml | 15 ++-------------
 .idea/runConfigurations/node_controller_edge_02.xml | 13 +------------
 .idea/runConfigurations/node_controller_fog.xml     | 13 +------------
 7 files changed, 12 insertions(+), 56 deletions(-)

diff --git a/.idea/runConfigurations/all_pe_jvm__edge_01_.xml b/.idea/runConfigurations/all_pe_jvm__edge_01_.xml
index d2fbb9c..51bc965 100644
--- a/.idea/runConfigurations/all_pe_jvm__edge_01_.xml
+++ b/.idea/runConfigurations/all_pe_jvm__edge_01_.xml
@@ -2,7 +2,7 @@
   <configuration default="false" name="all-pe-jvm (edge-01)" type="Application" factoryName="Application" folderName="edge-extensions">
     <envs>
       <env name="SP_PORT" value="7024" />
-      <env name="SP_HOST" value="edge-01.fzi.de" />
+      <env name="SP_HOST" value="edge01.example.de" />
       <env name="SP_DEBUG" value="true" />
       <env name="SP_COUCHDB_HOST" value="localhost" />
       <env name="SP_JMS_HOST" value="localhost" />
@@ -12,7 +12,7 @@
       <env name="SP_BACKEND_HOST" value="localhost" />
       <env name="SP_BACKEND_PORT" value="8030" />
       <env name="SP_NODE_CONTROLLER_ID" value="edge-01.node-controller" />
-      <env name="SP_NODE_CONTROLLER_HOST" value="edge-01.fzi.de" />
+      <env name="SP_NODE_CONTROLLER_HOST" value="edge01.example.de" />
       <env name="SP_NODE_CONTROLLER_PORT" value="7077" />
     </envs>
     <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.pe.jvm.AllPipelineElementsInit" />
diff --git a/.idea/runConfigurations/all_pe_jvm__edge_02_.xml b/.idea/runConfigurations/all_pe_jvm__edge_02_.xml
index 4fa346a..d8b6dc3 100644
--- a/.idea/runConfigurations/all_pe_jvm__edge_02_.xml
+++ b/.idea/runConfigurations/all_pe_jvm__edge_02_.xml
@@ -2,7 +2,7 @@
   <configuration default="false" name="all-pe-jvm (edge-02)" type="Application" factoryName="Application" folderName="edge-extensions">
     <envs>
       <env name="SP_PORT" value="7025" />
-      <env name="SP_HOST" value="edge-02.fzi.de" />
+      <env name="SP_HOST" value="edge02.example.de" />
       <env name="SP_DEBUG" value="true" />
       <env name="SP_COUCHDB_HOST" value="localhost" />
       <env name="SP_JMS_HOST" value="localhost" />
@@ -12,7 +12,7 @@
       <env name="SP_BACKEND_HOST" value="localhost" />
       <env name="SP_BACKEND_PORT" value="8030" />
       <env name="SP_NODE_CONTROLLER_ID" value="edge-02.node-controller" />
-      <env name="SP_NODE_CONTROLLER_HOST" value="edge-02.fzi.de" />
+      <env name="SP_NODE_CONTROLLER_HOST" value="edge02.example.de" />
       <env name="SP_NODE_CONTROLLER_PORT" value="7078" />
     </envs>
     <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.pe.jvm.AllPipelineElementsInit" />
diff --git a/.idea/runConfigurations/all_pe_jvm__fog_.xml b/.idea/runConfigurations/all_pe_jvm__fog_.xml
index f9d8e51..b146853 100644
--- a/.idea/runConfigurations/all_pe_jvm__fog_.xml
+++ b/.idea/runConfigurations/all_pe_jvm__fog_.xml
@@ -2,7 +2,7 @@
   <configuration default="false" name="all-pe-jvm (fog)" type="Application" factoryName="Application" folderName="edge-extensions">
     <envs>
       <env name="SP_PORT" value="7026" />
-      <env name="SP_HOST" value="fog.fzi.de" />
+      <env name="SP_HOST" value="fog01.example.de" />
       <env name="SP_DEBUG" value="true" />
       <env name="SP_COUCHDB_HOST" value="localhost" />
       <env name="SP_JMS_HOST" value="localhost" />
@@ -12,7 +12,7 @@
       <env name="SP_BACKEND_HOST" value="localhost" />
       <env name="SP_BACKEND_PORT" value="8030" />
       <env name="SP_NODE_CONTROLLER_ID" value="fog.node-controller" />
-      <env name="SP_NODE_CONTROLLER_HOST" value="fog.fzi.de" />
+      <env name="SP_NODE_CONTROLLER_HOST" value="fog01.example.de" />
       <env name="SP_NODE_CONTROLLER_PORT" value="7079" />
     </envs>
     <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.pe.jvm.AllPipelineElementsInit" />
diff --git a/.idea/runConfigurations/node_controller_cloud.xml b/.idea/runConfigurations/node_controller_cloud.xml
index 6cfc672..a7e9708 100644
--- a/.idea/runConfigurations/node_controller_cloud.xml
+++ b/.idea/runConfigurations/node_controller_cloud.xml
@@ -1,17 +1,6 @@
 <component name="ProjectRunConfigurationManager">
   <configuration default="false" name="node-controller-cloud" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" folderName="edge-extensions">
     <module name="streampipes-node-controller-container" />
-    <extension name="net.ashald.envfile">
-      <option name="IS_ENABLED" value="true" />
-      <option name="IS_SUBST" value="false" />
-      <option name="IS_PATH_MACRO_SUPPORTED" value="false" />
-      <option name="IS_IGNORE_MISSING_FILES" value="false" />
-      <option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" />
-      <ENTRIES>
-        <ENTRY IS_ENABLED="true" PARSER="runconfig" />
-        <ENTRY IS_ENABLED="true" PARSER="env" PATH="$PROJECT_DIR$/../incubator-streampipes/streampipes-node-controller-container/development/env" />
-      </ENTRIES>
-    </extension>
     <option name="SPRING_BOOT_MAIN_CLASS" value="org.apache.streampipes.node.controller.container.NodeControllerContainerInit" />
     <option name="ALTERNATIVE_JRE_PATH" />
     <envs>
@@ -19,10 +8,10 @@
       <env name="CONSUL_LOCATION" value="host.docker.internal" />
       <env name="SP_NODE_CONTROLLER_ID" value="cloud.node-controller" />
       <env name="SP_NODE_CONTROLLER_PORT" value="7080" />
-      <env name="SP_NODE_HOST" value="cloud.fzi.de" />
+      <env name="SP_NODE_HOST" value="cloud.example.de" />
       <env name="SP_NODE_TYPE" value="cloud" />
       <env name="SP_NODE_HAS_GPU" value="true" />
-      <env name="SP_NODE_LOCATION_CLOUD" value="bwcloud" />
+      <env name="SP_NODE_LOCATION_CLOUD" value="aws" />
       <env name="SP_DEBUG" value="true" />
     </envs>
     <method v="2">
diff --git a/.idea/runConfigurations/node_controller_edge_01.xml b/.idea/runConfigurations/node_controller_edge_01.xml
index 450f314..6ec67b8 100644
--- a/.idea/runConfigurations/node_controller_edge_01.xml
+++ b/.idea/runConfigurations/node_controller_edge_01.xml
@@ -1,17 +1,6 @@
 <component name="ProjectRunConfigurationManager">
   <configuration default="false" name="node-controller-edge-01" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" folderName="edge-extensions">
     <module name="streampipes-node-controller-container" />
-    <extension name="net.ashald.envfile">
-      <option name="IS_ENABLED" value="true" />
-      <option name="IS_SUBST" value="false" />
-      <option name="IS_PATH_MACRO_SUPPORTED" value="false" />
-      <option name="IS_IGNORE_MISSING_FILES" value="false" />
-      <option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" />
-      <ENTRIES>
-        <ENTRY IS_ENABLED="true" PARSER="runconfig" />
-        <ENTRY IS_ENABLED="true" PARSER="env" PATH="$PROJECT_DIR$/../incubator-streampipes/streampipes-node-controller-container/development/env" />
-      </ENTRIES>
-    </extension>
     <option name="SPRING_BOOT_MAIN_CLASS" value="org.apache.streampipes.node.controller.container.NodeControllerContainerInit" />
     <option name="ALTERNATIVE_JRE_PATH" />
     <envs>
@@ -19,9 +8,9 @@
       <env name="CONSUL_LOCATION" value="host.docker.internal" />
       <env name="SP_NODE_CONTROLLER_ID" value="edge-01.node-controller" />
       <env name="SP_NODE_CONTROLLER_PORT" value="7077" />
-      <env name="SP_NODE_HOST" value="edge-01.fzi.de" />
+      <env name="SP_NODE_HOST" value="edge01.example.de" />
       <env name="SP_NODE_TYPE" value="edge" />
-      <env name="SP_NODE_ACCESSIBLE_SENSOR_ACTUATOR_ROS" value="ros;universalrobot;ipe-k3s-pi1.fzi.de;network" />
+      <env name="SP_NODE_ACCESSIBLE_SENSOR_ACTUATOR_ROS" value="ros;universalrobot;k3s-pi1.example.de;network" />
       <env name="SP_NODE_HAS_GPU" value="false" />
       <env name="SP_NODE_LOCATION_BUILDING" value="holl" />
       <env name="SP_NODE_LOCATION_MACHINE" value="UR" />
diff --git a/.idea/runConfigurations/node_controller_edge_02.xml b/.idea/runConfigurations/node_controller_edge_02.xml
index c97ce50..6aa220e 100644
--- a/.idea/runConfigurations/node_controller_edge_02.xml
+++ b/.idea/runConfigurations/node_controller_edge_02.xml
@@ -1,17 +1,6 @@
 <component name="ProjectRunConfigurationManager">
   <configuration default="false" name="node-controller-edge-02" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" folderName="edge-extensions">
     <module name="streampipes-node-controller-container" />
-    <extension name="net.ashald.envfile">
-      <option name="IS_ENABLED" value="true" />
-      <option name="IS_SUBST" value="false" />
-      <option name="IS_PATH_MACRO_SUPPORTED" value="false" />
-      <option name="IS_IGNORE_MISSING_FILES" value="false" />
-      <option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" />
-      <ENTRIES>
-        <ENTRY IS_ENABLED="true" PARSER="runconfig" />
-        <ENTRY IS_ENABLED="true" PARSER="env" PATH="$PROJECT_DIR$/../incubator-streampipes/streampipes-node-controller-container/development/env" />
-      </ENTRIES>
-    </extension>
     <option name="SPRING_BOOT_MAIN_CLASS" value="org.apache.streampipes.node.controller.container.NodeControllerContainerInit" />
     <option name="ALTERNATIVE_JRE_PATH" />
     <envs>
@@ -19,7 +8,7 @@
       <env name="CONSUL_LOCATION" value="host.docker.internal" />
       <env name="SP_NODE_CONTROLLER_ID" value="edge-02.node-controller" />
       <env name="SP_NODE_CONTROLLER_PORT" value="7078" />
-      <env name="SP_NODE_HOST" value="edge-02.fzi.de" />
+      <env name="SP_NODE_HOST" value="edge02.example.de" />
       <env name="SP_NODE_TYPE" value="edge" />
       <env name="SP_NODE_ACCESSIBLE_SENSOR_ACTUATOR_ZED" value="zed;sensor;/dev/video1;usb" />
       <env name="SP_NODE_HAS_GPU" value="true" />
diff --git a/.idea/runConfigurations/node_controller_fog.xml b/.idea/runConfigurations/node_controller_fog.xml
index 041e321..304c2e2 100644
--- a/.idea/runConfigurations/node_controller_fog.xml
+++ b/.idea/runConfigurations/node_controller_fog.xml
@@ -1,17 +1,6 @@
 <component name="ProjectRunConfigurationManager">
   <configuration default="false" name="node-controller-fog" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" folderName="edge-extensions">
     <module name="streampipes-node-controller-container" />
-    <extension name="net.ashald.envfile">
-      <option name="IS_ENABLED" value="true" />
-      <option name="IS_SUBST" value="false" />
-      <option name="IS_PATH_MACRO_SUPPORTED" value="false" />
-      <option name="IS_IGNORE_MISSING_FILES" value="false" />
-      <option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" />
-      <ENTRIES>
-        <ENTRY IS_ENABLED="true" PARSER="runconfig" />
-        <ENTRY IS_ENABLED="true" PARSER="env" PATH="$PROJECT_DIR$/../incubator-streampipes/streampipes-node-controller-container/development/env" />
-      </ENTRIES>
-    </extension>
     <option name="SPRING_BOOT_MAIN_CLASS" value="org.apache.streampipes.node.controller.container.NodeControllerContainerInit" />
     <option name="ALTERNATIVE_JRE_PATH" />
     <envs>
@@ -19,7 +8,7 @@
       <env name="CONSUL_LOCATION" value="host.docker.internal" />
       <env name="SP_NODE_CONTROLLER_ID" value="fog.node-controller" />
       <env name="SP_NODE_CONTROLLER_PORT" value="7079" />
-      <env name="SP_NODE_HOST" value="fog.fzi.de" />
+      <env name="SP_NODE_HOST" value="fog01.example.de" />
       <env name="SP_NODE_TYPE" value="fog" />
       <env name="SP_NODE_HAS_GPU" value="true" />
       <env name="SP_NODE_LOCATION_BUILDING" value="main" />