Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Try this f26 container" | Kevin Fenzi | 2017-08-04 | 1 | -1/+1 |
| | | | | This reverts commit aed38a6fa032ce407f0a44c329e621777278240d. | ||||
* | Try this f26 container | Ricky Elrod | 2017-08-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org> | ||||
* | Also need to add unlink so it can remove the old non compressed file. | Kevin Fenzi | 2017-07-03 | 3 | -2/+2 |
| | |||||
* | initial selinux policy to allow logrotate to rotate mirrorlist container log ↵ | Kevin Fenzi | 2017-07-03 | 4 | -0/+33 |
| | | | | files | ||||
* | Hopefully fix the reason mirrorlist logs were not rotating | Kevin Fenzi | 2017-06-26 | 1 | -0/+5 |
| | |||||
* | mirrormanager2: adapt umdl cron to new scripts | Adrian Reber | 2017-06-18 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | With the stat()-less umdl and adapted wrapper script the umdl check can now run more often. Every 30 minutes: * fedora * epel * fedora-secondary Every 2 hours: * alt * archive Signed-off-by: Adrian Reber <adrian@lisas.de> | ||||
* | mirrormanager2: remove last-sync fedmsg script | Adrian Reber | 2017-06-18 | 2 | -156/+0 |
| | | | | | | | Now that umdl can run much faster and often the message bus is no longer queried. Only the ctime of the fullfiletimelist-* is checked. Signed-off-by: Adrian Reber <adrian@lisas.de> | ||||
* | mirrormanager2: change umdl-required script | Adrian Reber | 2017-06-18 | 1 | -23/+22 |
| | | | | | | | | | | The umdl-required script used to query the message bus if there have been changes on the master mirror. With the new stat()-less umdl implementation the message bus is no longer queried but only the ctime of the fullfiletimelist-* is checked to see if it has changed since the last run. Signed-off-by: Adrian Reber <adrian@lisas.de> | ||||
* | mirrormanager2: add new options to mirrormanager config | Adrian Reber | 2017-06-17 | 1 | -0/+10 |
| | | | | | | | | | | | | | | Disable master rsync server ACL Fedora does not use it and therefore it is set to False MASTER_RSYNC_ACL = False The netblock size parameters define which netblock sizes can be added by a site administrator. Larger networks can only be added by mirrormanager admins. MM_IPV4_NETBLOCK_SIZE = '/16' MM_IPV6_NETBLOCK_SIZE = '/32' Signed-off-by: Adrian Reber <adrian@lisas.de> | ||||
* | mirrormanager2: also define UMDL_PREFIX in production | Adrian Reber | 2017-06-17 | 1 | -2/+0 |
| | | | | Signed-off-by: Adrian Reber <adrian@lisas.de> | ||||
* | try 2 more threads here | Kevin Fenzi | 2017-05-17 | 1 | -1/+1 |
| | |||||
* | try out new mirrorlist-container, first in stg, then in prod | Kevin Fenzi | 2017-04-26 | 1 | -1/+1 |
| | |||||
* | Fix handlers, roles, and tasks to be handlers_path, roles_path and ↵ | Kevin Fenzi | 2017-04-13 | 3 | -6/+6 |
| | | | | | | 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. | ||||
* | mirrormanager: adapt statistics script to new logfiles | Adrian Reber | 2017-04-07 | 1 | -5/+7 |
| | | | | Signed-off-by: Adrian Reber <adrian@lisas.de> | ||||
* | fix mirrorlist-container logrotate to work with stats | Kevin Fenzi | 2017-04-06 | 1 | -5/+7 |
| | |||||
* | ok, try 30 and if that does not work will have to figure something better out | Kevin Fenzi | 2017-02-13 | 1 | -2/+2 |
| | |||||
* | try 25 seconds | Kevin Fenzi | 2017-02-13 | 1 | -2/+2 |
| | |||||
* | increase this to 20 sec | Kevin Fenzi | 2017-02-13 | 1 | -2/+2 |
| | |||||
* | move this cron job to 15 after to give more time for sync | Kevin Fenzi | 2017-02-13 | 1 | -1/+1 |
| | |||||
* | setup mirrorlist containers to report stats and add a mirrorlist-proxy group ↵ | Kevin Fenzi | 2017-02-13 | 2 | -5/+14 |
| | | | | for easier handling | ||||
* | looks like sometimes 90s is not enough to stop a container service | Kevin Fenzi | 2017-02-10 | 1 | -0/+1 |
| | |||||
* | Enable proxy05 local mirrorlist | Patrick Uiterwijk | 2017-02-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | add logrotate for container mirrorlist logs | Kevin Fenzi | 2017-02-09 | 2 | -0/+15 |
| | |||||
* | Get rid of the mirrorlist-proxy logs | Patrick Uiterwijk | 2017-02-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | drop newlines from nc in restart container script | Kevin Fenzi | 2017-02-09 | 1 | -5/+5 |
| | |||||
* | use : here as continue does not make sense | Kevin Fenzi | 2017-02-09 | 1 | -1/+1 |
| | |||||
* | Also drain local2 | Patrick Uiterwijk | 2017-02-08 | 1 | -0/+9 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | Drain local mirrorlist1 when we go update | Patrick Uiterwijk | 2017-02-08 | 1 | -0/+6 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | Fail on status >=400 | Patrick Uiterwijk | 2017-02-08 | 1 | -2/+2 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | Turns out this was invalid syntax | Patrick Uiterwijk | 2017-02-08 | 1 | -3/+2 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | Skip the Continue tags, as they're useless | Patrick Uiterwijk | 2017-02-08 | 1 | -2/+0 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | Move mirrorlist service stuff into template and deploy -2 image | Patrick Uiterwijk | 2017-02-08 | 4 | -20/+7 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | Bump to 3.7-2 | Patrick Uiterwijk | 2017-02-08 | 2 | -2/+2 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | fix mode on mirrorlist-proxy restart script | Kevin Fenzi | 2017-02-08 | 1 | -1/+1 |
| | |||||
* | add proxy02 to get pkl synced from mm-backend01 | Kevin Fenzi | 2017-02-08 | 1 | -0/+8 |
| | |||||
* | fix file invocation | Kevin Fenzi | 2017-02-08 | 1 | -1/+1 |
| | |||||
* | add missing tag | Kevin Fenzi | 2017-02-08 | 1 | -0/+2 |
| | |||||
* | add some vars | Kevin Fenzi | 2017-02-08 | 1 | -0/+4 |
| | |||||
* | initial setup for syncing pkl to mirrorlist containers on proxies | Kevin Fenzi | 2017-02-08 | 2 | -0/+22 |
| | |||||
* | add in cron job for hourly restart/pkl reloads of mirrorlist containers | Kevin Fenzi | 2017-02-08 | 1 | -0/+13 |
| | |||||
* | initial rough draft container reload script | Kevin Fenzi | 2017-02-08 | 1 | -0/+51 |
| | |||||
* | Fix exit codes | Patrick Uiterwijk | 2017-02-08 | 2 | -6/+8 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | make mirrorlist containers use seperate pkls | Kevin Fenzi | 2017-02-08 | 3 | -2/+4 |
| | |||||
* | have mirrorlist container use real build | Kevin Fenzi | 2017-02-07 | 3 | -3/+3 |
| | |||||
* | Update to new container | Patrick Uiterwijk | 2017-02-07 | 3 | -3/+3 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | Set logs | Patrick Uiterwijk | 2017-02-07 | 2 | -2/+2 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | Use new container | Patrick Uiterwijk | 2017-02-07 | 3 | -3/+3 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | Docker rm when we stop the service | Patrick Uiterwijk | 2017-02-07 | 2 | -0/+2 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | oh yeah, tags | Kevin Fenzi | 2017-02-07 | 1 | -0/+1 |
| | |||||
* | make some dirs we use | Kevin Fenzi | 2017-02-07 | 1 | -0/+10 |
| |