-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gitpod: add names+descriptions to ports (#2600)
- Loading branch information
1 parent
dc3d4d9
commit 62e019a
Showing
10 changed files
with
84 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
:org.apache.felix.configadmin.revision:=L"1" | ||
:org.apache.felix.configadmin.revision:=L"3" | ||
debugMode="OFF" | ||
poolSize=I"10" | ||
port=I"8081" | ||
service.pid="Edge.Websocket" | ||
service.pid="Edge.Websocket" |
15 changes: 12 additions & 3 deletions
15
tools/gitpod/openems-backend/config.d/Metadata/Odoo.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,15 @@ | ||
:org.apache.felix.configadmin.revision:=L"1" | ||
:org.apache.felix.configadmin.revision:=L"2" | ||
database="prod" | ||
pgUser="gitpod" | ||
service.pid="Metadata.Odoo" | ||
debugMode="OFF" | ||
odooHost="localhost" | ||
odooPassword="admin" | ||
odooPort=I"8069" | ||
odooProtocol="HTTP" | ||
odooUid=I"2" | ||
pgConnectionPoolSize=I"40" | ||
pgHost="localhost" | ||
pgPassword="" | ||
pgPort=I"5432" | ||
pgUser="gitpod" | ||
poolSize=I"30" | ||
service.pid="Metadata.Odoo" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
:org.apache.felix.configadmin.revision:=L"1" | ||
:org.apache.felix.configadmin.revision:=L"2" | ||
debugMode="OFF" | ||
poolSize=I"10" | ||
port=I"8082" | ||
service.pid="Ui.Websocket" | ||
service.pid="Ui.Websocket" |
12 changes: 10 additions & 2 deletions
12
tools/gitpod/openems-backend/config.d/org/ops4j/pax/logging.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
:org.apache.felix.configadmin.revision:=L"1" | ||
_felix_.cm.newConfiguration=B"true" | ||
service.pid="org.ops4j.pax.logging" | ||
log4j2.appender.console.layout.pattern="%d{ISO8601}\ [%-8.8t]\ %-5p\ [%-30.30c]\ %m%n" | ||
log4j2.appender.console.layout.type="PatternLayout" | ||
log4j2.appender.console.name="console" | ||
log4j2.appender.console.type="Console" | ||
log4j2.appender.paxosgi.name="paxosgi" | ||
log4j2.appender.paxosgi.type="PaxOsgi" | ||
log4j2.rootLogger.appenderRef.console.ref="console" | ||
log4j2.rootLogger.appenderRef.paxosgi.ref="paxosgi" | ||
log4j2.rootLogger.level="INFO" | ||
service.pid="org.ops4j.pax.logging" |
2 changes: 1 addition & 1 deletion
2
tools/gitpod/openems-backend/config.d/org_apache_felix_cm_impl_DynamicBindings.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
org.ops4j.pax.logging="jar/pax-logging-log4j1-2.0.5.jar" | ||
org.ops4j.pax.logging="jar/pax-logging-log4j2-2.2.1.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 4 additions & 2 deletions
6
...-edge/config.d/Controller/Symmetric/Balancing/6e15c5d6-3005-49a4-9a96-68fa5f39740f.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
:org.apache.felix.configadmin.revision:=L"1" | ||
:org.apache.felix.configadmin.revision:=L"3" | ||
alias="Self-consumption\ optimization" | ||
enabled=B"true" | ||
ess.id="ess0" | ||
ess.target="(&(enabled\=true)(!(service.pid\=Controller.Symmetric.Balancing.6e15c5d6-3005-49a4-9a96-68fa5f39740f))(|(id\=ess0)))" | ||
id="ctrlBalancing0" | ||
meter.id="meter0" | ||
meter.target="(&(enabled\=true)(!(service.pid\=Controller.Symmetric.Balancing.6e15c5d6-3005-49a4-9a96-68fa5f39740f))(|(id\=meter0)))" | ||
service.factoryPid="Controller.Symmetric.Balancing" | ||
service.pid="Controller.Symmetric.Balancing.6e15c5d6-3005-49a4-9a96-68fa5f39740f" | ||
targetGridSetpoint=I"0" | ||
targetGridSetpoint=I"0" |
18 changes: 11 additions & 7 deletions
18
tools/gitpod/openems-edge/config.d/org/ops4j/pax/logging.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
:org.apache.felix.configadmin.revision:=L"1" | ||
log4j.appender.CONSOLE="org.apache.log4j.ConsoleAppender" | ||
log4j.appender.CONSOLE.layout="org.apache.log4j.PatternLayout" | ||
log4j.appender.CONSOLE.layout.ConversionPattern="%d{ISO8601}\ [%-8.8t]\ %-5p\ [%-30.30c]\ %m%n" | ||
log4j.logger.org.eclipse.osgi="WARN" | ||
log4j.rootLogger="INFO,\ CONSOLE,\ osgi:*" | ||
service.pid="org.ops4j.pax.logging" | ||
:org.apache.felix.configadmin.revision:=L"2" | ||
log4j2.appender.console.layout.pattern="%d{ISO8601}\ [%-8.8t]\ %-5p\ [%-30.30c]\ %m%n" | ||
log4j2.appender.console.layout.type="PatternLayout" | ||
log4j2.appender.console.name="console" | ||
log4j2.appender.console.type="Console" | ||
log4j2.appender.paxosgi.name="paxosgi" | ||
log4j2.appender.paxosgi.type="PaxOsgi" | ||
log4j2.rootLogger.appenderRef.console.ref="console" | ||
log4j2.rootLogger.appenderRef.paxosgi.ref="paxosgi" | ||
log4j2.rootLogger.level="INFO" | ||
service.pid="org.ops4j.pax.logging" |
2 changes: 1 addition & 1 deletion
2
tools/gitpod/openems-edge/config.d/org_apache_felix_cm_impl_DynamicBindings.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
org.ops4j.pax.logging="jar/pax-logging-log4j1-2.0.5.jar" | ||
org.ops4j.pax.logging="jar/pax-logging-log4j2-2.2.1.jar" |