Skip to content

Instantly share code, notes, and snippets.

@bgulla
Last active July 19, 2016 22:26
Show Gist options
  • Save bgulla/09caf8ed22da3e9261ae72970d1bc701 to your computer and use it in GitHub Desktop.
Save bgulla/09caf8ed22da3e9261ae72970d1bc701 to your computer and use it in GitHub Desktop.
Join me as I try to learn how to deploy Mantl.io via a tool that isn't Ansible
Yum repos
[ciscocloud-rpm]
name=ciscocloud-rpm
baseurl=https://dl.bintray.com/ciscocloud/rpm
gpgcheck=0
enabled=1
[asteris-mantl-rpm]
name=asteris-mantl-rpm
baseurl=https://dl.bintray.com/shippedrepos/mantl-1.2
gpgcheck=0
enabled=1
[ciscocloud-rpm]
name=ciscocloud-rpm
baseurl=https://dl.bintray.com/ciscocloud/rpm
gpgcheck=0
enabled=1
[dockerrepo]
name=Docker Repository
baseurl=https://yum.dockerproject.org/repo/main/centos/$releasever/
enabled=1
gpgcheck=1
gpgkey=https://yum.dockerproject.org/gpg
# Place this file in your /etc/yum.repos.d/ directory
[glusterfs-epel]
name=GlusterFS is a clustered file-system capable of scaling to several petabytes.
baseurl=http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-$releasever/$basearch/
enabled=1
skip_if_unavailable=1
gpgcheck=1
gpgkey=http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/rsa.pub
[glusterfs-noarch-epel]
name=GlusterFS is a clustered file-system capable of scaling to several petabytes.
baseurl=http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-$releasever/noarch
enabled=1
skip_if_unavailable=1
gpgcheck=1
gpgkey=http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/rsa.pub
[glusterfs-source-epel]
name=GlusterFS is a clustered file-system capable of scaling to several petabytes. - Source
baseurl=http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-$releasever/SRPMS
enabled=0
skip_if_unavailable=1
gpgcheck=1
gpgkey=http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment