bugfix: regressions after management update

main
Sven Ketelsen 2 years ago
parent 67d978e639
commit 6b889615e7

@ -382,7 +382,7 @@
- name: "Check SMA-portal if reachable" - name: "Check SMA-portal if reachable"
become: no become: no
uri: uri:
url: "https://{{ stage }}-management-01-connect.{{ domain }}:{{ admin_port_service }}/management/prometheus" url: "{{ shared_service_url_management }}:{{ admin_port_service }}/management/prometheus"
method: GET method: GET
status_code: [200] status_code: [200]
register: sma_portal_avail register: sma_portal_avail

@ -50,12 +50,6 @@
tags: tags:
- always - always
- name: "Setting default variables pre-tasks"
import_tasks: tasks/pmci_set_default_variables.yml
become: false
tags:
- always
tasks: tasks:
- name: "Creating keycloak realm <{{ tenant.key }}>" - name: "Creating keycloak realm <{{ tenant.key }}>"
include_role: include_role:

@ -50,12 +50,6 @@
tags: tags:
- always - always
- name: "Setting default variables pre-tasks"
import_tasks: tasks/pmci_set_default_variables.yml
become: false
tags:
- always
tasks: tasks:
- name: "Delete keycloak realm <{{ tenant.key }}>" - name: "Delete keycloak realm <{{ tenant.key }}>"
include_role: include_role:

@ -17,18 +17,18 @@
set_fact: set_fact:
smardigo_auth_token_value: "{{ smardigo_user_token_result.token }}" smardigo_auth_token_value: "{{ smardigo_user_token_result.token }}"
- name: "Reading all pmci users from <{{ management_base_url }}>" - name: "Reading all pmci users from <{{ shared_service_hostname_management }}>"
delegate_to: 127.0.0.1 delegate_to: 127.0.0.1
become: false become: false
uri: uri:
url: "{{ http_s }}://{{ management_base_url }}/api/v1/scopes/{{ sma_management_scope_id }}/groups/workflow/members?roleIds={{ sma_management_role_id }}" url: "{{ shared_service_url_management }}/api/v1/scopes/{{ sma_management_scope_id }}/groups/workflow/members?roleIds={{ sma_management_role_id }}"
method: GET method: GET
headers: headers:
"Smardigo-User-Token": "{{ smardigo_auth_token_value }}" "Smardigo-User-Token": "{{ smardigo_auth_token_value }}"
status_code: [200,201] status_code: [200,201]
register: pmci_users_results register: pmci_users_results
- name: "Reading users from <{{ management_base_url }}>" - name: "Reading users from <{{ shared_service_hostname_management }}>"
delegate_to: 127.0.0.1 delegate_to: 127.0.0.1
become: false become: false
set_fact: set_fact:
@ -37,11 +37,11 @@
querystr1: "[*].id" querystr1: "[*].id"
querystr2: "[]" querystr2: "[]"
- name: "Reading tenants from <{{ management_base_url }}>" - name: "Reading tenants from <{{ shared_service_hostname_management }}>"
delegate_to: 127.0.0.1 delegate_to: 127.0.0.1
become: false become: false
uri: uri:
url: "{{ http_s }}://{{ management_base_url }}/api/v1/scopes/pmci/tags/latest/datasources/data-entity-tenants/query" url: "{{ shared_service_url_management }}/api/v1/scopes/pmci/tags/latest/datasources/data-entity-tenants/query"
method: GET method: GET
headers: headers:
"Smardigo-User-Token": "{{ smardigo_auth_token_value }}" "Smardigo-User-Token": "{{ smardigo_auth_token_value }}"

@ -3,21 +3,54 @@
"configKey" : "primary-process", "configKey" : "primary-process",
"configType" : "process-variable-declaration", "configType" : "process-variable-declaration",
"variableDeclarations" : { "variableDeclarations" : {
"candidateGroups" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Gruppen",
"tags" : [ ]
},
"creation_date" : { "creation_date" : {
"type" : "date", "type" : "date",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"searchable" : true,
"label" : "Erstelldatum",
"tags" : [ ]
}, },
"creation_user_id" : { "creation_user_id" : {
"type" : "userId", "type" : "userId",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"searchable" : true,
"label" : "Ersteller",
"tags" : [ ]
},
"id" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Id",
"tags" : [ ]
},
"process_definition_key" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Process",
"tags" : [ ]
}, },
"vorgang_status" : { "vorgang_status" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"searchable" : false,
"label" : "Status",
"tags" : [ ]
}, },
"vorgang_status_text" : { "vorgang_status_text" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"searchable" : true,
"label" : "Statustext",
"tags" : [ ]
} }
} }
} }

