Skip to main content
Skip table of contents

Migration Guide 24.2 (Prep GEN)

In order to migrate to the next official 24.1 release, please proceed with the following steps:

PREPARED Installer: cr.vidinet.net/prepared/installer:24.2.3

  1. Update to the latest version of PREPARED-installer 24.2.x

  2. Add the latest migration layer and remove old ones

CODE
---
layers:
  migrations:
    origin: oci://{{ hostvars['deployer']['docker_registry_user'] }}:{{ hostvars['deployer']['docker_registry_password'] }}@{{ hostvars['deployer']['host'] }}/prepared/layers/migrations:24.2.5
  1. Change the version layer (the latest version is shown here)

CODE
---
layers:
  development:
    origin: oci://{{ hostvars['deployer']['docker_registry_user'] }}:{{ hostvars['deployer']['docker_registry_password'] }}@{{ hostvars['deployer']['host'] }}/prepared/layers/vidinet-versions:[look up the version]

Pay special attention to the AuthService KeyCloak Password and also the VidiCore admin passwort

Storages ie CSI NEW

Still link for internal guide!

Storage Setup in PREPARED as of 24.2 [DEV Prep] - [IKB] VidiNet Product Development - Confluence (atlassian.net)

CORS - settings NEW

CODE
global:
  system:
    cors:
      always_allowed_origins: [localhost:1313]

Gitea (beta) NEW

CODE
global:
  base:
    default:
      features:
        configportal:
          gitea_enabled: false

With release 24.2 the following changes can now be applied - please stick to this guide for details


Known Issues:

ENV

  • no issues

AuthService

  • On installation of AS - it will fail. Please remove the AS helm-chart

  • Add this secret - if it is not already presen in the vault vidicore_client_secret: 15c92dc5-a208-44e4-a36c-ed7439e54a3e

  • when you install keycloak - please note that you have to change the admin password for keykloak before you actually do the deployment. With the deployment, the password will not be updated but there is now an init-container checking for the strenth of the password

    CODE
              objects:
                job:
                  validate-password-policy:
                    enabled: false
  • Identity Provider → discussed 02.09.2024

  • In 24.2 setup of new AD (Entra ID)

  • / LDAP provider in CP does not support special characters anymore, e.g. dot “.”

  • This change must be reverted

  • Detected on Integration System, but not directly addressed as issue in product

IDX

  • skipped due to managed OS & already existing settings

OBS

VidiCore Custom Jobs

  • PV/PVC

    With now moving to the CSI driver and also the way the persistent volumes are managed (see here)

  • Custom Job structure changed (Register true → Register false). So if you are using custom jobs in you inventory - please check with Georg Weber or Matthias Dirks

  • Check your password in the vault! admin is no longer allowed!

ConfigPortal

  • names of the container has changed - so if you have some information in the inventory or in one of the layers, please change itimage-20240815-135802.png

image-20240815-135807.png

Vidiflow

VidiStream

  • no issues

VidiEditor

  • no issues

MediaPortal

  • no issues but migration needed

  • Migration guide was missing, when Release was announced

    • Only detected on Colosseum Update

VidiControl

  • Handling of Service Account

  • please don’t forget to add

CODE
            agents_client_id : pf_basic_agent # was previously hardcoded in chart
            agents_client_secret : 575810cd-cc43-4deb-8a6c-478e71d51427 #ActiveMQ settings should be taken from vidiflow: to be checked how to achive this

SolComps

  • FileFlow Service Endpoints to CP are the old ones → see point VidiControl above

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.