kolla/docker/base/aarch64-cbs.repo
Marcin Juszkiewicz f673da3926 base: enable 'opstools' repo on AArch64/CentOS
To build 'fluentd' image we need to have 'opstools' repo enabled.

On x86-64 it is enabled by installing proper centos-release-opstools
package but this option is not available (yet) for aarch64.

Change-Id: I4b49270a2e0781431e22dc411774e4c6440045d9
2017-08-21 12:54:20 +01:00

33 lines
820 B
Plaintext

[aarch64-opstools]
name=CentOS opstools repo
baseurl=https://buildlogs.centos.org/centos/7/opstools/aarch64
enabled=1
gpgcheck=0
[aarch64-ceph-jewel]
name=CentOS Storage SIG repo with Ceph jewel
baseurl=https://buildlogs.centos.org/centos/7/storage/aarch64/ceph-jewel/
enabled=1
gpgcheck=0
# those three below are from delorean-deps.repo
# we are in a middle of sorting that out at RDO
[aarch64-kvm]
name=CentOS Virt SIG repo
baseurl=https://buildlogs.centos.org/centos/7/virt/aarch64/kvm-common/
enabled=1
gpgcheck=0
[delorean-pike-testing]
name=dlrn-pike-testing
baseurl=https://buildlogs.centos.org/centos/7/cloud/$basearch/openstack-pike/
enabled=1
gpgcheck=0
[delorean-pike-pending]
name=dlrn-pike-pending
baseurl=https://cbs.centos.org/repos/cloud7-openstack-common-pending/$basearch/os/
gpgcheck=0
enabled=0