gcc_compat_package: compat-gcc-34

all_repositories:
  latest:
    name: rhel6-latest
    baseurl: "{{ rhel_base }}/$basearch/os/"
  optional:
    name: rhel6-optional
    baseurl: "{{ rhel_base }}/$basearch/optional/os/"
  extras:
    name: rhel6-extras
    baseurl: "{{ rhel_base }}/$basearch/extras/os/"
  epel:
    name: epel
    mirrorlist: "{{ fedora_mirrors }}repo=epel-6"
  rhscl_python27:
    name: rhscl-python27
    baseurl: https://www.softwarecollections.org/repos/rhscl/python27/epel-6-$basearch/

# These types of repositories will download the requested URL into the /etc/yum.repos.d
# folder in order to enable them
all_download_repositories:
  beaker: https://beaker-project.org/yum/beaker-client-RedHatEnterpriseLinux.repo
  jenkins: http://pkg.jenkins-ci.org/redhat-stable/jenkins.repo

jenkins_slave_repositories:
  - "{{ all_repositories.latest }}"
  - "{{ all_repositories.optional }}"
  - "{{ all_repositories.extras }}"
  - "{{ all_repositories.epel }}"
  - "{{ all_repositories.rhscl_python27 }}"

jenkins_slave_download_repositories:
  - "{{ all_download_repositories.beaker }}"
