mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-09 00:38:34 +01:00
fix(univention-management-stack): Use the prefix "ums-" for all releases
This commit is contained in:
@@ -9,73 +9,73 @@ repositories:
|
|||||||
default "https://gitlab.souvap-univention.de/api/v4/projects/155/packages/helm/stable" }}
|
default "https://gitlab.souvap-univention.de/api/v4/projects/155/packages/helm/stable" }}
|
||||||
|
|
||||||
releases:
|
releases:
|
||||||
- name: "store-dav"
|
- name: "ums-store-dav"
|
||||||
chart: "univention/store-dav"
|
chart: "univention/store-dav"
|
||||||
version: "0.2.0"
|
version: "0.2.0"
|
||||||
values:
|
values:
|
||||||
- "values-store-dav.gotmpl"
|
- "values-store-dav.gotmpl"
|
||||||
condition: "univentionManagementStack.enabled"
|
condition: "univentionManagementStack.enabled"
|
||||||
- name: "ldap-server"
|
- name: "ums-ldap-server"
|
||||||
chart: "univention/ldap-server"
|
chart: "univention/ldap-server"
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
values:
|
values:
|
||||||
- "values-ldap-server.gotmpl"
|
- "values-ldap-server.gotmpl"
|
||||||
condition: "univentionManagementStack.enabled"
|
condition: "univentionManagementStack.enabled"
|
||||||
- name: "ldap-notifier"
|
- name: "ums-ldap-notifier"
|
||||||
chart: "univention/ldap-notifier"
|
chart: "univention/ldap-notifier"
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
values:
|
values:
|
||||||
- "values-ldap-notifier.gotmpl"
|
- "values-ldap-notifier.gotmpl"
|
||||||
condition: "univentionManagementStack.enabled"
|
condition: "univentionManagementStack.enabled"
|
||||||
- name: "udm-rest-api"
|
- name: "ums-udm-rest-api"
|
||||||
chart: "univention/udm-rest-api"
|
chart: "univention/udm-rest-api"
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
values:
|
values:
|
||||||
- "values-udm-rest-api.gotmpl"
|
- "values-udm-rest-api.gotmpl"
|
||||||
condition: "univentionManagementStack.enabled"
|
condition: "univentionManagementStack.enabled"
|
||||||
- name: "stack-data-ums"
|
- name: "ums-stack-data-ums"
|
||||||
chart: "univention/stack-data-ums"
|
chart: "univention/stack-data-ums"
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
values:
|
values:
|
||||||
- "values-stack-data-ums.gotmpl"
|
- "values-stack-data-ums.gotmpl"
|
||||||
condition: "univentionManagementStack.enabled"
|
condition: "univentionManagementStack.enabled"
|
||||||
- name: "stack-data-swp"
|
- name: "ums-stack-data-swp"
|
||||||
chart: "univention/stack-data-swp"
|
chart: "univention/stack-data-swp"
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
values:
|
values:
|
||||||
- "values-stack-data-swp.gotmpl"
|
- "values-stack-data-swp.gotmpl"
|
||||||
condition: "univentionManagementStack.enabled"
|
condition: "univentionManagementStack.enabled"
|
||||||
- name: "portal-server"
|
- name: "ums-portal-server"
|
||||||
chart: "univention/portal-server"
|
chart: "univention/portal-server"
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
values:
|
values:
|
||||||
- "values-portal-server.gotmpl"
|
- "values-portal-server.gotmpl"
|
||||||
condition: "univentionManagementStack.enabled"
|
condition: "univentionManagementStack.enabled"
|
||||||
- name: "notifications-api"
|
- name: "ums-notifications-api"
|
||||||
chart: "univention/notifications-api"
|
chart: "univention/notifications-api"
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
values:
|
values:
|
||||||
- "values-notifications-api.gotmpl"
|
- "values-notifications-api.gotmpl"
|
||||||
condition: "univentionManagementStack.enabled"
|
condition: "univentionManagementStack.enabled"
|
||||||
- name: "portal-listener"
|
- name: "ums-portal-listener"
|
||||||
chart: "univention/portal-listener"
|
chart: "univention/portal-listener"
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
values:
|
values:
|
||||||
- "values-portal-listener.gotmpl"
|
- "values-portal-listener.gotmpl"
|
||||||
condition: "univentionManagementStack.enabled"
|
condition: "univentionManagementStack.enabled"
|
||||||
- name: "portal-frontend"
|
- name: "ums-portal-frontend"
|
||||||
chart: "univention/portal-frontend"
|
chart: "univention/portal-frontend"
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
values:
|
values:
|
||||||
- "values-portal-frontend.gotmpl"
|
- "values-portal-frontend.gotmpl"
|
||||||
condition: "univentionManagementStack.enabled"
|
condition: "univentionManagementStack.enabled"
|
||||||
- name: "umc-gateway"
|
- name: "ums-umc-gateway"
|
||||||
chart: "univention/umc-gateway"
|
chart: "univention/umc-gateway"
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
values:
|
values:
|
||||||
- "values-umc-gateway.gotmpl"
|
- "values-umc-gateway.gotmpl"
|
||||||
condition: "univentionManagementStack.enabled"
|
condition: "univentionManagementStack.enabled"
|
||||||
- name: "umc-server"
|
- name: "ums-umc-server"
|
||||||
chart: "univention/umc-server"
|
chart: "univention/umc-server"
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
values:
|
values:
|
||||||
|
|||||||
@@ -14,4 +14,9 @@ image:
|
|||||||
- name: {{ . }}
|
- name: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
claims:
|
||||||
|
shared-data: "shared-data-ums-ldap-server-0"
|
||||||
|
shared-run: "shared-run-ums-ldap-server-0"
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -9,19 +9,19 @@ portalListener:
|
|||||||
debugLevel: "4"
|
debugLevel: "4"
|
||||||
# TODO: using this in server without the pending slash, fix
|
# TODO: using this in server without the pending slash, fix
|
||||||
# ucsInternalUrl: "http://portal-listener:univention@store-dav/portal-data/"
|
# ucsInternalUrl: "http://portal-listener:univention@store-dav/portal-data/"
|
||||||
assetsRoot: "http://portal-listener:univention@store-dav/portal-assets/"
|
assetsRoot: "http://portal-listener:univention@ums-store-dav/portal-assets/"
|
||||||
ucsInternalUrl: "http://portal-listener:univention@store-dav/portal-data/"
|
ucsInternalUrl: "http://portal-listener:univention@ums-store-dav/portal-data/"
|
||||||
umcGetUrl: "http://umc-server/get"
|
umcGetUrl: "http://ums-umc-server/get"
|
||||||
umcSessionUrl: "http://umc-server/get/session-info"
|
umcSessionUrl: "http://ums-umc-server/get/session-info"
|
||||||
|
|
||||||
ldapBaseDn: "dc=univention-organization,dc=intranet"
|
ldapBaseDn: "dc=univention-organization,dc=intranet"
|
||||||
ldapHost: "ldap-server"
|
ldapHost: "ums-ldap-server"
|
||||||
ldapHostDn: "cn=admin,dc=univention-organization,dc=intranet"
|
ldapHostDn: "cn=admin,dc=univention-organization,dc=intranet"
|
||||||
ldapSecret: "univention"
|
ldapSecret: "univention"
|
||||||
machineSecret: "univention"
|
machineSecret: "univention"
|
||||||
notifierServer: "ldap-notifier"
|
notifierServer: "ums-ldap-notifier"
|
||||||
portalDefaultDn: "cn=domain,cn=portal,cn=portals,cn=univention,dc=univention-organization,dc=intranet"
|
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"
|
udmApiUsername: "cn=admin"
|
||||||
|
|
||||||
tlsMode: "off"
|
tlsMode: "off"
|
||||||
|
|||||||
@@ -9,9 +9,9 @@ portalServer:
|
|||||||
environment: "staging"
|
environment: "staging"
|
||||||
editable: "true"
|
editable: "true"
|
||||||
logLevel: "DEBUG"
|
logLevel: "DEBUG"
|
||||||
ucsInternalUrl: "http://portal-server:univention@store-dav/portal-data"
|
ucsInternalUrl: "http://portal-server:univention@ums-store-dav/portal-data"
|
||||||
umcGetUrl: "http://umc-server/get"
|
umcGetUrl: "http://ums-umc-server/get"
|
||||||
umcSessionUrl: "http://umc-server/get/session-info"
|
umcSessionUrl: "http://ums-umc-server/get/session-info"
|
||||||
|
|
||||||
image:
|
image:
|
||||||
registry: "{{ .Values.global.imageRegistry }}"
|
registry: "{{ .Values.global.imageRegistry }}"
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ SPDX-License-Identifier: Apache-2.0
|
|||||||
---
|
---
|
||||||
stackDataSwp:
|
stackDataSwp:
|
||||||
udmApiPassword: "univention"
|
udmApiPassword: "univention"
|
||||||
|
udmApiUrl: "http://ums-udm-rest-api/udm/"
|
||||||
loadDevData: true
|
loadDevData: true
|
||||||
|
|
||||||
image:
|
image:
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ SPDX-License-Identifier: Apache-2.0
|
|||||||
---
|
---
|
||||||
stackDataUms:
|
stackDataUms:
|
||||||
udmApiPassword: "univention"
|
udmApiPassword: "univention"
|
||||||
|
udmApiUrl: "http://ums-udm-rest-api/udm/"
|
||||||
loadDevData: true
|
loadDevData: true
|
||||||
|
|
||||||
stackDataContext:
|
stackDataContext:
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ udmRestApi:
|
|||||||
dcSlaves: "cn=DC Slave Hosts,cn=groups,dc=univention-organization,dc=intranet"
|
dcSlaves: "cn=DC Slave Hosts,cn=groups,dc=univention-organization,dc=intranet"
|
||||||
domainAdmins: "cn=Domain Admins,cn=groups,dc=univention-organization,dc=intranet"
|
domainAdmins: "cn=Domain Admins,cn=groups,dc=univention-organization,dc=intranet"
|
||||||
environment: "staging"
|
environment: "staging"
|
||||||
ldapHost: "ldap-server"
|
ldapHost: "ums-ldap-server"
|
||||||
ldapBaseDn: "dc=univention-organization,dc=intranet"
|
ldapBaseDn: "dc=univention-organization,dc=intranet"
|
||||||
# TODO: This should not be required, the machine account is not there
|
# 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
|
# ldapHostDn: cn=stub-value,cn=dc,cn=computers,dc=univention-organization,dc=intranet
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0
|
|||||||
umcServer:
|
umcServer:
|
||||||
domainname: "{{ .Values.global.domain }}"
|
domainname: "{{ .Values.global.domain }}"
|
||||||
hostname: "{{ .Values.global.hosts.univentionManagementStack }}"
|
hostname: "{{ .Values.global.hosts.univentionManagementStack }}"
|
||||||
ldapHost: "ldap-server"
|
ldapHost: "ums-ldap-server"
|
||||||
ldapBaseDn: "dc=univention-organization,dc=intranet"
|
ldapBaseDn: "dc=univention-organization,dc=intranet"
|
||||||
# TODO: This should not be required, the machine account is not there
|
# 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
|
# ldapHostDn: cn=stub-value,cn=dc,cn=computers,dc=univention-organization,dc=intranet
|
||||||
|
|||||||
Reference in New Issue
Block a user