@ -1,4 +1,4 @@
def smardigoUrl = "https://" + cluster.stage + "-management-01-connect.smardigo.digital/api/redirect/process/" + contextScopeId + "/dossier/simple-connect/" + contextProcessId def smardigoUrl = "https://" + managementHostname + "/api/redirect/process/" + contextScopeId + "/dossier/simple-connect/" + contextProcessId
def message = [:] def message = [:]
message["@type"] = "MessageCard" message["@type"] = "MessageCard"

@ -7,61 +7,84 @@
"type" : "date", "type" : "date",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Erstelldatum" "label" : "Erstelldatum",
"tags" : [ ]
}, },
"creation_user_id" : { "creation_user_id" : {
"type" : "userId", "type" : "userId",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "creation_user_id" "label" : "Ersteller",
"tags" : [ ]
}, },
"filterTenantId" : { "filterTenantId" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "TenantId" "label" : "TenantId",
"tags" : [ ]
},
"id" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Id",
"tags" : [ ]
}, },
"jobs" : { "jobs" : {
"type" : "object", "type" : "object",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "jobs" "label" : "jobs",
"tags" : [ ]
}, },
"keycloakHostname" : { "keycloakHostname" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"tags" : [ ]
}, },
"kibanaHostname" : { "kibanaHostname" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"tags" : [ ]
}, },
"maintenance_topic" : { "maintenance_topic" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"tags" : [ ]
}, },
"managementHostname" : { "managementHostname" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"tags" : [ ]
}, },
"process_definition_key" : { "process_definition_key" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Prozess" "label" : "Prozess",
"tags" : [ ]
}, },
"progress_current" : { "progress_current" : {
"type" : "integer", "type" : "long",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "progress_current" "label" : "progress_current",
"tags" : [ ]
}, },
"progress_max" : { "progress_max" : {
"type" : "integer", "type" : "long",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "progress_max" "label" : "progress_max",
"tags" : [ ]
}, },
"service" : { "service" : {
"type" : "object", "type" : "object",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"fields" : { "fields" : {
"connect_features" : {
"type" : "string",
"classification" : "PRIVATE",
"tags" : [ ]
},
"cluster" : { "cluster" : {
"type" : "object", "type" : "object",
"classification" : "PRIVATE", "classification" : "PRIVATE",
@ -71,40 +94,88 @@
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Cluster Name" "label" : "Cluster Name",
} "tags" : [ ]
},
"service" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Cluster Service",
"tags" : [ ]
},
"size" : {
"type" : "integer",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Cluster Größe",
"tags" : [ ]
},
"stage" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Cluster Stage",
"tags" : [ ]
} }
}, },
"tags" : [ ]
},
"connect_version" : { "connect_version" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Version" "label" : "Version",
"tags" : [ ]
}, },
"name" : { "name" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Cluster Name" "label" : "Cluster Name",
"tags" : [ ]
},
"id" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Id",
"tags" : [ ]
}, },
"tenant_key" : { "tenant_key" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Tenant Schlüssel" "label" : "Tenant Schlüssel",
} "tags" : [ ]
},
"link" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Link",
"tags" : [ ]
},
"tenant_id" : {
"type" : "string",
"classification" : "PRIVATE",
"tags" : [ ]
} }
}, },
"tags" : [ ]
},
"simulation" : { "simulation" : {
"type" : "boolean", "type" : "boolean",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "simulation" "label" : "simulation",
"tags" : [ ]
}, },
"stage" : { "stage" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Stage" "label" : "Stage",
"tags" : [ ]
}, },
"tenant" : { "tenant" : {
"type" : "object", "type" : "object",
@ -115,21 +186,37 @@
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Tenant Schlüssel" "label" : "Tenant Schlüssel",
} "tags" : [ ]
} }
}, },
"vorgang_status" : { "tags" : [ ]
},
"tenant_id" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"tags" : [ ]
},
"tenant_key" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Tenant Schlüssel",
"tags" : [ ]
},
"vorgang_status" : {
"type" : "long",
"classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Status num" "label" : "Status",
"tags" : [ ]
}, },
"vorgang_status_text" : { "vorgang_status_text" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Status" "label" : "Statustext",
"tags" : [ ]
} }
} }
} }

