]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
openstack: add --test-repo CLI option 1218/head
authorKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Thu, 26 Oct 2017 16:15:41 +0000 (18:15 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Thu, 18 Oct 2018 22:52:44 +0000 (00:52 +0200)
commitff66acf18771b725ede50ddb5c3b04d166149d86
tree454ca30c97f9b3a5e61f590a835420c134cf0184
parentcd1cef6a01d691f816ca1a3a81947f12ca80fa5c
openstack: add --test-repo CLI option

Add custom repos before installing rpm packages on test nodes.
Repository can be specified as a NAME:URL pair. Several repos
can be provided by specifying the option multiple times.
For example,
    --test-repo foo:http://example.com/repo/foo \
    --test-repo bar:http://example.com/repo/bar

gives two test package repositories named "foo" and "bar".

Conflicts:
scripts/openstack.py
teuthology/openstack/__init__.py
teuthology/orchestra/opsys.py
teuthology/task/install/rpm.py
scripts/openstack.py
teuthology/openstack/__init__.py
teuthology/openstack/openstack-basic.yaml [new file with mode: 0644]
teuthology/openstack/openstack-buildpackages.yaml [new file with mode: 0644]
teuthology/openstack/openstack.yaml [deleted file]
teuthology/orchestra/opsys.py
teuthology/packaging.py
teuthology/run.py
teuthology/task/install/__init__.py
teuthology/task/install/rpm.py
teuthology/task/internal/__init__.py