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.

Story: 2002843
Task: 22788
Depends-On: https://review.openstack.org/581107
Change-Id: I335508c0049166e6a17076faf6d42e52984c1908
Signed-off-by: Scott Little <scott.little@windriver.com>
This commit is contained in:
Scott Little 2018-07-09 14:49:26 -04:00
parent 1671e5cb07
commit 829e63bf66
1 changed files with 13 additions and 0 deletions

View File

@ -5,6 +5,9 @@
<remote name="openstack" fetch="https://git.openstack.org/openstack" />
<remote name="starlingx" fetch="https://git.starlingx.io" />
<remote name="hpe-storage" fetch="https://github.com/hpe-storage" />
<remote name="kubernetes" fetch="https://github.com/kubernetes" />
<remote name="docker" fetch="https://github.com/docker" />
<remote name="calico" fetch="https://github.com/projectcalico" />
<!-- note, you can also provide personal overrides for your own github -->
<!-- for tests/experiments -->
@ -78,4 +81,14 @@
<project remote="hpe-storage" revision="d0e6de393cecc765eba70312c466e91405fb2a69" name="python-3parclient.git" path="cgcs-root/stx/git/python-3parclient" />
<project remote="hpe-storage" revision="db9773f0f97c5af04da89fcb7dca2a6ddf8d5e4a" name="python-lefthandclient.git" path="cgcs-root/stx/git/python-lefthandclient" />
<!-- Docker -->
<project remote="docker" revision="refs/tags/v2.6.2" name="distribution.git" path="cgcs-root/stx/git/docker-distribution"/>
<!-- Kuberneties -->
<project remote="kubernetes" revision="refs/tags/v1.9.6" name="kubernetes.git" path="cgcs-root/stx/git/kubernetes"/>
<project remote="kubernetes" revision="refs/tags/v1.8.3" name="dashboard.git" path="cgcs-root/stx/git/kube-dashboard"/>
<project remote="kubernetes" revision="refs/tags/1.14.8" name="dns.git" path="cgcs-root/stx/git/kube-dns"/>
<!-- Calico -->
<project remote="calico" revision="refs/tags/v3.1.1" name="calico.git" path="cgcs-root/stx/git/calico"/>
</manifest>