]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
teuthology: add defaults for ceph_git_base_url 460/head
authorKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Fri, 15 Mar 2019 00:17:10 +0000 (01:17 +0100)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Mon, 3 Jun 2019 13:29:14 +0000 (15:29 +0200)
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@gmail.com>
roles/teuthology/defaults/main.yml
roles/teuthology/templates/teuthology.yaml

index 4b62c341b3c6ffcc18713248c16ddf7fff47c615..1204f5bca6157efc36138456c1a51c3e22fbd770 100644 (file)
@@ -11,7 +11,7 @@ teuthology_users:
 teuthology_repo: https://github.com/ceph/teuthology.git
 teuthology_branch: "master"
 teuthology_yaml_extra: ""
-
+teuthology_ceph_git_base_url: "git://git.ceph.com/"
 archive_base: "/home/{{ teuthology_execution_user }}/archive"
 
 remote_crontab_url: "https://raw.githubusercontent.com/ceph/ceph/master/qa/crontab/teuthology-cronjobs"
index c1055f33a04c98f8084f0c7114b74e2e704429db..8fedf206abfc9ef6e719052f93292499afda1471 100644 (file)
@@ -11,6 +11,6 @@ max_job_time: {{ teuthology_max_job_time|default(129600) }}
 # Not yet configurable via ansible
 archive_server: http://{{ inventory_hostname }}/
 archive_base: {{ archive_base }}
-ceph_git_base_url: git://git.ceph.com/
+ceph_git_base_url: {{ teuthology_ceph_git_base_url }}
 queue_host: localhost
 queue_port: 11300