8000 migrate or move ocp5 · Issue #59 · stormshift/automation · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

migrate or move ocp5 #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintaine 8000 rs and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
2 of 5 tasks
DanielFroehlich opened this issue Apr 27, 2024 · 11 comments
Open
2 of 5 tasks

migrate or move ocp5 #59

DanielFroehlich opened this issue Apr 27, 2024 · 11 comments
Assignees

Comments

@DanielFroehlich
Copy link
Collaborator
DanielFroehlich commented Apr 27, 2024

ODF NVMes from storm2,5,6

ToDo's

  • Install NetApp Trident at ocp5 => @rbo
  • coe-netapp-san / coe-netapp-nas as default storage class?
  • Migrate storage from ODF to NetApp
  • Uninstall ODF
  • Move VM's to ISAR Cluster
@rbo
Copy link
Member
rbo commented Apr 28, 2024

Is there any hard requirement for ODF on that cluster?

@stefan-bergstein
Copy link
Collaborator

The primary use case for ocp5 with bare metal nodes and ODF is self-education for SAs and customer demos for OCP-virt.

@rbo
Copy link
Member
rbo commented Apr 28, 2024

What's with NetApp Trident NFS (file), iSCSI (RWX for Life Migration)?

Don't get me wrong, I would not steal ODF. Just want to open for all the options.

@rbo
Copy link
Member
rbo commented Dec 8, 2024

A lot of conversation happened in the dedicated slack channel #wg-stormshift-ocp5-migration

@rbo
Copy link
Member
rbo commented Dec 8, 2024

Added cluster-configuration argocd application to rollout NetApp Trident via ArgoCD

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: cluster-configuration
  namespace: openshift-gitops
spec:
  destination:
    server: https://kubernetes.default.svc
  project: default
  source:
    path: configuration/overlays/stormshift-ocp5
    repoURL: https://github.com/stormshift/clusters.git
    targetRevision: HEAD

@rbo
Copy link
Member
rbo commented Dec 8, 2024

rbo added a commit to stormshift/clusters that referenced this issue Dec 8, 2024
rbo added a commit to stormshift/clusters that referenced this issue Dec 8, 2024
@rbo
Copy link
Member
rbo commented Dec 8, 2024

I can not deploy netapp trident as well, because of:

Failed to pull image "quay.coe.muc.redhat.com/netapp/trident:24.10.0": SignatureValidationFailed: copying system image from manifest list: Source image rejected: Running image docker://quay.coe.muc.redhat.com/netapp/trident:24.10.0 is rejected by policy.

@rbo
Copy link
Member
rbo commented Dec 9, 2024
$ oc get images.config cluster -o yaml
...
spec:
  registrySources:
    allowedRegistries:
    - docker.io
    - registry.gitlab.com
    - quay.io
    - registry.redhat.io
    - image-registry.openshift-image-registry.svc:5000
    - '*.container.someone.com'
    - registry.connect.redhat.com
    - ghcr.io/bakito/sealed-secrets-web:v3.1.1
    - ghcr.io/external-secrets/                                     <= Added
    - gcr.io
    - registry.access.redhat.com
    - container-registry.oracle.com
    - quay.coe.muc.redhat.com                                     <= Added

@rbo
Copy link
Member
rbo commented Dec 9, 2024

And added: registry.k8s.io/sig-storage

@rbo
Copy link
Member
rbo commented Dec 9, 2024

Added new Red Hat Root ca to gobal trust bundle:

oc edit cm -n openshift-config user-ca-bundle

@rbo
Copy link
Member
rbo commented Dec 9, 2024

Final allowed allowedRegistries

  registrySources:
    allowedRegistries:
    - docker.io
    - registry.gitlab.com
    - quay.io
    - registry.redhat.io
    - image-registry.openshift-image-registry.svc:5000
    - '*.container.someone.com'
    - registry.connect.redhat.com
    - ghcr.io
    - gcr.io
    - registry.access.redhat.com
    - container-registry.oracle.com
    - quay.coe.muc.redhat.com
    - registry.k8s.io

rbo added a commit to stormshift/clusters that referenced this issue Dec 9, 2024
rbo added a commit to stormshift/clusters that referenced this issue Dec 9, 2024
rbo added a commit to stormshift/clusters that referenced this issue Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
0