We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36cfda4 commit 24e71e1Copy full SHA for 24e71e1
.gitignore
@@ -1,3 +1,4 @@
1
build/*
2
templates/jenkins/webapps/*.war
3
/.project
4
+**/*.ascii
templates/sag-is-cloudstreams/template.yaml
@@ -40,7 +40,8 @@ templates:
40
${is.instance.type}:
41
${is.instance.name}:
42
package.list: WmCloudStreams,WmCloudStreamsAnalytics
43
-
+ runtimeComponentId: integrationServer-${instance.name} # hint to find existing instance by id
44
+
45
provision:
46
default:
47
runtime: ${nodes}
0 commit comments