@ -9,74 +9,89 @@
"fields" : { "fields" : {
"username" : { "username" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"tags" : [ ]
}, },
"password" : { "password" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
} "tags" : [ ]
} }
}, },
"tags" : [ ]
},
"creation_date" : { "creation_date" : {
"type" : "date", "type" : "date",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Erstelldatum" "label" : "Erstelldatum",
"tags" : [ ]
}, },
"creation_user_id" : { "creation_user_id" : {
"type" : "userId", "type" : "userId",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Ersteller" "label" : "Ersteller",
"tags" : [ ]
}, },
"filterTenantId" : { "filterTenantId" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "TenantId" "label" : "TenantId",
"tags" : [ ]
}, },
"jobs" : { "jobs" : {
"type" : "object", "type" : "object",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "jobs" "label" : "jobs",
"tags" : [ ]
}, },
"keycloakHostname" : { "keycloakHostname" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"tags" : [ ]
}, },
"kibanaHostname" : { "kibanaHostname" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"tags" : [ ]
}, },
"managementHostname" : { "managementHostname" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"tags" : [ ]
}, },
"process_definition_key" : { "process_definition_key" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Prozess" "label" : "Prozess",
"tags" : [ ]
}, },
"progress_current" : { "progress_current" : {
"type" : "long", "type" : "long",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "progress_current" "label" : "progress_current",
"tags" : [ ]
}, },
"progress_max" : { "progress_max" : {
"type" : "long", "type" : "long",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "progress_max" "label" : "progress_max",
"tags" : [ ]
}, },
"pruefer_id" : { "pruefer_id" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "pruefer_id" "label" : "pruefer_id",
"tags" : [ ]
}, },
"request_decision" : { "request_decision" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "request_decision" "label" : "request_decision",
"tags" : [ ]
}, },
"service" : { "service" : {
"type" : "object", "type" : "object",
@ -91,40 +106,48 @@
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Cluster Name" "label" : "Cluster Name",
} "tags" : [ ]
} }
}, },
"tags" : [ ]
},
"connect_version" : { "connect_version" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Version" "label" : "Version",
"tags" : [ ]
}, },
"name" : { "name" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Cluster Name" "label" : "Cluster Name",
"tags" : [ ]
}, },
"tenant_key" : { "tenant_key" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Tenant Schlüssel" "label" : "Tenant Schlüssel",
} "tags" : [ ]
} }
}, },
"tags" : [ ]
},
"simulation" : { "simulation" : {
"type" : "boolean", "type" : "boolean",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "simulation" "label" : "simulation",
"tags" : [ ]
}, },
"stage" : { "stage" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Stage" "label" : "Stage",
"tags" : [ ]
}, },
"tenant" : { "tenant" : {
"type" : "object", "type" : "object",
@ -135,21 +158,25 @@
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Tenant Schlüssel" "label" : "Tenant Schlüssel",
} "tags" : [ ]
} }
}, },
"tags" : [ ]
},
"vorgang_status" : { "vorgang_status" : {
"type" : "long", "type" : "long",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Status" "label" : "Status",
"tags" : [ ]
}, },
"vorgang_status_text" : { "vorgang_status_text" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Statustext" "label" : "Statustext",
"tags" : [ ]
}, },
"wordpress_admin" : { "wordpress_admin" : {
"type" : "object", "type" : "object",
@ -158,13 +185,16 @@
"fields" : { "fields" : {
"username" : { "username" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"tags" : [ ]
}, },
"password" : { "password" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
} "tags" : [ ]
} }
},
"tags" : [ ]
} }
} }
} }

