From a27dd5c4bf2c0ee4eb6f1cba8664e0f0014fc850 Mon Sep 17 00:00:00 2001 From: xuezhaojun Date: Thu, 25 May 2023 12:41:56 +0800 Subject: [PATCH] Move back origin ocm files. Signed-off-by: xuezhaojun --- .../ISSUE_TEMPLATE/bug_report.md | 0 .../ISSUE_TEMPLATE/enhancement_request.md | 0 .../ISSUE_TEMPLATE/other_report.md | 0 {origin/.github => .github}/workflows/dco.yml | 0 origin/CODE_OF_CONDUCT.md => CODE_OF_CONDUCT.md | 0 origin/CONTRIBUTING.md => CONTRIBUTING.md | 0 origin/DCO => DCO | 0 origin/LICENSE => LICENSE | 0 origin/OWNERS => OWNERS | 0 origin/README.md => README.md | 0 origin/SECURITY.md => SECURITY.md | 0 {origin/assets => assets}/cncf.png | Bin {origin/assets => assets}/ocm-arch.drawio | 0 {origin/assets => assets}/ocm-arch.png | Bin {origin/assets => assets}/ocm-logo.png | Bin .../access-remote-api/README.md | 0 .../manifests/clusterrolebinding.yaml | 0 .../access-remote-api/manifests/managed-sa.yaml | 0 .../solutions => solutions}/cluster-api/README.md | 0 .../cluster-api/register-join.sh | 0 .../deploy-a-helm-chart/README.md | 0 .../deploy-a-helm-chart/deploy.sh | 0 .../deploy-a-helm-chart/manifests/channel.yaml | 0 .../deploy-a-helm-chart/manifests/placement.yaml | 0 .../deploy-a-helm-chart/manifests/subscription.yaml | 0 .../deploy-argocd-apps/README.md | 0 .../deploy-argocd-apps/cluster1-config.yaml | 0 .../deploy-argocd-apps/cluster2-config.yaml | 0 .../manifests/guestbook-app-placement.yaml | 0 .../deploy-argocd-apps/manifests/guestbook-app.yaml | 0 .../manifests/ocm-placement-consumer-role.yaml | 0 .../ocm-placement-consumer-rolebinding.yaml | 0 .../manifests/ocm-placement-generator-cm.yaml | 0 .../deploy-argocd-apps/setup-argocd.sh | 0 .../deploy-argocd-apps/setup-ocm.sh | 0 .../deploy-manifests/README.md | 0 .../deploy-manifests/manifests/nginx.yaml | 0 .../migrate-kubefed/README.md | 0 .../run-multicluster-servicemesh/README.md | 0 .../manifests/destinationrule-cluster2.yaml | 0 .../manifests/meshdeployment.yaml | 0 .../manifests/meshfederation.yaml | 0 .../manifests/serviceentry-export-cluster2.yaml | 0 .../manifests/serviceentry-import-cluster1.yaml | 0 .../manifests/virtualservice-cluster1.yaml | 0 .../setup-dev-environment/README.md | 0 .../setup-dev-environment/local-up.sh | 0 .../setup-ocm.md | 0 48 files changed, 0 insertions(+), 0 deletions(-) rename {origin/.github => .github}/ISSUE_TEMPLATE/bug_report.md (100%) rename {origin/.github => .github}/ISSUE_TEMPLATE/enhancement_request.md (100%) rename {origin/.github => .github}/ISSUE_TEMPLATE/other_report.md (100%) rename {origin/.github => .github}/workflows/dco.yml (100%) rename origin/CODE_OF_CONDUCT.md => CODE_OF_CONDUCT.md (100%) rename origin/CONTRIBUTING.md => CONTRIBUTING.md (100%) rename origin/DCO => DCO (100%) rename origin/LICENSE => LICENSE (100%) rename origin/OWNERS => OWNERS (100%) rename origin/README.md => README.md (100%) rename origin/SECURITY.md => SECURITY.md (100%) rename {origin/assets => assets}/cncf.png (100%) rename {origin/assets => assets}/ocm-arch.drawio (100%) rename {origin/assets => assets}/ocm-arch.png (100%) rename {origin/assets => assets}/ocm-logo.png (100%) rename {origin/solutions => solutions}/access-remote-api/README.md (100%) rename {origin/solutions => solutions}/access-remote-api/manifests/clusterrolebinding.yaml (100%) rename {origin/solutions => solutions}/access-remote-api/manifests/managed-sa.yaml (100%) rename {origin/solutions => solutions}/cluster-api/README.md (100%) rename {origin/solutions => solutions}/cluster-api/register-join.sh (100%) rename {origin/solutions => solutions}/deploy-a-helm-chart/README.md (100%) rename {origin/solutions => solutions}/deploy-a-helm-chart/deploy.sh (100%) rename {origin/solutions => solutions}/deploy-a-helm-chart/manifests/channel.yaml (100%) rename {origin/solutions => solutions}/deploy-a-helm-chart/manifests/placement.yaml (100%) rename {origin/solutions => solutions}/deploy-a-helm-chart/manifests/subscription.yaml (100%) rename {origin/solutions => solutions}/deploy-argocd-apps/README.md (100%) rename {origin/solutions => solutions}/deploy-argocd-apps/cluster1-config.yaml (100%) rename {origin/solutions => solutions}/deploy-argocd-apps/cluster2-config.yaml (100%) rename {origin/solutions => solutions}/deploy-argocd-apps/manifests/guestbook-app-placement.yaml (100%) rename {origin/solutions => solutions}/deploy-argocd-apps/manifests/guestbook-app.yaml (100%) rename {origin/solutions => solutions}/deploy-argocd-apps/manifests/ocm-placement-consumer-role.yaml (100%) rename {origin/solutions => solutions}/deploy-argocd-apps/manifests/ocm-placement-consumer-rolebinding.yaml (100%) rename {origin/solutions => solutions}/deploy-argocd-apps/manifests/ocm-placement-generator-cm.yaml (100%) rename {origin/solutions => solutions}/deploy-argocd-apps/setup-argocd.sh (100%) rename {origin/solutions => solutions}/deploy-argocd-apps/setup-ocm.sh (100%) rename {origin/solutions => solutions}/deploy-manifests/README.md (100%) rename {origin/solutions => solutions}/deploy-manifests/manifests/nginx.yaml (100%) rename {origin/solutions => solutions}/migrate-kubefed/README.md (100%) rename {origin/solutions => solutions}/run-multicluster-servicemesh/README.md (100%) rename {origin/solutions => solutions}/run-multicluster-servicemesh/manifests/destinationrule-cluster2.yaml (100%) rename {origin/solutions => solutions}/run-multicluster-servicemesh/manifests/meshdeployment.yaml (100%) rename {origin/solutions => solutions}/run-multicluster-servicemesh/manifests/meshfederation.yaml (100%) rename {origin/solutions => solutions}/run-multicluster-servicemesh/manifests/serviceentry-export-cluster2.yaml (100%) rename {origin/solutions => solutions}/run-multicluster-servicemesh/manifests/serviceentry-import-cluster1.yaml (100%) rename {origin/solutions => solutions}/run-multicluster-servicemesh/manifests/virtualservice-cluster1.yaml (100%) rename {origin/solutions => solutions}/setup-dev-environment/README.md (100%) rename {origin/solutions => solutions}/setup-dev-environment/local-up.sh (100%) rename {origin/troubleshooting => troubleshooting}/setup-ocm.md (100%) diff --git a/origin/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from origin/.github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.md diff --git a/origin/.github/ISSUE_TEMPLATE/enhancement_request.md b/.github/ISSUE_TEMPLATE/enhancement_request.md similarity index 100% rename from origin/.github/ISSUE_TEMPLATE/enhancement_request.md rename to .github/ISSUE_TEMPLATE/enhancement_request.md diff --git a/origin/.github/ISSUE_TEMPLATE/other_report.md b/.github/ISSUE_TEMPLATE/other_report.md similarity index 100% rename from origin/.github/ISSUE_TEMPLATE/other_report.md rename to .github/ISSUE_TEMPLATE/other_report.md diff --git a/origin/.github/workflows/dco.yml b/.github/workflows/dco.yml similarity index 100% rename from origin/.github/workflows/dco.yml rename to .github/workflows/dco.yml diff --git a/origin/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md similarity index 100% rename from origin/CODE_OF_CONDUCT.md rename to CODE_OF_CONDUCT.md diff --git a/origin/CONTRIBUTING.md b/CONTRIBUTING.md similarity index 100% rename from origin/CONTRIBUTING.md rename to CONTRIBUTING.md diff --git a/origin/DCO b/DCO similarity index 100% rename from origin/DCO rename to DCO diff --git a/origin/LICENSE b/LICENSE similarity index 100% rename from origin/LICENSE rename to LICENSE diff --git a/origin/OWNERS b/OWNERS similarity index 100% rename from origin/OWNERS rename to OWNERS diff --git a/origin/README.md b/README.md similarity index 100% rename from origin/README.md rename to README.md diff --git a/origin/SECURITY.md b/SECURITY.md similarity index 100% rename from origin/SECURITY.md rename to SECURITY.md diff --git a/origin/assets/cncf.png b/assets/cncf.png similarity index 100% rename from origin/assets/cncf.png rename to assets/cncf.png diff --git a/origin/assets/ocm-arch.drawio b/assets/ocm-arch.drawio similarity index 100% rename from origin/assets/ocm-arch.drawio rename to assets/ocm-arch.drawio diff --git a/origin/assets/ocm-arch.png b/assets/ocm-arch.png similarity index 100% rename from origin/assets/ocm-arch.png rename to assets/ocm-arch.png diff --git a/origin/assets/ocm-logo.png b/assets/ocm-logo.png similarity index 100% rename from origin/assets/ocm-logo.png rename to assets/ocm-logo.png diff --git a/origin/solutions/access-remote-api/README.md b/solutions/access-remote-api/README.md similarity index 100% rename from origin/solutions/access-remote-api/README.md rename to solutions/access-remote-api/README.md diff --git a/origin/solutions/access-remote-api/manifests/clusterrolebinding.yaml b/solutions/access-remote-api/manifests/clusterrolebinding.yaml similarity index 100% rename from origin/solutions/access-remote-api/manifests/clusterrolebinding.yaml rename to solutions/access-remote-api/manifests/clusterrolebinding.yaml diff --git a/origin/solutions/access-remote-api/manifests/managed-sa.yaml b/solutions/access-remote-api/manifests/managed-sa.yaml similarity index 100% rename from origin/solutions/access-remote-api/manifests/managed-sa.yaml rename to solutions/access-remote-api/manifests/managed-sa.yaml diff --git a/origin/solutions/cluster-api/README.md b/solutions/cluster-api/README.md similarity index 100% rename from origin/solutions/cluster-api/README.md rename to solutions/cluster-api/README.md diff --git a/origin/solutions/cluster-api/register-join.sh b/solutions/cluster-api/register-join.sh similarity index 100% rename from origin/solutions/cluster-api/register-join.sh rename to solutions/cluster-api/register-join.sh diff --git a/origin/solutions/deploy-a-helm-chart/README.md b/solutions/deploy-a-helm-chart/README.md similarity index 100% rename from origin/solutions/deploy-a-helm-chart/README.md rename to solutions/deploy-a-helm-chart/README.md diff --git a/origin/solutions/deploy-a-helm-chart/deploy.sh b/solutions/deploy-a-helm-chart/deploy.sh similarity index 100% rename from origin/solutions/deploy-a-helm-chart/deploy.sh rename to solutions/deploy-a-helm-chart/deploy.sh diff --git a/origin/solutions/deploy-a-helm-chart/manifests/channel.yaml b/solutions/deploy-a-helm-chart/manifests/channel.yaml similarity index 100% rename from origin/solutions/deploy-a-helm-chart/manifests/channel.yaml rename to solutions/deploy-a-helm-chart/manifests/channel.yaml diff --git a/origin/solutions/deploy-a-helm-chart/manifests/placement.yaml b/solutions/deploy-a-helm-chart/manifests/placement.yaml similarity index 100% rename from origin/solutions/deploy-a-helm-chart/manifests/placement.yaml rename to solutions/deploy-a-helm-chart/manifests/placement.yaml diff --git a/origin/solutions/deploy-a-helm-chart/manifests/subscription.yaml b/solutions/deploy-a-helm-chart/manifests/subscription.yaml similarity index 100% rename from origin/solutions/deploy-a-helm-chart/manifests/subscription.yaml rename to solutions/deploy-a-helm-chart/manifests/subscription.yaml diff --git a/origin/solutions/deploy-argocd-apps/README.md b/solutions/deploy-argocd-apps/README.md similarity index 100% rename from origin/solutions/deploy-argocd-apps/README.md rename to solutions/deploy-argocd-apps/README.md diff --git a/origin/solutions/deploy-argocd-apps/cluster1-config.yaml b/solutions/deploy-argocd-apps/cluster1-config.yaml similarity index 100% rename from origin/solutions/deploy-argocd-apps/cluster1-config.yaml rename to solutions/deploy-argocd-apps/cluster1-config.yaml diff --git a/origin/solutions/deploy-argocd-apps/cluster2-config.yaml b/solutions/deploy-argocd-apps/cluster2-config.yaml similarity index 100% rename from origin/solutions/deploy-argocd-apps/cluster2-config.yaml rename to solutions/deploy-argocd-apps/cluster2-config.yaml diff --git a/origin/solutions/deploy-argocd-apps/manifests/guestbook-app-placement.yaml b/solutions/deploy-argocd-apps/manifests/guestbook-app-placement.yaml similarity index 100% rename from origin/solutions/deploy-argocd-apps/manifests/guestbook-app-placement.yaml rename to solutions/deploy-argocd-apps/manifests/guestbook-app-placement.yaml diff --git a/origin/solutions/deploy-argocd-apps/manifests/guestbook-app.yaml b/solutions/deploy-argocd-apps/manifests/guestbook-app.yaml similarity index 100% rename from origin/solutions/deploy-argocd-apps/manifests/guestbook-app.yaml rename to solutions/deploy-argocd-apps/manifests/guestbook-app.yaml diff --git a/origin/solutions/deploy-argocd-apps/manifests/ocm-placement-consumer-role.yaml b/solutions/deploy-argocd-apps/manifests/ocm-placement-consumer-role.yaml similarity index 100% rename from origin/solutions/deploy-argocd-apps/manifests/ocm-placement-consumer-role.yaml rename to solutions/deploy-argocd-apps/manifests/ocm-placement-consumer-role.yaml diff --git a/origin/solutions/deploy-argocd-apps/manifests/ocm-placement-consumer-rolebinding.yaml b/solutions/deploy-argocd-apps/manifests/ocm-placement-consumer-rolebinding.yaml similarity index 100% rename from origin/solutions/deploy-argocd-apps/manifests/ocm-placement-consumer-rolebinding.yaml rename to solutions/deploy-argocd-apps/manifests/ocm-placement-consumer-rolebinding.yaml diff --git a/origin/solutions/deploy-argocd-apps/manifests/ocm-placement-generator-cm.yaml b/solutions/deploy-argocd-apps/manifests/ocm-placement-generator-cm.yaml similarity index 100% rename from origin/solutions/deploy-argocd-apps/manifests/ocm-placement-generator-cm.yaml rename to solutions/deploy-argocd-apps/manifests/ocm-placement-generator-cm.yaml diff --git a/origin/solutions/deploy-argocd-apps/setup-argocd.sh b/solutions/deploy-argocd-apps/setup-argocd.sh similarity index 100% rename from origin/solutions/deploy-argocd-apps/setup-argocd.sh rename to solutions/deploy-argocd-apps/setup-argocd.sh diff --git a/origin/solutions/deploy-argocd-apps/setup-ocm.sh b/solutions/deploy-argocd-apps/setup-ocm.sh similarity index 100% rename from origin/solutions/deploy-argocd-apps/setup-ocm.sh rename to solutions/deploy-argocd-apps/setup-ocm.sh diff --git a/origin/solutions/deploy-manifests/README.md b/solutions/deploy-manifests/README.md similarity index 100% rename from origin/solutions/deploy-manifests/README.md rename to solutions/deploy-manifests/README.md diff --git a/origin/solutions/deploy-manifests/manifests/nginx.yaml b/solutions/deploy-manifests/manifests/nginx.yaml similarity index 100% rename from origin/solutions/deploy-manifests/manifests/nginx.yaml rename to solutions/deploy-manifests/manifests/nginx.yaml diff --git a/origin/solutions/migrate-kubefed/README.md b/solutions/migrate-kubefed/README.md similarity index 100% rename from origin/solutions/migrate-kubefed/README.md rename to solutions/migrate-kubefed/README.md diff --git a/origin/solutions/run-multicluster-servicemesh/README.md b/solutions/run-multicluster-servicemesh/README.md similarity index 100% rename from origin/solutions/run-multicluster-servicemesh/README.md rename to solutions/run-multicluster-servicemesh/README.md diff --git a/origin/solutions/run-multicluster-servicemesh/manifests/destinationrule-cluster2.yaml b/solutions/run-multicluster-servicemesh/manifests/destinationrule-cluster2.yaml similarity index 100% rename from origin/solutions/run-multicluster-servicemesh/manifests/destinationrule-cluster2.yaml rename to solutions/run-multicluster-servicemesh/manifests/destinationrule-cluster2.yaml diff --git a/origin/solutions/run-multicluster-servicemesh/manifests/meshdeployment.yaml b/solutions/run-multicluster-servicemesh/manifests/meshdeployment.yaml similarity index 100% rename from origin/solutions/run-multicluster-servicemesh/manifests/meshdeployment.yaml rename to solutions/run-multicluster-servicemesh/manifests/meshdeployment.yaml diff --git a/origin/solutions/run-multicluster-servicemesh/manifests/meshfederation.yaml b/solutions/run-multicluster-servicemesh/manifests/meshfederation.yaml similarity index 100% rename from origin/solutions/run-multicluster-servicemesh/manifests/meshfederation.yaml rename to solutions/run-multicluster-servicemesh/manifests/meshfederation.yaml diff --git a/origin/solutions/run-multicluster-servicemesh/manifests/serviceentry-export-cluster2.yaml b/solutions/run-multicluster-servicemesh/manifests/serviceentry-export-cluster2.yaml similarity index 100% rename from origin/solutions/run-multicluster-servicemesh/manifests/serviceentry-export-cluster2.yaml rename to solutions/run-multicluster-servicemesh/manifests/serviceentry-export-cluster2.yaml diff --git a/origin/solutions/run-multicluster-servicemesh/manifests/serviceentry-import-cluster1.yaml b/solutions/run-multicluster-servicemesh/manifests/serviceentry-import-cluster1.yaml similarity index 100% rename from origin/solutions/run-multicluster-servicemesh/manifests/serviceentry-import-cluster1.yaml rename to solutions/run-multicluster-servicemesh/manifests/serviceentry-import-cluster1.yaml diff --git a/origin/solutions/run-multicluster-servicemesh/manifests/virtualservice-cluster1.yaml b/solutions/run-multicluster-servicemesh/manifests/virtualservice-cluster1.yaml similarity index 100% rename from origin/solutions/run-multicluster-servicemesh/manifests/virtualservice-cluster1.yaml rename to solutions/run-multicluster-servicemesh/manifests/virtualservice-cluster1.yaml diff --git a/origin/solutions/setup-dev-environment/README.md b/solutions/setup-dev-environment/README.md similarity index 100% rename from origin/solutions/setup-dev-environment/README.md rename to solutions/setup-dev-environment/README.md diff --git a/origin/solutions/setup-dev-environment/local-up.sh b/solutions/setup-dev-environment/local-up.sh similarity index 100% rename from origin/solutions/setup-dev-environment/local-up.sh rename to solutions/setup-dev-environment/local-up.sh diff --git a/origin/troubleshooting/setup-ocm.md b/troubleshooting/setup-ocm.md similarity index 100% rename from origin/troubleshooting/setup-ocm.md rename to troubleshooting/setup-ocm.md