Commit Graph

6339 Commits

Author SHA1 Message Date
Kevin Fenzi
80a0cfc3f6 Revert "make id.fedoraproject.org sslonly"
This reverts commit b52da0dfea.
2015-02-20 20:37:36 +00:00
Kevin Fenzi
eca26187d9 Add arm stuff back, remove junk02 and add virthost-s390 2015-02-20 20:19:37 +00:00
Miroslav Suchý
2099f4dde2 something from these is used
https://bugs.launchpad.net/openstack-manuals/+bug/1423896
2015-02-20 19:56:40 +00:00
Kevin Fenzi
1c8b414dd1 Move arm03-qa00 to a new soc with a working drive 2015-02-20 19:28:36 +00:00
Stephen Smoogen
6490d51dcf rename box as it is now a virthost 2015-02-20 18:16:54 +00:00
Stephen Smoogen
c25931d38e Merge branch 'master' of /git/ansible 2015-02-20 18:13:06 +00:00
Stephen Smoogen
9e6797ae4e and this is how we do it. 2015-02-20 18:12:56 +00:00
Ralph Bean
abf8cec398 Add monitoring stuff for fedmsg-gateway slaves. 2015-02-20 17:13:52 +00:00
Ralph Bean
d7d7f103dc Apparently, proxy10 is also not defined. 2015-02-20 17:08:06 +00:00
Ralph Bean
ae38dd3b97 proxy05 is not defined. 2015-02-20 17:06:29 +00:00
Ralph Bean
8c43ea040b Add nagios checks for fedmsg-gateway on the proxies. 2015-02-20 17:04:16 +00:00
Ralph Bean
24cbdba7b3 Add proxy10 to the fedmsg-gateways group. 2015-02-20 17:01:03 +00:00
Kevin Fenzi
2b3750e7af Tweak epylog merge rules 2015-02-20 16:25:10 +00:00
Kevin Fenzi
21f9252143 Add check_lock_file_age check for fas01 2015-02-20 15:11:12 +00:00
Ralph Bean
2189b4fcbf (hotness) disable staging loopback from anitya. 2015-02-20 15:03:14 +00:00
Kevin Fenzi
153aa57dfc Fix incorrect path with totpcgi in prod 2015-02-20 15:00:22 +00:00
Kevin Fenzi
255197d353 Add fas01 to group in playbook too 2015-02-20 14:33:13 +00:00
Kevin Fenzi
9477fd3fe3 Add fas01 to ansible 2015-02-20 14:30:58 +00:00
Miroslav Suchý
85bd08122d tell neutron to load /etc/neutron/plugin.ini 2015-02-20 13:51:56 +00:00
Miroslav Suchý
fd4b40b799 use rabbit for MQ 2015-02-20 13:13:30 +00:00
Miroslav Suchý
bfa49a646d change plugin and router type
See https://openstack.redhat.com/ML2_plugin