@ -7,57 +7,84 @@
"type" : "date", "type" : "date",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Erstelldatum" "label" : "Erstelldatum",
"tags" : [ ]
}, },
"creation_user_id" : { "creation_user_id" : {
"type" : "userId", "type" : "userId",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Ersteller" "label" : "Ersteller",
"tags" : [ ]
}, },
"filterTenantId" : { "filterTenantId" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "TenantId" "label" : "TenantId",
"tags" : [ ]
},
"id" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Id",
"tags" : [ ]
}, },
"jobs" : { "jobs" : {
"type" : "object", "type" : "object",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "jobs" "label" : "jobs",
"tags" : [ ]
}, },
"keycloakHostname" : { "keycloakHostname" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"tags" : [ ]
}, },
"kibanaHostname" : { "kibanaHostname" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"tags" : [ ]
},
"maintenance_topic" : {
"type" : "string",
"classification" : "PRIVATE",
"tags" : [ ]
}, },
"managementHostname" : { "managementHostname" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"tags" : [ ]
}, },
"process_definition_key" : { "process_definition_key" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Prozess" "label" : "Prozess",
"tags" : [ ]
}, },
"progress_current" : { "progress_current" : {
"type" : "long", "type" : "long",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "progress_current" "label" : "progress_current",
"tags" : [ ]
}, },
"progress_max" : { "progress_max" : {
"type" : "long", "type" : "long",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "progress_max" "label" : "progress_max",
"tags" : [ ]
}, },
"service" : { "service" : {
"type" : "object", "type" : "object",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"fields" : { "fields" : {
"connect_features" : {
"type" : "string",
"classification" : "PRIVATE",
"tags" : [ ]
},
"cluster" : { "cluster" : {
"type" : "object", "type" : "object",
"classification" : "PRIVATE", "classification" : "PRIVATE",
@ -67,40 +94,88 @@
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Cluster Name" "label" : "Cluster Name",
} "tags" : [ ]
},
"service" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Cluster Service",
"tags" : [ ]
},
"size" : {
"type" : "integer",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Cluster Größe",
"tags" : [ ]
},
"stage" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Cluster Stage",
"tags" : [ ]
} }
}, },
"tags" : [ ]
},
"connect_version" : { "connect_version" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Version" "label" : "Version",
"tags" : [ ]
}, },
"name" : { "name" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Cluster Name" "label" : "Cluster Name",
"tags" : [ ]
},
"id" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Id",
"tags" : [ ]
}, },
"tenant_key" : { "tenant_key" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Tenant Schlüssel" "label" : "Tenant Schlüssel",
} "tags" : [ ]
},
"link" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Link",
"tags" : [ ]
},
"tenant_id" : {
"type" : "string",
"classification" : "PRIVATE",
"tags" : [ ]
} }
}, },
"tags" : [ ]
},
"simulation" : { "simulation" : {
"type" : "boolean", "type" : "boolean",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "simulation" "label" : "simulation",
"tags" : [ ]
}, },
"stage" : { "stage" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Stage" "label" : "Stage",
"tags" : [ ]
}, },
"tenant" : { "tenant" : {
"type" : "object", "type" : "object",
@ -111,21 +186,37 @@
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Tenant Schlüssel" "label" : "Tenant Schlüssel",
} "tags" : [ ]
} }
}, },
"tags" : [ ]
},
"tenant_id" : {
"type" : "string",
"classification" : "PRIVATE",
"tags" : [ ]
},
"tenant_key" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Tenant Schlüssel",
"tags" : [ ]
},
"vorgang_status" : { "vorgang_status" : {
"type" : "long", "type" : "long",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Status" "label" : "Status",
"tags" : [ ]
}, },
"vorgang_status_text" : { "vorgang_status_text" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Statustext" "label" : "Statustext",
"tags" : [ ]
} }
} }
} }

