update requirements.yml with the new gitlab url
This commit is contained in:
parent
0c2183c10a
commit
999141f0fd
1 changed files with 47 additions and 34 deletions
|
@ -1,39 +1,52 @@
|
||||||
---
|
---
|
||||||
- src: https://github.com/ansibl8s/k8s-common.git
|
- src: https://gitlab.com/kubespray-ansibl8s/k8s-common.git
|
||||||
path: roles/apps
|
path: roles/apps
|
||||||
|
scm: git
|
||||||
|
|
||||||
- src: https://github.com/ansibl8s/k8s-kubedns.git
|
- src: https://gitlab.com/kubespray-ansibl8s/k8s-kubedns.git
|
||||||
path: roles/apps
|
path: roles/apps
|
||||||
|
scm: git
|
||||||
|
|
||||||
#- src: https://github.com/ansibl8s/k8s-kube-ui.git
|
- src: https://gitlab.com/kubespray-ansibl8s/k8s-kube-ui.git
|
||||||
# path: roles/apps
|
path: roles/apps
|
||||||
#
|
scm: git
|
||||||
#- src: https://github.com/ansibl8s/k8s-fabric8.git
|
|
||||||
# path: roles/apps
|
- src: https://gitlab.com/kubespray-ansibl8s/k8s-fabric8.git
|
||||||
#
|
path: roles/apps
|
||||||
#- src: https://github.com/ansibl8s/k8s-elasticsearch.git
|
scm: git
|
||||||
# path: roles/apps
|
|
||||||
#
|
- src: https://gitlab.com/kubespray-ansibl8s/k8s-elasticsearch.git
|
||||||
#- src: https://github.com/ansibl8s/k8s-redis.git
|
path: roles/apps
|
||||||
# path: roles/apps
|
scm: git
|
||||||
#
|
|
||||||
#- src: https://github.com/ansibl8s/k8s-memcached.git
|
- src: https://gitlab.com/kubespray-ansibl8s/k8s-redis.git
|
||||||
# path: roles/apps
|
path: roles/apps
|
||||||
#
|
scm: git
|
||||||
#- src: https://github.com/ansibl8s/k8s-postgres.git
|
|
||||||
# path: roles/apps
|
- src: https://gitlab.com/kubespray-ansibl8s/k8s-memcached.git
|
||||||
#
|
path: roles/apps
|
||||||
#- src: https://github.com/ansibl8s/k8s-pgbouncer.git
|
scm: git
|
||||||
# path: roles/apps
|
|
||||||
#
|
- src: https://gitlab.com/kubespray-ansibl8s/k8s-postgres.git
|
||||||
#- src: https://github.com/ansibl8s/k8s-heapster.git
|
path: roles/apps
|
||||||
# path: roles/apps
|
scm: git
|
||||||
#
|
|
||||||
#- src: https://github.com/ansibl8s/k8s-influxdb.git
|
- src: https://gitlab.com/kubespray-ansibl8s/k8s-pgbouncer.git
|
||||||
# path: roles/apps
|
path: roles/apps
|
||||||
#
|
scm: git
|
||||||
#- src: https://github.com/ansibl8s/k8s-kubedash.git
|
|
||||||
# path: roles/apps
|
- src: https://gitlab.com/kubespray-ansibl8s/k8s-heapster.git
|
||||||
#
|
path: roles/apps
|
||||||
#- src: https://github.com/ansibl8s/k8s-kube-logstash.git
|
scm: git
|
||||||
# path: roles/apps
|
|
||||||
|
- src: https://gitlab.com/kubespray-ansibl8s/k8s-influxdb.git
|
||||||
|
path: roles/apps
|
||||||
|
scm: git
|
||||||
|
|
||||||
|
- src: https://gitlab.com/kubespray-ansibl8s/k8s-kubedash.git
|
||||||
|
path: roles/apps
|
||||||
|
scm: git
|
||||||
|
|
||||||
|
- src: https://gitlab.com/kubespray-ansibl8s/k8s-kube-logstash.git
|
||||||
|
path: roles/apps
|
||||||
|
scm: git
|
||||||
|
|
Loading…
Reference in a new issue