From b4a3642b9ecdf35ee443f850eb7ed117af3b2fad Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Tue, 10 Nov 2020 12:11:25 +0200 Subject: [PATCH] removed staging from cypress tests --- README.md | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++ cypress.json | 4 +-- 2 files changed, 79 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d482b7c8c..f28f4a2c0 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,80 @@ timo-redaction-dev.iqser.cloud | manageradmin | RED_ADMIN RED_MANAGER RED_USER | has super super power ! | Password for all users is `OsloImWinter` + +``` + +--- + global: + imageRegistry: "nexus.iqser.com:5001" + + ingress: + hosts: + - host: redui-automation-ui.iqser.cloud + tls: + - secretName: iqser-cloud-origin + hosts: + - redui-automation-ui.iqser.cloud + + api: + url: 'https://redui-automation-api.iqser.cloud' + client: redaction + oauthUrl: 'https://redkc-staging.iqser.cloud/auth/realms/redaction' + + +``` + +``` + +--- + global: + imageRegistry: "nexus.iqser.com:5001" + + ingress: + hosts: + - host: redui-automation-api.iqser.cloud + tls: + - secretName: iqser-cloud-origin + hosts: + - redui-automation-api.iqser.cloud + + cassandra: + dbUser: + forcePassword: false + cluster: + replicaCount: 1 + seedCount: 1 + jvm: + max_heap_size: 2048M + heap_new_size: 800M + persistence: + enabled: true + resources: + requests: + memory: "4Gi" + cpu: "0.5" + + keycloak: + authServerUrl: 'https://redkc-staging.iqser.cloud/auth' + client: + secret: 'a4e8aa56-03b0-4e6b-b822-8ac1f41280c4' + + configuration_service_v1: + init: + dictionaries: + # https://cloud.iqser.com/index.php/f/879133 (Entities/CleanMergedDictionaries/addresses.txt) + - type: "address" + nextcloud_host: "cloud.iqser.com" + nextcloud_share_id: fTkfkxeGZorpFCL + nextcloud_share_password: q9g9m34n + # https://cloud.iqser.com/index.php/f/879133 (Entities/CleanMergedDictionaries/names.txt) + - type: "name" + nextcloud_host: "cloud.iqser.com" + nextcloud_share_id: jaiArBK2DeZG6pJ + nextcloud_share_password: WPfpQcKG + # https://cloud.iqser.com/index.php/f/879133 (Entities/CleanMergedDictionaries/vertebrates.txt) + - type: "vertebrate" + nextcloud_host: "cloud.iqser.com" + nextcloud_share_id: F7Nf9cTR3nJbSyb + nextcloud_share_password: HCATe6TH +``` diff --git a/cypress.json b/cypress.json index ca0f6ea49..3ac78021f 100644 --- a/cypress.json +++ b/cypress.json @@ -1,8 +1,8 @@ { "reporter": "junit", - "baseUrl": "https://red-staging.iqser.cloud", + "baseUrl": "https://redui-automation-ui.iqser.cloud", "env": { - "api_url": "https://redapi-staging.iqser.cloud", + "api_url": "https://redui-automation-api.iqser.cloud", "auth_base_url": "https://redkc-staging.iqser.cloud/auth", "auth_realm": "redaction", "auth_client_id": "redaction"