*** stanchan has quit IRC | 00:42 | |
*** chlong has joined #openstack-chef | 01:47 | |
*** PyroMani has quit IRC | 01:56 | |
*** sg3s has quit IRC | 01:56 | |
*** PyroMani has joined #openstack-chef | 02:00 | |
*** sg3s has joined #openstack-chef | 02:00 | |
*** higgins has quit IRC | 04:36 | |
*** higgins has joined #openstack-chef | 04:39 | |
*** chlong has quit IRC | 05:14 | |
*** Ramereth has quit IRC | 05:14 | |
*** Ramereth has joined #openstack-chef | 05:15 | |
*** acormier has joined #openstack-chef | 05:24 | |
*** acormier has quit IRC | 05:28 | |
*** nkrinner_afk is now known as nkrinner | 05:30 | |
*** os-chef-bot has quit IRC | 06:51 | |
*** os-chef-bot has joined #openstack-chef | 06:51 | |
*** openstackgerrit has joined #openstack-chef | 08:37 | |
openstackgerrit | Jens Rosenboom proposed openstack/openstack-chef-repo master: WIP: Update things for Ocata release https://review.openstack.org/443711 | 08:38 |
---|---|---|
*** acormier has joined #openstack-chef | 09:25 | |
*** acormier has quit IRC | 09:30 | |
frickler | sc`: do you happen to know how we could lower the timeout for yum_package? waiting an hour for an job that will fail anyway is a bit unproductive http://logs.openstack.org/11/443711/10/check/gate-openstack-chef-repo-chef-rake-integration-centos-7-nv/b80784d/console.html#_2017-03-30_08_40_23_452154 | 10:12 |
frickler | or should we drop the non-multinode integration jobs completely? I don't see how we should get them back into working state unless infra increases memory for us | 10:14 |
frickler | well, maybe if we replace the all-in-one approach with some-in-one, some-in-another | 10:14 |
frickler | woa, worked around another OSC bug and got block-storage working on Ocata: http://ci.cloudbau.de/ci-logs/refs-changes-11-443711-10/stack.sh.log.out | 11:23 |
frickler | now only nasty telemetry stuff remaining | 11:23 |
openstackgerrit | Jens Rosenboom proposed openstack/openstack-chef-repo master: WIP: Update things for Ocata release https://review.openstack.org/443711 | 12:25 |
frickler | cool, that was easier than I expected, it seems. ceilometer simply deprecated the -api and -collector stuff completely in favor of using gnocchi, what we are doing anyway. | 12:26 |
frickler | may need a bit more cleanup in the telemetry cookbook and db and things, but that may happen in a second step I hope | 12:26 |
frickler | https://docs.openstack.org/project-install-guide/telemetry/draft/get_started.html | 12:27 |
sc` | frickler: when i started working on the multinode jobs, i questioned the future of allinone, especially given that it's largely down to openstack itself. if the cookbooks can be made to handle scenarios post-zuulv3, if we haven't all found new things, then allinone could make a return, with a stripped down openstack | 12:50 |
sc` | when i started my own conversations with infra, i gained illumination as to the pain other project teams are feeling around the same constraints that face us with integration | 12:57 |
sc` | frickler: see this? https://github.com/chef/chef/issues/4691 | 13:13 |
sc` | that may be a red herring. there's a merged pull request, so we should already be benefiting from that | 13:15 |
sc` | frickler: how about something old school? maybe it works? Chef::Config[:yum_timeout] = 1800 | 13:23 |
*** chlong has joined #openstack-chef | 13:34 | |
frickler | hmm, I think it applies to all packages and the default of 900s is hardcoded here: https://github.com/chef/chef/blob/master/lib/chef/provider/package.rb#L643 I don't see a way to override that other than adding the option to every single pkg resource | 13:50 |
sc` | looks to be configurable? | 14:06 |
sc` | unless options.key?(:timeout) | 14:06 |
sc` | nm. i see what you're saying | 14:07 |
sc` | Thu Mar 30 07:07:18 PDT 2017 | 14:07 |
sc` | frickler: shell_out_compact_timeout seems to be the replacement for all of that. have you looked there? | 14:09 |
*** acormier has joined #openstack-chef | 14:13 | |
sc` | otherwise, it seems a custom resource that wraps package / yum_package | 14:14 |
frickler | sc`: seems to be the same https://github.com/chef/chef/blob/master/lib/chef/mixin/shell_out.rb#L85 | 14:14 |
frickler | nah, that would be overdoing it IMO just for making CIs fail faster | 14:15 |
sc` | okay | 14:15 |
sc` | to get aio to converge on infra, i think some things have to be stripped out of it | 14:16 |
sc` | if we're not going to change the timeout :) | 14:16 |
sc` | what, i don't know off the top of my head | 14:17 |
sc` | presumably something that resembles puppet's aio scenarios | 14:17 |
frickler | slightly offtopic, but https://dague.net/2017/03/30/in-praise-of-systemd/ is worth reading if only for the first paragraph IMO | 14:21 |
openstackgerrit | Jens Rosenboom proposed openstack/openstack-chef-repo master: Update things for Ocata release https://review.openstack.org/443711 | 14:30 |
frickler | sc`: I'll try and push a ocr change with some minimal-in-one setup for starters, just keystone+glance+nova+neutron | 14:32 |
frickler | also note that my Ocata series is almost ready to go, would be cool if I could start gathering reviews on it. I'll step by step un-wip the patches | 14:33 |
sc` | okay. i'll try to carve out some time to take a look at the open reviews | 14:33 |
openstackgerrit | Jens Rosenboom proposed openstack/openstack-chef-repo master: WIP: Try to run a minimal integration test setup https://review.openstack.org/451851 | 14:41 |
*** nkrinner is now known as nkrinner_afk | 14:49 | |
openstackgerrit | Jens Rosenboom proposed openstack/cookbook-openstack-block-storage master: Make cinder work for Ocata https://review.openstack.org/451246 | 15:02 |
frickler | this is the complete series to make Ocata working: https://review.openstack.org/#/q/topic:switch-ocata+status:open | 15:07 |
frickler | bah, of course apache no longer listens on port 80 if we don't deploy the dashboard, bummer | 15:09 |
openstackgerrit | Jens Rosenboom proposed openstack/openstack-chef-repo master: WIP: Try to run a minimal integration test setup https://review.openstack.org/451851 | 15:10 |
*** jmb_ has quit IRC | 15:27 | |
*** acormier has quit IRC | 15:57 | |
*** jmb_ has joined #openstack-chef | 16:06 | |
*** acormier has joined #openstack-chef | 16:45 | |
*** acormier has quit IRC | 16:45 | |
*** acormier has joined #openstack-chef | 16:47 | |
-openstackstatus- NOTICE: The Gerrit service on review.openstack.org is being restarted briefly to relieve performance issues, and should return to service again momentarily. | 17:02 | |
*** acormier has quit IRC | 17:15 | |
*** acormier has joined #openstack-chef | 17:21 | |
*** chlong has quit IRC | 17:36 | |
*** karlamrhein_ has joined #openstack-chef | 17:54 | |
*** j^2 has quit IRC | 17:59 | |
*** karlamrhein has quit IRC | 17:59 | |
*** karlamrhein_ is now known as karlamrhein | 18:00 | |
*** chlong has joined #openstack-chef | 18:02 | |
*** chlong has quit IRC | 18:11 | |
*** chlong has joined #openstack-chef | 19:00 | |
*** chlong has quit IRC | 19:07 | |
*** j^2 has joined #openstack-chef | 19:55 | |
*** ChanServ sets mode: +o j^2 | 19:55 | |
*** acormier has quit IRC | 20:36 | |
*** chlong has joined #openstack-chef | 20:36 | |
*** acormier has joined #openstack-chef | 20:59 | |
*** chlong has quit IRC | 21:09 | |
*** jmb_ has quit IRC | 21:44 | |
*** acormier has quit IRC | 22:45 | |
*** acormier has joined #openstack-chef | 22:46 | |
*** acormier has quit IRC | 22:54 | |
*** jmb_ has joined #openstack-chef | 23:14 | |
*** openstack has joined #openstack-chef | 23:44 | |
*** ChanServ sets mode: +o openstack | 23:44 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!