Skip to content

Commit

Permalink
(SIMP-6919) Remove unnecessary EPEL repos in node sets (#44)
Browse files Browse the repository at this point in the history
SIMP-6919 #comment pupmod-simp-network
  • Loading branch information
lnemsick-simp authored and jeannegreulich committed Aug 16, 2019
1 parent 364d1ad commit f851ea1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
12 changes: 2 additions & 10 deletions spec/acceptance/nodesets/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,14 @@ HOSTS:
platform: el-6-x86_64
box: centos/6
hypervisor: <%= hypervisor %>
yum_repos:
epel:
mirrorlist: 'https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch'
gpgkeys:
- https://getfedora.org/static/0608B895.txt

el7:
roles:
- client
platform: el-7-x86_64
box: centos/7
hypervisor: <%= hypervisor %>
yum_repos:
epel:
mirrorlist: 'https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch'
gpgkeys:
- https://getfedora.org/static/352C64E5.txt

CONFIG:
log_level: verbose
type: aio
Expand Down
12 changes: 2 additions & 10 deletions spec/acceptance/nodesets/oel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,14 @@ HOSTS:
platform: el-6-x86_64
box: onyxpoint/oel-6-x86_64
hypervisor: <%= hypervisor %>
yum_repos:
epel:
mirrorlist: 'https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch'
gpgkeys:
- https://getfedora.org/static/0608B895.txt

oel7:
roles:
- client
platform: el-7-x86_64
box: onyxpoint/oel-7-x86_64
hypervisor: <%= hypervisor %>
yum_repos:
epel:
mirrorlist: 'https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch'
gpgkeys:
- https://getfedora.org/static/352C64E5.txt

CONFIG:
log_level: verbose
type: aio
Expand Down

0 comments on commit f851ea1

Please sign in to comment.