Commit graph

11893 commits

Author SHA1 Message Date
Kevin Fenzi
ae1a82f158 Update ssh known hosts 2016-01-09 20:51:04 +00:00
Patrick Uiterwijk
0aaea06470 Adrian told me to use mirrormanager user, so I do
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-01-09 15:33:12 +00:00
Patrick Uiterwijk
2496fc8a32 precondidtions
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-01-09 15:08:55 +00:00
Patrick Uiterwijk
0f615ef6f4 Add playbook for releng to expire old repo versions
This depends on: https://github.com/fedora-infra/mirrormanager2/pull/154

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-01-09 15:07:02 +00:00
f7e53ac52d Revert "reduce how often the koji builders check in to help drop load on the db. temp fix"
This reverts commit e0b2da2d9c.
2016-01-08 21:58:33 +00:00
Kevin Fenzi
77a8f2d365 Re-add all the arm socs that now have new ssds 2016-01-08 17:01:00 +00:00
Kevin Fenzi
b467a264b2 Drop a extra line that causes a change 2016-01-08 16:32:47 +00:00
Kevin Fenzi
d55a3cb36f Setup a qa-isolated group in the qa net and have all other machines in that net reject anything from them.
This helps us isolate higher risk qa hosts from lower risk ones without having to move everything to
a different network/vlan for now.
2016-01-08 16:29:18 +00:00
Luke Macken
3e1094c427 bodhi: Temporarily disable f23-updates atomic composes per request of walters 2016-01-07 20:42:58 +00:00
Stephen Smoogen
74ea8c2558 and we have a centos kickstart and image to try 2016-01-07 16:29:23 +00:00
Patrick Uiterwijk
943ecd7b83 Show error message in new ipsilon ui
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-01-07 14:50:45 +00:00
Kevin Fenzi
f0c80375b5 Remove action: in all roles. 2016-01-06 21:58:31 +00:00
Kevin Fenzi
5c0cca432b Fix all uses of the old action: in playbooks. 2016-01-06 21:33:14 +00:00
Kevin Fenzi
4cafc2bd37 Fix all tasks to not use old action: statements. 2016-01-06 21:25:10 +00:00
Kevin Fenzi
ba75919326 Drop no longer used mysql_server task 2016-01-06 21:17:13 +00:00
Kevin Fenzi
e6eb5eae06 We no longer need, use or want the drbackup key 2016-01-06 21:13:57 +00:00
Kevin Fenzi
2971ec15ff Update ssh known hosts 2016-01-06 17:30:52 +00:00
Ralph Bean
10dfbfc750 Disable bodhi2 email in staging. 2016-01-06 15:48:13 +00:00
Patrick Uiterwijk
c8dd9316a5 busgateway01 was moved from vh09->vh19
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-01-06 03:23:47 +00:00
Patrick Uiterwijk
31064b9366 db-fas01 has been migrated to virthost22
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-01-06 03:12:20 +00:00
Kevin Fenzi
0c181f1c79 Drop pam_shield. It was a failed attempt. 2016-01-05 23:19:41 +00:00
Kevin Fenzi
32571764f2 Remove fedoauth role and playbook and iptables rules. Ipisilon is the ultimate power in the galaxy now. 2016-01-05 23:14:02 +00:00
Ralph Bean
77202e6597 Check pkgs02 in the new location. 2016-01-05 22:30:27 +00:00
Ralph Bean
7ae1df78b3 A regex that doesn't rely on '.git'. 2016-01-05 21:53:35 +00:00
Ralph Bean
87f883be01 Tag the cgit role. 2016-01-05 21:31:14 +00:00
Ralph Bean
cc0089049f Redirect old cgit repo urls to the new namespace. 2016-01-05 21:31:14 +00:00
Stephen Smoogen
ff6c36687a and the supermicro port 0 is actually eth2 2016-01-05 21:26:54 +00:00
Kevin Fenzi
2f35b45dfc Drop denyhosts role.
We never used it on rhel7 hosts, and don't want to bother on rhel6/fedora either anymore.
2016-01-05 21:05:35 +00:00
Kevin Fenzi
f4f25234a4 Delete old bodhi1 role. We are on bodhi2 now. 2016-01-05 20:58:26 +00:00
Stephen Smoogen
7b25e705aa O does not mean 0 2016-01-05 20:48:18 +00:00
Stephen Smoogen
407fffe229 add a cosmos02 to dhcp 2016-01-05 20:45:50 +00:00
Ralph Bean
e78a274c2a Tell stg askbot where to find the askfedora theme. 2016-01-05 19:45:38 +00:00
Kevin Fenzi
61efa81e88 Make sure buildvm-27 is fedora23 like all the other builders. 2016-01-05 19:33:57 +00:00
Kevin Fenzi
de43425fda Clean up some more state=latest and old f21 logic thats no longer needed. 2016-01-05 19:30:08 +00:00
7eaac68686 fixing conditionals in buildbot.tac to work with qa-stg 2016-01-05 18:06:45 +00:00
14b8411b17 fixing buildslave conditionals to work with qa-stg 2016-01-05 18:03:01 +00:00
Kevin Fenzi
760c446c77 Use present instead of latest and switch to dnf for bkernel packages. 2016-01-05 17:45:17 +00:00
Kevin Fenzi
73e11b8f1d Update virthosts for bastion02/proxy01 that were moved. 2016-01-05 17:43:00 +00:00
Adam Williamson
cc8d3896a7 openqa: use 'shell' not 'command' for a step that needs it
this step uses && and >, needs a shell.
2016-01-04 17:10:19 -08:00
Adam Williamson
c1f4d29dd8 openqa: drop some more always_runs
we really shouldn't always_run these, as they actually *do*
stuff. That does mean that in check mode we won't check if
database init and admin user creation are necessary, but these
are only ever necessary exactly one time at initial deployment
which is likely to be kicked off manually anyway, so it should
not be a problem. We adjust the 'when' condition for the 'wait
for services to start up' action, so it will work in check mode
with the 'services' variable undefined (because the step that
defines it now won't be run).
2016-01-04 17:01:12 -08:00
Adam Williamson
87ba685b13 openqa: drop always_run from git actions
it causes problems (prevents updated code being installed) and
is not necessary (git module supports check).
2016-01-04 16:51:22 -08:00
Kevin Fenzi
c61eca14c1 Use dnf here on copr-fe. 2016-01-05 00:28:32 +00:00
Patrick Uiterwijk
0af799550f Revert "Temporarily switch away from memcached02 to 01 for hardware maintenance"
This reverts commit d5f92b0342.
2016-01-04 22:14:29 +00:00
Ralph Bean
33028dfd9f openvpn ccd files for pdc nodes. 2016-01-04 21:52:18 +00:00
Patrick Uiterwijk
d5f92b0342 Temporarily switch away from memcached02 to 01 for hardware maintenance
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-01-04 19:22:58 +00:00
Kevin Fenzi
62e16bb9a4 Switch all these places to use dnf/yum state=present instead of latest. This prevents showing changes on package updates. 2016-01-04 18:52:27 +00:00
Kevin Fenzi
0b040b9957 Update ssh host keys 2016-01-04 18:35:07 +00:00
Kevin Fenzi
3c2806148e Set sysadmin-gnome with access to gnome-backups01 2016-01-04 18:34:52 +00:00
Kevin Fenzi
d5f6a0f127 Add a gnome-backups01 machine to handle gnome backups. 2016-01-04 18:18:13 +00:00
Ralph Bean
19b7d1c701 Flip pkgs/dist-git over to use the gitolite Alias feature. 2016-01-04 16:29:40 +00:00