diff options
| author | Adam Miller <admiller@redhat.com> | 2015-08-07 18:38:25 +0000 |
|---|---|---|
| committer | Adam Miller <admiller@redhat.com> | 2015-08-07 18:38:25 +0000 |
| commit | e99b4ecc519cc5826fc1d1aa889d19db2ce6b205 (patch) | |
| tree | b60a16f6aae165f291f578a3f2cd650e01256609 /files/osbs | |
| parent | 4bbc190bbbbd20fe67872fd97072b21b825211dd (diff) | |
| download | ansible-e99b4ecc519cc5826fc1d1aa889d19db2ce6b205.tar.gz ansible-e99b4ecc519cc5826fc1d1aa889d19db2ce6b205.tar.xz ansible-e99b4ecc519cc5826fc1d1aa889d19db2ce6b205.zip | |
Add post-install configration for openshift, OSBS and atomic-reactor
Diffstat (limited to 'files/osbs')
| -rw-r--r-- | files/osbs/atomic-reactor.repo | 8 | ||||
| -rw-r--r-- | files/osbs/osbs.conf | 18 |
2 files changed, 26 insertions, 0 deletions
diff --git a/files/osbs/atomic-reactor.repo b/files/osbs/atomic-reactor.repo new file mode 100644 index 000000000..b19cde06b --- /dev/null +++ b/files/osbs/atomic-reactor.repo @@ -0,0 +1,8 @@ +[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 new file mode 100644 index 000000000..8284b7b5a --- /dev/null +++ b/files/osbs/osbs.conf @@ -0,0 +1,18 @@ +[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 |
