Re-org the IEC repo to adapt to actual deployment 53/453/1
authortrevortao <trevor.tao@arm.com>
Thu, 7 Mar 2019 07:56:53 +0000 (15:56 +0800)
committertrevortao <trevor.tao@arm.com>
Thu, 7 Mar 2019 07:56:53 +0000 (15:56 +0800)
commit38539411e0db414bd281be6313e080cbff7bab13
tree36d1747976c47f51ed995af2fbc1f83c43389b4f
parent213fe20e6996b570081a86926ceafe4240ca983f
Re-org the IEC repo to adapt to actual deployment

1. Setup a src folder to include all src files
for IEC;
2. Move installation scripts to src/foundation
sub-folder;
3. Add use_cases sub-folder for all possible
IEC use cases;
4. Add SEBA-on-arm as one of the IEC use cases;
other use cases could be added in the future;
5. Add doc/ folder to contain docs for IEC;
other folders could be added in the iec/ root
folder in the future;
6. Add a README file for SEBA-on-arm use case,
please see it for the structure of the
seba_on_arm/ folder;

Change-Id: Ie0fc876e91188c0611dcab953f7ba27f1f353530
Signed-off-by: trevortao <trevor.tao@arm.com>
19 files changed:
src/foundation/scripts/cni/calico/calico.yaml [moved from scripts/cni/calico/calico.yaml with 100% similarity]
src/foundation/scripts/cni/calico/etcd-amd64.yaml [moved from scripts/cni/calico/etcd-amd64.yaml with 100% similarity]
src/foundation/scripts/cni/calico/etcd-arm64.yaml [moved from scripts/cni/calico/etcd-arm64.yaml with 100% similarity]
src/foundation/scripts/cni/calico/rbac.yaml [moved from scripts/cni/calico/rbac.yaml with 100% similarity]
src/foundation/scripts/helm.sh [moved from scripts/helm.sh with 100% similarity]
src/foundation/scripts/k8s_common.sh [moved from scripts/k8s_common.sh with 100% similarity]
src/foundation/scripts/k8s_master.sh [moved from scripts/k8s_master.sh with 100% similarity]
src/foundation/scripts/k8s_worker.sh [moved from scripts/k8s_worker.sh with 100% similarity]
src/foundation/scripts/nginx.sh [moved from scripts/nginx.sh with 100% similarity]
src/foundation/scripts/setup-cni.sh [moved from scripts/setup-cni.sh with 100% similarity]
src/foundation/scripts/startup.sh [moved from scripts/startup.sh with 100% similarity]
src/use_cases/seba_on_arm/README.rst [new file with mode: 0644]
src/use_cases/seba_on_arm/charts/README [new file with mode: 0644]
src/use_cases/seba_on_arm/docker/README [new file with mode: 0644]
src/use_cases/seba_on_arm/install/README [new file with mode: 0644]
src/use_cases/seba_on_arm/src_repo/kubectl-deployer-docker/Dockerfile [new file with mode: 0644]
src/use_cases/seba_on_arm/src_repo/kubectl-deployer-docker/Dockerfile.arm64 [new file with mode: 0644]
src/use_cases/seba_on_arm/src_repo/kubectl-deployer-docker/README.arm [new file with mode: 0644]
src/use_cases/seba_on_arm/src_repo/kubectl-deployer-docker/README.md [new file with mode: 0644]