]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
install: Add get_package_list()
authorZack Cerza <zack@redhat.com>
Tue, 8 Mar 2016 21:38:31 +0000 (14:38 -0700)
committerZack Cerza <zack@redhat.com>
Wed, 9 Mar 2016 22:22:29 +0000 (15:22 -0700)
commitb342c3e887e45d83f0f25d254d424fb7bdbde52b
tree5d5bbb0cff410ca0b6c5e3e9e77bf5de46e00df2
parente99b23a83727889ae263e80187051aea9d85c0cb
install: Add get_package_list()

Move package lists out of the module and into packages.yaml. Enable
overriding package lists via the job config.

Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/task/install.py
teuthology/task/packages.yaml [new file with mode: 0644]
teuthology/test/task/test_install.py