This is a url to an actual repo file, not a baseurl to use in a repo.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
set_fact:
is_atomic: '{{ stat_ostree.stat.exists }}'
+ - name: install nightly rhel7 repo
+ get_url:
+ url: "{{ rhel7_repo_url }}"
+ dest: /etc/yum.repos.d
+ owner: root
+ group: root
+ when: not is_atomic
+
- hosts: mons
gather_facts: false
become: yes
vagrant up --no-provision {posargs:--provider=virtualbox}
bash {toxinidir}/tests/scripts/generate_ssh_config.sh {changedir}
- rhcs: ansible-playbook -vv -i {changedir}/hosts {toxinidir}/tests/functional/rhcs_setup.yml --extra-vars "repo_url={env:REPO_URL:}" --skip-tags "vagrant_setup"
+ rhcs: ansible-playbook -vv -i {changedir}/hosts {toxinidir}/tests/functional/rhcs_setup.yml --extra-vars "repo_url={env:REPO_URL:} rhel7_repo_url={env:RHEL7_REPO_URL:}" --skip-tags "vagrant_setup"
ansible-playbook -vv -i {changedir}/hosts {toxinidir}/{env:PLAYBOOK:site.yml.sample} --extra-vars '\
\{\