From b23d3a674be4b050f1b33faa7f07dca0e3af5794 Mon Sep 17 00:00:00 2001 From: Scott Little Date: Mon, 9 Jul 2018 14:21:22 -0400 Subject: [PATCH] Add container related repos to manifest. Pull in the following git trees to enable porting of Titanium's containerization project into StarlingX https://github.com/projectcalico/calico.git https://github.com/docker/distribution.git https://github.com/kubernetes/dashboard.git https://github.com/kubernetes/dns.git https://github.com/kubernetes/kubernetes.git Note: The versions of these projects are not the newest, but rather reflect what has been tested to date. Change-Id: If3efeb24f10c4748fd2d2e6a93419fb40e648799 Story: 2002843 Task: 22788 Signed-off-by: Scott Little --- git/.gitignore | 5 +++++ git/calico.txt | 1 + git/docker-distribution.txt | 1 + git/kube-dashboard.txt | 1 + git/kube-dns.txt | 1 + git/kubernetes.txt | 1 + 6 files changed, 10 insertions(+) create mode 100644 git/calico.txt create mode 100644 git/docker-distribution.txt create mode 100644 git/kube-dashboard.txt create mode 100644 git/kube-dns.txt create mode 100644 git/kubernetes.txt diff --git a/git/.gitignore b/git/.gitignore index 90cb1c6..e7392b4 100644 --- a/git/.gitignore +++ b/git/.gitignore @@ -45,3 +45,8 @@ /distributedcloud-client /networking-sfc /neutron-lib +/docker-distribution +/kubernetes +/kube-dashboard +/kube-dns +/calico diff --git a/git/calico.txt b/git/calico.txt new file mode 100644 index 0000000..fb34553 --- /dev/null +++ b/git/calico.txt @@ -0,0 +1 @@ +https://github.com/projectcalico/calico.git diff --git a/git/docker-distribution.txt b/git/docker-distribution.txt new file mode 100644 index 0000000..c6ded76 --- /dev/null +++ b/git/docker-distribution.txt @@ -0,0 +1 @@ +https://github.com/docker/distribution.git diff --git a/git/kube-dashboard.txt b/git/kube-dashboard.txt new file mode 100644 index 0000000..e3d1eaf --- /dev/null +++ b/git/kube-dashboard.txt @@ -0,0 +1 @@ +https://github.com/kubernetes/dashboard.git diff --git a/git/kube-dns.txt b/git/kube-dns.txt new file mode 100644 index 0000000..14f56a4 --- /dev/null +++ b/git/kube-dns.txt @@ -0,0 +1 @@ +https://github.com/kubernetes/dns.git diff --git a/git/kubernetes.txt b/git/kubernetes.txt new file mode 100644 index 0000000..4f377cb --- /dev/null +++ b/git/kubernetes.txt @@ -0,0 +1 @@ +https://github.com/kubernetes/kubernetes.git