@ -9,79 +9,106 @@
"fields" : { "fields" : {
"username" : { "username" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"tags" : [ ]
}, },
"password" : { "password" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
} "tags" : [ ]
} }
}, },
"tags" : [ ]
},
"creation_date" : { "creation_date" : {
"type" : "date", "type" : "date",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Erstelldatum" "label" : "Erstelldatum",
"tags" : [ ]
}, },
"creation_user_id" : { "creation_user_id" : {
"type" : "userId", "type" : "userId",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Ersteller" "label" : "Ersteller",
"tags" : [ ]
}, },
"filterTenantId" : { "filterTenantId" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "TenantId" "label" : "TenantId",
"tags" : [ ]
},
"id" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Id",
"tags" : [ ]
}, },
"jobs" : { "jobs" : {
"type" : "object", "type" : "object",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "jobs" "label" : "jobs",
"tags" : [ ]
}, },
"keycloakHostname" : { "keycloakHostname" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"tags" : [ ]
}, },
"kibanaHostname" : { "kibanaHostname" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"tags" : [ ]
}, },
"managementHostname" : { "managementHostname" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"tags" : [ ]
}, },
"process_definition_key" : { "process_definition_key" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Prozess" "label" : "Prozess",
"tags" : [ ]
}, },
"progress_current" : { "progress_current" : {
"type" : "long", "type" : "long",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "progress_current" "label" : "progress_current",
"tags" : [ ]
}, },
"progress_max" : { "progress_max" : {
"type" : "long", "type" : "long",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "progress_max" "label" : "progress_max",
"tags" : [ ]
}, },
"pruefer_id" : { "pruefer_id" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "pruefer_id" "label" : "pruefer_id",
"tags" : [ ]
}, },
"request_decision" : { "request_decision" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "request_decision" "label" : "request_decision",
"tags" : [ ]
}, },
"service" : { "service" : {
"type" : "object", "type" : "object",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"fields" : { "fields" : {
"connect_features" : {
"type" : "string",
"classification" : "PRIVATE",
"tags" : [ ]
},
"cluster" : { "cluster" : {
"type" : "object", "type" : "object",
"classification" : "PRIVATE", "classification" : "PRIVATE",
@ -91,40 +118,88 @@
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Cluster Name" "label" : "Cluster Name",
} "tags" : [ ]
},
"service" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Cluster Service",
"tags" : [ ]
},
"size" : {
"type" : "integer",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Cluster Größe",
"tags" : [ ]
},
"stage" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Cluster Stage",
"tags" : [ ]
} }
}, },
"tags" : [ ]
},
"connect_version" : { "connect_version" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Version" "label" : "Version",
"tags" : [ ]
}, },
"name" : { "name" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Cluster Name" "label" : "Cluster Name",
"tags" : [ ]
},
"id" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Id",
"tags" : [ ]
}, },
"tenant_key" : { "tenant_key" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Tenant Schlüssel" "label" : "Tenant Schlüssel",
} "tags" : [ ]
},
"link" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Link",
"tags" : [ ]
},
"tenant_id" : {
"type" : "string",
"classification" : "PRIVATE",
"tags" : [ ]
} }
}, },
"tags" : [ ]
},
"simulation" : { "simulation" : {
"type" : "boolean", "type" : "boolean",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "simulation" "label" : "simulation",
"tags" : [ ]
}, },
"stage" : { "stage" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Stage" "label" : "Stage",
"tags" : [ ]
}, },
"tenant" : { "tenant" : {
"type" : "object", "type" : "object",
@ -135,21 +210,37 @@
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Tenant Schlüssel" "label" : "Tenant Schlüssel",
} "tags" : [ ]
} }
}, },
"tags" : [ ]
},
"tenant_id" : {
"type" : "string",
"classification" : "PRIVATE",
"tags" : [ ]
},
"tenant_key" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Tenant Schlüssel",
"tags" : [ ]
},
"vorgang_status" : { "vorgang_status" : {
"type" : "long", "type" : "long",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Status" "label" : "Status",
"tags" : [ ]
}, },
"vorgang_status_text" : { "vorgang_status_text" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Statustext" "label" : "Statustext",
"tags" : [ ]
}, },
"wordpress_admin" : { "wordpress_admin" : {
"type" : "object", "type" : "object",
@ -158,13 +249,16 @@
"fields" : { "fields" : {
"username" : { "username" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"tags" : [ ]
}, },
"password" : { "password" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
} "tags" : [ ]
} }
},
"tags" : [ ]
} }
} }
} }