addressing:
2015-02-20 12:21:41.525 113143 TRACE nova.compute.manager [instance: b66b4d8f-821a-4d03-b5a2-21829f7af452] Traceback (most recent call last):
2015-02-20 12:21:41.525 113143 TRACE nova.compute.manager [instance: b66b4d8f-821a-4d03-b5a2-21829f7af452]   File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 1328, in _build_instance
2015-02-20 12:21:41.525 113143 TRACE nova.compute.manager [instance: b66b4d8f-821a-4d03-b5a2-21829f7af452]     set_access_ip=set_access_ip)
2015-02-20 12:21:41.525 113143 TRACE nova.compute.manager [instance: b66b4d8f-821a-4d03-b5a2-21829f7af452]   File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 393, in decorated_function
2015-02-20 12:21:41.525 113143 TRACE nova.compute.manager [instance: b66b4d8f-821a-4d03-b5a2-21829f7af452]     return function(self, context, *args, **kwargs)
2015-02-20 12:21:41.525 113143 TRACE nova.compute.manager [instance: b66b4d8f-821a-4d03-b5a2-21829f7af452]   File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 1740, in _spawn
2015-02-20 12:21:41.525 113143 TRACE nova.compute.manager [instance: b66b4d8f-821a-4d03-b5a2-21829f7af452]     LOG.exception(_('Instance failed to spawn'), instance=instance)
2015-02-20 12:21:41.525 113143 TRACE nova.compute.manager [instance: b66b4d8f-821a-4d03-b5a2-21829f7af452]   File "/usr/lib/python2.7/site-packages/nova/openstack/common/excutils.py", line 68, in __exit__
2015-02-20 12:21:41.525 113143 TRACE nova.compute.manager [instance: b66b4d8f-821a-4d03-b5a2-21829f7af452]     six.reraise(self.type_, self.value, self.tb)
2015-02-20 12:21:41.525 113143 TRACE nova.compute.manager [instance: b66b4d8f-821a-4d03-b5a2-21829f7af452]   File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 1737, in _spawn
2015-02-20 12:21:41.525 113143 TRACE nova.compute.manager [instance: b66b4d8f-821a-4d03-b5a2-21829f7af452]     block_device_info)
2015-02-20 12:21:41.525 113143 TRACE nova.compute.manager [instance: b66b4d8f-821a-4d03-b5a2-21829f7af452]   File "/usr/lib/python2.7/site-packages/nova/virt/libvirt/driver.py", line 2291, in spawn
2015-02-20 12:21:41.525 113143 TRACE nova.compute.manager [instance: b66b4d8f-821a-4d03-b5a2-21829f7af452]     write_to_disk=True)
2015-02-20 12:21:41.525 113143 TRACE nova.compute.manager [instance: b66b4d8f-821a-4d03-b5a2-21829f7af452]   File "/usr/lib/python2.7/site-packages/nova/virt/libvirt/driver.py", line 3480, in to_xml
2015-02-20 12:21:41.525 113143 TRACE nova.compute.manager [instance: b66b4d8f-821a-4d03-b5a2-21829f7af452]     disk_info, rescue, block_device_info)
2015-02-20 12:21:41.525 113143 TRACE nova.compute.manager [instance: b66b4d8f-821a-4d03-b5a2-21829f7af452]   File "/usr/lib/python2.7/site-packages/nova/virt/libvirt/driver.py", line 3294, in get_guest_config
2015-02-20 12:21:41.525 113143 TRACE nova.compute.manager [instance: b66b4d8f-821a-4d03-b5a2-21829f7af452]     flavor)
2015-02-20 12:21:41.525 113143 TRACE nova.compute.manager [instance: b66b4d8f-821a-4d03-b5a2-21829f7af452]   File "/usr/lib/python2.7/site-packages/nova/virt/libvirt/vif.py", line 384, in get_config
2015-02-20 12:21:41.525 113143 TRACE nova.compute.manager [instance: b66b4d8f-821a-4d03-b5a2-21829f7af452]     _("Unexpected vif_type=%s") % vif_type)
2015-02-20 12:21:41.525 113143 TRACE nova.compute.manager [instance: b66b4d8f-821a-4d03-b5a2-21829f7af452] NovaException: Unexpected vif_type=binding_failed
2015-02-20 12:55:17 +00:00
Miroslav Suchý
50c3ba0b82 fix typo
https://bugs.launchpad.net/neutron/+bug/1303998
2015-02-20 12:14:38 +00:00
Miroslav Suchý
4df117eba3 tenant name is services not service 2015-02-20 09:31:45 +00:00
Ralph Bean
68bd03c34f Tag upthe git/hooks role. 2015-02-20 04:14:27 +00:00
Ralph Bean
e800d7c035 Tell fedmsg on dist-git to just ignore pygit2 Tag objects. 2015-02-20 04:12:47 +00:00
Kevin Fenzi
28c1442b24 Up nrpe limits 2015-02-20 00:32:52 +00:00
Till Maas
565fb7deb5 kojipkgs: Add HSTS header 2015-02-19 23:58:55 +01:00
Till Maas
6670a9fb9f Remove duplicate fas website 2015-02-19 23:36:58 +01:00
Till Maas
b52da0dfea make id.fedoraproject.org sslonly 2015-02-19 23:31:21 +01:00
Kevin Fenzi
c28d3ef5fe Apprentices should have access to proxies. 2015-02-19 22:01:34 +00:00
Kevin Fenzi
c03323622a Drop some old pkgs01 stuff 2015-02-19 21:34:03 +00:00
Kevin Fenzi
c21ef71831 We want to backup pkgs02 now. 2015-02-19 21:32:59 +00:00
Ralph Bean
50097e4d8f This is pkgs02 now. 2015-02-19 20:18:59 +00:00
Mikolaj Izdebski
15156fbfa8 Add postfix config for Koschei
See https://fedorahosted.org/fedora-infrastructure/ticket/4671
2015-02-19 19:39:59 +00:00
Patrick Uiterwijk
d8a24160ae Restart is not needed 2015-02-19 17:18:39 +00:00
Patrick Uiterwijk
f114983994 A template is a template... 2015-02-19 17:16:00 +00:00
Patrick Uiterwijk
5810a54f27 Make rhel7 use git daemon, and rhel7 use xinet 2015-02-19 17:12:34 +00:00
Kevin Fenzi
a2c6a6fad6 Move proxy01 over to ansible and rhel7 2015-02-19 16:58:38 +00:00
Kevin Fenzi
2406b0f8dc Fix lookaside disk check to use libdir 2015-02-19 16:33:02 +00:00
Patrick Uiterwijk
0243923759 setup_git_repo creates master 2015-02-19 16:20:25 +00:00
Patrick Uiterwijk
ea48d2a2a9 When a bare repo is created, HEAD is invalid, so cloning won't work. 2015-02-19 15:56:46 +00:00
Ralph Bean
590fe1357d Same thing, speed up collectd check on datagrepper. 2015-02-19 15:48:14 +00:00
Ralph Bean
de04a465e1 Try to speed up our datagrepper nagios check (to reduce load) 2015-02-19 15:46:32 +00:00
Kevin Fenzi
3068bc611e Lets try and fix up checks on pkgs02 2015-02-19 15:34:21 +00:00
Patrick Uiterwijk
586efb310d Remove source_branch stuff, and refuse to create master branch to pre-existing repo 2015-02-19 15:10:41 +00:00
Ralph Bean
9b5b3b531d Strip unwanted prefix from git.lookaside.new messages. 2015-02-19 15:01:14 +00:00
Miroslav Suchý
905ae5fa76 resolve fed-cloud09 to internal ip, but only on compute nodes
because swift does not listnen on internal ip and it will not work on controller itself
2015-02-19 13:56:34 +00:00
Miroslav Suchý
65d9be09f2 resolve fed-cloudXX to internal IP
because external IP is not routable
2015-02-19 13:40:13 +00:00
Miroslav Suchý
e5d03eb9e9 try this 2015-02-19 13:40:13 +00:00
Ralph Bean
c50b0de2ab Try to fix lookaside.new fedmsg messages. 2015-02-19 13:26:59 +00:00