Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers 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

Update offline installer to ignore comments in the manifests. #340

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

rodrigobassil
Copy link
Contributor

Description

Update offline installer to ignore comments in the manifests.

Checklist:

  • I have performed a self-review of my own code to ensure there are no formatting, vetting, linting, or security issues
  • I have verified that new and existing unit tests pass locally with my changes
  • I have not allowed coverage numbers to degenerate
  • I have maintained at least 90% code coverage
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • Backward compatibility is not broken

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration

./csi-offline-bundle.sh -c

  • Building image manifest file

    Processing files in /root/workspacecsm/csi-powerstore/helm-charts/charts/csi-powerstore

  • Pulling and saving container images

    dellemc/csi-metadata-retriever:v1.8.0
    dellemc/csi-powerstore:v2.11.0
    dellemc/csi-volumegroup-snapshotter:v1.6.0
    dellemc/dell-csi-replicator:v1.9.0
    dellemc/podmon:v1.10.0
    registry.k8s.io/sig-storage/csi-attacher:v4.6.1
    registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.12.1
    registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.1
    registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
    registry.k8s.io/sig-storage/csi-resizer:v1.11.1
    registry.k8s.io/sig-storage/csi-snapshotter:v8.0.1

  • Copying necessary files

/root/workspacecsm/csi-powerstore/helm-charts/charts/csi-powerstore
/root/workspacecsm/csi-powerstore/dell-csi-helm-installer
/root/workspacecsm/csi-powerstore/README.md
/root/workspacecsm/csi-powerstore/LICENSE

  • Compressing release

csi-powerstore-bundle-2.11.0/
csi-powerstore-bundle-2.11.0/helm-charts/
csi-powerstore-bundle-2.11.0/helm-charts/charts/
csi-powerstore-bundle-2.11.0/helm-charts/charts/csi-powerstore/
csi-powerstore-bundle-2.11.0/helm-charts/charts/csi-powerstore/Chart.yaml
csi-powerstore-bundle-2.11.0/helm-charts/charts/csi-powerstore/values.yaml
csi-powerstore-bundle-2.11.0/helm-charts/charts/csi-powerstore/templates/
csi-powerstore-bundle-2.11.0/helm-charts/charts/csi-powerstore/templates/node.yaml
csi-powerstore-bundle-2.11.0/helm-charts/charts/csi-powerstore/templates/_helpers.tpl
csi-powerstore-bundle-2.11.0/helm-charts/charts/csi-powerstore/templates/csidriver.yaml
csi-powerstore-bundle-2.11.0/helm-charts/charts/csi-powerstore/templates/driver-config-params.yaml
csi-powerstore-bundle-2.11.0/helm-charts/charts/csi-powerstore/templates/controller.yaml
csi-powerstore-bundle-2.11.0/LICENSE
csi-powerstore-bundle-2.11.0/README.md
csi-powerstore-bundle-2.11.0/dell-csi-helm-installer/
csi-powerstore-bundle-2.11.0/dell-csi-helm-installer/common.sh
csi-powerstore-bundle-2.11.0/dell-csi-helm-installer/verify-csi-powerstore.sh
csi-powerstore-bundle-2.11.0/dell-csi-helm-installer/images.tar/
csi-powerstore-bundle-2.11.0/dell-csi-helm-installer/images.tar/registry.k8s.io-sig-storage-csi-attacher-v4.6.1.tar
csi-powerstore-bundle-2.11.0/dell-csi-helm-installer/images.tar/registry.k8s.io-sig-storage-csi-resizer-v1.11.1.tar
csi-powerstore-bundle-2.11.0/dell-csi-helm-installer/images.tar/registry.k8s.io-sig-storage-csi-snapshotter-v8.0.1.tar
csi-powerstore-bundle-2.11.0/dell-csi-helm-installer/images.tar/dellemc-dell-csi-replicator-v1.9.0.tar
csi-powerstore-bundle-2.11.0/dell-csi-helm-installer/images.tar/registry.k8s.io-sig-storage-csi-node-driver-registrar-v2.10.1.tar
csi-powerstore-bundle-2.11.0/dell-csi-helm-installer/images.tar/registry.k8s.io-sig-storage-csi-external-health-monitor-controller-v0.12.1.tar
csi-powerstore-bundle-2.11.0/dell-csi-helm-installer/images.tar/dellemc-podmon-v1.10.0.tar
csi-powerstore-bundle-2.11.0/dell-csi-helm-installer/images.tar/dellemc-csi-powerstore-v2.11.0.tar
csi-powerstore-bundle-2.11.0/dell-csi-helm-installer/images.tar/dellemc-csi-volumegroup-snapshotter-v1.6.0.tar
csi-powerstore-bundle-2.11.0/dell-csi-helm-installer/images.tar/registry.k8s.io-sig-storage-csi-provisioner-v5.0.1.tar
csi-powerstore-bundle-2.11.0/dell-csi-helm-installer/images.tar/dellemc-csi-metadata-retriever-v1.8.0.tar
csi-powerstore-bundle-2.11.0/dell-csi-helm-installer/csi-offline-bundle.md
csi-powerstore-bundle-2.11.0/dell-csi-helm-installer/.gitignore
csi-powerstore-bundle-2.11.0/dell-csi-helm-installer/README.md
csi-powerstore-bundle-2.11.0/dell-csi-helm-installer/csi-install.sh
csi-powerstore-bundle-2.11.0/dell-csi-helm-installer/images.manifest
csi-powerstore-bundle-2.11.0/dell-csi-helm-installer/verify.sh
csi-powerstore-bundle-2.11.0/dell-csi-helm-installer/csi-uninstall.sh
csi-powerstore-bundle-2.11.0/dell-csi-helm-installer/csi-offline-bundle.sh

  • Complete

Offline bundle file is: /root/workspacecsm/csi-powerstore/csi-powerstore-bundle-2.11.0.tar.gz

@rodrigobassil rodrigobassil merged commit a96634e into main Aug 28, 2024
5 checks passed
@rodrigobassil rodrigobassil deleted the update_offline_installer branch August 28, 2024 18:34
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

Successfully merging this pull request may close these issues.

3 participants