Skip to content

Instantly share code, notes, and snippets.

Created June 14, 2017 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/567ffeecebdb181e76215044fe01ba6d to your computer and use it in GitHub Desktop.
Save anonymous/567ffeecebdb181e76215044fe01ba6d to your computer and use it in GitHub Desktop.
Testing a new software stack for centos7.3
{% if grains['osrelease'].startswith('7.3') %}
intel_lustre_testing:
pkgrepo.managed:
- name: intel_lustre_testing
- humanname: "Intel support stack for lustre TESTING"
- baseurl: http://sca1401/yum/centos73/INTEL_LUSTRE_TESTING
- gpgcheck: 0
{% else %}
intel_lustre:
pkgrepo.managed:
- name: intel_lustre
- humanname: "Intel support stack for lustre"
- baseurl: http://sca1401/yum/centos72/INTEL_LUSTRE
- gpgcheck: 0
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment