# Scyld ClusterWare YUM Repo Template # # The following is an example template of /etc/yum.repos.d/clusterware.repo # # Visit http://www.penguincomputing.com/support/ # to download your custom, pre-built clusterware.repo # # For assistance: # Penguin Computing | 1-888-PENGUIN | support@penguincomputing.com [cw-core] name=ClusterWare Core baseurl=https://:@updates.penguincomputing.com/clusterware/$releasever/$basearch/core enabled=1 gpgcheck=1 gpgkey=https://updates.penguincomputing.com/RPM-GPG-KEY-PenguinComputing priority=3 [cw-updates] name=ClusterWare Updates baseurl=https://:@updates.penguincomputing.com/clusterware/$releasever/$basearch/updates enabled=1 gpgcheck=1 gpgkey=https://updates.penguincomputing.com/RPM-GPG-KEY-PenguinComputing priority=3 # In general, a Scyld-modified version of the latest Red Hat kernel gets # released to cw-core or cw-updates when all 3rd-party kernel modules (e.g., # from Panasas) are available for that kernel, which introduces a lag time # of two or more weeks after a Red Hat kernel release. Users who do not need # such 3rd-party kernel modules may choose to download and install the latest # Scyld kernel from the cw-next repository shortly after a Red Hat release. # This third yum repository directory is optional. To enable it, simply # change "enabled=0" to "enabled=1". [cw-next] name=ClusterWare Next baseurl=https://:@updates.penguincomputing.com/clusterware/$releasever/$basearch/updates.next enabled=0 gpgcheck=1 gpgkey=https://updates.penguincomputing.com/RPM-GPG-KEY-PenguinComputing priority=3