Browse Source

update requirements.yml with the new gitlab url

pull/175/head
Smaine Kahlouch 8 years ago
parent
commit
999141f0fd
1 changed files with 51 additions and 38 deletions
  1. 89
      requirements.yml

89
requirements.yml

@ -1,39 +1,52 @@
---
- src: https://github.com/ansibl8s/k8s-common.git
path: roles/apps
- src: https://github.com/ansibl8s/k8s-kubedns.git
path: roles/apps
#- src: https://github.com/ansibl8s/k8s-kube-ui.git
# path: roles/apps
#
#- src: https://github.com/ansibl8s/k8s-fabric8.git
# path: roles/apps
#
#- src: https://github.com/ansibl8s/k8s-elasticsearch.git
# path: roles/apps
#
#- src: https://github.com/ansibl8s/k8s-redis.git
# path: roles/apps
#
#- src: https://github.com/ansibl8s/k8s-memcached.git
# path: roles/apps
#
#- src: https://github.com/ansibl8s/k8s-postgres.git
# path: roles/apps
#
#- src: https://github.com/ansibl8s/k8s-pgbouncer.git
# path: roles/apps
#
#- src: https://github.com/ansibl8s/k8s-heapster.git
# path: roles/apps
#
#- src: https://github.com/ansibl8s/k8s-influxdb.git
# path: roles/apps
#
#- src: https://github.com/ansibl8s/k8s-kubedash.git
# path: roles/apps
#
#- src: https://github.com/ansibl8s/k8s-kube-logstash.git
# path: roles/apps
- src: https://gitlab.com/kubespray-ansibl8s/k8s-common.git
path: roles/apps
scm: git
- src: https://gitlab.com/kubespray-ansibl8s/k8s-kubedns.git
path: roles/apps
scm: git
- src: https://gitlab.com/kubespray-ansibl8s/k8s-kube-ui.git
path: roles/apps
scm: git
- src: https://gitlab.com/kubespray-ansibl8s/k8s-fabric8.git
path: roles/apps
scm: git
- src: https://gitlab.com/kubespray-ansibl8s/k8s-elasticsearch.git
path: roles/apps
scm: git
- src: https://gitlab.com/kubespray-ansibl8s/k8s-redis.git
path: roles/apps
scm: git
- src: https://gitlab.com/kubespray-ansibl8s/k8s-memcached.git
path: roles/apps
scm: git
- src: https://gitlab.com/kubespray-ansibl8s/k8s-postgres.git
path: roles/apps
scm: git
- src: https://gitlab.com/kubespray-ansibl8s/k8s-pgbouncer.git
path: roles/apps
scm: git
- src: https://gitlab.com/kubespray-ansibl8s/k8s-heapster.git
path: roles/apps
scm: git
- 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…
Cancel
Save