]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
expose the install._get_baseurl template in .teuthology.yaml 509/head
authorLoic Dachary <ldachary@redhat.com>
Mon, 1 Jun 2015 17:04:36 +0000 (19:04 +0200)
committerLoic Dachary <ldachary@redhat.com>
Tue, 2 Jun 2015 09:30:31 +0000 (11:30 +0200)
commit31bbe1e8acb792e3bb61efb422188fdc07be5c45
tree4eb2c285a8a9d97b8bc06878846d9d4ffb5f7234
parent33f7ffc65212bc0da31095d9c6f721e54898a39b
expose the install._get_baseurl template in .teuthology.yaml

Instead of hardcoding the template used by _get_baseurl to build the URL
of the repository where packages are to be found, make it a

   baseurl_template

configuration parameter in the teuthology.yaml file.

_update_rpm_package_list_and_install did not call _get_baseurl and hard
coded another template identical to the one used by _get_baseurl. The
only difference was {distro_release} instead of {dist} but they are
expected to be identical for rpm based distributions.

http://tracker.ceph.com/issues/11830 Fixes: #11830

Signed-off-by: Loic Dachary <loic@dachary.org>
docs/siteconfig.rst
teuthology/config.py
teuthology/task/install.py
teuthology/test/task/test_install.py