fix(univention-management-stack): Use the prefix "ums-" for all releases

This commit is contained in:
Johannes Bornhold
2023-09-01 16:03:51 +02:00
parent c840608112
commit edb25bd765
8 changed files with 31 additions and 24 deletions

View File

@@ -9,73 +9,73 @@ repositories:
default "https://gitlab.souvap-univention.de/api/v4/projects/155/packages/helm/stable" }}
releases:
- name: "store-dav"
- name: "ums-store-dav"
chart: "univention/store-dav"
version: "0.2.0"
values:
- "values-store-dav.gotmpl"
condition: "univentionManagementStack.enabled"
- name: "ldap-server"
- name: "ums-ldap-server"
chart: "univention/ldap-server"
version: "0.1.0"
values:
- "values-ldap-server.gotmpl"
condition: "univentionManagementStack.enabled"
- name: "ldap-notifier"
- name: "ums-ldap-notifier"
chart: "univention/ldap-notifier"
version: "0.1.0"
values:
- "values-ldap-notifier.gotmpl"
condition: "univentionManagementStack.enabled"
- name: "udm-rest-api"
- name: "ums-udm-rest-api"
chart: "univention/udm-rest-api"
version: "0.1.0"
values:
- "values-udm-rest-api.gotmpl"
condition: "univentionManagementStack.enabled"
- name: "stack-data-ums"
- name: "ums-stack-data-ums"
chart: "univention/stack-data-ums"
version: "0.1.0"
values:
- "values-stack-data-ums.gotmpl"
condition: "univentionManagementStack.enabled"
- name: "stack-data-swp"
- name: "ums-stack-data-swp"
chart: "univention/stack-data-swp"
version: "0.1.0"
values:
- "values-stack-data-swp.gotmpl"
condition: "univentionManagementStack.enabled"
- name: "portal-server"
- name: "ums-portal-server"
chart: "univention/portal-server"
version: "0.1.0"
values:
- "values-portal-server.gotmpl"
condition: "univentionManagementStack.enabled"
- name: "notifications-api"
- name: "ums-notifications-api"
chart: "univention/notifications-api"
version: "0.1.0"
values:
- "values-notifications-api.gotmpl"
condition: "univentionManagementStack.enabled"
- name: "portal-listener"
- name: "ums-portal-listener"
chart: "univention/portal-listener"
version: "0.1.0"
values:
- "values-portal-listener.gotmpl"
condition: "univentionManagementStack.enabled"
- name: "portal-frontend"
- name: "ums-portal-frontend"
chart: "univention/portal-frontend"
version: "0.1.0"
values:
- "values-portal-frontend.gotmpl"
condition: "univentionManagementStack.enabled"
- name: "umc-gateway"
- name: "ums-umc-gateway"
chart: "univention/umc-gateway"
version: "0.1.0"
values:
- "values-umc-gateway.gotmpl"
condition: "univentionManagementStack.enabled"
- name: "umc-server"
- name: "ums-umc-server"
chart: "univention/umc-server"
version: "0.1.0"
values:

View File

@@ -14,4 +14,9 @@ image:
- name: {{ . }}
{{- end }}
volumes:
claims:
shared-data: "shared-data-ums-ldap-server-0"
shared-run: "shared-run-ums-ldap-server-0"
...

View File

@@ -9,19 +9,19 @@ portalListener:
debugLevel: "4"
# TODO: using this in server without the pending slash, fix
# ucsInternalUrl: "http://portal-listener:univention@store-dav/portal-data/"
assetsRoot: "http://portal-listener:univention@store-dav/portal-assets/"
ucsInternalUrl: "http://portal-listener:univention@store-dav/portal-data/"
umcGetUrl: "http://umc-server/get"
umcSessionUrl: "http://umc-server/get/session-info"
assetsRoot: "http://portal-listener:univention@ums-store-dav/portal-assets/"
ucsInternalUrl: "http://portal-listener:univention@ums-store-dav/portal-data/"
umcGetUrl: "http://ums-umc-server/get"
umcSessionUrl: "http://ums-umc-server/get/session-info"
ldapBaseDn: "dc=univention-organization,dc=intranet"
ldapHost: "ldap-server"
ldapHost: "ums-ldap-server"
ldapHostDn: "cn=admin,dc=univention-organization,dc=intranet"
ldapSecret: "univention"
machineSecret: "univention"
notifierServer: "ldap-notifier"
notifierServer: "ums-ldap-notifier"
portalDefaultDn: "cn=domain,cn=portal,cn=portals,cn=univention,dc=univention-organization,dc=intranet"
udmApiUrl: "http://udm-rest-api/udm/"
udmApiUrl: "http://ums-udm-rest-api/udm/"
udmApiUsername: "cn=admin"
tlsMode: "off"

View File

@@ -9,9 +9,9 @@ portalServer:
environment: "staging"
editable: "true"
logLevel: "DEBUG"
ucsInternalUrl: "http://portal-server:univention@store-dav/portal-data"
umcGetUrl: "http://umc-server/get"
umcSessionUrl: "http://umc-server/get/session-info"
ucsInternalUrl: "http://portal-server:univention@ums-store-dav/portal-data"
umcGetUrl: "http://ums-umc-server/get"
umcSessionUrl: "http://ums-umc-server/get/session-info"
image:
registry: "{{ .Values.global.imageRegistry }}"

View File

@@ -5,6 +5,7 @@ SPDX-License-Identifier: Apache-2.0
---
stackDataSwp:
udmApiPassword: "univention"
udmApiUrl: "http://ums-udm-rest-api/udm/"
loadDevData: true
image:

View File

@@ -5,6 +5,7 @@ SPDX-License-Identifier: Apache-2.0
---
stackDataUms:
udmApiPassword: "univention"
udmApiUrl: "http://ums-udm-rest-api/udm/"
loadDevData: true
stackDataContext:

View File

@@ -10,7 +10,7 @@ udmRestApi:
dcSlaves: "cn=DC Slave Hosts,cn=groups,dc=univention-organization,dc=intranet"
domainAdmins: "cn=Domain Admins,cn=groups,dc=univention-organization,dc=intranet"
environment: "staging"
ldapHost: "ldap-server"
ldapHost: "ums-ldap-server"
ldapBaseDn: "dc=univention-organization,dc=intranet"
# TODO: This should not be required, the machine account is not there
# ldapHostDn: cn=stub-value,cn=dc,cn=computers,dc=univention-organization,dc=intranet

View File

@@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0
umcServer:
domainname: "{{ .Values.global.domain }}"
hostname: "{{ .Values.global.hosts.univentionManagementStack }}"
ldapHost: "ldap-server"
ldapHost: "ums-ldap-server"
ldapBaseDn: "dc=univention-organization,dc=intranet"
# TODO: This should not be required, the machine account is not there
# ldapHostDn: cn=stub-value,cn=dc,cn=computers,dc=univention-organization,dc=intranet