Feature 11071: Modular OSM installation 96/15196/50
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 4 Jun 2025 09:57:28 +0000 (11:57 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 17 Jun 2025 21:45:07 +0000 (23:45 +0200)
commitcf603f518c916cc4a4a74b36b4a578445a5b9036
tree96800a7f8bca84422faf62e35435c184d5d5f662
parent6c7b9358d48dcf59bcbe83d34f8e4b80d6a0cc11
Feature 11071: Modular OSM installation

Change-Id: Ia9aa75afdce98d061b1b18b6efa6f33e19045d86
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
424 files changed:
common/all_funcs [deleted file]
common/config [deleted file]
common/container [deleted file]
common/git_functions [deleted file]
common/logging [deleted file]
common/track [deleted file]
devops-stages/stage-build.sh
installers/00-default-install-options.rc [new file with mode: 0644]
installers/01-export-osm-install-options.sh [new file with mode: 0755]
installers/10-install-client-tools.sh [new file with mode: 0755]
installers/15-install-k8s-cluster.sh [new file with mode: 0755]
installers/20-base-config.rc [new file with mode: 0644]
installers/20-deploy-aux-svc-cluster.sh [new file with mode: 0755]
installers/30-deploy-mgmt-cluster.sh [new file with mode: 0755]
installers/40-deploy-osm.sh [new file with mode: 0755]
installers/45-osm-health.sh [new file with mode: 0755]
installers/50-provision-osm.sh [new file with mode: 0755]
installers/cluster/addons/install_cluster_addons.sh [new file with mode: 0755]
installers/cluster/k3s/install_k3s_cluster.sh [new file with mode: 0755]
installers/cluster/kubeadm/install_kubeadm_cluster.sh [new file with mode: 0755]
installers/cluster/kubeadm/kubeadm-config.yaml [new file with mode: 0644]
installers/cluster/microk8s/install_microk8s_cluster.sh [new file with mode: 0755]
installers/flux/scripts/add-age-key-to-cluster.sh [new file with mode: 0755]
installers/flux/scripts/clone-relevant-repos.sh [new file with mode: 0755]
installers/flux/scripts/create-age-keypair.sh [new file with mode: 0755]
installers/flux/scripts/create-new-cluster-folder-structure.sh [new file with mode: 0755]
installers/flux/scripts/helper-functions.rc [new file with mode: 0644]
installers/flux/scripts/library/functions.sh [new file with mode: 0755]
installers/flux/scripts/library/trap.sh [new file with mode: 0755]
installers/flux/scripts/mgmt-cluster-bootstrap.sh [new file with mode: 0755]
installers/flux/scripts/watch-mgmt-cluster.sh [new file with mode: 0755]
installers/flux/templates/fleet/clusters/_management/apps.yaml [new file with mode: 0644]
installers/flux/templates/fleet/clusters/_management/fleet-repo.yaml [new file with mode: 0644]
installers/flux/templates/fleet/clusters/_management/infra-configs.yaml [new file with mode: 0644]
installers/flux/templates/fleet/clusters/_management/infra-controllers.yaml [new file with mode: 0644]
installers/flux/templates/fleet/clusters/_management/kustomization.yaml [new file with mode: 0644]
installers/flux/templates/fleet/clusters/_management/managed-resources.yaml [new file with mode: 0644]
installers/flux/templates/fleet/clusters/_management/sw-catalogs-repo.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/apps/jenkins/manifests/bitnamicharts-repo.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/apps/jenkins/manifests/jenkins-hr.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/apps/jenkins/templates/jenkins-ks.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/apps/namespace/manifests/namespace.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/apps/namespace/templates/namespace-ks.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/apps/testacme/manifests/testacme-deploy.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/apps/testacme/manifests/testacme-svc.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/apps/testacme/templates/testacme-ks.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/aks/manifests/aks.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/aks/templates/aks01.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/azure-mysql/manifests/dbformysql.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/azure-mysql/templates/azure-mysql01.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/eks/manifests/addons/ebs-csi-addon.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/eks/manifests/eks-cluster/eks-cluster.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/eks/manifests/eks-cluster/nodegroup.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/eks/manifests/iam/policy.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/eks/manifests/iam/role-policy-attachment.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/eks/manifests/iam/roles.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/eks/manifests/network/gateways.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/eks/manifests/network/routes.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/eks/manifests/network/subnets.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/eks/manifests/network/vpc.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/eks/templates/eks01.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/bootstrap/manifests/namespaces/namespaces.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/bootstrap/manifests/secret/secret-template.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/bootstrap/templates/remote-cluster-bootstrap.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/apps.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/fleet-repo.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/flux-system/gotk-components.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/flux-system/gotk-sync.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/flux-system/kustomization.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/infra-configs.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/infra-controllers.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/kustomization.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/managed-resources.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/sw-catalogs-repo.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/empty-kustomization/manifests/configmap/reference-cm.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/empty-kustomization/templates/kustomization-placeholder.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/gke/manifests/gke.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/cloud-resources/gke/templates/gke01.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/crossplane/providers/aws/templates/crossplane-providerconfig-aws.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/crossplane/providers/azure/templates/crossplane-providerconfig-azure.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/crossplane/providers/gcp/templates/crossplane-providerconfig-gcp.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/kubernetes-dashboard/templates/cluster-role-binding-dashboard.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/kubernetes-dashboard/templates/sa-dashboard.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/kubernetes-dashboard/templates/secret-token-dashboard.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/sa-and-role.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/clone-transform-push-wft.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/cloud-accounts-wft.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/cluster-management-wft.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/debugging-wft.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/git-wft.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/k8s-resources-wft.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/ksu-management-wft.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/oka-management-wft.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/profile-management-wft.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-attach-profile.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-bootstrap-cluster-wft.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-clone-ksu.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-create-aks-cluster-and-bootstrap-wft.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-create-crossplane-cluster-and-bootstrap-wft.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-create-ksu-generated-hr.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-create-ksu-hr.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-create-oka.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-create-profile.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-create-providerconfig-wft.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-delete-cluster-wft.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-delete-ksu.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-delete-oka.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-delete-profile.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-delete-providerconfig-wft.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-detach-profile.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-disconnect-flux-remote-cluster-wft.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-uninstall-flux-remote-cluster-wft.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-update-aks-cluster.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-update-crossplane-cluster-and-bootstrap-wft.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-update-ksu-generated-hr.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-update-ksu-hr.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-update-oka.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-update-providerconfig-wft.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/argo-workflows/manifests/argo-namespace.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/argo-workflows/manifests/argo-wf-controller.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/argo-workflows/templates/argo-workflows.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/cert-manager/manifests/cert-manager-chart.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/cert-manager/templates/cert-manager-ks.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/crossplane/controller/manifests/crossplane-helmrelease.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/crossplane/controller/manifests/crossplane-helmrepo.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/crossplane/controller/manifests/crossplane-namespace.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/crossplane/controller/manifests/kustomization.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/crossplane/controller/templates/crossplane.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/aws/manifests/provider-ec2.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/aws/manifests/provider-eks.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/aws/manifests/provider-iam.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/aws/manifests/provider-vpc.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/aws/templates/crossplane-aws-providers.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/azure/manifests/provider-azure-container.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/azure/manifests/provider-azure-dbformysql.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/azure/templates/crossplane-azure-providers.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/gcp/manifests/provider-gcp-cloudplatform.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/gcp/manifests/provider-gcp-container.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/gcp/templates/crossplane-gcp-providers.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/ingress-nginx/manifests/ingress-nginx.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/ingress-nginx/templates/ingress-nginx-ks.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/istio/manifests/addons/grafana.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/istio/manifests/addons/jaeger.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/istio/manifests/addons/kiali.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/istio/manifests/addons/loki.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/istio/manifests/addons/prometheus.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/istio/manifests/core/istio-hr.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/istio/manifests/core/istio-namespace.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/istio/manifests/core/istio-repo.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/istio/templates/istio-addons-ks.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/istio/templates/istio-core-ks.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/komoplane/manifests/komodorio-repo.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/komoplane/manifests/komoplane-hr.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/komoplane/templates/komoplane-ks.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/kubernetes-dashboard/manifests/kubernetes-dashboard-hr.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/kubernetes-dashboard/manifests/kubernetes-dashboard-repo.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/kubernetes-dashboard/templates/kubernetes-dashboard-ks.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/weave-gitops/manifests/weave-gitops-dashboard.yaml [new file with mode: 0644]
installers/flux/templates/sw-catalogs/infra-controllers/weave-gitops/templates/weave-gitops-ks.yaml [new file with mode: 0644]
installers/full_install_osm.sh
installers/gitea/00-custom-config.rc [new file with mode: 0644]
installers/gitea/01-base-config.rc [new file with mode: 0644]
installers/gitea/02-deploy-gitea.sh [new file with mode: 0755]
installers/gitea/03-get-gitea-connection-info.rc [new file with mode: 0644]
installers/gitea/04-fix-and-use-external-gitea-urls.sh [new file with mode: 0755]
installers/gitea/05-export-connection-info.sh [new file with mode: 0755]
installers/gitea/20-setup-gituser-and-sshkeygen.sh [new file with mode: 0755]
installers/gitea/90-provision-gitea-for-osm.sh [new file with mode: 0755]
installers/gitea/91-provision-local-git-user.sh [new file with mode: 0755]
installers/gitea/ALL-IN-ONE-Gitea-install.sh [new file with mode: 0755]
installers/gitea/README.md [new file with mode: 0644]
installers/gitea/admin/add-collaborator-to-user-repo.sh [new file with mode: 0755]
installers/gitea/admin/api.sh [new file with mode: 0755]
installers/gitea/admin/create-api-access-token.sh [new file with mode: 0755]
installers/gitea/admin/create-cmd-access-token.sh [new file with mode: 0755]
installers/gitea/admin/create-org-repository.sh [new file with mode: 0755]
installers/gitea/admin/create-org.sh [new file with mode: 0755]
installers/gitea/admin/create-user-repository.sh [new file with mode: 0755]
installers/gitea/admin/create-user-ssh-key.sh [new file with mode: 0755]
installers/gitea/admin/create-user.sh [new file with mode: 0755]
installers/gitea/admin/delete-org-repository.sh [new file with mode: 0755]
installers/gitea/admin/delete-org.sh [new file with mode: 0755]
installers/gitea/admin/delete-user-repository.sh [new file with mode: 0755]
installers/gitea/admin/gitea.sh [new file with mode: 0755]
installers/gitea/admin/shell.sh [new file with mode: 0755]
installers/gitea/library/functions.sh [new file with mode: 0755]
installers/gitea/library/helpers.sh [new file with mode: 0755]
installers/gitea/library/trap.sh [new file with mode: 0755]
installers/gitea/values-all.yaml [new file with mode: 0644]
installers/gitea/values-standalone-ingress-ssh2222.yaml [new file with mode: 0644]
installers/gitea/values-standalone-ingress.yaml [new file with mode: 0644]
installers/gitea/values-standalone.yaml [new file with mode: 0644]
installers/helm/osm/templates/osm-gitops-secret.yaml
installers/helm/osm/values.yaml
installers/install_cluster_addons.sh [deleted file]
installers/install_docker_ce.sh
installers/install_helm_client.sh [deleted file]
installers/install_k3s_cluster.sh [deleted file]
installers/install_kubeadm_cluster.sh [deleted file]
installers/install_microk8s_cluster.sh [deleted file]
installers/install_osm.sh
installers/kubeadm-config.yaml [deleted file]
installers/mgmt-cluster/00-base-config.rc [deleted file]
installers/mgmt-cluster/01-provision-aux-svc.sh [deleted file]
installers/mgmt-cluster/02-provision-local-git-user.sh [deleted file]
installers/mgmt-cluster/03-provision-mgmt-cluster.sh [deleted file]
installers/mgmt-cluster/README.md
installers/mgmt-cluster/flux/scripts/add-age-key-to-cluster.sh [deleted file]
installers/mgmt-cluster/flux/scripts/clone-relevant-repos.sh [deleted file]
installers/mgmt-cluster/flux/scripts/create-age-keypair.sh [deleted file]
installers/mgmt-cluster/flux/scripts/create-new-cluster-folder-structure.sh [deleted file]
installers/mgmt-cluster/flux/scripts/helper-functions.rc [deleted file]
installers/mgmt-cluster/flux/scripts/library/functions.sh [deleted file]
installers/mgmt-cluster/flux/scripts/library/trap.sh [deleted file]
installers/mgmt-cluster/flux/scripts/mgmt-cluster-bootstrap.sh [deleted file]
installers/mgmt-cluster/flux/scripts/watch-mgmt-cluster.sh [deleted file]
installers/mgmt-cluster/flux/templates/fleet/clusters/_management/apps.yaml [deleted file]
installers/mgmt-cluster/flux/templates/fleet/clusters/_management/fleet-repo.yaml [deleted file]
installers/mgmt-cluster/flux/templates/fleet/clusters/_management/infra-configs.yaml [deleted file]
installers/mgmt-cluster/flux/templates/fleet/clusters/_management/infra-controllers.yaml [deleted file]
installers/mgmt-cluster/flux/templates/fleet/clusters/_management/kustomization.yaml [deleted file]
installers/mgmt-cluster/flux/templates/fleet/clusters/_management/managed-resources.yaml [deleted file]
installers/mgmt-cluster/flux/templates/fleet/clusters/_management/sw-catalogs-repo.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/apps/jenkins/manifests/bitnamicharts-repo.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/apps/jenkins/manifests/jenkins-hr.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/apps/jenkins/templates/jenkins-ks.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/apps/namespace/manifests/namespace.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/apps/namespace/templates/namespace-ks.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/apps/testacme/manifests/testacme-deploy.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/apps/testacme/manifests/testacme-svc.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/apps/testacme/templates/testacme-ks.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/aks/manifests/aks.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/aks/templates/aks01.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/azure-mysql/manifests/dbformysql.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/azure-mysql/templates/azure-mysql01.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/eks/manifests/addons/ebs-csi-addon.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/eks/manifests/eks-cluster/eks-cluster.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/eks/manifests/eks-cluster/nodegroup.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/eks/manifests/iam/policy.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/eks/manifests/iam/role-policy-attachment.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/eks/manifests/iam/roles.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/eks/manifests/network/gateways.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/eks/manifests/network/routes.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/eks/manifests/network/subnets.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/eks/manifests/network/vpc.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/eks/templates/eks01.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/bootstrap/manifests/namespaces/namespaces.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/bootstrap/manifests/secret/secret-template.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/bootstrap/templates/remote-cluster-bootstrap.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/apps.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/fleet-repo.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/flux-system/gotk-components.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/flux-system/gotk-sync.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/flux-system/kustomization.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/infra-configs.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/infra-controllers.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/kustomization.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/managed-resources.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/sw-catalogs-repo.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/empty-kustomization/manifests/configmap/reference-cm.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/empty-kustomization/templates/kustomization-placeholder.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/gke/manifests/gke.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/gke/templates/gke01.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/crossplane/providers/aws/templates/crossplane-providerconfig-aws.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/crossplane/providers/azure/templates/crossplane-providerconfig-azure.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/crossplane/providers/gcp/templates/crossplane-providerconfig-gcp.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/kubernetes-dashboard/templates/cluster-role-binding-dashboard.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/kubernetes-dashboard/templates/sa-dashboard.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/kubernetes-dashboard/templates/secret-token-dashboard.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/sa-and-role.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/clone-transform-push-wft.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/cloud-accounts-wft.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/cluster-management-wft.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/debugging-wft.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/git-wft.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/k8s-resources-wft.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/ksu-management-wft.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/oka-management-wft.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/profile-management-wft.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-attach-profile.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-bootstrap-cluster-wft.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-clone-ksu.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-create-aks-cluster-and-bootstrap-wft.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-create-crossplane-cluster-and-bootstrap-wft.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-create-ksu-generated-hr.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-create-ksu-hr.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-create-oka.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-create-profile.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-create-providerconfig-wft.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-delete-cluster-wft.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-delete-ksu.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-delete-oka.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-delete-profile.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-delete-providerconfig-wft.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-detach-profile.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-disconnect-flux-remote-cluster-wft.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-update-aks-cluster.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-update-crossplane-cluster-and-bootstrap-wft.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-update-ksu-generated-hr.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-update-ksu-hr.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-update-oka.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-update-providerconfig-wft.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/argo-workflows/manifests/argo-namespace.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/argo-workflows/manifests/argo-wf-controller.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/argo-workflows/templates/argo-workflows.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/cert-manager/manifests/cert-manager-chart.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/cert-manager/templates/cert-manager-ks.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/controller/manifests/crossplane-helmrelease.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/controller/manifests/crossplane-helmrepo.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/controller/manifests/crossplane-namespace.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/controller/manifests/kustomization.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/controller/templates/crossplane.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/aws/manifests/provider-ec2.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/aws/manifests/provider-eks.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/aws/manifests/provider-iam.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/aws/manifests/provider-vpc.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/aws/templates/crossplane-aws-providers.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/azure/manifests/provider-azure-container.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/azure/manifests/provider-azure-dbformysql.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/azure/templates/crossplane-azure-providers.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/gcp/manifests/provider-gcp-cloudplatform.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/gcp/manifests/provider-gcp-container.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/gcp/templates/crossplane-gcp-providers.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/ingress-nginx/manifests/ingress-nginx.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/ingress-nginx/templates/ingress-nginx-ks.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/istio/manifests/addons/grafana.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/istio/manifests/addons/jaeger.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/istio/manifests/addons/kiali.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/istio/manifests/addons/loki.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/istio/manifests/addons/prometheus.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/istio/manifests/core/istio-hr.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/istio/manifests/core/istio-namespace.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/istio/manifests/core/istio-repo.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/istio/templates/istio-addons-ks.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/istio/templates/istio-core-ks.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/komoplane/manifests/komodorio-repo.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/komoplane/manifests/komoplane-hr.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/komoplane/templates/komoplane-ks.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/kubernetes-dashboard/manifests/kubernetes-dashboard-hr.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/kubernetes-dashboard/manifests/kubernetes-dashboard-repo.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/kubernetes-dashboard/templates/kubernetes-dashboard-ks.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/weave-gitops/manifests/weave-gitops-dashboard.yaml [deleted file]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/weave-gitops/templates/weave-gitops-ks.yaml [deleted file]
installers/mgmt-cluster/gitea/00-custom-config.rc [deleted file]
installers/mgmt-cluster/gitea/01-base-config.rc [deleted file]
installers/mgmt-cluster/gitea/02-deploy-gitea.sh [deleted file]
installers/mgmt-cluster/gitea/03-get-gitea-connection-info.rc [deleted file]
installers/mgmt-cluster/gitea/04-fix-and-use-external-gitea-urls.sh [deleted file]
installers/mgmt-cluster/gitea/05-export-connection-info.sh [deleted file]
installers/mgmt-cluster/gitea/90-provision-gitea-for-osm.sh [deleted file]
installers/mgmt-cluster/gitea/91-provision-local-git-user.sh [deleted file]
installers/mgmt-cluster/gitea/ALL-IN-ONE-Gitea-install.sh [deleted file]
installers/mgmt-cluster/gitea/README.md [deleted file]
installers/mgmt-cluster/gitea/admin/add-collaborator-to-user-repo.sh [deleted file]
installers/mgmt-cluster/gitea/admin/api.sh [deleted file]
installers/mgmt-cluster/gitea/admin/create-api-access-token.sh [deleted file]
installers/mgmt-cluster/gitea/admin/create-cmd-access-token.sh [deleted file]
installers/mgmt-cluster/gitea/admin/create-org-repository.sh [deleted file]
installers/mgmt-cluster/gitea/admin/create-org.sh [deleted file]
installers/mgmt-cluster/gitea/admin/create-user-repository.sh [deleted file]
installers/mgmt-cluster/gitea/admin/create-user-ssh-key.sh [deleted file]
installers/mgmt-cluster/gitea/admin/create-user.sh [deleted file]
installers/mgmt-cluster/gitea/admin/delete-org-repository.sh [deleted file]
installers/mgmt-cluster/gitea/admin/delete-org.sh [deleted file]
installers/mgmt-cluster/gitea/admin/delete-user-repository.sh [deleted file]
installers/mgmt-cluster/gitea/admin/gitea.sh [deleted file]
installers/mgmt-cluster/gitea/admin/shell.sh [deleted file]
installers/mgmt-cluster/gitea/library/functions.sh [deleted file]
installers/mgmt-cluster/gitea/library/helpers.sh [deleted file]
installers/mgmt-cluster/gitea/library/trap.sh [deleted file]
installers/mgmt-cluster/gitea/values-all.yaml [deleted file]
installers/mgmt-cluster/gitea/values-standalone-ingress-ssh2222.yaml [deleted file]
installers/mgmt-cluster/gitea/values-standalone-ingress.yaml [deleted file]
installers/mgmt-cluster/gitea/values-standalone.yaml [deleted file]
installers/mgmt-cluster/install_mgmt_cluster.sh [deleted file]
installers/mgmt-cluster/library/functions.sh [deleted file]
installers/mgmt-cluster/library/trap.sh [deleted file]
installers/mgmt-cluster/mgmt-operators-and-crds/add-operators-and-crds.sh [deleted file]
installers/mgmt-cluster/mgmt-operators-and-crds/configure-workflows.sh [deleted file]
installers/mgmt-cluster/mgmt-operators-and-crds/library/functions.sh [deleted file]
installers/mgmt-cluster/mgmt-operators-and-crds/library/trap.sh [deleted file]
installers/mgmt-cluster/minio/00-base-config.rc [deleted file]
installers/mgmt-cluster/minio/01-deploy-minio-operator.sh [deleted file]
installers/mgmt-cluster/minio/02-create-minio-tenant.sh [deleted file]
installers/mgmt-cluster/minio/03-deploy-ingress-for-minio.sh [deleted file]
installers/mgmt-cluster/minio/04-get-minio-connection-info.rc [deleted file]
installers/mgmt-cluster/minio/05-export-connection-info.sh [deleted file]
installers/mgmt-cluster/minio/ALL-IN-ONE-Minio-install.sh [deleted file]
installers/mgmt-cluster/minio/README.md [deleted file]
installers/mgmt-cluster/minio/ingress-manifests/console/ingress-console.yaml [deleted file]
installers/mgmt-cluster/minio/ingress-manifests/tenant/ingress-tenant.yaml [deleted file]
installers/mgmt-cluster/minio/library/functions.sh [deleted file]
installers/mgmt-cluster/minio/library/trap.sh [deleted file]
installers/mgmt-cluster/setup-cli-tools.sh [deleted file]
installers/mgmt-operators-and-crds/add-operators-and-crds.sh [new file with mode: 0755]
installers/mgmt-operators-and-crds/configure-workflows.sh [new file with mode: 0755]
installers/mgmt-operators-and-crds/library/functions.sh [new file with mode: 0755]
installers/mgmt-operators-and-crds/library/trap.sh [new file with mode: 0755]
installers/minio/00-base-config.rc [new file with mode: 0644]
installers/minio/01-deploy-minio-operator.sh [new file with mode: 0755]
installers/minio/02-create-minio-tenant.sh [new file with mode: 0755]
installers/minio/03-deploy-ingress-for-minio.sh [new file with mode: 0755]
installers/minio/04-get-minio-connection-info.rc [new file with mode: 0644]
installers/minio/05-export-connection-info.sh [new file with mode: 0755]
installers/minio/ALL-IN-ONE-Minio-install.sh [new file with mode: 0755]
installers/minio/README.md [new file with mode: 0644]
installers/minio/ingress-manifests/console/ingress-console.yaml [new file with mode: 0644]
installers/minio/ingress-manifests/tenant/ingress-tenant.yaml [new file with mode: 0644]
installers/minio/library/functions.sh [new file with mode: 0755]
installers/minio/library/trap.sh [new file with mode: 0755]
installers/openstack/install_to_openstack.sh
installers/osm_health.sh [deleted file]
installers/test_track.sh
installers/uninstall_osm.sh [deleted file]
jenkins/ci-pipelines/ci_stage_3.groovy
library/all_funcs [new file with mode: 0644]
library/config [new file with mode: 0644]
library/container [new file with mode: 0644]
library/functions.sh [new file with mode: 0755]
library/git_functions [new file with mode: 0644]
library/logging [new file with mode: 0644]
library/track [new file with mode: 0644]
library/trap.sh [new file with mode: 0755]
library/utils.sh [new file with mode: 0755]