-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: set testsuites vars per chart version (#2038)
Signed-off-by: Ahmed AbouZaid <[email protected]>
- Loading branch information
Showing
28 changed files
with
341 additions
and
22 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
29 changes: 29 additions & 0 deletions
29
charts/camunda-platform-8.2/test/integration/testsuites/vars/files/variables-default.yaml
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
preflightVars: | ||
baseURLs: | ||
elasticsearch: http://integration-elasticsearch:9200 | ||
console: http://integration-console:9100 | ||
keycloak: http://integration-keycloak | ||
identity: http://integration-identity:82 | ||
optimize: http://integration-optimize | ||
operate: http://integration-operate | ||
tasklist: http://integration-tasklist | ||
connectors: http://integration-connectors:8080 | ||
webModelerRestapi: http://integration-web-modeler-restapi:8091 | ||
webModelerWebapp: http://integration-web-modeler-webapp:8071 | ||
zeebeGateway: http://integration-zeebe-gateway:9600 | ||
|
||
coreVars: | ||
authURL: "http://integration-keycloak/auth/realms/camunda-platform/protocol/openid-connect/token" | ||
baseURLs: | ||
console: http://integration-console | ||
keycloak: http://integration-keycloak | ||
identity: http://integration-identity | ||
optimize: http://integration-optimize | ||
operate: http://integration-operate | ||
tasklist: http://integration-tasklist | ||
connectors: http://integration-connectors:8080/inbound | ||
webModelerRestapi: http://integration-web-modeler-restapi | ||
zeebeGatewayGRPC: http://integration-zeebe-gateway:9600 | ||
zeebeGatewayREST: http://integration-zeebe-gateway:8080 | ||
zbctl: | ||
extraArgs: "--insecure" |
32 changes: 32 additions & 0 deletions
32
...munda-platform-8.2/test/integration/testsuites/vars/files/variables-ingress-combined.yaml
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
preflightVars: | ||
baseURLs: | ||
elasticsearch: http://integration-elasticsearch:9200 | ||
console: http://integration-console:9100 | ||
keycloak: http://integration-keycloak | ||
identity: http://integration-identity:82 | ||
optimize: http://integration-optimize/optimize | ||
operate: http://integration-operate/operate | ||
tasklist: http://integration-tasklist/tasklist | ||
connectors: http://integration-connectors:8080/connectors | ||
webModelerRestapi: http://integration-web-modeler-restapi:8091 | ||
webModelerWebapp: http://integration-web-modeler-webapp:8071 | ||
zeebeGateway: http://integration-zeebe-gateway:9600/zeebe | ||
|
||
coreVars: | ||
authURL: "https://{{ .TEST_INGRESS_HOST }}/auth/realms/camunda-platform/protocol/openid-connect/token" | ||
testNamespace: "{{ .K8S_NAMESPACE }}" | ||
baseURLs: | ||
console: "https://{{ .TEST_INGRESS_HOST }}" | ||
keycloak: "https://{{ .TEST_INGRESS_HOST }}/auth/" | ||
identity: "https://{{ .TEST_INGRESS_HOST }}/identity" | ||
operate: "https://{{ .TEST_INGRESS_HOST }}/operate" | ||
optimize: "https://{{ .TEST_INGRESS_HOST }}/optimize" | ||
tasklist: "https://{{ .TEST_INGRESS_HOST }}/tasklist" | ||
connectors: "https://{{ .TEST_INGRESS_HOST }}/connectors/inbound" | ||
webModeler: "https://{{ .TEST_INGRESS_HOST }}/modeler" | ||
webModelerRestapi: http://integration-web-modeler-restapi | ||
zeebeGatewayGRPC: "zeebe-{{ .TEST_INGRESS_HOST }}:443" | ||
zeebeGatewayREST: "https://{{ .TEST_INGRESS_HOST }}/zeebe" | ||
prometheus: "prometheus-operated.kube-prometheus-stack.svc.cluster.local:9090" | ||
zbctl: | ||
extraArgs: "" |
File renamed without changes.
15 changes: 15 additions & 0 deletions
15
charts/camunda-platform-8.2/test/integration/testsuites/vars/kustomization.yaml
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
configMapGenerator: | ||
- name: venom-vars | ||
options: | ||
disableNameSuffixHash: true | ||
files: | ||
- files/variables-default.yaml | ||
- files/variables-ingress-combined.yaml | ||
- name: venom-env-vars | ||
options: | ||
disableNameSuffixHash: true | ||
envs: | ||
- files/variables.env |
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
29 changes: 29 additions & 0 deletions
29
charts/camunda-platform-8.3/test/integration/testsuites/vars/files/variables-default.yaml
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
preflightVars: | ||
baseURLs: | ||
elasticsearch: http://integration-elasticsearch:9200 | ||
console: http://integration-console:9100 | ||
keycloak: http://integration-keycloak | ||
identity: http://integration-identity:82 | ||
optimize: http://integration-optimize | ||
operate: http://integration-operate | ||
tasklist: http://integration-tasklist | ||
connectors: http://integration-connectors:8080 | ||
webModelerRestapi: http://integration-web-modeler-restapi:8091 | ||
webModelerWebapp: http://integration-web-modeler-webapp:8071 | ||
zeebeGateway: http://integration-zeebe-gateway:9600 | ||
|
||
coreVars: | ||
authURL: "http://integration-keycloak/auth/realms/camunda-platform/protocol/openid-connect/token" | ||
baseURLs: | ||
console: http://integration-console | ||
keycloak: http://integration-keycloak | ||
identity: http://integration-identity | ||
optimize: http://integration-optimize | ||
operate: http://integration-operate | ||
tasklist: http://integration-tasklist | ||
connectors: http://integration-connectors:8080/inbound | ||
webModelerRestapi: http://integration-web-modeler-restapi | ||
zeebeGatewayGRPC: http://integration-zeebe-gateway:9600 | ||
zeebeGatewayREST: http://integration-zeebe-gateway:8080 | ||
zbctl: | ||
extraArgs: "--insecure" |
32 changes: 32 additions & 0 deletions
32
...munda-platform-8.3/test/integration/testsuites/vars/files/variables-ingress-combined.yaml
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
preflightVars: | ||
baseURLs: | ||
elasticsearch: http://integration-elasticsearch:9200 | ||
console: http://integration-console:9100 | ||
keycloak: http://integration-keycloak | ||
identity: http://integration-identity:82 | ||
optimize: http://integration-optimize/optimize | ||
operate: http://integration-operate/operate | ||
tasklist: http://integration-tasklist/tasklist | ||
connectors: http://integration-connectors:8080/connectors | ||
webModelerRestapi: http://integration-web-modeler-restapi:8091 | ||
webModelerWebapp: http://integration-web-modeler-webapp:8071 | ||
zeebeGateway: http://integration-zeebe-gateway:9600/zeebe | ||
|
||
coreVars: | ||
authURL: "https://{{ .TEST_INGRESS_HOST }}/auth/realms/camunda-platform/protocol/openid-connect/token" | ||
testNamespace: "{{ .K8S_NAMESPACE }}" | ||
baseURLs: | ||
console: "https://{{ .TEST_INGRESS_HOST }}" | ||
keycloak: "https://{{ .TEST_INGRESS_HOST }}/auth/" | ||
identity: "https://{{ .TEST_INGRESS_HOST }}/identity" | ||
operate: "https://{{ .TEST_INGRESS_HOST }}/operate" | ||
optimize: "https://{{ .TEST_INGRESS_HOST }}/optimize" | ||
tasklist: "https://{{ .TEST_INGRESS_HOST }}/tasklist" | ||
connectors: "https://{{ .TEST_INGRESS_HOST }}/connectors/inbound" | ||
webModeler: "https://{{ .TEST_INGRESS_HOST }}/modeler" | ||
webModelerRestapi: http://integration-web-modeler-restapi | ||
zeebeGatewayGRPC: "zeebe-{{ .TEST_INGRESS_HOST }}:443" | ||
zeebeGatewayREST: "https://{{ .TEST_INGRESS_HOST }}/zeebe" | ||
prometheus: "prometheus-operated.kube-prometheus-stack.svc.cluster.local:9090" | ||
zbctl: | ||
extraArgs: "" |
1 change: 1 addition & 0 deletions
1
charts/camunda-platform-8.3/test/integration/testsuites/vars/files/variables.env
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# The values here will be autogenerated at the deploy time. |
15 changes: 15 additions & 0 deletions
15
charts/camunda-platform-8.3/test/integration/testsuites/vars/kustomization.yaml
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
configMapGenerator: | ||
- name: venom-vars | ||
options: | ||
disableNameSuffixHash: true | ||
files: | ||
- files/variables-default.yaml | ||
- files/variables-ingress-combined.yaml | ||
- name: venom-env-vars | ||
options: | ||
disableNameSuffixHash: true | ||
envs: | ||
- files/variables.env |
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
29 changes: 29 additions & 0 deletions
29
charts/camunda-platform-8.4/test/integration/testsuites/vars/files/variables-default.yaml
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
preflightVars: | ||
baseURLs: | ||
elasticsearch: http://integration-elasticsearch:9200 | ||
console: http://integration-console:9100 | ||
keycloak: http://integration-keycloak | ||
identity: http://integration-identity:82 | ||
optimize: http://integration-optimize | ||
operate: http://integration-operate | ||
tasklist: http://integration-tasklist | ||
connectors: http://integration-connectors:8080 | ||
webModelerRestapi: http://integration-web-modeler-restapi:8091 | ||
webModelerWebapp: http://integration-web-modeler-webapp:8071 | ||
zeebeGateway: http://integration-zeebe-gateway:9600 | ||
|
||
coreVars: | ||
authURL: "http://integration-keycloak/auth/realms/camunda-platform/protocol/openid-connect/token" | ||
baseURLs: | ||
console: http://integration-console | ||
keycloak: http://integration-keycloak | ||
identity: http://integration-identity | ||
optimize: http://integration-optimize | ||
operate: http://integration-operate | ||
tasklist: http://integration-tasklist | ||
connectors: http://integration-connectors:8080/inbound | ||
webModelerRestapi: http://integration-web-modeler-restapi | ||
zeebeGatewayGRPC: http://integration-zeebe-gateway:9600 | ||
zeebeGatewayREST: http://integration-zeebe-gateway:8080 | ||
zbctl: | ||
extraArgs: "--insecure" |
32 changes: 32 additions & 0 deletions
32
...munda-platform-8.4/test/integration/testsuites/vars/files/variables-ingress-combined.yaml
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
preflightVars: | ||
baseURLs: | ||
elasticsearch: http://integration-elasticsearch:9200 | ||
console: http://integration-console:9100 | ||
keycloak: http://integration-keycloak | ||
identity: http://integration-identity:82 | ||
optimize: http://integration-optimize/optimize | ||
operate: http://integration-operate/operate | ||
tasklist: http://integration-tasklist/tasklist | ||
connectors: http://integration-connectors:8080/connectors | ||
webModelerRestapi: http://integration-web-modeler-restapi:8091 | ||
webModelerWebapp: http://integration-web-modeler-webapp:8071 | ||
zeebeGateway: http://integration-zeebe-gateway:9600/zeebe | ||
|
||
coreVars: | ||
authURL: "https://{{ .TEST_INGRESS_HOST }}/auth/realms/camunda-platform/protocol/openid-connect/token" | ||
testNamespace: "{{ .K8S_NAMESPACE }}" | ||
baseURLs: | ||
console: "https://{{ .TEST_INGRESS_HOST }}" | ||
keycloak: "https://{{ .TEST_INGRESS_HOST }}/auth/" | ||
identity: "https://{{ .TEST_INGRESS_HOST }}/identity" | ||
operate: "https://{{ .TEST_INGRESS_HOST }}/operate" | ||
optimize: "https://{{ .TEST_INGRESS_HOST }}/optimize" | ||
tasklist: "https://{{ .TEST_INGRESS_HOST }}/tasklist" | ||
connectors: "https://{{ .TEST_INGRESS_HOST }}/connectors/inbound" | ||
webModeler: "https://{{ .TEST_INGRESS_HOST }}/modeler" | ||
webModelerRestapi: http://integration-web-modeler-restapi | ||
zeebeGatewayGRPC: "zeebe-{{ .TEST_INGRESS_HOST }}:443" | ||
zeebeGatewayREST: "https://{{ .TEST_INGRESS_HOST }}/zeebe" | ||
prometheus: "prometheus-operated.kube-prometheus-stack.svc.cluster.local:9090" | ||
zbctl: | ||
extraArgs: "" |
1 change: 1 addition & 0 deletions
1
charts/camunda-platform-8.4/test/integration/testsuites/vars/files/variables.env
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# The values here will be autogenerated at the deploy time. |
15 changes: 15 additions & 0 deletions
15
charts/camunda-platform-8.4/test/integration/testsuites/vars/kustomization.yaml
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
configMapGenerator: | ||
- name: venom-vars | ||
options: | ||
disableNameSuffixHash: true | ||
files: | ||
- files/variables-default.yaml | ||
- files/variables-ingress-combined.yaml | ||
- name: venom-env-vars | ||
options: | ||
disableNameSuffixHash: true | ||
envs: | ||
- files/variables.env |
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
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions
1
charts/camunda-platform-alpha/test/integration/testsuites/vars/files/variables.env
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# The values here will be autogenerated at the deploy time. |
15 changes: 15 additions & 0 deletions
15
charts/camunda-platform-alpha/test/integration/testsuites/vars/kustomization.yaml
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
configMapGenerator: | ||
- name: venom-vars | ||
options: | ||
disableNameSuffixHash: true | ||
files: | ||
- files/variables-default.yaml | ||
- files/variables-ingress-combined.yaml | ||
- name: venom-env-vars | ||
options: | ||
disableNameSuffixHash: true | ||
envs: | ||
- files/variables.env |
29 changes: 29 additions & 0 deletions
29
charts/camunda-platform-latest/test/integration/testsuites/vars/files/variables-default.yaml
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
preflightVars: | ||
baseURLs: | ||
elasticsearch: http://integration-elasticsearch:9200 | ||
console: http://integration-console:9100 | ||
keycloak: http://integration-keycloak | ||
identity: http://integration-identity:82 | ||
optimize: http://integration-optimize | ||
operate: http://integration-operate | ||
tasklist: http://integration-tasklist | ||
connectors: http://integration-connectors:8080 | ||
webModelerRestapi: http://integration-web-modeler-restapi:8091 | ||
webModelerWebapp: http://integration-web-modeler-webapp:8071 | ||
zeebeGateway: http://integration-zeebe-gateway:9600 | ||
|
||
coreVars: | ||
authURL: "http://integration-keycloak/auth/realms/camunda-platform/protocol/openid-connect/token" | ||
baseURLs: | ||
console: http://integration-console | ||
keycloak: http://integration-keycloak | ||
identity: http://integration-identity | ||
optimize: http://integration-optimize | ||
operate: http://integration-operate | ||
tasklist: http://integration-tasklist | ||
connectors: http://integration-connectors:8080/inbound | ||
webModelerRestapi: http://integration-web-modeler-restapi | ||
zeebeGatewayGRPC: http://integration-zeebe-gateway:9600 | ||
zeebeGatewayREST: http://integration-zeebe-gateway:8080 | ||
zbctl: | ||
extraArgs: "--insecure" |
32 changes: 32 additions & 0 deletions
32
...da-platform-latest/test/integration/testsuites/vars/files/variables-ingress-combined.yaml
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
preflightVars: | ||
baseURLs: | ||
elasticsearch: http://integration-elasticsearch:9200 | ||
console: http://integration-console:9100 | ||
keycloak: http://integration-keycloak | ||
identity: http://integration-identity:82 | ||
optimize: http://integration-optimize/optimize | ||
operate: http://integration-operate/operate | ||
tasklist: http://integration-tasklist/tasklist | ||
connectors: http://integration-connectors:8080/connectors | ||
webModelerRestapi: http://integration-web-modeler-restapi:8091 | ||
webModelerWebapp: http://integration-web-modeler-webapp:8071 | ||
zeebeGateway: http://integration-zeebe-gateway:9600/zeebe | ||
|
||
coreVars: | ||
authURL: "https://{{ .TEST_INGRESS_HOST }}/auth/realms/camunda-platform/protocol/openid-connect/token" | ||
testNamespace: "{{ .K8S_NAMESPACE }}" | ||
baseURLs: | ||
console: "https://{{ .TEST_INGRESS_HOST }}" | ||
keycloak: "https://{{ .TEST_INGRESS_HOST }}/auth/" | ||
identity: "https://{{ .TEST_INGRESS_HOST }}/identity" | ||
operate: "https://{{ .TEST_INGRESS_HOST }}/operate" | ||
optimize: "https://{{ .TEST_INGRESS_HOST }}/optimize" | ||
tasklist: "https://{{ .TEST_INGRESS_HOST }}/tasklist" | ||
connectors: "https://{{ .TEST_INGRESS_HOST }}/connectors/inbound" | ||
webModeler: "https://{{ .TEST_INGRESS_HOST }}/modeler" | ||
webModelerRestapi: http://integration-web-modeler-restapi | ||
zeebeGatewayGRPC: "zeebe-{{ .TEST_INGRESS_HOST }}:443" | ||
zeebeGatewayREST: "https://{{ .TEST_INGRESS_HOST }}/zeebe" | ||
prometheus: "prometheus-operated.kube-prometheus-stack.svc.cluster.local:9090" | ||
zbctl: | ||
extraArgs: "" |
1 change: 1 addition & 0 deletions
1
charts/camunda-platform-latest/test/integration/testsuites/vars/files/variables.env
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# The values here will be autogenerated at the deploy time. |
15 changes: 15 additions & 0 deletions
15
charts/camunda-platform-latest/test/integration/testsuites/vars/kustomization.yaml
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
configMapGenerator: | ||
- name: venom-vars | ||
options: | ||
disableNameSuffixHash: true | ||
files: | ||
- files/variables-default.yaml | ||
- files/variables-ingress-combined.yaml | ||
- name: venom-env-vars | ||
options: | ||
disableNameSuffixHash: true | ||
envs: | ||
- files/variables.env |
Oops, something went wrong.