@ -9,78 +9,244 @@
"fields" : { "fields" : {
"username" : { "username" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"tags" : [ ]
}, },
"password" : { "password" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
} "tags" : [ ]
} }
}, },
"tags" : [ ]
},
"creation_date" : { "creation_date" : {
"type" : "date", "type" : "date",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Erstelldatum" "label" : "Erstelldatum",
"tags" : [ ]
}, },
"creation_user_id" : { "creation_user_id" : {
"type" : "userId", "type" : "userId",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "creation_user_id" "label" : "Ersteller",
"tags" : [ ]
}, },
"filterTenantId" : { "filterTenantId" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "TenantId" "label" : "TenantId",
"tags" : [ ]
},
"id" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Id",
"tags" : [ ]
}, },
"in_data" : { "in_data" : {
"type" : "object", "type" : "object",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "in_data" "label" : "in_data",
"tags" : [ ]
}, },
"jobs" : { "jobs" : {
"type" : "object", "type" : "object",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "jobs" "label" : "jobs",
"tags" : [ ]
}, },
"keycloakHostname" : { "keycloakHostname" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"tags" : [ ]
}, },
"kibanaHostname" : { "kibanaHostname" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"tags" : [ ]
}, },
"managementHostname" : { "managementHostname" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"tags" : [ ]
},
"process_definition_key" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Prozess",
"tags" : [ ]
}, },
"progress_current" : { "progress_current" : {
"type" : "integer", "type" : "long",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "progress_current" "label" : "progress_current",
"tags" : [ ]
}, },
"progress_max" : { "progress_max" : {
"type" : "integer", "type" : "long",
"classification" : "PRIVATE",
"label" : "progress_max",
"tags" : [ ]
},
"pruefer_id" : {
"type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "progress_max" "label" : "pruefer_id",
"tags" : [ ]
},
"request_decision" : {
"type" : "string",
"classification" : "PRIVATE",
"label" : "request_decision",
"tags" : [ ]
}, },
"service" : { "service" : {
"type" : "object", "type" : "object",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "service" "fields" : {
"connect_features" : {
"type" : "string",
"classification" : "PRIVATE",
"tags" : [ ]
},
"cluster" : {
"type" : "object",
"classification" : "PRIVATE",
"label" : "Cluster",
"fields" : {
"key" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Cluster Name",
"tags" : [ ]
},
"service" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Cluster Service",
"tags" : [ ]
},
"size" : {
"type" : "integer",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Cluster Größe",
"tags" : [ ]
}, },
"stage" : { "stage" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "stage" "searchable" : true,
"label" : "Cluster Stage",
"tags" : [ ]
}
},
"tags" : [ ]
},
"connect_version" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Version",
"tags" : [ ]
},
"name" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Cluster Name",
"tags" : [ ]
},
"id" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Id",
"tags" : [ ]
},
"tenant_key" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Tenant Schlüssel",
"tags" : [ ]
},
"link" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Link",
"tags" : [ ]
},
"tenant_id" : {
"type" : "string",
"classification" : "PRIVATE",
"tags" : [ ]
}
},
"tags" : [ ]
},
"simulation" : {
"type" : "boolean",
"classification" : "PRIVATE",
"label" : "simulation",
"tags" : [ ]
},
"stage" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Stage",
"tags" : [ ]
}, },
"tenant" : { "tenant" : {
"type" : "object", "type" : "object",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "tenant" "label" : "Tenant",
"fields" : {
"key" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Tenant Schlüssel",
"tags" : [ ]
}
},
"tags" : [ ]
},
"tenant_id" : {
"type" : "string",
"classification" : "PRIVATE",
"tags" : [ ]
},
"tenant_key" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Tenant Schlüssel",
"tags" : [ ]
},
"vorgang_status" : {
"type" : "long",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Status",
"tags" : [ ]
},
"vorgang_status_text" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Statustext",
"tags" : [ ]
}, },
"wordpress_admin" : { "wordpress_admin" : {
"type" : "object", "type" : "object",
@ -89,13 +255,16 @@
"fields" : { "fields" : {
"username" : { "username" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"tags" : [ ]
}, },
"password" : { "password" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE" "classification" : "PRIVATE",
} "tags" : [ ]
} }
},
"tags" : [ ]
} }
} }
} }

