Skip to content

Commit

Permalink
remove arc5 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
VilleS1 committed Apr 2, 2020
1 parent ca500e3 commit e524798
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
14 changes: 14 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,17 @@ arc_frontend_queue_grid: |
benchmark="SPECINT2000 {{arc_frontend_si00}}"
benchmark="HEPSPEC2006 {{arc_frontend_hs06}}"
arc5_packages:
- nordugrid-arc-arex-5.4.4-2.el7.x86_64
- nordugrid-arc-gridftpd-5.4.4-2.el7.x86_64
- nordugrid-arc-gridmap-utils-5.4.4-2.el7.noarch
- nordugrid-arc-ldap-infosys-5.4.4-2.el7.noarch
- nordugrid-arc-aris-5.4.4-2.el7.noarch
- nordugrid-arc-arex-5.4.4-2.el7.x86_64
- nordugrid-arc-hed-5.4.4-2.el7.x86_64
- nordugrid-arc-plugins-globus-5.4.4-2.el7.x86_64
- nordugrid-arc-client-5.4.4-2.el7.x86_64
- python2-nordugrid-arc-5.4.4-2.el7.x86_64
- nordugrid-arc-plugins-needed-5.4.4-2.el7.x86_64
- nordugrid-release-15.03-1.el7.centos.noarch
- nordugrid-arc-5.4.4-2.el7.x86_64
10 changes: 9 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@
#- name: copy nordugrid.repo file
# template: src=nordugrid.repo.j2 dest=/etc/yum.repos.d/nordugrid.repo owner=root mode=0644
#
- name: Remove ARC5 packages
yum: name={{arc5_packages}} state=absent

- name: Remove ARC5 key
rpm_key:
state: absent
key: 41c00d89

- name: install nordugrid repo
yum: pkg=https://download.nordugrid.org/packages/nordugrid-release/releases/6/centos/el7/x86_64/nordugrid-release-6-1.el7.noarch.rpm

- name: install nordugrid rpm key
rpm_key: key=http://download.nordugrid.org/RPM-GPG-KEY-nordugrid-6 state=present
rpm_key: key=https://download.nordugrid.org/RPM-GPG-KEY-nordugrid-6 state=present

- name: update all the things
yum: name=* state=latest
Expand Down

0 comments on commit e524798

Please sign in to comment.