]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commit
downstream-setup: adds a new downstream_setup.yml playbook.
authorAndrew Schoen <aschoen@redhat.com>
Thu, 30 Apr 2015 20:19:33 +0000 (15:19 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Mon, 18 May 2015 21:27:16 +0000 (16:27 -0500)
commit7a8dbf0a5a543e3cf921032f45896dd3a29d8580
treec2bcb46e228c5622322504fba4fc05c099ddf238
parentf449b7bea74378fd8a0488017c09c3b56668b17e
downstream-setup: adds a new downstream_setup.yml playbook.

This playbook will be used to setup testnodes for downstream
testing by downloading arbitrary yum repos. The repos to install should
be passed in with the --extra-vars option to ansible-playbook.

The yum_repos var must be a list of hashes defining the url to download
the repo from and the name to save it as in /etc/yum.repos.d

For example:

  --extra-vars '{"yum_repos":[{"url": "<url>", "name": "name"}]}'

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
downstream_setup.yml [new file with mode: 0644]
roles/downstream-setup/defaults/main.yml [new file with mode: 0644]
roles/downstream-setup/tasks/main.yml [new file with mode: 0644]
roles/downstream-setup/tasks/yum_repos.yml [new file with mode: 0644]