summaryrefslogtreecommitdiffstats
path: root/files/osbs
diff options
context:
space:
mode:
authorAdam Miller <maxamillion@fedoraproject.org>2016-01-11 17:25:36 -0600
committerAdam Miller <admiller@redhat.com>2016-01-12 17:15:07 +0000
commit670825a0e4ce920dc48d59eb9d5a2350435333cd (patch)
tree0f7dccc0c985ce67716a9c5ad2066da4a08f0f90 /files/osbs
parent13b0bafedfdf7459eb194897f2e7543d7eef535f (diff)
downloadansible-670825a0e4ce920dc48d59eb9d5a2350435333cd.tar.gz
ansible-670825a0e4ce920dc48d59eb9d5a2350435333cd.tar.xz
ansible-670825a0e4ce920dc48d59eb9d5a2350435333cd.zip
remove old openshift for osbs, no longer needed
Diffstat (limited to 'files/osbs')
-rw-r--r--files/osbs/atomic-reactor.repo8
-rw-r--r--files/osbs/osbs.conf18
2 files changed, 0 insertions, 26 deletions
diff --git a/files/osbs/atomic-reactor.repo b/files/osbs/atomic-reactor.repo
deleted file mode 100644
index b19cde06b..000000000
--- a/files/osbs/atomic-reactor.repo
+++ /dev/null
@@ -1,8 +0,0 @@
-[atomic-reactor]
-name=Copr repo for atomic-reactor owned by maxamillion
-baseurl=https://copr-be.cloud.fedoraproject.org/results/maxamillion/atomic-reactor/epel-7-$basearch/
-skip_if_unavailable=True
-gpgcheck=1
-gpgkey=https://copr-be.cloud.fedoraproject.org/results/maxamillion/atomic-reactor/pubkey.gpg
-enabled=1
-enabled_metadata=1
diff --git a/files/osbs/osbs.conf b/files/osbs/osbs.conf
deleted file mode 100644
index 8284b7b5a..000000000
--- a/files/osbs/osbs.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-[general]
-build_json_dir = /usr/share/osbs/
-
-[default]
-openshift_uri = https://losbs.example.com:8443/
-# if you want to get packages from koji (koji plugin in dock)
-# you need to setup koji hub and root
-# this sample is for fedora
-koji_root = http://koji.fedoraproject.org/
-koji_hub = http://koji.fedoraproject.org/kojihub
-# in case of using artifacts plugin, you should provide a command
-# how to fetch artifacts
-sources_command = fedpkg sources
-# from where should be images pulled and where should be pushed?
-# registry_uri = your.example.registry
-registry_uri = localhost:5000
-verify_ssl = false
-build_type = simple