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 <scott.little@windriver.com>
This commit is contained in:
Scott Little 2018-07-09 14:21:22 -04:00
parent d844efb0cb
commit b23d3a674b
6 changed files with 10 additions and 0 deletions

5
git/.gitignore vendored
View File

@ -45,3 +45,8 @@
/distributedcloud-client
/networking-sfc
/neutron-lib
/docker-distribution
/kubernetes
/kube-dashboard
/kube-dns
/calico

1
git/calico.txt Normal file
View File

@ -0,0 +1 @@
https://github.com/projectcalico/calico.git

View File

@ -0,0 +1 @@
https://github.com/docker/distribution.git

1
git/kube-dashboard.txt Normal file
View File

@ -0,0 +1 @@
https://github.com/kubernetes/dashboard.git

1
git/kube-dns.txt Normal file
View File

@ -0,0 +1 @@
https://github.com/kubernetes/dns.git

1
git/kubernetes.txt Normal file
View File

@ -0,0 +1 @@
https://github.com/kubernetes/kubernetes.git