@ -5,16 +5,19 @@
"variableDeclarations" : { "variableDeclarations" : {
"creation_date" : { "creation_date" : {
"type" : "date", "type" : "date",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"tags" : [ ]
}, },
"creation_user_id" : { "creation_user_id" : {
"type" : "userId", "type" : "userId",
"classification" : "PRIVATE" "classification" : "PRIVATE",
"tags" : [ ]
}, },
"simulation" : { "simulation" : {
"type" : "boolean", "type" : "boolean",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "simulation" "label" : "simulation",
"tags" : [ ]
} }
} }
} }

@ -7,39 +7,53 @@
"type" : "date", "type" : "date",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Erstelldatum" "label" : "Erstelldatum",
"tags" : [ ]
}, },
"creation_user_id" : { "creation_user_id" : {
"type" : "userId", "type" : "userId",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Ersteller" "label" : "Ersteller",
"tags" : [ ]
}, },
"former_tenant" : { "former_tenant" : {
"type" : "object", "type" : "object",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "former_tenant" "label" : "former_tenant",
"tags" : [ ]
},
"id" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Id",
"tags" : [ ]
}, },
"keycloak_admin" : { "keycloak_admin" : {
"type" : "object", "type" : "object",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "Keycloak Administrator" "label" : "Keycloak Administrator",
"tags" : [ ]
}, },
"process_definition_key" : { "process_definition_key" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "HIDDEN process_definition_key" "label" : "HIDDEN process_definition_key",
"tags" : [ ]
}, },
"simulation" : { "simulation" : {
"type" : "string", "type" : "boolean",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "simulation" "label" : "simulation",
"tags" : [ ]
}, },
"stage" : { "stage" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "Stage" "label" : "Stage",
"tags" : [ ]
}, },
"tenant" : { "tenant" : {
"type" : "object", "type" : "object",
@ -50,27 +64,74 @@
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Mandantenschlüssel" "label" : "Mandantenschlüssel",
"tags" : [ ]
},
"id" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Id",
"tags" : [ ]
}, },
"name" : { "name" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Mandantenname" "label" : "Mandantenname",
"tags" : [ ]
},
"stage" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Cluster Stage",
"tags" : [ ]
},
"user_ids" : {
"type" : "string",
"classification" : "PRIVATE",
"tags" : [ ]
},
"admin" : {
"type" : "object",
"classification" : "PRIVATE",
"label" : "Admin",
"fields" : {
"email" : {
"type" : "string",
"classification" : "PRIVATE",
"tags" : [ ]
},
"first_name" : {
"type" : "string",
"classification" : "PRIVATE",
"tags" : [ ]
},
"last_name" : {
"type" : "string",
"classification" : "PRIVATE",
"tags" : [ ]
} }
},
"tags" : [ ]
} }
}, },
"tags" : [ ]
},
"vorgang_status" : { "vorgang_status" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Status" "label" : "Status",
"tags" : [ ]
}, },
"vorgang_status_text" : { "vorgang_status_text" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Statustext" "label" : "Statustext",
"tags" : [ ]
} }
} }
} }

@ -7,34 +7,40 @@
"type" : "date", "type" : "date",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Erstelldatum" "label" : "Erstelldatum",
"tags" : [ ]
}, },
"creation_user_id" : { "creation_user_id" : {
"type" : "userId", "type" : "userId",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Ersteller" "label" : "Ersteller",
"tags" : [ ]
}, },
"keycloak_admin" : { "keycloak_admin" : {
"type" : "object", "type" : "object",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "Keycloak Administrator" "label" : "Keycloak Administrator",
"tags" : [ ]
}, },
"process_definition_key" : { "process_definition_key" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "HIDDEN process_definition_key" "label" : "HIDDEN process_definition_key",
"tags" : [ ]
}, },
"simulation" : { "simulation" : {
"type" : "boolean", "type" : "boolean",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "simulation" "label" : "simulation",
"tags" : [ ]
}, },
"stage" : { "stage" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "Stage" "label" : "Stage",
"tags" : [ ]
}, },
"tenant" : { "tenant" : {
"type" : "object", "type" : "object",
@ -45,27 +51,32 @@
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Mandantenschlüssel" "label" : "Mandantenschlüssel",
"tags" : [ ]
}, },
"name" : { "name" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Mandantenname" "label" : "Mandantenname",
} "tags" : [ ]
} }
}, },
"tags" : [ ]
},
"vorgang_status" : { "vorgang_status" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Status" "label" : "Status",
"tags" : [ ]
}, },
"vorgang_status_text" : { "vorgang_status_text" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Statustext" "label" : "Statustext",
"tags" : [ ]
} }
} }
} }

