Features 11017 and 11018: setup of mgmt cluster and git repo 10/14410/21
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 21 May 2024 14:04:14 +0000 (16:04 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 20 Aug 2024 21:23:27 +0000 (23:23 +0200)
commit8d8cd99ff091a6e372a7e68b1b61b576ec2cfccc
tree8d278a39d7ff42fe9c0067ab7423b154d0f5b985
parent90344b6b8e8aab6ac1f28f48ca812e0084a80283
Features 11017 and 11018: setup of mgmt cluster and git repo

This change incorporates the changes to setup a mgmt cluster for
cloud-native operations in OSM following a GitOps model, which includes
the setup of an internal git repository.

Change-Id: If828d18ad64d852a9a89ec9ba7c2d3a96d281565
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
190 files changed:
installers/full_install_osm.sh
installers/helm/osm/templates/lcm/lcm-deployment.yaml
installers/helm/osm/values.yaml
installers/install_kubeadm_cluster.sh
installers/install_osm.sh
installers/mgmt-cluster/00-base-config.rc [new file with mode: 0644]
installers/mgmt-cluster/01-provision-aux-svc.sh [new file with mode: 0755]
installers/mgmt-cluster/02-provision-local-git-user.sh [new file with mode: 0755]
installers/mgmt-cluster/03-provision-mgmt-cluster.sh [new file with mode: 0755]
installers/mgmt-cluster/README.md [new file with mode: 0644]
installers/mgmt-cluster/flux/scripts/add-age-key-to-cluster.sh [new file with mode: 0755]
installers/mgmt-cluster/flux/scripts/clone-relevant-repos.sh [new file with mode: 0755]
installers/mgmt-cluster/flux/scripts/create-age-keypair.sh [new file with mode: 0755]
installers/mgmt-cluster/flux/scripts/create-new-cluster-folder-structure.sh [new file with mode: 0755]
installers/mgmt-cluster/flux/scripts/helper-functions.rc [new file with mode: 0644]
installers/mgmt-cluster/flux/scripts/library/functions.sh [new file with mode: 0755]
installers/mgmt-cluster/flux/scripts/library/trap.sh [new file with mode: 0755]
installers/mgmt-cluster/flux/scripts/mgmt-cluster-bootstrap.sh [new file with mode: 0755]
installers/mgmt-cluster/flux/scripts/watch-mgmt-cluster.sh [new file with mode: 0755]
installers/mgmt-cluster/flux/templates/fleet/clusters/_management/apps.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/fleet/clusters/_management/fleet-repo.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/fleet/clusters/_management/infra-configs.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/fleet/clusters/_management/infra-controllers.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/fleet/clusters/_management/kustomization.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/fleet/clusters/_management/managed-resources.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/fleet/clusters/_management/sw-catalogs-repo.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/apps/jenkins/manifests/bitnamicharts-repo.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/apps/jenkins/manifests/jenkins-hr.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/apps/jenkins/templates/jenkins-ks.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/apps/jenkins/templates/jenkins-ns.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/aks/manifests/aks.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/aks/templates/aks01.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/azure-mysql/manifests/dbformysql.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/azure-mysql/templates/azure-mysql01.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/eks/manifests/eks-cluster/eks-cluster.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/eks/manifests/eks-cluster/nodegroup.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/eks/manifests/iam/role-policy-attachment.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/eks/manifests/iam/roles.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/eks/manifests/network/gateways.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/eks/manifests/network/routes.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/eks/manifests/network/subnets.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/eks/manifests/network/vpc.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/eks/templates/eks01.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/bootstrap/manifests/namespaces/namespaces.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/bootstrap/manifests/secret/secret-template.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/bootstrap/templates/remote-cluster-bootstrap.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/apps.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/fleet-repo.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/flux-system/gotk-components.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/flux-system/gotk-sync.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/flux-system/kustomization.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/infra-configs.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/infra-controllers.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/kustomization.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/managed-resources.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/cluster-base/templates/sw-catalogs-repo.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/empty-kustomization/manifests/configmap/reference-cm.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/flux-remote-bootstrap/empty-kustomization/templates/kustomization-placeholder.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/gke/manifests/gke.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/gke/templates/gke01.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/crossplane/providers/aws/templates/crossplane-providerconfig-aws.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/crossplane/providers/azure/templates/crossplane-providerconfig-azure.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/crossplane/providers/gcp/templates/crossplane-providerconfig-gcp.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/kubernetes-dashboard/templates/cluster-role-binding-dashboard.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/kubernetes-dashboard/templates/sa-dashboard.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/kubernetes-dashboard/templates/secret-token-dashboard.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/sa-and-role.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/clone-transform-push-wft.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/cloud-accounts-wft.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/cluster-management-wft.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/debugging-wft.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/git-wft.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/k8s-resources-wft.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/ksu-management-wft.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/oka-management-wft.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/profile-management-wft.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-attach-profile.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-bootstrap-cluster-wft.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-clone-ksu.yaml [new file with mode: 0644]
installers/mgmt-cluster/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/mgmt-cluster/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/mgmt-cluster/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/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-create-ksu-hr.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-create-oka.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-create-profile.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-create-providerconfig-wft.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-delete-cluster-wft.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-delete-ksu.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-delete-oka.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-delete-profile.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-delete-providerconfig-wft.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-detach-profile.yaml [new file with mode: 0644]
installers/mgmt-cluster/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/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-update-aks-cluster.yaml [new file with mode: 0644]
installers/mgmt-cluster/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/mgmt-cluster/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/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-update-ksu-hr.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-update-oka.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/canned-operations/full-update-providerconfig-wft.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/argo-workflows/manifests/argo-namespace.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/argo-workflows/manifests/argo-wf-controller.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/argo-workflows/templates/argo-workflows.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/cert-manager/manifests/cert-manager-chart.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/cert-manager/templates/cert-manager-ks.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/controller/manifests/crossplane-helmrelease.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/controller/manifests/crossplane-helmrepo.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/controller/manifests/crossplane-namespace.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/controller/manifests/kustomization.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/controller/templates/crossplane.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/aws/manifests/provider-ec2.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/aws/manifests/provider-eks.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/aws/manifests/provider-iam.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/aws/manifests/provider-vpc.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/aws/templates/crossplane-aws-providers.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/azure/manifests/provider-azure-container.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/azure/manifests/provider-azure-dbformysql.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/azure/templates/crossplane-azure-providers.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/gcp/manifests/provider-gcp-cloudplatform.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/gcp/manifests/provider-gcp-container.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/crossplane/providers/gcp/templates/crossplane-gcp-providers.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/ingress-nginx/manifests/ingress-nginx.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/ingress-nginx/templates/ingress-nginx-ks.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/istio/manifests/addons/grafana.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/istio/manifests/addons/jaeger.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/istio/manifests/addons/kiali.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/istio/manifests/addons/loki.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/istio/manifests/addons/prometheus.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/istio/manifests/core/istio-hr.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/istio/manifests/core/istio-namespace.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/istio/manifests/core/istio-repo.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/istio/templates/istio-addons-ks.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/istio/templates/istio-core-ks.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/komoplane/manifests/komodorio-repo.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/komoplane/manifests/komoplane-hr.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/komoplane/templates/komoplane-ks.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/kubernetes-dashboard/manifests/kubernetes-dashboard-hr.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/kubernetes-dashboard/manifests/kubernetes-dashboard-repo.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/kubernetes-dashboard/templates/kubernetes-dashboard-ks.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/weave-gitops/manifests/weave-gitops-dashboard.yaml [new file with mode: 0644]
installers/mgmt-cluster/flux/templates/sw-catalogs/infra-controllers/weave-gitops/templates/weave-gitops-ks.yaml [new file with mode: 0644]
installers/mgmt-cluster/gitea/00-custom-config.rc [new file with mode: 0644]
installers/mgmt-cluster/gitea/01-base-config.rc [new file with mode: 0644]
installers/mgmt-cluster/gitea/02-deploy-gitea.sh [new file with mode: 0755]
installers/mgmt-cluster/gitea/03-get-gitea-connection-info.rc [new file with mode: 0644]
installers/mgmt-cluster/gitea/04-fix-and-use-external-gitea-urls.sh [new file with mode: 0755]
installers/mgmt-cluster/gitea/05-export-connection-info.sh [new file with mode: 0755]
installers/mgmt-cluster/gitea/90-provision-gitea-for-osm.sh [new file with mode: 0755]
installers/mgmt-cluster/gitea/91-provision-local-git-user.sh [new file with mode: 0755]
installers/mgmt-cluster/gitea/ALL-IN-ONE-Gitea-install.sh [new file with mode: 0755]
installers/mgmt-cluster/gitea/README.md [new file with mode: 0644]
installers/mgmt-cluster/gitea/admin/add-collaborator-to-user-repo.sh [new file with mode: 0755]
installers/mgmt-cluster/gitea/admin/api.sh [new file with mode: 0755]
installers/mgmt-cluster/gitea/admin/create-api-access-token.sh [new file with mode: 0755]
installers/mgmt-cluster/gitea/admin/create-cmd-access-token.sh [new file with mode: 0755]
installers/mgmt-cluster/gitea/admin/create-org-repository.sh [new file with mode: 0755]
installers/mgmt-cluster/gitea/admin/create-org.sh [new file with mode: 0755]
installers/mgmt-cluster/gitea/admin/create-user-repository.sh [new file with mode: 0755]
installers/mgmt-cluster/gitea/admin/create-user-ssh-key.sh [new file with mode: 0755]
installers/mgmt-cluster/gitea/admin/create-user.sh [new file with mode: 0755]
installers/mgmt-cluster/gitea/admin/delete-org-repository.sh [new file with mode: 0755]
installers/mgmt-cluster/gitea/admin/delete-org.sh [new file with mode: 0755]
installers/mgmt-cluster/gitea/admin/delete-user-repository.sh [new file with mode: 0755]
installers/mgmt-cluster/gitea/admin/gitea.sh [new file with mode: 0755]
installers/mgmt-cluster/gitea/admin/shell.sh [new file with mode: 0755]
installers/mgmt-cluster/gitea/library/functions.sh [new file with mode: 0755]
installers/mgmt-cluster/gitea/library/trap.sh [new file with mode: 0755]
installers/mgmt-cluster/gitea/values-all.yaml [new file with mode: 0644]
installers/mgmt-cluster/gitea/values-standalone-ingress-ssh2222.yaml [new file with mode: 0644]
installers/mgmt-cluster/gitea/values-standalone-ingress.yaml [new file with mode: 0644]
installers/mgmt-cluster/gitea/values-standalone.yaml [new file with mode: 0644]
installers/mgmt-cluster/install_mgmt_cluster.sh [new file with mode: 0755]
installers/mgmt-cluster/library/functions.sh [new file with mode: 0755]
installers/mgmt-cluster/library/trap.sh [new file with mode: 0755]
installers/mgmt-cluster/mgmt-operators-and-crds/add-operators-and-crds.sh [new file with mode: 0755]
installers/mgmt-cluster/mgmt-operators-and-crds/configure-workflows.sh [new file with mode: 0755]
installers/mgmt-cluster/mgmt-operators-and-crds/library/functions.sh [new file with mode: 0755]
installers/mgmt-cluster/mgmt-operators-and-crds/library/trap.sh [new file with mode: 0755]
installers/mgmt-cluster/minio/00-base-config.rc [new file with mode: 0644]
installers/mgmt-cluster/minio/01-deploy-minio-operator.sh [new file with mode: 0755]
installers/mgmt-cluster/minio/02-create-minio-tenant.sh [new file with mode: 0755]
installers/mgmt-cluster/minio/03-deploy-ingress-for-minio.sh [new file with mode: 0755]
installers/mgmt-cluster/minio/04-get-minio-connection-info.rc [new file with mode: 0644]
installers/mgmt-cluster/minio/05-export-connection-info.sh [new file with mode: 0755]
installers/mgmt-cluster/minio/ALL-IN-ONE-Minio-install.sh [new file with mode: 0755]
installers/mgmt-cluster/minio/README.md [new file with mode: 0644]
installers/mgmt-cluster/minio/ingress-manifests/console/ingress-console.yaml [new file with mode: 0644]
installers/mgmt-cluster/minio/ingress-manifests/tenant/ingress-tenant.yaml [new file with mode: 0644]
installers/mgmt-cluster/minio/library/functions.sh [new file with mode: 0755]
installers/mgmt-cluster/minio/library/trap.sh [new file with mode: 0755]
installers/mgmt-cluster/setup-cli-tools.sh [new file with mode: 0755]