summaryrefslogtreecommitdiffstats
path: root/roles/copr/frontend
Commit message (Collapse)AuthorAgeFilesLines
* copr-frontend: specify copr-dist-git clone url in the frontend configclime2017-09-071-0/+1
|
* copr-frontend: do not setup chroots from main.ymlclime2017-07-191-7/+0
|
* copr: no logstashclime2017-07-191-5/+0
|
* copr-frontend: added PUBLIC_COPR_BASE_URL paramclime2017-07-141-0/+6
|
* copr-frontend: supply schema for MBS_URLclime2017-04-191-1/+1
|
* copr-frontend: restrict access to mbs to localhost onlyclime2017-04-191-1/+1
|
* Fix handlers, roles, and tasks to be handlers_path, roles_path and ↵Kevin Fenzi2017-04-131-1/+1
| | | | | | tasks_path so as not to conflict with ansible variables. Fix duplicate definition of become default that was in group_vars/all as well as vars/global.
* copr-frontend: make sure copr-fedmsg-listener is enabled and startedclime2017-04-131-0/+3
|
* change state=running to start=started as the old one is going away in ↵Kevin Fenzi2017-04-132-2/+2
| | | | ansible 2.7
* Add MBS_URL to copr.confJakub Kadlčík2017-04-121-0/+1
|
* copr: update for new mockclime2017-02-282-4/+0
|
* copr-frontend: ensure python2-flask-whooshee is the latestclime2017-02-271-0/+5
|
* Use apache instead of mbs-frontendJakub Kadlčík2017-01-261-10/+2
|
* Have MBS in same apache config as copr (later, ansible should add it there)Jakub Kadlčík2017-01-261-2/+17
|
* copr-frontend: user dnf ansible module instead of yum-deprecated shell commandclime2017-01-191-10/+8
|
* copr-frontend: do not install python2-modulemd from COPR, use fedora ↵clime2017-01-192-17/+0
| | | | official repos
* copr: rawhide -> 26 redirectsclime2016-12-012-0/+4
|
* pre-install python2-modulemd for copr-backend and also copr-frontendclime2016-09-201-0/+3
|
* install modulemd repo on copr-frontendclime2016-09-202-0/+17
|
* remove db setup from copr-frontend main.yml for incompatibility with ↵clime2016-09-091-7/+0
| | | | `alembic upgrade head`
* Fix copr_ssl namingPatrick Uiterwijk2016-08-311-0/+0
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Unify all ssl cipher suite configurationsPatrick Uiterwijk2016-08-312-5/+5
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* copr: use /var/log/copr-frontend for loggingMiroslav Suchý2016-08-181-2/+2
| | | | this default changed recently in upstream, so due selinux we should follow
* fixed typo in WHOOSH settings for copr-frontendMiroslav Suchý2016-07-081-2/+2
| | | | created by clime
* copr: add LOG_DIRMiroslav Suchý2016-07-071-0/+1
| | | | this will be effective since next release, but lets not forget that
* remove vgologuz from aclMiroslav Suchý2016-06-231-1/+0
| | | | it has been more than 1/2 year since he was active and it does not look he will be active anymore
* increase timeout for whoshee indexerMiroslav Suchý2016-06-151-0/+1
| | | | so people are not locked out too soon. In such case they will see ISE.
* Don't do updates in playbooks (for a number of reasons).Kevin Fenzi2016-03-301-3/+0
| | | | | | | | | | | | | | | | | | 1. We want all playbooks to be idempotent. If we add things like this it means the playbook will change every single time we run it. 2. Things like this mean that if we need to change one config or something to get the service working we may have to wait a long time for it to apply tons of pending updates, which may break more things. 3. On all Fedora machines (that have base role anyhow) we already run dnf-automatic to apply all security updates. We could expand that to apply all updates if you like. Doing them daily is much better for finding regressions 4. We expect updates are applied normally by dnf-automatic or by sysadmins so we can know whats in the updates and be ready for issues or restarting things.
* copr: upgrade to latest packagesMiroslav Suchý2016-03-241-0/+3
|
* COPR_DIST_GIT_LOGS_URL config option addedclime2016-03-141-0/+1
|
* rebuild fulltext indexes after reprovisionMiroslav Suchý2016-02-111-0/+7
|
* fix indetationMiroslav Suchý2016-02-111-4/+4
|
* workaround bz 1241507 on copr-feMiroslav Suchý2016-02-111-0/+6
|
* remove old copr-fe certificateMiroslav Suchý2016-02-111-4/+3
|
* install logstash on copr-feMiroslav Suchý2016-02-111-0/+1
|
* install redisMiroslav Suchý2016-02-111-0/+1
|
* Update all calls to sudo to use 'become' and sudo_user to 'become_user'Kevin Fenzi2016-02-022-12/+12
|
* copr: disallow robots on dev instanceMiroslav Suchý2016-01-293-0/+6
|
* Move COPR to its new homePatrick Uiterwijk2016-01-222-39/+13
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* For now support both old and new url on copr-fePatrick Uiterwijk2016-01-221-0/+46
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Install new certs to copr-fePatrick Uiterwijk2016-01-221-7/+7
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Remove action: in all roles.Kevin Fenzi2016-01-061-1/+1
|
* Use dnf here on copr-fe.Kevin Fenzi2016-01-051-1/+1
|
* use latest coprMiroslav Suchý2015-11-301-1/+1
|
* Drop this disable firewalld since it's not installed.Kevin Fenzi2015-11-211-3/+0
|
* copr: use different wsgi for different urlsMiroslav Suchý2015-11-192-2/+18
| | | | so overload of one kind of requests does not block backend and vice versa
* copr: yet another redirect for cockpit teamMiroslav Suchý2015-11-131-0/+1
|
* rewrite url for cockpit teamMiroslav Suchý2015-11-131-0/+3
|
* Replace all restart httpd with reload httpdPatrick Uiterwijk2015-11-041-1/+1
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* copr: no need to filter cla_* groups, they are already filtered by fedora openidMiroslav Suchý2015-10-131-1/+2
|