@ -7,29 +7,53 @@
"type" : "date", "type" : "date",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Erstelldatum" "label" : "Erstelldatum",
"tags" : [ ]
}, },
"creation_user_id" : { "creation_user_id" : {
"type" : "userId", "type" : "userId",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Ersteller" "label" : "Ersteller",
"tags" : [ ]
},
"former_tenant" : {
"type" : "object",
"classification" : "PRIVATE",
"label" : "former_tenant",
"tags" : [ ]
},
"id" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Id",
"tags" : [ ]
},
"keycloak_admin" : {
"type" : "object",
"classification" : "PRIVATE",
"label" : "Keycloak Administrator",
"tags" : [ ]
}, },
"process_definition_key" : { "process_definition_key" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "HIDDEN process_definition_key" "label" : "HIDDEN process_definition_key",
"tags" : [ ]
}, },
"simulation" : { "simulation" : {
"type" : "boolean", "type" : "boolean",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "simulation" "label" : "simulation",
"tags" : [ ]
}, },
"stage" : { "stage" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"label" : "Stage" "label" : "Stage",
"tags" : [ ]
}, },
"tenant" : { "tenant" : {
"type" : "object", "type" : "object",
@ -40,27 +64,74 @@
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Mandantenschlüssel" "label" : "Mandantenschlüssel",
"tags" : [ ]
},
"id" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Id",
"tags" : [ ]
}, },
"name" : { "name" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Mandantenname" "label" : "Mandantenname",
"tags" : [ ]
},
"stage" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Cluster Stage",
"tags" : [ ]
},
"user_ids" : {
"type" : "string",
"classification" : "PRIVATE",
"tags" : [ ]
},
"admin" : {
"type" : "object",
"classification" : "PRIVATE",
"label" : "Admin",
"fields" : {
"email" : {
"type" : "string",
"classification" : "PRIVATE",
"tags" : [ ]
},
"first_name" : {
"type" : "string",
"classification" : "PRIVATE",
"tags" : [ ]
},
"last_name" : {
"type" : "string",
"classification" : "PRIVATE",
"tags" : [ ]
} }
},
"tags" : [ ]
} }
}, },
"tags" : [ ]
},
"vorgang_status" : { "vorgang_status" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Status" "label" : "Status",
"tags" : [ ]
}, },
"vorgang_status_text" : { "vorgang_status_text" : {
"type" : "string", "type" : "string",
"classification" : "PRIVATE", "classification" : "PRIVATE",
"searchable" : true, "searchable" : true,
"label" : "Statustext" "label" : "Statustext",
"tags" : [ ]
} }
} }
} }

@ -5,7 +5,6 @@
tenant_id: "{{ tenant.key }}" # legacy paramater, backwards compatibility tenant_id: "{{ tenant.key }}" # legacy paramater, backwards compatibility
cluster_name: "{{ cluster.key }}" # legacy paramater, backwards compatibility cluster_name: "{{ cluster.key }}" # legacy paramater, backwards compatibility
current_realm_name: "{{ tenant.key }}" # legacy paramater, backwards compatibility current_realm_name: "{{ tenant.key }}" # legacy paramater, backwards compatibility
management_base_url: "{{ stage }}-management-01-connect.{{ domain }}"
- name: "Setting pmci connect variables" - name: "Setting pmci connect variables"
ansible.builtin.set_fact: ansible.builtin.set_fact:

Loading…
Cancel
Save