*** amotoki has joined #openstack-infra | 00:00 | |
*** kzaitsev_mb has joined #openstack-infra | 00:02 | |
osnexus | Can anyone help me come to understanding as to why nodepool will not ssh into the nodes it creates on devstack? The CI and devstack are on separate VMs that are both behind firewalls. With a floating ip associated, my devstack can ping the nodes fine, but not for nodepool. | 00:05 |
---|---|---|
*** furlongm has quit IRC | 00:05 | |
*** furlongm has joined #openstack-infra | 00:05 | |
osnexus | I assume because nodepool can't see them under the immediate firewall because they are in a network contained by nova | 00:05 |
osnexus | But how would I expose this network so that nodepool can see the nodes? | 00:05 |
*** amotoki has quit IRC | 00:06 | |
osnexus | Do I have to point it to a different DNS? | 00:06 |
*** oomichi has quit IRC | 00:06 | |
anteaya | we don't run any of our tooling behind firewalls | 00:06 |
anteaya | so we don't have tried and true methods of having them work with firewalls | 00:06 |
*** kzaitsev_mb has quit IRC | 00:07 | |
anteaya | some third party operators have experience with firewalls and might have some suggestions | 00:07 |
*** signed8bit_Zzz is now known as signed8bit | 00:08 | |
clarkb | you may also want to double check security groups | 00:09 |
clarkb | and floating IPs are sort of the standard expose things (for better or worse). Ee have found direct attached networks to be more reliable | 00:10 |
osnexus | My security rules are good to go. The purpose of the firewall is because it seems tempest spins up its own DHCP and we need to keep it contained otherwise our whole network will go down. Where could I find more info on the direct attached networks clarkb? | 00:12 |
*** amotoki has joined #openstack-infra | 00:12 | |
*** mahatic_ has quit IRC | 00:12 | |
*** roxanaghe has joined #openstack-infra | 00:14 | |
*** rfolco has quit IRC | 00:14 | |
clarkb | osnexus: lookup provider networking for neutro | 00:14 |
anteaya | osnexus: and nodepool needs its own network | 00:14 |
clarkb | and its devstack nit tempest running the dhcp server for the nested instances | 00:15 |
anteaya | if you run nodepool on a network with anything else it will take over the nodes | 00:15 |
clarkb | anteaya: it shoukdnt we run our nodepool on rax on a network we dont control and its fine | 00:16 |
anteaya | oh okay | 00:16 |
anteaya | I have been recommending folks use a separate network for nodepool every since patrickeast reported it took over all of the network it was on | 00:17 |
clarkb | I think patrickeast is very mistaken | 00:17 |
clarkb | all nodepool does is talk to opemstack | 00:18 |
*** mahatic has joined #openstack-infra | 00:18 | |
clarkb | it is incapable of directly managing anything | 00:18 |
*** roxanaghe has quit IRC | 00:18 | |
anteaya | okay | 00:18 |
osnexus | Ya, that's all I've seen nodepool doing, it's devstack that seems to stomp on things out of order | 00:18 |
anteaya | or perhaps I mis-understood | 00:18 |
*** Swami has quit IRC | 00:20 | |
*** ddieterly has joined #openstack-infra | 00:22 | |
tchaypo_vacay | Fungi: thanks | 00:27 |
*** mtanin___ has joined #openstack-infra | 00:28 | |
*** sdague_ has joined #openstack-infra | 00:29 | |
*** mtanino has quit IRC | 00:30 | |
*** Sukhdev has quit IRC | 00:30 | |
*** amotoki has quit IRC | 00:30 | |
*** Swami has joined #openstack-infra | 00:33 | |
*** Sukhdev has joined #openstack-infra | 00:34 | |
*** adrian_otto has quit IRC | 00:35 | |
harlowja | anyone made/submitted a slack publisher to jenkins-job-builder? | 00:36 |
*** thorst has quit IRC | 00:36 | |
*** thorst has joined #openstack-infra | 00:37 | |
*** Apoorva_ has joined #openstack-infra | 00:37 | |
harlowja | nm, guess one exists :-P | 00:38 |
*** sdake has joined #openstack-infra | 00:39 | |
*** Apoorva has quit IRC | 00:41 | |
*** Swami_ has joined #openstack-infra | 00:41 | |
mgagne | harlowja: I'm not sure if that's what you are looking for: http://docs.openstack.org/infra/jenkins-job-builder/publishers.html#publishers.slack | 00:41 |
harlowja | yup, thx | 00:42 |
*** Apoorva_ has quit IRC | 00:42 | |
*** yamahata has quit IRC | 00:43 | |
*** pvaneck has quit IRC | 00:45 | |
*** Swami has quit IRC | 00:45 | |
*** ayoung has joined #openstack-infra | 00:45 | |
*** thorst has quit IRC | 00:46 | |
*** sdake_ has joined #openstack-infra | 00:50 | |
*** sdake has quit IRC | 00:52 | |
harlowja | another question, where is the openstack bot code located | 00:53 |
* harlowja has his own bot in oslo, and openstack bot likes to emit warnings on unknown commands that my other bot handles | 00:53 | |
*** yamahata has joined #openstack-infra | 00:53 | |
*** hosanai has joined #openstack-infra | 00:54 | |
harlowja | and said warnings are annoying :-P | 00:54 |
harlowja | or is openstack meetbot? | 00:55 |
*** sdake has joined #openstack-infra | 00:55 | |
*** sdake_ has quit IRC | 00:55 | |
*** adrian_otto has joined #openstack-infra | 00:57 | |
*** signed8bit is now known as signed8bit_Zzz | 01:00 | |
clarkb | harlowja: there is no bot just jobs that use the credentials | 01:00 |
*** ayoung has quit IRC | 01:00 | |
harlowja | hmmmm | 01:01 |
harlowja | any idea how '<openstack>harlowja: Error: "meeting_notes" is not a valid command.' gets output then? | 01:01 |
harlowja | for example when sending !meeting_notes to my other bot | 01:01 |
*** kzaitsev_mb has joined #openstack-infra | 01:03 | |
fungi | harlowja: clarkb misunderstood. you are right, it's a meetbot fork | 01:05 |
harlowja | ya, damn supybot | 01:05 |
fungi | the "openstack" irc bot | 01:05 |
harlowja | unsure if its got a way to turn off handling invalid things | 01:05 |
harlowja | openstack u not the only bot in town :-P | 01:05 |
fungi | harlowja: some of its behaviors (for example bug linking) are handled by plugins (the bug plugin is retrieved from a bzr repo in lp) | 01:06 |
harlowja | right | 01:06 |
harlowja | errbot is similar | 01:06 |
harlowja | (which is what i was using for my oslobot) | 01:06 |
fungi | but yeah the general !-prefixed commands, perhaps it can silence them | 01:06 |
fungi | we'd love, i think, to have all our irc bots reimplemented in errbot (or at least it was the best option last time we looked) | 01:07 |
fungi | but, you know, "it's just a matter of some coding" | 01:07 |
harlowja | how many other bots u need? | 01:07 |
fungi | !no idea how to make this stop generating useless errors | 01:07 |
openstack | fungi: Error: "no" is not a valid command. | 01:07 |
harlowja | https://github.com/harlowja/gerritbot2/blob/master/plugins/gerritbot/gerritbot.py | 01:08 |
harlowja | there is a gerritbot | 01:08 |
harlowja | its config is not the same as the yaml that exists | 01:08 |
fungi | harlowja: also statusbot (which also does successes) | 01:08 |
harlowja | hmmm | 01:08 |
harlowja | meetingbot would be the bigger one | 01:08 |
harlowja | the other i think are dinky? | 01:08 |
fungi | yeah, statusbot would probably be easu | 01:08 |
fungi | easy | 01:08 |
fungi | meetbot perhaps less so | 01:08 |
harlowja | nice thing with errbot is that i can plugin to slack | 01:08 |
harlowja | or ... | 01:08 |
*** Jeffrey4l has joined #openstack-infra | 01:09 | |
*** kzaitsev_mb has quit IRC | 01:09 | |
harlowja | (which is where i am running gerritbot internally) | 01:09 |
harlowja | https://github.com/harlowja/gerritbot2#gerritbot-version-20 | 01:09 |
*** tqtran has quit IRC | 01:09 | |
fungi | but i expect we'd willingly replace gerritbot with an errbot equivalent if it really is. config migration is a reasonably trivial concern | 01:09 |
harlowja | its just code, ha | 01:09 |
fungi | can probably do a quick script to translate from old and new config, only need it once | 01:09 |
harlowja | ya, someone needs to fix one issue in errbot though | 01:10 |
fungi | oh? | 01:10 |
harlowja | https://github.com/errbotio/errbot/issues/803 | 01:10 |
*** thorst has joined #openstack-infra | 01:10 | |
openstackgerrit | Xiang Chen proposed openstack/diskimage-builder: Explain the difference between 'DIB_OFFLINE' and 'DIB_DEBIAN_USE_DEBOOTSTRAP_CACHE' https://review.openstack.org/345935 | 01:10 |
harlowja | u'll get that nice output in that issue if the gerritbot2 irc backend is used | 01:10 |
harlowja | probably a dinky fix | 01:10 |
*** amotoki has joined #openstack-infra | 01:10 | |
harlowja | but https://github.com/harlowja/gerritbot2/blob/master/plugins/gerritbot/gerritbot.py#L264 is the code for all that | 01:11 |
harlowja | nothing crazy | 01:11 |
fungi | good to know--thanks | 01:11 |
*** thorst has quit IRC | 01:12 | |
*** EricGonczer_ has joined #openstack-infra | 01:14 | |
*** clenimar_ has joined #openstack-infra | 01:14 | |
*** clenimar_ has quit IRC | 01:15 | |
*** zhurong has joined #openstack-infra | 01:15 | |
*** osnexus has quit IRC | 01:15 | |
harlowja | also out of curiosity, where is the code that zuul knows how to read jjb yamls | 01:17 |
harlowja | seeing as i'm messing around with jjb, be interested to see the code that converts stuff --> ansible (?) | 01:18 |
*** mtanino has joined #openstack-infra | 01:18 | |
*** sdague_ has quit IRC | 01:18 | |
*** rfolco has joined #openstack-infra | 01:18 | |
*** mtanin___ has quit IRC | 01:19 | |
clarkb | oh sorry saw openstack bot first | 01:19 |
*** jcoufal has joined #openstack-infra | 01:23 | |
*** adrian_otto has quit IRC | 01:27 | |
*** Swami__ has joined #openstack-infra | 01:27 | |
*** jcoufal_ has joined #openstack-infra | 01:28 | |
*** tphummel has quit IRC | 01:29 | |
*** EricGonczer_ has quit IRC | 01:29 | |
*** Swami_ has quit IRC | 01:30 | |
*** jcoufal has quit IRC | 01:31 | |
*** ddieterly has quit IRC | 01:31 | |
*** gongysh has joined #openstack-infra | 01:32 | |
*** EricGonczer_ has joined #openstack-infra | 01:34 | |
*** sarob has joined #openstack-infra | 01:35 | |
*** ddieterly has joined #openstack-infra | 01:38 | |
*** yamahata has quit IRC | 01:38 | |
*** rfolco has quit IRC | 01:39 | |
*** sarob has quit IRC | 01:39 | |
*** yanyanhu has joined #openstack-infra | 01:39 | |
*** rbuzatu has joined #openstack-infra | 01:40 | |
fungi | harlowja: http://git.openstack.org/cgit/openstack-infra/zuul/tree/zuul/launcher/ansiblelaunchserver.py#n1363 | 01:41 |
*** piet_ has joined #openstack-infra | 01:43 | |
*** mtanino has quit IRC | 01:44 | |
*** rbuzatu has quit IRC | 01:45 | |
*** hichihara has joined #openstack-infra | 01:45 | |
*** gongysh has quit IRC | 01:46 | |
*** gongysh has joined #openstack-infra | 01:47 | |
*** rlandy has quit IRC | 01:47 | |
*** sdake has quit IRC | 01:59 | |
*** piet_ has quit IRC | 01:59 | |
*** jcoufal_ has quit IRC | 01:59 | |
*** gildub has quit IRC | 01:59 | |
*** jcoufal has joined #openstack-infra | 02:00 | |
*** roxanaghe has joined #openstack-infra | 02:02 | |
*** julim has joined #openstack-infra | 02:04 | |
*** edmondsw has quit IRC | 02:05 | |
*** kzaitsev_mb has joined #openstack-infra | 02:06 | |
*** roxanaghe has quit IRC | 02:06 | |
*** thorst has joined #openstack-infra | 02:07 | |
*** thorst has quit IRC | 02:07 | |
*** tqtran has joined #openstack-infra | 02:07 | |
*** thorst has joined #openstack-infra | 02:07 | |
*** ddieterly has quit IRC | 02:08 | |
*** rbuzatu_ has joined #openstack-infra | 02:11 | |
*** rhallisey has quit IRC | 02:11 | |
*** kzaitsev_mb has quit IRC | 02:11 | |
*** tqtran has quit IRC | 02:11 | |
*** thorst has quit IRC | 02:12 | |
*** rbuzatu__ has joined #openstack-infra | 02:12 | |
*** rbuzatu_ has quit IRC | 02:15 | |
*** rbuzatu__ has quit IRC | 02:16 | |
*** Sukhdev has quit IRC | 02:24 | |
*** hongbin has joined #openstack-infra | 02:24 | |
*** cfarquhar has quit IRC | 02:31 | |
*** jcoufal_ has joined #openstack-infra | 02:32 | |
*** jistr has quit IRC | 02:32 | |
*** jcoufal has quit IRC | 02:33 | |
*** Liuqing has joined #openstack-infra | 02:33 | |
*** jistr has joined #openstack-infra | 02:33 | |
*** Swami_ has joined #openstack-infra | 02:34 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/project-config: puppet: fix libraries job bash code https://review.openstack.org/347098 | 02:38 |
*** Swami__ has quit IRC | 02:38 | |
*** jcoufal_ has quit IRC | 02:38 | |
EmilienM | if someone can look at this quick patch ^ thanks | 02:38 |
*** Swami has joined #openstack-infra | 02:41 | |
*** Swami__ has joined #openstack-infra | 02:41 | |
*** Swami_ has quit IRC | 02:45 | |
*** Swami has quit IRC | 02:45 | |
*** Swami_ has joined #openstack-infra | 02:47 | |
*** csomerville has quit IRC | 02:49 | |
*** esberglu has quit IRC | 02:49 | |
*** cody-somerville has joined #openstack-infra | 02:49 | |
*** Swami__ has quit IRC | 02:51 | |
*** Swami__ has joined #openstack-infra | 02:51 | |
*** Liuqing_ has joined #openstack-infra | 02:52 | |
*** zhurong_ has joined #openstack-infra | 02:54 | |
*** psilvad has quit IRC | 02:54 | |
*** zhurong has quit IRC | 02:55 | |
*** Liuqing has quit IRC | 02:55 | |
*** signed8bit_Zzz is now known as signed8bit | 02:55 | |
*** Swami_ has quit IRC | 02:56 | |
*** mattoliverau has quit IRC | 02:58 | |
*** coolsvap has joined #openstack-infra | 03:00 | |
*** signed8bit has quit IRC | 03:01 | |
*** Jeffrey4l has quit IRC | 03:01 | |
*** cfarquhar has joined #openstack-infra | 03:01 | |
*** cfarquhar has quit IRC | 03:01 | |
*** cfarquhar has joined #openstack-infra | 03:01 | |
*** shashank_hegde has joined #openstack-infra | 03:02 | |
*** Jeffrey4l has joined #openstack-infra | 03:04 | |
*** matt6434 has joined #openstack-infra | 03:06 | |
*** asettle has joined #openstack-infra | 03:06 | |
*** kzaitsev_mb has joined #openstack-infra | 03:07 | |
*** markmcclain has quit IRC | 03:08 | |
*** markmcclain has joined #openstack-infra | 03:09 | |
*** shashank_hegde has quit IRC | 03:09 | |
*** oanson has joined #openstack-infra | 03:11 | |
*** kzaitsev_mb has quit IRC | 03:13 | |
*** asettle has quit IRC | 03:14 | |
*** derekjhyang has joined #openstack-infra | 03:15 | |
*** oanson has quit IRC | 03:17 | |
*** shashank_hegde has joined #openstack-infra | 03:17 | |
*** sflanigan has quit IRC | 03:21 | |
*** shashank_hegde has quit IRC | 03:22 | |
*** rfolco has joined #openstack-infra | 03:23 | |
*** sflanigan has joined #openstack-infra | 03:24 | |
*** shashank_hegde has joined #openstack-infra | 03:25 | |
*** matt6434 is now known as mattoliverau | 03:30 | |
*** sree has joined #openstack-infra | 03:33 | |
*** EricGonczer_ has quit IRC | 03:35 | |
openstackgerrit | Merged openstack-infra/project-config: Reduce ovh-gra1 to 40 nodes https://review.openstack.org/347075 | 03:37 |
*** sree has quit IRC | 03:37 | |
*** shashank_hegde has quit IRC | 03:39 | |
openstackgerrit | Isaku Yamahata proposed openstack-infra/project-config: networking-odl: add more jobs https://review.openstack.org/347045 | 03:41 |
*** tphummel has joined #openstack-infra | 03:42 | |
*** shashank_hegde has joined #openstack-infra | 03:43 | |
*** gongysh has quit IRC | 03:46 | |
*** Nikolay_St has quit IRC | 03:46 | |
*** yamahata has joined #openstack-infra | 03:46 | |
*** hichihara has quit IRC | 03:46 | |
*** rfolco has quit IRC | 03:47 | |
*** shashank_hegde has quit IRC | 03:48 | |
openstackgerrit | Merged openstack-infra/project-config: Convert python-jobs to run on xenial https://review.openstack.org/344959 | 03:49 |
*** roxanaghe has joined #openstack-infra | 03:50 | |
*** PollyZ has joined #openstack-infra | 03:51 | |
*** piet_ has joined #openstack-infra | 03:52 | |
*** roxanaghe has quit IRC | 03:54 | |
*** rossella_s has quit IRC | 03:59 | |
*** rossella_s has joined #openstack-infra | 04:00 | |
*** hongbin has quit IRC | 04:00 | |
*** links has joined #openstack-infra | 04:03 | |
*** PollyZ has quit IRC | 04:05 | |
*** amotoki has quit IRC | 04:07 | |
*** Swami_ has joined #openstack-infra | 04:09 | |
*** kzaitsev_mb has joined #openstack-infra | 04:09 | |
*** Swami__ has quit IRC | 04:13 | |
*** kzaitsev_mb has quit IRC | 04:14 | |
*** yanyanhu has quit IRC | 04:20 | |
*** sc68cal_ has joined #openstack-infra | 04:20 | |
*** roxanaghe has joined #openstack-infra | 04:22 | |
*** sc68cal has quit IRC | 04:23 | |
*** Sukhdev has joined #openstack-infra | 04:25 | |
*** sree has joined #openstack-infra | 04:26 | |
*** yamamot__ has joined #openstack-infra | 04:27 | |
*** Sukhdev has quit IRC | 04:29 | |
*** sree has quit IRC | 04:31 | |
*** harlowja_at_home has joined #openstack-infra | 04:33 | |
*** pcaruana has quit IRC | 04:34 | |
*** psachin has joined #openstack-infra | 04:35 | |
*** jtomasek has quit IRC | 04:39 | |
*** yamamot__ has quit IRC | 04:40 | |
*** shashank_hegde has joined #openstack-infra | 04:42 | |
*** piet_ has quit IRC | 04:43 | |
*** gildub has joined #openstack-infra | 04:44 | |
*** amotoki has joined #openstack-infra | 04:46 | |
*** yanyanhu has joined #openstack-infra | 04:49 | |
*** yamamot__ has joined #openstack-infra | 04:53 | |
*** yamamot__ has quit IRC | 04:54 | |
*** abregman has joined #openstack-infra | 04:54 | |
*** jtomasek has joined #openstack-infra | 04:58 | |
*** sree_ has joined #openstack-infra | 04:58 | |
*** sree_ is now known as Guest12521 | 04:59 | |
*** Swami__ has joined #openstack-infra | 05:00 | |
*** harlowja_at_home has quit IRC | 05:01 | |
*** Swami_ has quit IRC | 05:04 | |
*** Daisy_ has joined #openstack-infra | 05:06 | |
*** kushal has joined #openstack-infra | 05:09 | |
*** amotoki has quit IRC | 05:10 | |
*** kzaitsev_mb has joined #openstack-infra | 05:11 | |
*** roxanaghe has quit IRC | 05:12 | |
*** salv-orlando has joined #openstack-infra | 05:14 | |
*** gildub has quit IRC | 05:14 | |
*** kzaitsev_mb has quit IRC | 05:16 | |
*** amotoki has joined #openstack-infra | 05:17 | |
*** Srinu has joined #openstack-infra | 05:20 | |
Srinu | Hi | 05:20 |
Srinu | In jenkins i have two slave nodes and after the completion of one job it is deleting two nodes rather than one node. did any one face this issue | 05:22 |
*** amotoki has quit IRC | 05:35 | |
*** Daisy_ has quit IRC | 05:37 | |
*** hrubi has quit IRC | 05:37 | |
*** Daisy_ has joined #openstack-infra | 05:37 | |
*** jtomasek has quit IRC | 05:38 | |
*** hrubi has joined #openstack-infra | 05:40 | |
*** yamamot__ has joined #openstack-infra | 05:40 | |
*** Daisy_ has quit IRC | 05:42 | |
*** salv-orl_ has joined #openstack-infra | 05:48 | |
*** armax has quit IRC | 05:48 | |
*** salv-orlando has quit IRC | 05:49 | |
*** savihou has joined #openstack-infra | 05:51 | |
*** dimtruck is now known as zz_dimtruck | 05:52 | |
*** amotoki has joined #openstack-infra | 05:54 | |
*** r-mibu has quit IRC | 05:56 | |
*** r-mibu has joined #openstack-infra | 05:57 | |
*** Liuqing_ has quit IRC | 05:57 | |
*** Liuqing has joined #openstack-infra | 05:59 | |
*** Liuqing has quit IRC | 06:02 | |
*** pgadiya has joined #openstack-infra | 06:02 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Test api-ref theming with openstackdocstheme https://review.openstack.org/345441 | 06:03 |
*** amotoki has quit IRC | 06:04 | |
*** Liuqing has joined #openstack-infra | 06:04 | |
*** oanson has joined #openstack-infra | 06:06 | |
*** salv-orl_ has quit IRC | 06:07 | |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder: Add option to be able to run_functests.sh in parallel https://review.openstack.org/345065 | 06:08 |
*** Daisy has joined #openstack-infra | 06:09 | |
*** gongysh has joined #openstack-infra | 06:09 | |
*** javeriak has joined #openstack-infra | 06:11 | |
*** amotoki has joined #openstack-infra | 06:12 | |
*** kzaitsev_mb has joined #openstack-infra | 06:12 | |
*** Sukhdev has joined #openstack-infra | 06:13 | |
*** Daisy_ has joined #openstack-infra | 06:14 | |
*** Daisy has quit IRC | 06:15 | |
*** kzaitsev_mb has quit IRC | 06:18 | |
*** Daisy_ has quit IRC | 06:18 | |
*** Daisy has joined #openstack-infra | 06:19 | |
*** woodster_ has quit IRC | 06:19 | |
*** javeriak has quit IRC | 06:22 | |
*** javeriak has joined #openstack-infra | 06:22 | |
*** sandanar has joined #openstack-infra | 06:24 | |
*** cgalan has joined #openstack-infra | 06:24 | |
*** gongysh has quit IRC | 06:24 | |
*** gongysh has joined #openstack-infra | 06:24 | |
*** Swami__ has quit IRC | 06:25 | |
*** gildub has joined #openstack-infra | 06:25 | |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Remove tripleo-test-cloud-rh1 from nodepool https://review.openstack.org/347138 | 06:25 |
*** kzaitsev_mb has joined #openstack-infra | 06:27 | |
*** Ravikiran_K has joined #openstack-infra | 06:29 | |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Use Debian AFS mirror in debian-jessie nodes https://review.openstack.org/347140 | 06:30 |
*** Apsu has joined #openstack-infra | 06:38 | |
*** tesseract- has joined #openstack-infra | 06:39 | |
*** Sukhdev has quit IRC | 06:46 | |
*** andreas_s has joined #openstack-infra | 06:48 | |
openstackgerrit | Merged openstack-infra/project-config: puppet: fix libraries job bash code https://review.openstack.org/347098 | 06:48 |
*** sarob has joined #openstack-infra | 06:48 | |
odyssey4me | hmm, nice to see that the docs jobs are running on xenial now | 06:50 |
yolanda | good morning | 06:50 |
pabelanger | yolanda: o/ | 06:51 |
odyssey4me | unfortunately it's no longer showing the docs-draft for a successful result | 06:51 |
pabelanger | odyssey4me: ya, patch just merged a few hours ago | 06:51 |
odyssey4me | See https://review.openstack.org/346510 for a sample | 06:51 |
odyssey4me | pabelanger progress! | 06:51 |
odyssey4me | are all the precise nodes now migrated? | 06:51 |
pabelanger | yes, we only use precise for 2 infra jobs right now | 06:51 |
*** shardy has joined #openstack-infra | 06:52 | |
pabelanger | we need to keep them until all our control plane has been upgraded to trusty | 06:52 |
*** mikelk has joined #openstack-infra | 06:52 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Remove unused trusty jobs https://review.openstack.org/347147 | 06:53 |
AJaeger | clarkb: is this something you like to see ? ^ | 06:53 |
*** sarob has quit IRC | 06:53 | |
odyssey4me | haha AJaeger tidying up is always good :) | 06:53 |
AJaeger | odyssey4me: let me fix the docs-draft... | 06:54 |
*** Apsu has quit IRC | 06:54 | |
odyssey4me | thanks AJaeger | 06:54 |
pabelanger | AJaeger: I think we can start to prune ubuntu-trusty jobs if projects don't need them | 06:55 |
*** Apsu has joined #openstack-infra | 06:55 | |
*** Nikolay_St has joined #openstack-infra | 06:55 | |
*** pcaruana has joined #openstack-infra | 06:55 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Update docs-draft pattern for xenial https://review.openstack.org/347150 | 06:56 |
AJaeger | yolanda, pabelanger, odyssey4me ^ | 06:56 |
AJaeger | pabelanger: I think as well, just wanted confirmation by clarkb. | 06:56 |
pabelanger | AJaeger: agreed, I think clarkb will have the final say | 06:57 |
pabelanger | AJaeger: +2 | 06:57 |
odyssey4me | lgtm | 06:58 |
*** javeriak has quit IRC | 06:58 | |
AJaeger | great. Then let me +2A it quickly to avoid further confusion... | 06:58 |
*** kzaitsev_mb has quit IRC | 06:59 | |
*** florianf has joined #openstack-infra | 07:00 | |
*** florianf has quit IRC | 07:00 | |
*** atom_ has joined #openstack-infra | 07:02 | |
odyssey4me | is there a way to use tox to execute a script, but for tox not to use a virtualenv? | 07:03 |
openstackgerrit | Xiang Chen proposed openstack-infra/project-config: add a keep-proxy element https://review.openstack.org/346619 | 07:03 |
odyssey4me | ie I want it to operate within the system, not in a python virtualenv | 07:04 |
*** nmagnezi has joined #openstack-infra | 07:04 | |
*** nmagnezi has quit IRC | 07:04 | |
*** nmagnezi has joined #openstack-infra | 07:05 | |
*** rcernin has joined #openstack-infra | 07:06 | |
*** javeriak has joined #openstack-infra | 07:07 | |
*** rbuzatu has joined #openstack-infra | 07:07 | |
*** asettle has joined #openstack-infra | 07:08 | |
*** gildub has quit IRC | 07:09 | |
*** tqtran has joined #openstack-infra | 07:09 | |
*** florianf has joined #openstack-infra | 07:09 | |
AJaeger | odyssey4me: tox will always use a python virtualenv and install needed pacakges in there. | 07:10 |
AJaeger | odyssey4me: BUT you can say sitepackages=True in a tox environment and then it will *also* use the system installation. | 07:11 |
odyssey4me | AJaeger hmm, ok that may work | 07:11 |
AJaeger | So, it won't install new packages that are already in the system. | 07:11 |
odyssey4me | perhaps I could also set the pip binary to be the system one instead using an env var? | 07:11 |
odyssey4me | basically I'm trying to use the tox builder to execute in the same way as the script builder | 07:12 |
AJaeger | odyssey4me: I don't know what you want to do - and have to leave now, so can't help further... | 07:12 |
odyssey4me | this reduces the number of jobs I have to make use of, giving me a common job to execute and take advantage of across all repositories | 07:12 |
*** tqtran has quit IRC | 07:13 | |
*** asettle has quit IRC | 07:13 | |
odyssey4me | ah, thanks anyway AJaeger | 07:13 |
odyssey4me | have a good day! | 07:13 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Remove unused trusty jobs https://review.openstack.org/347147 | 07:14 |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config: Add openstackci-tripleo-test-cloud-rh2 to ansible-clouds.yaml https://review.openstack.org/347158 | 07:15 |
openstackgerrit | Yanyan Hu proposed openstack-infra/project-config: Add integration test job for Senlin https://review.openstack.org/347160 | 07:24 |
*** rbuzatu has quit IRC | 07:25 | |
*** gildub has joined #openstack-infra | 07:27 | |
*** ifarkas_afk is now known as ifarkas | 07:28 | |
openstackgerrit | Merged openstack-infra/project-config: Update docs-draft pattern for xenial https://review.openstack.org/347150 | 07:30 |
*** javeriak has quit IRC | 07:31 | |
*** Daisy has quit IRC | 07:31 | |
*** Daisy has joined #openstack-infra | 07:32 | |
*** javeriak has joined #openstack-infra | 07:34 | |
*** zul has quit IRC | 07:35 | |
*** Daisy has quit IRC | 07:35 | |
*** Daisy has joined #openstack-infra | 07:36 | |
*** acruz has joined #openstack-infra | 07:37 | |
*** gongysh has quit IRC | 07:37 | |
*** vincentll has joined #openstack-infra | 07:37 | |
*** jlanoux has joined #openstack-infra | 07:39 | |
*** jpich has joined #openstack-infra | 07:40 | |
*** rbuzatu has joined #openstack-infra | 07:41 | |
*** tonytan4ever has quit IRC | 07:44 | |
*** rbuzatu has quit IRC | 07:48 | |
*** rbuzatu has joined #openstack-infra | 07:49 | |
*** zul has joined #openstack-infra | 07:52 | |
*** swat30 has quit IRC | 07:52 | |
*** swat30 has joined #openstack-infra | 07:56 | |
*** zzzeek has quit IRC | 08:00 | |
*** zzzeek has joined #openstack-infra | 08:00 | |
*** salv-orlando has joined #openstack-infra | 08:03 | |
*** shashank_hegde has quit IRC | 08:04 | |
openstackgerrit | Merged openstack-infra/system-config: Re-enable puppet on review-dev.o.o https://review.openstack.org/347036 | 08:04 |
openstackgerrit | Merged openstack-infra/system-config: Install the Gerrit delete-project plugin on review-dev.o.o https://review.openstack.org/319400 | 08:06 |
*** jpich has quit IRC | 08:07 | |
*** salv-orlando has quit IRC | 08:07 | |
*** dingyichen has quit IRC | 08:08 | |
*** dizquierdo has joined #openstack-infra | 08:09 | |
*** sorantis has joined #openstack-infra | 08:09 | |
*** sorantis has quit IRC | 08:09 | |
*** nherciu has joined #openstack-infra | 08:09 | |
*** mikelk has quit IRC | 08:09 | |
*** sorantis has joined #openstack-infra | 08:10 | |
*** mikelk has joined #openstack-infra | 08:13 | |
*** dingyichen has joined #openstack-infra | 08:16 | |
openstackgerrit | Merged openstack-infra/project-config: Implement gate-tripleo-ci-centos-7-undercloud-upgrades-nv https://review.openstack.org/346982 | 08:17 |
*** asettle has joined #openstack-infra | 08:18 | |
*** hashar has joined #openstack-infra | 08:20 | |
openstackgerrit | Alexey Ovchinnikov proposed openstack-infra/project-config: [Manila] Add services to minimal-dsvm job https://review.openstack.org/347180 | 08:21 |
*** abregman has quit IRC | 08:23 | |
*** abregman has joined #openstack-infra | 08:23 | |
openstackgerrit | Merged openstack-infra/project-config: Fix Monasca Log API tempest gate config https://review.openstack.org/346703 | 08:24 |
*** jlanoux has quit IRC | 08:27 | |
*** jlanoux_ has joined #openstack-infra | 08:27 | |
*** jpich has joined #openstack-infra | 08:27 | |
*** derekh has joined #openstack-infra | 08:29 | |
*** pblaho has quit IRC | 08:32 | |
*** jtomasek has joined #openstack-infra | 08:33 | |
*** esikachev has joined #openstack-infra | 08:33 | |
*** Na3iL has joined #openstack-infra | 08:33 | |
*** tphummel has quit IRC | 08:34 | |
*** dingyichen has quit IRC | 08:35 | |
*** zul has quit IRC | 08:35 | |
*** pblaho has joined #openstack-infra | 08:35 | |
*** sandanar_ has joined #openstack-infra | 08:36 | |
*** sandanar_ has quit IRC | 08:36 | |
*** sandanar_ has joined #openstack-infra | 08:36 | |
*** acoles_ is now known as acoles | 08:38 | |
*** flepied2 is now known as flepied | 08:38 | |
*** Nikolay_St has quit IRC | 08:39 | |
*** sandanar has quit IRC | 08:39 | |
*** e0ne has joined #openstack-infra | 08:40 | |
*** jimbaker has quit IRC | 08:44 | |
*** tonytan4ever has joined #openstack-infra | 08:44 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/zuul: Add initial support for jobs authentication config https://review.openstack.org/346914 | 08:47 |
*** tonytan4ever has quit IRC | 08:49 | |
*** salv-orlando has joined #openstack-infra | 08:50 | |
openstackgerrit | Aleksey Zvyagintsev proposed openstack-infra/project-config: [murano-apps] add 'gate-murano-apps-linters' job https://review.openstack.org/344838 | 08:50 |
*** javeriak has quit IRC | 08:51 | |
openstackgerrit | Aleksey Zvyagintsev proposed openstack-infra/project-config: [murano-apps] add 'gate-murano-apps-linters' job https://review.openstack.org/344838 | 08:52 |
*** Goneri has joined #openstack-infra | 08:52 | |
rcarrillocruz | jhesketh: heya | 08:53 |
rcarrillocruz | around? | 08:53 |
*** zul has joined #openstack-infra | 08:53 | |
*** electrofelix has joined #openstack-infra | 08:55 | |
*** e0ne has quit IRC | 08:55 | |
*** e0ne has joined #openstack-infra | 08:56 | |
*** yamahata has quit IRC | 08:57 | |
*** ljjjustin has quit IRC | 08:57 | |
openstackgerrit | Luigi Toscano proposed openstack-infra/project-config: tempest/CLI tests for Sahara require also console-log https://review.openstack.org/347197 | 08:57 |
*** amotoki has quit IRC | 08:57 | |
*** ramishra has quit IRC | 08:58 | |
*** sorantis has quit IRC | 08:58 | |
*** amotoki has joined #openstack-infra | 08:59 | |
*** ramishra has joined #openstack-infra | 08:59 | |
*** gildub has quit IRC | 08:59 | |
*** ljjjustin has joined #openstack-infra | 09:00 | |
*** Guest12521 has quit IRC | 09:02 | |
*** javeriak has joined #openstack-infra | 09:02 | |
*** rbuzatu_ has joined #openstack-infra | 09:02 | |
*** sandanar_ has quit IRC | 09:03 | |
*** sandanar has joined #openstack-infra | 09:03 | |
*** rbuzatu has quit IRC | 09:04 | |
openstackgerrit | yolanda.robla proposed openstack-infra/tripleo-ci: Add --yes flags to heat stack-delete for liberty https://review.openstack.org/347202 | 09:07 |
*** ramishra has quit IRC | 09:09 | |
*** amotoki has quit IRC | 09:09 | |
openstackgerrit | yolanda.robla proposed openstack-infra/tripleo-ci: Add --yes flags to heat stack-delete for liberty https://review.openstack.org/347202 | 09:10 |
*** tqtran has joined #openstack-infra | 09:10 | |
*** ramishra has joined #openstack-infra | 09:11 | |
*** amotoki has joined #openstack-infra | 09:11 | |
*** rbuzatu_ has quit IRC | 09:11 | |
*** sree has joined #openstack-infra | 09:11 | |
*** rbuzatu has joined #openstack-infra | 09:12 | |
*** ihrachys has joined #openstack-infra | 09:12 | |
*** kaisers_ has joined #openstack-infra | 09:12 | |
*** ihrachys has quit IRC | 09:13 | |
*** tqtran has quit IRC | 09:15 | |
*** geguileo has joined #openstack-infra | 09:15 | |
*** sree has quit IRC | 09:16 | |
*** maniram477 has joined #openstack-infra | 09:18 | |
*** sarob has joined #openstack-infra | 09:19 | |
*** maniram477 has quit IRC | 09:19 | |
*** salv-orlando has quit IRC | 09:21 | |
openstackgerrit | Giulio Fidente proposed openstack-infra/tripleo-ci: Enable Ceph in OVB/HA2 https://review.openstack.org/346897 | 09:23 |
*** sarob has quit IRC | 09:23 | |
sulo | hi there folks, now that 344959 has merged, can someone look at https://review.openstack.org/#/c/345453/ please :) | 09:24 |
openstackgerrit | yolanda.robla proposed openstack-infra/tripleo-ci: Add --yes flags to heat stack-delete for liberty https://review.openstack.org/347202 | 09:26 |
openstackgerrit | Zhijiang Hu proposed openstack-infra/irc-meetings: Add Meeting Information for New Project daisycloud-core https://review.openstack.org/346534 | 09:26 |
*** e0ne has quit IRC | 09:26 | |
*** sorantis has joined #openstack-infra | 09:29 | |
*** gouthamr_ has quit IRC | 09:29 | |
*** ihrachys has joined #openstack-infra | 09:29 | |
*** swat30 has quit IRC | 09:30 | |
*** Nikolay_St has joined #openstack-infra | 09:32 | |
*** swat30 has joined #openstack-infra | 09:32 | |
*** e0ne has joined #openstack-infra | 09:34 | |
*** nherciu has quit IRC | 09:34 | |
*** salv-orlando has joined #openstack-infra | 09:36 | |
zigo | AJaeger: Hi! Could you review this one? https://review.openstack.org/#/c/307742/ | 09:39 |
zigo | AJaeger: It should be in a good enough shape. If it is, then we have a working system for building, and I can add the real stuff. | 09:40 |
*** sandanar_ has joined #openstack-infra | 09:40 | |
*** ociuhandu has quit IRC | 09:41 | |
*** sandanar has quit IRC | 09:43 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/zuul: Add initial support for jobs authentication config https://review.openstack.org/346914 | 09:46 |
*** fbo has joined #openstack-infra | 09:46 | |
*** fbo has quit IRC | 09:47 | |
*** sree has joined #openstack-infra | 09:47 | |
*** xarses_ has joined #openstack-infra | 09:48 | |
*** fbo has joined #openstack-infra | 09:48 | |
*** xarses_ has quit IRC | 09:48 | |
*** xarses_ has joined #openstack-infra | 09:49 | |
*** hwcomcn has joined #openstack-infra | 09:49 | |
*** xarses_ has quit IRC | 09:49 | |
*** xarses_ has joined #openstack-infra | 09:50 | |
*** xarses has quit IRC | 09:50 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack-infra/project-config: [Manila] Move dummy driver job to check pipeline https://review.openstack.org/347223 | 09:51 |
*** sree has quit IRC | 09:51 | |
*** hwcomcn has quit IRC | 09:52 | |
*** sandanar__ has joined #openstack-infra | 09:52 | |
*** hwcomcn has joined #openstack-infra | 09:53 | |
*** lennyb has quit IRC | 09:54 | |
*** sandanar_ has quit IRC | 09:55 | |
*** pkarikh has joined #openstack-infra | 09:58 | |
*** ociuhandu has joined #openstack-infra | 10:00 | |
*** Daisy has quit IRC | 10:00 | |
*** rbuzatu has quit IRC | 10:02 | |
rcarrillocruz | corvus , jhesketh : ^ added tests to the jobs auth stuff on zuul v3 | 10:03 |
*** Daisy has joined #openstack-infra | 10:04 | |
*** rbuzatu has joined #openstack-infra | 10:06 | |
*** zhurong_ has quit IRC | 10:06 | |
*** Liuqing has quit IRC | 10:07 | |
*** Daisy has quit IRC | 10:08 | |
*** rbuzatu has quit IRC | 10:10 | |
*** john-davidge has joined #openstack-infra | 10:11 | |
*** john-dav_ has joined #openstack-infra | 10:12 | |
openstackgerrit | James Slagle proposed openstack-infra/tripleo-ci: Remove sahara and cinder packaged symlinks in postci https://review.openstack.org/347228 | 10:13 |
*** Goneri has quit IRC | 10:13 | |
*** hrubi has quit IRC | 10:15 | |
*** john-davidge has quit IRC | 10:16 | |
*** rbuzatu has joined #openstack-infra | 10:16 | |
*** javeriak has quit IRC | 10:17 | |
*** hrubi has joined #openstack-infra | 10:18 | |
*** _degorenko|afk is now known as degorenko | 10:18 | |
*** rbuzatu has quit IRC | 10:20 | |
*** Goneri has joined #openstack-infra | 10:23 | |
*** yanyanhu has quit IRC | 10:23 | |
*** amotoki has quit IRC | 10:24 | |
*** rbuzatu has joined #openstack-infra | 10:25 | |
*** amotoki has joined #openstack-infra | 10:25 | |
*** rbuzatu has quit IRC | 10:25 | |
*** rbuzatu has joined #openstack-infra | 10:25 | |
*** john-dav_ is now known as john-davidge | 10:27 | |
*** zul has quit IRC | 10:27 | |
*** zul has joined #openstack-infra | 10:27 | |
*** jlanoux has joined #openstack-infra | 10:27 | |
*** e0ne has quit IRC | 10:29 | |
*** jlanoux_ has quit IRC | 10:29 | |
*** tosky has joined #openstack-infra | 10:30 | |
*** pblaho has quit IRC | 10:32 | |
*** lennyb has joined #openstack-infra | 10:37 | |
*** e0ne has joined #openstack-infra | 10:37 | |
*** rbuzatu has quit IRC | 10:38 | |
*** sorantis has quit IRC | 10:38 | |
*** rbuzatu has joined #openstack-infra | 10:40 | |
*** amotoki has quit IRC | 10:41 | |
openstackgerrit | Vitaly Gridnev proposed openstack-infra/project-config: [sahara-dashboard] add py27dj110 testenv https://review.openstack.org/346457 | 10:42 |
*** rbuzatu has quit IRC | 10:43 | |
*** gildub has joined #openstack-infra | 10:44 | |
Srinu | hi | 10:44 |
*** Ravikiran_K has quit IRC | 10:45 | |
Srinu | i have two jobs in check pipeline and i am using single slave and i want to run the 2 jobs sequentially on the slave | 10:45 |
*** rbuzatu has joined #openstack-infra | 10:45 | |
*** tonytan4ever has joined #openstack-infra | 10:46 | |
*** sorantis has joined #openstack-infra | 10:46 | |
*** rbuzatu has quit IRC | 10:47 | |
*** e0ne has quit IRC | 10:47 | |
*** rbuzatu has joined #openstack-infra | 10:48 | |
*** tonytan4ever has quit IRC | 10:50 | |
*** javeriak has joined #openstack-infra | 10:52 | |
*** rbuzatu has quit IRC | 10:52 | |
*** jlanoux has quit IRC | 10:52 | |
*** pblaho has joined #openstack-infra | 10:54 | |
*** rbuzatu has joined #openstack-infra | 10:54 | |
*** jlanoux has joined #openstack-infra | 10:55 | |
*** salv-orlando has quit IRC | 10:56 | |
openstackgerrit | Xiang Chen proposed openstack/diskimage-builder: check APT_SOURCES earlier https://review.openstack.org/346605 | 11:01 |
*** ams__ has joined #openstack-infra | 11:03 | |
*** sorantis_ has joined #openstack-infra | 11:04 | |
openstackgerrit | garyk proposed openstack-infra/project-config: Networking-l2gw: enable python 3 gating https://review.openstack.org/346701 | 11:05 |
*** yamamot__ has quit IRC | 11:05 | |
garyk | ihrachys: AJaeger: ^ | 11:05 |
*** rbuzatu has quit IRC | 11:05 | |
*** sree has joined #openstack-infra | 11:06 | |
garyk | can you guys please take a look. i have completed the l2-gw code and the tests pass locally. it would be nice if we could have this in gerrit as it will help those patches along | 11:06 |
*** sorantis has quit IRC | 11:07 | |
*** sorantis_ is now known as sorantis | 11:07 | |
*** amotoki has joined #openstack-infra | 11:07 | |
*** rbuzatu has joined #openstack-infra | 11:07 | |
azvyagintsev | Folks, could you please take a look - what is wrong with https://review.openstack.org/#/c/344838/ ? | 11:08 |
*** szaher has quit IRC | 11:09 | |
*** rbuzatu has quit IRC | 11:09 | |
openstackgerrit | Xiang Chen proposed openstack-infra/project-config: add a keep-proxy element https://review.openstack.org/346619 | 11:10 |
*** rbuzatu has joined #openstack-infra | 11:10 | |
*** sree has quit IRC | 11:10 | |
*** amotoki has quit IRC | 11:11 | |
*** thorst has joined #openstack-infra | 11:11 | |
*** tqtran has joined #openstack-infra | 11:12 | |
*** M-docaedo_vector has quit IRC | 11:12 | |
*** sdague has joined #openstack-infra | 11:13 | |
openstackgerrit | Ivan Udovichenko proposed openstack-infra/project-config: Add automatic backports https://review.openstack.org/346095 | 11:13 |
*** tqtran has quit IRC | 11:16 | |
*** trown|outtypewww is now known as trown | 11:17 | |
*** gildub_ has joined #openstack-infra | 11:17 | |
*** weshay has quit IRC | 11:19 | |
*** hosanai has quit IRC | 11:19 | |
*** sarob has joined #openstack-infra | 11:20 | |
odyssey4me | andymccr the latest mitaka sha update: https://review.openstack.org/342309 | 11:22 |
*** rbuzatu has quit IRC | 11:23 | |
*** Na3iL has quit IRC | 11:23 | |
*** Goneri has quit IRC | 11:24 | |
*** rbuzatu has joined #openstack-infra | 11:24 | |
*** sarob has quit IRC | 11:24 | |
*** rbuzatu has quit IRC | 11:29 | |
*** gildub_ has quit IRC | 11:29 | |
*** gildub has quit IRC | 11:29 | |
*** gildub has joined #openstack-infra | 11:30 | |
*** Goneri has joined #openstack-infra | 11:31 | |
*** ljjjustin has quit IRC | 11:31 | |
*** jkilpatr has joined #openstack-infra | 11:31 | |
*** ljjjustin has joined #openstack-infra | 11:32 | |
*** salv-orlando has joined #openstack-infra | 11:33 | |
*** M-docaedo_vector has joined #openstack-infra | 11:37 | |
*** rbuzatu has joined #openstack-infra | 11:37 | |
*** sorantis has quit IRC | 11:38 | |
*** lucasagomes is now known as lucas-hungry | 11:38 | |
*** dizquierdo has quit IRC | 11:39 | |
*** e0ne has joined #openstack-infra | 11:39 | |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: [NO MERGY] Test a fake periodic job https://review.openstack.org/229789 | 11:40 |
openstackgerrit | yolanda.robla proposed openstack-infra/tripleo-ci: Add --yes flags to heat stack-delete for liberty https://review.openstack.org/347202 | 11:42 |
*** sandanar_ has joined #openstack-infra | 11:43 | |
*** asettle has quit IRC | 11:45 | |
*** sandanar__ has quit IRC | 11:47 | |
*** sandanar__ has joined #openstack-infra | 11:47 | |
*** sarob has joined #openstack-infra | 11:48 | |
*** yamamoto has joined #openstack-infra | 11:51 | |
*** sandanar_ has quit IRC | 11:51 | |
*** dkehn has quit IRC | 11:52 | |
*** rhallisey has joined #openstack-infra | 11:53 | |
*** weshay has joined #openstack-infra | 11:53 | |
*** sarob has quit IRC | 11:53 | |
openstackgerrit | Vitaly Gridnev proposed openstack-infra/project-config: setup voting for py35 jobs in sahara projects https://review.openstack.org/347291 | 11:54 |
*** sree has joined #openstack-infra | 11:55 | |
openstackgerrit | Ivan Udovichenko proposed openstack-infra/project-config: Add automatic backports https://review.openstack.org/346095 | 11:55 |
*** rfolco has joined #openstack-infra | 11:56 | |
openstackgerrit | Ivan Udovichenko proposed openstack-infra/project-config: Add job to build generic debian packages https://review.openstack.org/307742 | 11:56 |
openstackgerrit | Julien Danjou proposed openstack-infra/project-config: Run Gnocchi MySQL jobs on Ubuntu Xenial https://review.openstack.org/347295 | 11:57 |
*** yamamoto has quit IRC | 11:57 | |
*** psilvad has joined #openstack-infra | 11:59 | |
*** rossella_s has quit IRC | 11:59 | |
*** sree has quit IRC | 12:00 | |
*** sandanar_ has joined #openstack-infra | 12:00 | |
*** rossella_s has joined #openstack-infra | 12:00 | |
*** shardy is now known as shardy_lunch | 12:01 | |
*** rbuzatu has quit IRC | 12:02 | |
*** yamamoto has joined #openstack-infra | 12:02 | |
*** sandanar__ has quit IRC | 12:04 | |
*** psilvad has quit IRC | 12:05 | |
*** markusry has joined #openstack-infra | 12:05 | |
openstackgerrit | Dinesh Bhor proposed openstack-dev/pbr: Replace OpenStack LLC with OpenStack Foundation https://review.openstack.org/347299 | 12:07 |
*** rbuzatu has joined #openstack-infra | 12:08 | |
odyssey4me | hmm, that's odd - all of a sudden I'm seeing that ubuntu trusty jobs are missing from being executed for ansible role jobs | 12:11 |
odyssey4me | pabelanger ^ | 12:11 |
odyssey4me | an example: https://review.openstack.org/#/c/344912/ | 12:11 |
*** ldnunes has joined #openstack-infra | 12:15 | |
*** psilvad has joined #openstack-infra | 12:16 | |
*** gema has quit IRC | 12:16 | |
*** aysyd has joined #openstack-infra | 12:16 | |
*** markusry has quit IRC | 12:17 | |
*** edmondsw has joined #openstack-infra | 12:17 | |
*** Liuqing has joined #openstack-infra | 12:17 | |
azvyagintsev | odyssey4me: fungi: https://review.openstack.org/#/c/344838/ can you suggest, whats happened with check ?( | 12:18 |
odyssey4me | azvyagintsev http://logs.openstack.org/38/344838/11/check/gate-project-config-layout/d70b7b6/console.html#_2016-07-26_09_06_03_612981 | 12:19 |
*** kgiusti has joined #openstack-infra | 12:21 | |
odyssey4me | azvyagintsev not sure, I think you may have to pull - name: noop-jobs out though | 12:21 |
*** jlanoux has quit IRC | 12:23 | |
*** jlanoux has joined #openstack-infra | 12:24 | |
*** gildub has quit IRC | 12:26 | |
*** asettle has joined #openstack-infra | 12:27 | |
*** ericksonsantos has joined #openstack-infra | 12:27 | |
*** Goneri has quit IRC | 12:30 | |
*** mdrabe has joined #openstack-infra | 12:31 | |
*** markusry has joined #openstack-infra | 12:31 | |
openstackgerrit | Xiang Chen proposed openstack-infra/project-config: add a keep-proxy element https://review.openstack.org/346619 | 12:34 |
*** julim has quit IRC | 12:35 | |
*** gouthamr has joined #openstack-infra | 12:35 | |
*** rodrigods has quit IRC | 12:35 | |
*** rodrigods has joined #openstack-infra | 12:35 | |
*** Na3iL has joined #openstack-infra | 12:36 | |
*** gouthamr has quit IRC | 12:36 | |
*** moravec has quit IRC | 12:36 | |
*** javeriak_ has joined #openstack-infra | 12:37 | |
*** rbuzatu has quit IRC | 12:38 | |
*** lucas-hungry is now known as lucasagomes | 12:39 | |
*** javeriak has quit IRC | 12:39 | |
openstackgerrit | Aleksey Zvyagintsev proposed openstack-infra/project-config: [murano-apps] add 'gate-murano-apps-linters' job https://review.openstack.org/344838 | 12:39 |
*** jcoufal has joined #openstack-infra | 12:40 | |
openstackgerrit | Vitaly Gridnev proposed openstack-infra/project-config: setup voting for py35 jobs in sahara projects https://review.openstack.org/347291 | 12:41 |
*** rbuzatu has joined #openstack-infra | 12:42 | |
*** rlandy has joined #openstack-infra | 12:42 | |
*** tpsilva has joined #openstack-infra | 12:42 | |
openstackgerrit | Carlos Camacho proposed openstack-infra/project-config: Add TripleO gate jobs to the same job https://review.openstack.org/347348 | 12:46 |
*** baoli has joined #openstack-infra | 12:47 | |
openstackgerrit | Honza Pokorny proposed openstack-infra/project-config: Upload tarballs for tripleo-ui https://review.openstack.org/343834 | 12:47 |
*** piet_ has joined #openstack-infra | 12:48 | |
*** Goneri has joined #openstack-infra | 12:48 | |
*** akshai has joined #openstack-infra | 12:50 | |
*** javeriak_ has quit IRC | 12:50 | |
*** ddieterly has joined #openstack-infra | 12:51 | |
*** jsavak has joined #openstack-infra | 12:51 | |
*** mhickey has joined #openstack-infra | 12:52 | |
*** sree has joined #openstack-infra | 12:52 | |
*** zz_dimtruck is now known as dimtruck | 12:53 | |
*** yanyanhu has joined #openstack-infra | 12:54 | |
azvyagintsev | odyssey4me on local tox run i catch 'RuntimeError: maximum recursion depth exceeded | 12:55 |
azvyagintsev | ' in zuul run...cool ) | 12:55 |
odyssey4me | azvyagintsev oh dear | 12:56 |
openstackgerrit | James Slagle proposed openstack-infra/tripleo-ci: Use scp to copy deploy.env to subnodes https://review.openstack.org/346998 | 12:56 |
openstackgerrit | James Slagle proposed openstack-infra/tripleo-ci: Break out bootstrapping of subnodes setup https://review.openstack.org/347008 | 12:56 |
*** sree has quit IRC | 12:57 | |
*** hashar is now known as hasharAway | 12:57 | |
*** javeriak has joined #openstack-infra | 12:58 | |
*** dmsimard is now known as dmsimard|afk | 12:58 | |
*** woodster_ has joined #openstack-infra | 12:58 | |
*** signed8bit has joined #openstack-infra | 13:00 | |
*** gouthamr has joined #openstack-infra | 13:00 | |
openstackgerrit | Alexey Weyl proposed openstack-infra/project-config: Vitrage tempests https://review.openstack.org/347359 | 13:01 |
*** asettle has quit IRC | 13:01 | |
*** garyk has quit IRC | 13:01 | |
*** asettle has joined #openstack-infra | 13:02 | |
*** yamamoto has quit IRC | 13:03 | |
*** baoli has quit IRC | 13:03 | |
*** garyk has joined #openstack-infra | 13:03 | |
*** psachin has quit IRC | 13:06 | |
*** Liuqing has quit IRC | 13:06 | |
*** Liuqing has joined #openstack-infra | 13:08 | |
*** piet_ has quit IRC | 13:09 | |
*** pt_15 has joined #openstack-infra | 13:13 | |
*** zz_zz_zz_ja has quit IRC | 13:13 | |
mika | fungi: is there any chance that a new git-review release might get tagged? :) 1.25.0 was 13 months ago and there are some changes in between which might be good to get to users :) | 13:13 |
*** ddieterly has quit IRC | 13:13 | |
*** Liuqing has quit IRC | 13:14 | |
pkarikh | Hi folks! Could someone help me with understanding of how our gerrit `Depends-On` tag works? | 13:14 |
*** Liuqing has joined #openstack-infra | 13:15 | |
*** yamamoto has joined #openstack-infra | 13:15 | |
*** shardy_lunch is now known as shardy | 13:15 | |
*** yamamoto has quit IRC | 13:15 | |
pkarikh | Can't find out if I do not understand what should or it just doesn't work. | 13:16 |
*** yamamoto has joined #openstack-infra | 13:16 | |
azvyagintsev | pkarikh: as i know, this mean : this patch will be merged, after depends-on patch merge | 13:17 |
pkarikh | azvyagintsev, hmm. I thought that it makes gerrit fetch some lib not from src but from specific gerrit commit. Am I wrong? | 13:18 |
openstackgerrit | Ivan Udovichenko proposed openstack-infra/project-config: Add new projects https://review.openstack.org/347047 | 13:18 |
*** Liuqing has quit IRC | 13:19 | |
*** matt-borland has joined #openstack-infra | 13:19 | |
azvyagintsev | pkarikh: yup, you are true - my mistake, i confuse it with 'Require' tag..sorry | 13:19 |
pkarikh | azvyagintsev, no problem. :) Actually I can't find out why I set Depends-On to fetch osprofiler but gerrit says that it cant satisfy constraints for 'osprofiler' here: http://logs.openstack.org/75/339675/8/check/gate-horizon-pep8/e0bbb84/console.html#_2016-07-25_23_39_47_058579 | 13:21 |
*** yamamoto has quit IRC | 13:21 | |
*** yamamoto has joined #openstack-infra | 13:21 | |
*** alexey_weyl has joined #openstack-infra | 13:23 | |
alexey_weyl | Hi, | 13:23 |
alexey_weyl | Can you please approve my change in the Vitrage project: https://review.openstack.org/#/c/347359/ | 13:24 |
*** julim has joined #openstack-infra | 13:24 | |
*** hasharAway is now known as hashar | 13:25 | |
tlbr | pabelanger, hi, could you please review/merge https://review.openstack.org/#/c/307742/ https://review.openstack.org/#/c/346095/ | 13:25 |
*** nmagnezi has quit IRC | 13:26 | |
*** yamamoto has quit IRC | 13:27 | |
*** pgadiya has quit IRC | 13:29 | |
*** moravec has joined #openstack-infra | 13:32 | |
openstackgerrit | amrith proposed openstack-infra/irc-meetings: Fix the start date to be today https://review.openstack.org/347388 | 13:34 |
*** xenogear_ has joined #openstack-infra | 13:34 | |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Add support for sqlalchemy reporter https://review.openstack.org/223333 | 13:34 |
openstackgerrit | amrith proposed openstack-infra/irc-meetings: Fix the SWG Team meeting start date to be today https://review.openstack.org/347388 | 13:35 |
*** mriedem has joined #openstack-infra | 13:35 | |
*** yanyanhu has quit IRC | 13:36 | |
zigo | tlbr: pabelanger: I'm back. | 13:36 |
*** yanyanhu has joined #openstack-infra | 13:37 | |
*** sree has joined #openstack-infra | 13:41 | |
*** ddieterly has joined #openstack-infra | 13:43 | |
*** links has quit IRC | 13:44 | |
*** sree has quit IRC | 13:46 | |
*** esberglu has joined #openstack-infra | 13:46 | |
*** alexey_weyl has quit IRC | 13:46 | |
*** ayoung has joined #openstack-infra | 13:48 | |
*** garyk1 has joined #openstack-infra | 13:50 | |
*** garyk has quit IRC | 13:50 | |
*** tonytan4ever has joined #openstack-infra | 13:52 | |
*** yamamoto has joined #openstack-infra | 13:52 | |
*** yamamoto has quit IRC | 13:52 | |
*** yamamoto has joined #openstack-infra | 13:52 | |
*** dimtruck is now known as zz_dimtruck | 13:54 | |
*** jcoufal has quit IRC | 13:54 | |
*** ddieterly has quit IRC | 13:55 | |
*** ddieterly has joined #openstack-infra | 13:56 | |
*** dizquierdo has joined #openstack-infra | 13:57 | |
*** yamamoto has quit IRC | 13:58 | |
*** yamamoto has joined #openstack-infra | 13:59 | |
*** xarses_ has quit IRC | 14:00 | |
*** zhurong has joined #openstack-infra | 14:01 | |
*** xyang1 has joined #openstack-infra | 14:02 | |
*** javeriak has quit IRC | 14:04 | |
*** yanyanhu has quit IRC | 14:04 | |
*** zhurong has quit IRC | 14:05 | |
*** zhurong has joined #openstack-infra | 14:06 | |
*** jcoufal has joined #openstack-infra | 14:06 | |
*** PollyZ has joined #openstack-infra | 14:07 | |
*** mhickey has quit IRC | 14:07 | |
*** mdrabe has quit IRC | 14:09 | |
*** garyk1 has quit IRC | 14:09 | |
*** atom_ has quit IRC | 14:10 | |
jd__ | are we getting spam on Gerrit now ? cf https://review.openstack.org/#/c/265829/ | 14:10 |
*** inc0 has joined #openstack-infra | 14:10 | |
*** rbrndt has joined #openstack-infra | 14:10 | |
*** thiagop has joined #openstack-infra | 14:12 | |
*** zz_dimtruck is now known as dimtruck | 14:13 | |
*** tqtran has joined #openstack-infra | 14:13 | |
*** sdake has joined #openstack-infra | 14:14 | |
pabelanger | odyssey4me: looks like an issue with the skip logic we added for ubuntu-trusty. let me see if I can fix the regex | 14:14 |
mordred | jd__: uhm. wow | 14:14 |
odyssey4me | pabelanger ah, I was confused because all the jobs looked right | 14:15 |
odyssey4me | I didn't think to look for new skips | 14:15 |
*** zhurong has quit IRC | 14:16 | |
pabelanger | odyssey4me: http://git.openstack.org/cgit/openstack-infra/project-config/tree/zuul/layout.yaml#n1106 | 14:16 |
*** gordc has joined #openstack-infra | 14:16 | |
*** zhurong has joined #openstack-infra | 14:16 | |
openstackgerrit | Brant Knudson proposed openstack-infra/devstack-gate: Enable tlsproxy by default https://review.openstack.org/296771 | 14:17 |
odyssey4me | wow, that is far too broad | 14:17 |
pabelanger | odyssey4me: so, I believe our fix is to update that to account for existing ubuntu-trusty jobs that want to run on master | 14:17 |
odyssey4me | we intend to continue support for trusty for Newton and Ocata... so that's no good | 14:17 |
pabelanger | odyssey4me: ya, lets see what clarkb says | 14:17 |
odyssey4me | well, we hope to - assuming that's actually possible | 14:17 |
*** zz_ja has joined #openstack-infra | 14:18 | |
*** sdake_ has joined #openstack-infra | 14:18 | |
*** baoli has joined #openstack-infra | 14:18 | |
*** tqtran has quit IRC | 14:18 | |
odyssey4me | pabelanger that will need to skip, at least, any jobs containing 'openstack-ansible' | 14:19 |
openstackgerrit | Julien Danjou proposed openstack-infra/project-config: Run Gnocchi MySQL jobs on Ubuntu Xenial https://review.openstack.org/347295 | 14:20 |
*** baoli_ has joined #openstack-infra | 14:20 | |
*** sdake has quit IRC | 14:20 | |
*** PollyZ has quit IRC | 14:21 | |
pabelanger | odyssey4me: Ya, I suspect that logic will grow for each project | 14:21 |
azvyagintsev | pabelanger hi. could you please take a look https://review.openstack.org/#/c/344838/ ? i had some issues with jenkins-check, but can't understand how-to fix it... | 14:21 |
*** mhickey has joined #openstack-infra | 14:21 | |
odyssey4me | pabelanger perhaps it should only exclude that oplatform for a more specific list of projects? | 14:21 |
*** psachin has joined #openstack-infra | 14:21 | |
azvyagintsev | odyssey4me: noop-job removing didn't help( | 14:21 |
*** psachin has quit IRC | 14:22 | |
*** mtanino has joined #openstack-infra | 14:22 | |
*** hongbin has joined #openstack-infra | 14:22 | |
*** oanson has quit IRC | 14:22 | |
*** baoli has quit IRC | 14:23 | |
AJaeger | pkarikh: read http://docs.openstack.org/infra/manual/developers.html#cross-repository-dependencies - including the limitations section | 14:25 |
*** raildo has joined #openstack-infra | 14:25 | |
*** e0ne has quit IRC | 14:27 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci: Implement undercloud upgrade job https://review.openstack.org/346995 | 14:27 |
*** psachin has joined #openstack-infra | 14:29 | |
*** tosky has quit IRC | 14:30 | |
*** rbuzatu has quit IRC | 14:30 | |
*** EricGonczer_ has joined #openstack-infra | 14:31 | |
openstackgerrit | Honza Pokorny proposed openstack-infra/project-config: Upload tarballs for tripleo-ui https://review.openstack.org/343834 | 14:31 |
EmilienM | we have a spammer on #openstack-meeting-alt | 14:31 |
EmilienM | fungi: ^ | 14:31 |
pkarikh | AJaeger, yep, I seen this chapter. But I have no osprofiler it requirements, so it shouldn't be installed from pypi. | 14:32 |
EmilienM | someone IRC admin around? | 14:32 |
EmilienM | pabelanger, mordred | 14:32 |
EmilienM | we got spammed on alt meeting chan | 14:33 |
AJaeger | pkarikh: if your job is configured to isntall osprofiler in all situations from git, your depends-on will update it. If your job is setup to install osprofile from pypi, it will always do so. | 14:34 |
*** Liuqing has joined #openstack-infra | 14:34 | |
AJaeger | depends-on says: If you check out a git tree, apply this change | 14:34 |
AJaeger | azvyagintsev: commented | 14:34 |
*** caowei has joined #openstack-infra | 14:35 | |
*** rbuzatu has joined #openstack-infra | 14:35 | |
AJaeger | pabelanger or any other project-config core: could you review https://review.openstack.org/#/c/344955/ , please? That moves us forward with constraints... | 14:35 |
pabelanger | mordred: EmilienM: somebody just banned something in #openstack-meeting-alt | 14:36 |
pabelanger | AJaeger: +3 | 14:37 |
AJaeger | thanks, pabelanger | 14:37 |
EmilienM | pabelanger: he's not banned | 14:37 |
AJaeger | pabelanger: that one is back ;( | 14:38 |
*** roxanaghe has joined #openstack-infra | 14:38 | |
pabelanger | EmilienM: I need to get ops, 1 sec | 14:39 |
*** rbuzatu has quit IRC | 14:39 | |
*** pabelanger has quit IRC | 14:39 | |
*** pabelanger has joined #openstack-infra | 14:39 | |
*** mhickey has quit IRC | 14:40 | |
*** hwcomcn has quit IRC | 14:40 | |
pabelanger | EmilienM: sadly, I don't have the instructions to do it. I'm not able to get ops in #openstack-meeting-alt | 14:41 |
EmilienM | ok | 14:41 |
pabelanger | mordred: fungi: pleia2: do you have a moment?^ | 14:41 |
*** zhenguo has quit IRC | 14:41 | |
*** adrian_otto has joined #openstack-infra | 14:42 | |
*** rbuzatu has joined #openstack-infra | 14:42 | |
fungi | jd__: that's not the first incident we've seen. i think we disabled an account a few weeks ago and deleted similar comments from it and corvus whipped up a script to semi-automate that | 14:42 |
AJaeger | pabelanger: http://docs.openstack.org/infra/system-config/irc.html#basic-channel-operator-commands | 14:42 |
jd__ | fungi: :( | 14:42 |
*** roxanaghe has quit IRC | 14:42 | |
corvus | jd__, fungi: zaro did get a patch merged to upstream gerrit to make those links rel=nofollow | 14:43 |
pabelanger | AJaeger: Ya, I can't get ops | 14:43 |
*** rbuzatu has quit IRC | 14:43 | |
corvus | so once that starts rolling out, it should reduce the value of gerrit as a target for spammers | 14:43 |
jroll | fungi: I've seen them on other networks too :/ | 14:43 |
corvus | (still might take them a while to notice though) | 14:43 |
*** xarses_ has joined #openstack-infra | 14:44 | |
fungi | jroll: other gerrit servers? | 14:44 |
*** rbuzatu has joined #openstack-infra | 14:44 | |
jroll | fungi: oh, I misread, I meant the allah irc spam | 14:44 |
AJaeger | pabelanger: indeed, you're not in the ops list. | 14:44 |
jroll | ignore me :) | 14:44 |
fungi | EmilienM: i added that user to the akick list for the channel | 14:44 |
EmilienM | fungi: thanks | 14:44 |
pabelanger | AJaeger: ya, looking for that | 14:44 |
corvus | fungi: system-config/tools/delete-gerrit-spam.py | 14:44 |
corvus | any other infra-root want to run that ^ ? | 14:45 |
AJaeger | pabelanger: project-config/accessbot/channels.yaml | 14:45 |
pabelanger | fungi: when you have a moment, do you mind sharing the syntax used? | 14:45 |
*** rbuzatu has quit IRC | 14:45 | |
pabelanger | AJaeger: perfect, thanks | 14:45 |
*** rbuzatu has joined #openstack-infra | 14:45 | |
*** PollyZ has joined #openstack-infra | 14:45 | |
fungi | pabelanger: /msg chanserv akick #openstack-meeting-alt add Guest_48743 spamming is off-topic | 14:46 |
fungi | is what i've been doing | 14:46 |
AJaeger | fungi, pabelanger did not have ops permissions, he needs to be added to accessbot first | 14:46 |
fungi | though last time this came up there seemed to be some consensus we should just block Guest_.* | 14:46 |
fungi | on the grounds that meeting participants should use proper nicks | 14:46 |
jroll | I've seen a few community members talk as guest_* for a bit before realizing it | 14:47 |
corvus | fungi, pabelanger: can you add that to system-config/doc/source/irc.rst ? | 14:47 |
fungi | sure, adding now | 14:47 |
*** matrohon has joined #openstack-infra | 14:47 | |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Add pabelanger as channel operator https://review.openstack.org/347431 | 14:47 |
openstackgerrit | Merged openstack-infra/project-config: Remove tripleo-test-cloud-rh1 from nodepool https://review.openstack.org/347138 | 14:48 |
pabelanger | fungi: corvus: Thanks for adding it | 14:48 |
corvus | fungi: https://review.openstack.org/345540 adds rel=nofollow | 14:49 |
openstackgerrit | Merged openstack-infra/project-config: Test constraints for release-notes https://review.openstack.org/344955 | 14:49 |
*** cody-somerville has quit IRC | 14:49 | |
AJaeger | fungi, corvus: Could you review 347431, please? I'd like infra-root's to +2... | 14:49 |
clarkb | pabelanger: odyssey4me are there a bunch of -ubuntu-trusty jobs that need to run on older branches? is that the problem? | 14:49 |
*** cody-somerville has joined #openstack-infra | 14:49 | |
odyssey4me | clarkb there are a bunch of -ubuntu-trusty jobs that need to run on master, that aren't running | 14:50 |
clarkb | pabelanger: odyssey4me thats easy to do we just need a new rule that updates the branch param | 14:50 |
clarkb | for those jobs | 14:50 |
corvus | no one wants to run the delete-spam script? | 14:50 |
pabelanger | clarkb: ya, I wanted to see your thoughts first | 14:50 |
mtreinish | fungi: if you get a sec: https://review.openstack.org/#/q/status:open+project:openstack-infra/project-config+branch:master+topic:firehose should be a fast +A | 14:50 |
pabelanger | corvus: I can give it a go if nobody else wants too | 14:50 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/system-config: Add documentation about Chanserv's auto-kick list https://review.openstack.org/347432 | 14:51 |
fungi | pabelanger: corvus: ^ | 14:51 |
clarkb | pabelanger: odyssey4me its fine by me, we wont not delete those trusty nodes because random prpject wants to support them beyond what is sane though | 14:51 |
corvus | pabelanger: cool, first you need an account id | 14:52 |
*** HeOS has quit IRC | 14:52 | |
odyssey4me | clarkb we're aiming to support trusty through Newton and probably Ocata to give our deployers a chance to migrate appropriately | 14:52 |
*** mhickey has joined #openstack-infra | 14:52 | |
pabelanger | corvus: okay, looking for that now | 14:52 |
*** aderyugin has quit IRC | 14:52 | |
*** aderyugin has joined #openstack-infra | 14:53 | |
*** atom_ has joined #openstack-infra | 14:53 | |
*** HeOS has joined #openstack-infra | 14:53 | |
AJaeger | clarkb: for projects that don't have stable branches, do we need ubuntu-trusty jobs? First cleanup for documentation projects: https://review.openstack.org/347147 | 14:53 |
corvus | pabelanger, fungi: i can find it with a gsql query -- is there a better way? | 14:53 |
fungi | corvus: zaro: so i guess we need a system-config patch to use the latest warfile from our gerrit fork on review.o.o and then after the next restart we'll have 345540 (rel=nofollow) in production? | 14:53 |
pabelanger | corvus: I'm not sure, I haven't searched for an gerrit id before | 14:53 |
clarkb | AJaeger: I think in the general case no. Its possible there is a few where we might try to work something out | 14:54 |
*** jokke_ has quit IRC | 14:54 | |
*** aderyugin has quit IRC | 14:54 | |
tlbr | guys, could please someone review/merge https://review.openstack.org/#/c/307742/ https://review.openstack.org/#/c/346095/ ? | 14:54 |
corvus | fungi: we do need to land 540 first | 14:54 |
rajinir | Is devstack supported on Ubuntu 16.04? | 14:54 |
*** aderyugin has joined #openstack-infra | 14:54 | |
clarkb | odyssey4me: pabelanger should I write the fix or is one already written? and is it for the openstack-ansible jobs? | 14:54 |
corvus | pabelanger: you know about gsql? | 14:54 |
fungi | corvus: still catching up in channel but i'm happy to run the delete spam script. need to squeeze it into the next 5 minutes though since i'm about to miltitask between a conference call and an irc meeting at 15:00 | 14:54 |
corvus | fungi: pabelanger has volunteered | 14:55 |
clarkb | rajinir: sort of? we havent started gating on it but intend to real soon now | 14:55 |
fungi | pabelanger: thanks! | 14:55 |
odyssey4me | clarkb I'm not sure about other projects, but yes - openstack-ansible jobs are certainly something that skip must not activate for | 14:55 |
*** aderyugin has quit IRC | 14:55 | |
AJaeger | clarkb: so, that change is fine? Note I'm not planning to check other projects for such situations, just stumpled upone these two... But this is important also for new project addition | 14:55 |
fungi | one less thing for me to worry about ;) | 14:55 |
openstackgerrit | Aleksey Zvyagintsev proposed openstack-infra/project-config: [murano-apps] add 'gate-murano-apps-linters' job https://review.openstack.org/344838 | 14:55 |
fungi | in positive news, i woke up to no new spammer accounts on wiki.o.o | 14:56 |
pabelanger | corvus: I have not used it before | 14:56 |
rajinir | clarkb: What is recommended now? We are seeing some issues with 16.04 and don't want to debug those if it is not yet used by the community | 14:56 |
azvyagintsev | AJaeger: thx! (diff 'check' section with other's few time...have no idea how miss it ) | 14:56 |
smcginnis | I have an odd doc build issue I can't figure out. Hoping someone here can take a look and have a clue. | 14:56 |
smcginnis | I added a command to our docs build: https://review.openstack.org/#/c/346470/5/tox.ini | 14:56 |
AJaeger | clarkb: Oh, the ubuntu-trusty might apply for project-config as well, see bindep-fallback template. | 14:57 |
smcginnis | I see that command being run in a local build, but the check queue output does not include it. | 14:57 |
smcginnis | http://paste.openstack.org/show/542121/ | 14:57 |
openstackgerrit | amrith proposed openstack-infra/irc-meetings: Update agenda for SWG Meeting https://review.openstack.org/347438 | 14:57 |
smcginnis | So the resulting docs are missing the data I'm trying to add. | 14:57 |
*** adrian_otto has quit IRC | 14:57 | |
AJaeger | smcginnis: we run "python setup.py build_sphinx" for the docs job | 14:57 |
smcginnis | Any help or pointers would be appreciated. | 14:57 |
*** xarses_ is now known as xarses | 14:57 | |
smcginnis | AJaeger: So not the "docs" tox target? | 14:57 |
*** mdrabe has joined #openstack-infra | 14:57 | |
AJaeger | smcginnis: indeed, not the docs target | 14:57 |
smcginnis | bummer | 14:58 |
smcginnis | So I would need to write this in as a sphinx extension I suppose. | 14:58 |
*** Teresita-Warrior has joined #openstack-infra | 14:58 | |
* AJaeger has to leave again... | 14:59 | |
rcarrillocruz | corvus: heya, in http://specs.openstack.org/openstack-infra/infra-specs/specs/zuulv3.html#jobs it shows the password is a dict containing key/value pairs for creds. Does it mean a job may contain more than one password ? | 14:59 |
*** aderyugin has joined #openstack-infra | 15:00 | |
*** bin_ has joined #openstack-infra | 15:00 | |
corvus | rcarrillocruz: yes -- a job might need multiple credentials in order to run (maybe one to upload a tarball and another to upload logs or something) | 15:01 |
*** coolsvap is now known as coolsvap_ | 15:01 | |
pabelanger | corvus: I believe 22723 is our id | 15:01 |
corvus | rcarrillocruz: also, on the swift thing -- i haven't seen jhesketh around yet, but i was thinking that since the tempurl code is already written, maybe we should go ahead and set it up to use that, but also so that if we want to expand it for normal authenticated swift in the future, we can. | 15:02 |
fungi | smcginnis: it needs to get explained often, unfortunately http://lists.openstack.org/pipermail/openstack-dev/2016-July/099208.html | 15:03 |
openstackgerrit | Clark Boylan proposed openstack-infra/project-config: Run openstack ansible jobs on trusty https://review.openstack.org/347440 | 15:03 |
corvus | rcarrillocruz: so maybe we should put the swift tempurl feature in as "auth: swift-tempurl: ..." ? | 15:03 |
corvus | pabelanger: agreed | 15:03 |
clarkb | odyssey4me: pabelanger ^ ok that should do it because the branch rule is last match wins | 15:03 |
pabelanger | corvus: http://paste.openstack.org/show/542123/ looks like the correct user | 15:03 |
rcarrillocruz | good, i assumed correctly about multiple creds then | 15:03 |
rcarrillocruz | corvus: he commented on https://review.openstack.org/#/c/346914/3 | 15:03 |
rcarrillocruz | i think we have a disconnect here on whether swift should be within auth or not | 15:04 |
rcarrillocruz | i made the change to be within auth, as per the spec examples | 15:04 |
rcarrillocruz | ah | 15:04 |
rcarrillocruz | so, swift within auth for authenticated swift | 15:04 |
rcarrillocruz | outside swift for tempurl | 15:04 |
rcarrillocruz | ? | 15:04 |
rcarrillocruz | so keep both? | 15:04 |
*** rcernin has quit IRC | 15:05 | |
pabelanger | corvus: okay, comments deleted. Should we also mark the account inactive? | 15:05 |
openstackgerrit | Merged openstack-infra/project-config: Add api-ref jobs for Manila https://review.openstack.org/313875 | 15:05 |
corvus | rcarrillocruz: i believe anything related to swift should be inside of auth. so "auth: swift-tempurl" for the current code, then in the future, "auth: swift" for authenticated swift | 15:05 |
rcarrillocruz | aha | 15:05 |
corvus | rcarrillocruz: i'll reply on the change too | 15:05 |
rcarrillocruz | thx | 15:06 |
*** hashar is now known as hasharAway | 15:06 | |
smcginnis | fungi: Ah, thanks for the pointer. | 15:07 |
*** EricGonczer_ has quit IRC | 15:08 | |
*** csomerville has joined #openstack-infra | 15:09 | |
anteaya | pabelanger: yes please | 15:09 |
clarkb | anteaya: maybe you can review https://review.openstack.org/347440 to get openstack ansible and odyssey4me happy again | 15:10 |
anteaya | I can look at it | 15:10 |
* anteaya does so | 15:10 | |
anteaya | clarkb: looks good to me, thank you | 15:11 |
odyssey4me | clarkb anteaya quick comment on it | 15:11 |
*** cody-somerville has quit IRC | 15:12 | |
clarkb | odyssey4me: kk will correct | 15:12 |
*** yamahata has joined #openstack-infra | 15:12 | |
rcarrillocruz | wootz | 15:12 |
odyssey4me | clarkb also, aren't you missing the slash? | 15:12 |
rcarrillocruz | presentations voting are live | 15:12 |
openstackgerrit | Clark Boylan proposed openstack-infra/project-config: Run openstack ansible jobs on trusty https://review.openstack.org/347440 | 15:13 |
clarkb | odyssey4me: bah | 15:13 |
clarkb | its early morning thats my excuse | 15:13 |
anteaya | odyssey4me: good eye | 15:13 |
* anteaya accepts clarkb's excuse | 15:14 | |
openstackgerrit | Clark Boylan proposed openstack-infra/project-config: Run openstack ansible jobs on trusty https://review.openstack.org/347440 | 15:14 |
clarkb | odyssey4me: ^ there matches both liberty and stable/liberty should you choose to change | 15:14 |
clarkb | and has a / | 15:14 |
odyssey4me | LGTM | 15:14 |
anteaya | yay! | 15:15 |
anteaya | clarkb: +2 | 15:15 |
clarkb | pabelanger: ^ should be ready for you now :) | 15:15 |
clarkb | I have also pushed up a change to deal with coverage jobs. I wonder if that has conflcited yet. But next is time to work on the devstack/tempest switch I think | 15:16 |
clarkb | pabelanger: ^ you may have interest in that bit | 15:16 |
pabelanger | anteaya: corvus: account marked inactive | 15:16 |
anteaya | pabelanger: does that account have any open connections? do you need to close any | 15:17 |
anteaya | pabelanger: and thank you for deactivating it | 15:17 |
pabelanger | anteaya: oh, didn't know I needed to check that | 15:17 |
pabelanger | anteaya: ah, step 3 | 15:18 |
pabelanger | doing that now | 15:18 |
openstackgerrit | Aleksey Zvyagintsev proposed openstack-infra/project-config: [murano-apps] add 'gate-murano-apps-linters' job https://review.openstack.org/344838 | 15:18 |
anteaya | pabelanger: thanks | 15:19 |
*** yamamoto has quit IRC | 15:19 | |
anteaya | pabelanger: it is most important with errant third party ci accounts, but may as well build the habit | 15:19 |
*** acruz has quit IRC | 15:19 | |
pabelanger | anteaya: seems like a good step to do | 15:19 |
anteaya | pabelanger: thanks, I agree | 15:20 |
mgagne | Has anyone encountered this issue with nodepool? http://paste.openstack.org/show/542129/ Happened since we upgraded to Kilo. Was it fixed in a latest version of shade? | 15:20 |
openstackgerrit | Zara proposed openstack-infra/python-storyboardclient: Add support for private stories https://review.openstack.org/347448 | 15:20 |
mgagne | "Image creation failed: None is not of type u'integer'" | 15:20 |
*** Ahharu has quit IRC | 15:21 | |
clarkb | mgagne: I don't think we have seen that problem implying that shade does handle it for us | 15:21 |
clarkb | but may be we also changed nodepool | 15:22 |
mgagne | ok, will continue to investigate | 15:22 |
vgridnev | hi folks, just saw that voting for summit talks is started, but I can't see abstract of any talk, is it expected? | 15:22 |
mgagne | I have yet to migrate to clouds.yaml so =) | 15:22 |
pabelanger | clarkb: +3 | 15:22 |
clarkb | mgagne: looks like nodepool hands that all over to shade so I don't think nodepool is handling it directly | 15:22 |
*** matrohon has quit IRC | 15:22 | |
mgagne | yea, that's why I suspected shade. I will try to reup the image and see if it was an intermittent issue or not | 15:23 |
anteaya | vgridnev: you have to ask the folks that maintain that website | 15:23 |
*** Guest51132 is now known as med_ | 15:23 | |
*** med_ has quit IRC | 15:24 | |
*** med_ has joined #openstack-infra | 15:24 | |
anteaya | vgridnev: filing a bug seems to be their prefered method of communication: https://bugs.launchpad.net/openstack-org | 15:24 |
*** aderyugin has quit IRC | 15:24 | |
*** aderyugin has joined #openstack-infra | 15:24 | |
*** zhurong has quit IRC | 15:25 | |
*** tosky has joined #openstack-infra | 15:25 | |
*** nmagnezi has joined #openstack-infra | 15:25 | |
rcarrillocruz | mgagne: if you could reproduce this , please open a bug on Storyboard | 15:27 |
rcarrillocruz | i'll pick it up | 15:27 |
openstackgerrit | Merged openstack-infra/irc-meetings: Fix the SWG Team meeting start date to be today https://review.openstack.org/347388 | 15:27 |
anteaya | vgridnev: based on a private email I just got, I would have to say you are not alone and it is a bug | 15:27 |
anteaya | vgridnev: if you file a bug then we can point other folks to it as well | 15:28 |
vgridnev | anteaya, https://bugs.launchpad.net/openstack-org/+bug/1606603 | 15:28 |
openstack | Launchpad bug 1606603 in openstack-org "Can't see the abstract part of votes for summit talks " [Undecided,New] | 15:28 |
anteaya | vgridnev: thank you | 15:28 |
pabelanger | corvus: clarkb: fungi: I'm going to start rolling restarts of zuul-launcher to pick up our remote_tmp fixes from yesterday. I'll start with zlstatic01.o.o then move to cleaning up $HOME/.ansible on our static workers | 15:29 |
*** Liuqing has quit IRC | 15:29 | |
fungi | pabelanger: thanks! might also consider another pass cleaning up the launchers too for new cruft since yesterday (though not essential) | 15:30 |
corvus | pabelanger: ++ | 15:30 |
pabelanger | fungi: agreed | 15:30 |
*** nmagnezi has quit IRC | 15:31 | |
*** vincentll has quit IRC | 15:31 | |
anteaya | clarkb: so far do you notice any other fall out from 344959? | 15:32 |
clarkb | anteaya: not from what I am seeing this morning | 15:33 |
clarkb | anteaya: we will likely want to bump the ubuntu-xenial min ready soonish though | 15:33 |
anteaya | clarkb: wonderful | 15:33 |
anteaya | ah, good point | 15:33 |
anteaya | clarkb: do you want to do that? | 15:34 |
anteaya | or was that a hint that I should? | 15:34 |
*** piet_ has joined #openstack-infra | 15:34 | |
clarkb | anyone can :) I am currently in boot morning mode which means keep on kid happy with unplugged keybaord in front of my keyboard while I figure out breakfast | 15:35 |
anteaya | http://git.openstack.org/cgit/openstack-infra/project-config/tree/nodepool/nodepool.yaml#n79 | 15:35 |
anteaya | clarkb: ah okay, I will, it is currently 3, have you a suggestion of what it should be? | 15:35 |
*** armax has joined #openstack-infra | 15:35 | |
clarkb | anteaya: maybe half of what ubuntu-trusty is and cut ubuntu trusty in half ish | 15:36 |
rcarrillocruz | i can do | 15:36 |
rcarrillocruz | anteaya , clarkb ^ | 15:36 |
rcarrillocruz | give me a sec | 15:36 |
clarkb | I think we may have roughly shifted the demand that way, reduced ubuntu-trusty by half and bumped ubuntu-xenial to that level | 15:36 |
anteaya | rcarrillocruz: oh you want to do it? | 15:36 |
anteaya | clarkb: makes sense | 15:36 |
rcarrillocruz | is there some context? just to put in the commit msg | 15:36 |
clarkb | then when we switch the tempest and devstack jobs over ubuntu-trusty will be minimalized | 15:36 |
rcarrillocruz | i mean, why halving the trusty ones, | 15:37 |
rcarrillocruz | due to low ci resources or... | 15:37 |
rcarrillocruz | ? | 15:37 |
clarkb | rcarrillocruz: its because we just switched all of the python-jobs to use xenial on master | 15:37 |
anteaya | rcarrillocruz: this is a follow up from a change that merged yesterday | 15:37 |
clarkb | rcarrillocruz: so we increased the demand for ubuntu-xenial by a significant factor and reduced ubuntu-trusty by the same amount ish | 15:37 |
rcarrillocruz | ah sweet | 15:37 |
anteaya | which clarkb had been working on and which I had been helping with | 15:38 |
rcarrillocruz | so the change is 344959 | 15:38 |
rcarrillocruz | ? | 15:38 |
clarkb | rcarrillocruz: ya | 15:38 |
rcarrillocruz | k | 15:38 |
rcarrillocruz | let me create a branch, i will push shortly | 15:38 |
corvus | fungi, ttx, jpmaxman: the 'community voting now open' email i got says 'community voting is now open' in the first paragraph, but then, below that, it appears to be a copy of the 'call for presentations ends this week' email. | 15:38 |
*** Jokke_ has joined #openstack-infra | 15:38 | |
*** Jokke_ has quit IRC | 15:38 | |
*** Jokke_ has joined #openstack-infra | 15:38 | |
*** psachin has quit IRC | 15:40 | |
*** ramishra has quit IRC | 15:40 | |
*** ramishra has joined #openstack-infra | 15:40 | |
*** ifarkas is now known as ifarkas_afk | 15:40 | |
mgagne | ok, I upgraded all deps to latest and issue is now gone with nodepool. thanks for the help | 15:40 |
openstackgerrit | Ben Nemec proposed openstack-infra/tripleo-ci: Record testenv wait times in ovb jobs https://review.openstack.org/347037 | 15:41 |
openstackgerrit | Ben Nemec proposed openstack-infra/tripleo-ci: Don't spam postci with deployment time loop https://review.openstack.org/346990 | 15:41 |
pabelanger | rcarrillocruz: I tried clicking on your link: https://www.openstack.org/summit/barcelona-2016/vote-for-speakers/presentation/15433 but didn't take me to your talk | 15:42 |
pabelanger | rcarrillocruz: I think something is up with the summit site | 15:42 |
rcarrillocruz | yeah | 15:42 |
rcarrillocruz | descriptions are missing | 15:42 |
rcarrillocruz | links are broken | 15:42 |
pabelanger | yup | 15:42 |
*** tesseract- has quit IRC | 15:43 | |
jbernard | it looks like ceph is failing a bit more than it should, ill try to look into this today, just fyi | 15:43 |
fungi | corvus: yipes. i'll spread the word they might want to do a followup | 15:43 |
anteaya | pabelanger: rcarrillocruz please add your comments to https://bugs.launchpad.net/openstack-org/+bug/1606603 | 15:44 |
openstack | Launchpad bug 1606603 in openstack-org "Can't see the abstract part of votes for summit talks " [Critical,Fix released] | 15:44 |
rcarrillocruz | please do, as i misunderstood and thought you were looking for someone to look at it | 15:45 |
rcarrillocruz | i have other stuff ongoing, so go ahead | 15:45 |
*** weshay is now known as weshay_brb | 15:45 | |
pabelanger | anteaya: thank you for the link | 15:46 |
anteaya | pabelanger: you are welcome | 15:46 |
fungi | corvus: reading that announcement now, it looks sane to me (says "voting closes blah blah... unique urls to abstracts... track chairs decide... et cetera) | 15:46 |
anteaya | pabelanger: I'm told the abstract issue has been resolved, I don't know if other issues are outstanding | 15:46 |
fungi | corvus: assuming you mean the one to the mailing lists? | 15:46 |
fungi | from erin? | 15:47 |
fungi | corvus: or did you get a separate direct one as a potential speaker? | 15:47 |
corvus | fungi: direct | 15:47 |
fungi | corvus: oh, yep, i did too | 15:47 |
*** oanson has joined #openstack-infra | 15:47 | |
fungi | corvus: yeah, that's an unfortunate message. i'll give them a heads up | 15:48 |
*** andreas_s has quit IRC | 15:48 | |
*** abregman has quit IRC | 15:49 | |
*** atom_ has quit IRC | 15:49 | |
*** PollyZ has quit IRC | 15:49 | |
mgagne | looks like you can't directly link to a talk. the URL redirects you to the first talk | 15:50 |
anteaya | mgagne: can you add to this? https://bugs.launchpad.net/openstack-org/+bug/1606603 | 15:51 |
openstack | Launchpad bug 1606603 in openstack-org "Can't see the abstract part of votes for summit talks " [Critical,Fix released] | 15:51 |
anteaya | mgagne: or start a new bug | 15:51 |
mgagne | Will open a new bug, mine is unrelated | 15:51 |
*** javeriak has joined #openstack-infra | 15:53 | |
anteaya | mgagne: sounds good | 15:53 |
openstackgerrit | James Slagle proposed openstack-infra/tripleo-ci: Add facter output to host_info.log https://review.openstack.org/347460 | 15:55 |
zigo | fungi: Would you have time to review this? https://review.openstack.org/346095 | 15:55 |
*** xenogear_ has quit IRC | 15:55 | |
*** PollyZ has joined #openstack-infra | 15:55 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci: Implement undercloud upgrade job - Mitaka -> Newton https://review.openstack.org/346995 | 15:55 |
openstackgerrit | James Slagle proposed openstack-infra/tripleo-ci: Add facter output to host_info.txt https://review.openstack.org/347460 | 15:55 |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci: Implement undercloud upgrade job - Mitaka -> Newton https://review.openstack.org/346995 | 15:56 |
*** weshay_brb is now known as weshay | 15:56 | |
*** mriedem1 has joined #openstack-infra | 15:57 | |
rcarrillocruz | corvus: re: your job auth comments. Even if we just implement 'password' and 'swift-tmpurl', you think i should at least put the 'swift' and 'afs' on the schema and parser code? or i just leave it for now? | 15:58 |
*** sdague has quit IRC | 15:58 | |
openstackgerrit | Merged openstack-infra/project-config: Run openstack ansible jobs on trusty https://review.openstack.org/347440 | 15:58 |
*** mriedem has quit IRC | 15:59 | |
*** trown is now known as trown|lunch | 15:59 | |
*** Apsu has left #openstack-infra | 15:59 | |
*** mriedem1 is now known as mriedem | 16:00 | |
corvus | rcarrillocruz: i'd leave it for now | 16:00 |
rcarrillocruz | k | 16:00 |
*** sdague has joined #openstack-infra | 16:00 | |
fungi | corvus: apparently they have to update the text/plain and text/html versions of their mass mailing templates separately, and updated only the text/html one. they' | 16:01 |
fungi | re working on a follow-up now it sounds like | 16:01 |
*** jimbaker` has joined #openstack-infra | 16:02 | |
mgagne | anteaya: removal of link was done on purpose based on feedback from the community according to the announcement. | 16:02 |
corvus | fungi: aha | 16:02 |
*** jimbaker` is now known as jimbaker | 16:03 | |
*** jimbaker has quit IRC | 16:03 | |
*** jimbaker has joined #openstack-infra | 16:03 | |
anteaya | mgagne: how interesting | 16:03 |
*** oanson has quit IRC | 16:03 | |
*** esikachev has quit IRC | 16:04 | |
mgagne | anteaya: yea... I happen to disagree with the measure and will open a bug anyway. | 16:04 |
anteaya | yeah, I think being able to link directly to the talk you want to link to is kind of important | 16:04 |
*** pgadiya has joined #openstack-infra | 16:04 | |
anteaya | I wonder who in the community felt it was detrimental to do so | 16:04 |
*** pgadiya has quit IRC | 16:05 | |
anteaya | now I do disagree with the wave of "vote for me" spam | 16:05 |
mgagne | anteaya: it was done to counter vote gaming. but I feel this is an inconvenience the end user shouldn't have to deal with. | 16:05 |
anteaya | but I think there are other ways to address it than sending all traffic to one talk | 16:05 |
anteaya | and it won't counter vote gaming | 16:05 |
*** jlanoux has quit IRC | 16:05 | |
*** jsavak has quit IRC | 16:05 | |
anteaya | but we can pretty much guarentee their selected talk will get a slot at the summit | 16:06 |
mgagne | anyway, we found the reason for the "bug" | 16:06 |
anteaya | so we did | 16:06 |
*** jsavak has joined #openstack-infra | 16:06 | |
*** nmagnezi has joined #openstack-infra | 16:08 | |
*** PollyZ has quit IRC | 16:10 | |
*** asettle has quit IRC | 16:11 | |
fungi | mgagne: anteaya: right, the main reason it was removed was to make it harder for prospective speakers and their fanbase to twitterspam "vote for me!" links to their talk abstracts | 16:11 |
*** mikelk has quit IRC | 16:12 | |
fungi | mgagne: anteaya: not so much to counter vote gaming, as to reduce nuisance spamming within and from our community | 16:12 |
anteaya | sure | 16:13 |
anteaya | but why now send all traffic to one selected talk? | 16:13 |
krotscheck | fungi: You're not going to stop the spamming. You're just going to increase frustration with the UI, which makes the foundation look incompetent. | 16:13 |
pabelanger | corvus: looks like we also need to setup the control_path in ansible: http://docs.ansible.com/ansible/intro_configuration.html#control-path. zlstatic01.o.o is still creating that in /home/jenkins/.ansible/cp so there is potential for files to leak into $HOME again | 16:13 |
anteaya | why not send to a general index page? | 16:13 |
fungi | the voting furor around each summit has started to become a public image problem for openstack | 16:13 |
anteaya | fungi: I agree it is a problem | 16:14 |
*** Ahharu has joined #openstack-infra | 16:14 | |
Ahharu | hey | 16:14 |
anteaya | and for me the source of the problem is folks not commiting to the intent for which openstack stands | 16:14 |
fungi | ideally the voting would just go away, but removing direct links for the abstracts was seen as a compromise to satisfy the part of the community who seemed to think it was essential to still have a "vote" | 16:14 |
Ahharu | it seems zuul is having problems again | 16:14 |
Ahharu | http://status.openstack.org/zuul/ | 16:14 |
anteaya | Ahharu: again, or still? | 16:14 |
Ahharu | i think.. again | 16:15 |
pabelanger | no problems from what I see, just under load | 16:15 |
*** oanson has joined #openstack-infra | 16:15 | |
anteaya | Ahharu: it is still working through the backlog from yesterday when I looked | 16:15 |
fungi | Ahharu: it looks fine to me? | 16:15 |
anteaya | pabelanger: yeah, that is what I assessed as well | 16:15 |
fungi | seems to be churning through ~1k jobs an hour righth now | 16:15 |
anteaya | so folks paying lip service to open, then directing employees to vote a certain way is a problem | 16:16 |
anteaya | and the manifestation is gamed voting | 16:16 |
corvus | pabelanger: well, that's just on the launchers, right? | 16:16 |
anteaya | but gamed voting isn't the source of the problem | 16:16 |
pabelanger | we're down to about ~500 max nodes these days, so the backlog is larger compared to previous months | 16:16 |
pabelanger | corvus: yes | 16:16 |
Ahharu | I see jobs on post step there with 30+ hours queued still and I got a puppet-lint peding for 2 hours | 16:16 |
corvus | pabelanger: are they leaking? | 16:16 |
pabelanger | corvus: yes, you can see zlstatic01.o.o is still creating files in /home/zuul/.ansible | 16:17 |
corvus | pabelanger: creating isn't leaking | 16:17 |
*** savihou has quit IRC | 16:17 | |
*** PollyZ has joined #openstack-infra | 16:18 | |
corvus | pabelanger: i see zero files in /home/zuul/.ansible/cp on zlstatic01 | 16:18 |
*** liusheng has quit IRC | 16:18 | |
pabelanger | corvus: actually, good point. I don't think they would leak on static workers, since the nodes are using the same name | 16:18 |
pabelanger | let me upgrade zl01.o.o | 16:18 |
*** adrian_otto1 has joined #openstack-infra | 16:18 | |
corvus | pabelanger: all of the /home/zuul/.ansible/cp files on zl01 are from today, within the last few hours | 16:18 |
zaro | morning | 16:19 |
*** shashank_hegde has joined #openstack-infra | 16:19 | |
*** adrian_otto1 is now known as adrian_otto | 16:19 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Run bindep project-config test for all distro https://review.openstack.org/347473 | 16:19 |
AJaeger | clarkb: the above is needed as well AFAIK ^ | 16:19 |
pabelanger | corvus: okay, so maybe leaking is not the issue in this case | 16:19 |
clarkb | AJaeger: thanks | 16:19 |
*** yamamoto has joined #openstack-infra | 16:20 | |
pabelanger | corvus: sorry for the noise | 16:20 |
clarkb | AJaeger: I went ahead and fast approved it. since you are right | 16:20 |
*** piet_ has quit IRC | 16:20 | |
pabelanger | Ahharu: yes, it will eventually clear, just taking time | 16:21 |
anteaya | morning zaro | 16:21 |
*** gyee has joined #openstack-infra | 16:21 | |
AJaeger | thanks, clarkb . Could you also review https://review.openstack.org/347147 , please? | 16:23 |
*** Sukhdev has joined #openstack-infra | 16:23 | |
clarkb | AJaeger: done one suggestion but looks fine otherwise | 16:25 |
openstackgerrit | Khai Do proposed openstack-infra/system-config: Configure its-storyboard plugin https://review.openstack.org/330925 | 16:25 |
*** shashank_hegde has quit IRC | 16:25 | |
fungi | anteaya: in actuality, vote gaming is not a problem for this... the track chairs are free to completely disregard votes (and many do, and many more only take them with a grain of salt and base their decisions on other more reasonable factors) | 16:26 |
anteaya | agreed on what I did as track chairs and what I assume others do as well | 16:26 |
anteaya | chair* | 16:27 |
corvus | pabelanger: np -- it's worth thinking through :) | 16:27 |
*** yamamoto has quit IRC | 16:27 | |
sulo | hi, if anyone has some time https://review.openstack.org/#/c/345453/ please :) | 16:27 |
*** piet_ has joined #openstack-infra | 16:27 | |
anteaya | <-- offline for a bit | 16:28 |
corvus | fungi, anteaya: i think we should only vote on things where it counts | 16:28 |
anteaya | corvus: I agree | 16:28 |
anteaya | sham voting is worse than no voting at all | 16:28 |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci: Implement undercloud upgrade job - Mitaka -> Newton https://review.openstack.org/346995 | 16:28 |
corvus | yep | 16:28 |
openstackgerrit | Khai Do proposed openstack-infra/system-config: Configure its-storyboard plugin https://review.openstack.org/330925 | 16:29 |
*** dizquierdo has quit IRC | 16:29 | |
AJaeger | clarkb: the jobs use python-jobs - how do you propose to clean that up? | 16:30 |
*** derekh has quit IRC | 16:30 | |
clarkb | AJaeger: for the one is it just using pep8? | 16:30 |
*** caowei has quit IRC | 16:30 | |
AJaeger | yeah, could change that - let me do that... | 16:31 |
clarkb | if so we could reduce to that | 16:31 |
*** john-davidge has quit IRC | 16:31 | |
clarkb | AJaeger: just trying to keep job count down as much as possible as that may affect gearman | 16:33 |
*** jpich has quit IRC | 16:35 | |
EmilienM | I am wondering if OS infra also hits this problem : https://bugs.launchpad.net/tripleo/+bug/1606529 | 16:35 |
openstack | Launchpad bug 1606529 in tripleo "tripleo-ci multinode: undercloud install sometimes fails with Error: Could not run: Could not retrieve facts for <hostname>.local: no address for <hostname>.local" [High,In progress] - Assigned to James Slagle (james-slagle) | 16:35 |
EmilienM | this bug happens on some clouds only | 16:35 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Remove unused trusty jobs https://review.openstack.org/347147 | 16:35 |
AJaeger | clarkb: yeah, I agree. done ^ | 16:36 |
clarkb | EmilienM: we dont run facter in all the clouds anymore so likely we avoid it. But I am guessing its related to info missing from /etc/hosts | 16:36 |
fungi | zigo: on 346095, i don't understand why you need us building backports of random packages from sid to jessie so that you can build your packages. if you're targeting inclusion of your packages in jessie-backports then won't their dependencies already need to be in jessie-backports anyway? | 16:37 |
*** rwsu has joined #openstack-infra | 16:37 | |
EmilienM | slagle: I guess we'll need to hack something in our scripts to override /etc/hosts | 16:37 |
clarkb | EmilienM: possibly some clouds setting dns domain via dhcp and others not and glean only handling the case where dhcp doesnt set it | 16:37 |
*** tqtran has joined #openstack-infra | 16:37 | |
*** rbuzatu has quit IRC | 16:37 | |
EmilienM | clarkb: right | 16:37 |
*** chem` has joined #openstack-infra | 16:37 | |
*** chem has quit IRC | 16:37 | |
pabelanger | EmilienM: would using --certname centos-7-2-node-ovh-bhs1-2919288 work on your puppet apply command? | 16:39 |
*** tqtran_ has joined #openstack-infra | 16:39 | |
EmilienM | pabelanger: not sure | 16:39 |
pabelanger | I tend to use --certname locally to avoid DNS issues | 16:39 |
slagle | EmilienM: we could also try setting the hostname in undercloud.conf | 16:39 |
EmilienM | slagle: it sounds like it's /etc/hostname not /etc/hosts | 16:39 |
slagle | EmilienM: undercloud_hostname | 16:40 |
*** KaitoDaumoto has joined #openstack-infra | 16:40 | |
slagle | we could try setting that | 16:40 |
EmilienM | slagle: we do it for ovb | 16:41 |
EmilienM | slagle: in toci_instack_ovb.sh | 16:41 |
clarkb | hostname should be set by glean properly | 16:41 |
*** tqtran has quit IRC | 16:41 | |
*** florianf has quit IRC | 16:42 | |
*** rbuzatu has joined #openstack-infra | 16:43 | |
*** lucasagomes is now known as lucas-dinner | 16:44 | |
*** yamahata has quit IRC | 16:44 | |
*** tphummel has joined #openstack-infra | 16:45 | |
*** dmsimard|afk is now known as dmsimard | 16:47 | |
*** rbuzatu has quit IRC | 16:48 | |
mgagne | is there a way to manually trigger a periodic job in Zuul? | 16:48 |
*** Sukhdev has quit IRC | 16:48 | |
*** itisha has joined #openstack-infra | 16:48 | |
openstackgerrit | Khai Do proposed openstack-infra/system-config: Install its-storyboard plugin on review-dev.o.o https://review.openstack.org/340605 | 16:48 |
*** baoli_ has quit IRC | 16:49 | |
*** ccamacho is now known as ccamacho|awawawa | 16:50 | |
pabelanger | mgagne: yes, you can use the zuul client to do it: http://docs.openstack.org/infra/zuul/client.html#zuul-client | 16:50 |
*** ccamacho|awawawa is now known as ccamacho|away | 16:50 | |
mgagne | pabelanger: thanks I'm looking for the syntax =) | 16:50 |
openstackgerrit | Khai Do proposed openstack-infra/system-config: Install its-storyboard plugin on review-dev.o.o https://review.openstack.org/340605 | 16:50 |
mgagne | because --change is required and AFAIK, periodic jobs don't have change ID | 16:52 |
pabelanger | mgagne: enqueue-ref | 16:52 |
mgagne | cool will test right now | 16:53 |
openstackgerrit | Khai Do proposed openstack-infra/system-config: Install its-storyboard plugin on review.o.o https://review.openstack.org/347486 | 16:54 |
*** Apoorva has joined #openstack-infra | 16:55 | |
openstackgerrit | James E. Blair proposed openstack/gertty: Merge branch 'stable/1.3' https://review.openstack.org/347487 | 16:56 |
openstackgerrit | Merged openstack/gertty: Merge branch 'stable/1.3' https://review.openstack.org/347487 | 16:57 |
mgagne | pabelanger: what should be --newrev? | 16:57 |
odyssey4me | heh, clarkb pabelanger now we have both xenial and trusty docs jobs running :p | 16:57 |
openstackgerrit | Merged openstack-infra/project-config: Run bindep project-config test for all distro https://review.openstack.org/347473 | 16:57 |
*** Na3iL has quit IRC | 16:58 | |
pabelanger | mgagne: you could use 0000000 or some other value | 16:58 |
fungi | pabelanger: mgagne: or the branch name | 16:58 |
pabelanger | fungi: ah, good idea | 16:58 |
fungi | though periodic jobs are effectively branchless | 16:58 |
AJaeger | EmilienM: could you review https://review.openstack.org/#/c/347348 , please? | 16:58 |
openstackgerrit | Khai Do proposed openstack-infra/system-config: Add storyboard task to Gerrit tracking id https://review.openstack.org/344519 | 16:59 |
AJaeger | odyssey4me: lucky you;( | 16:59 |
*** armax has quit IRC | 16:59 | |
*** jsavak has quit IRC | 16:59 | |
fungi | since zuul only takes the branch name from the gerrit trigger, not the periodic trigger | 16:59 |
odyssey4me | AJaeger well, it's not terrible... but it is a waste of nodes | 16:59 |
AJaeger | agreed | 16:59 |
openstackgerrit | Merged openstack/gertty: Add Gentoo install instructions https://review.openstack.org/314664 | 17:00 |
*** rbuzatu has joined #openstack-infra | 17:00 | |
clarkb | odyssey4me: so regex needs tightening. is that the only one running on both that shouldnt be? | 17:00 |
*** ddieterly is now known as ddieterly[away] | 17:00 | |
*** shashank_hegde has joined #openstack-infra | 17:00 | |
odyssey4me | clarkb yeah, that's all I see for now | 17:01 |
*** nmagnezi has quit IRC | 17:01 | |
*** Swami has joined #openstack-infra | 17:01 | |
EmilienM | AJaeger: oh thanks, patch is not correct | 17:02 |
*** netsinn has joined #openstack-infra | 17:02 | |
AJaeger | EmilienM: thanks for confirming my suspicion | 17:03 |
openstackgerrit | Merged openstack/gertty: Add support for the projects search term https://review.openstack.org/324122 | 17:03 |
AJaeger | odyssey4me: which jobs should really match? The func ones? | 17:03 |
AJaeger | odyssey4me: gate-{name}-ansible-func-ubuntu-trusty and gate-{name}-ansible-func-ubuntu-trusty-nv? | 17:03 |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci: Implement undercloud upgrade job - Mitaka -> Newton https://review.openstack.org/346995 | 17:03 |
odyssey4me | AJaeger yeah, but func could be anything because it's {scenario} which is a tox target | 17:04 |
*** rdx_matt has quit IRC | 17:04 | |
*** rdx_matt has joined #openstack-infra | 17:04 | |
clarkb | AJaeger: odyssey4me its probably better to just have a not docs negative lookahead match | 17:05 |
AJaeger | clarkb: ok. Was trying to check for a positive case ;) | 17:06 |
AJaeger | clarkb, odyssey4me : Who will fix it? | 17:06 |
mgagne | zuul enqueue-ref doesn't seem to work with those arguments: http://paste.openstack.org/show/542149/ | 17:07 |
*** markus_z has joined #openstack-infra | 17:07 | |
odyssey4me | I'm happy to put up a patch, but I'm likely to get it wrong first time. | 17:07 |
odyssey4me | lemme have a go at it | 17:07 |
*** adrian_otto has quit IRC | 17:07 | |
clarkb | AJaeger: odyssey4me ^gate-openstack-ansible-(?!docs).*-ubuntu-trusty.*$ is the regex we want I think | 17:07 |
markus_z | clarkb: logstash is a bit lazy today, can you poke it a little? | 17:08 |
odyssey4me | haha, incoming patch | 17:08 |
*** netsinn is now known as jiggalator | 17:08 | |
markus_z | http://graphite.openstack.org/render/?from=-24hours&height=180&until=now&width=334&bgcolor=ffffff&fgcolor=000000&target=color(alias(stats.gauges.logstash.geard.queue.running,%20%27Running%27),%20%27blue%27)&target=color(alias(stats.gauges.logstash.geard.queue.waiting,%20%27Waiting%27),%20%27red%27)&target=color(alias(stats.gauges.logstash.geard.queue.total,%20%27Total%20Jobs%27),%20%27888888%27)&target=color(alias(stats.gauges.logst | 17:08 |
markus_z | ash.geard.workers,%20%27Workers%27),%20%27green%27)&title=Logstash%20Job%20Queue&_t=0.15027700675842903#1469552870095 | 17:08 |
*** kzaitsev_mb has joined #openstack-infra | 17:08 | |
clarkb | AJaeger: odyssey4me local testing in python interpreter seems to show that matches the func jobs but not docs so I got the negative lookahead correct | 17:08 |
markus_z | whops, that was not was I wanted | 17:08 |
AJaeger | great! Let's wait for patch and test results then to double check | 17:08 |
corvus | mgagne: the 'trigger-job.py' script in the tools/ directory of the zuul source may be useful | 17:09 |
mgagne | will check that one thanks! | 17:09 |
*** rdx_matt has quit IRC | 17:09 | |
corvus | mgagne: it bypasses zuul and submits directly to the gearman queue | 17:09 |
*** jascott1 has joined #openstack-infra | 17:09 | |
clarkb | markus_z: ya I think we may have gotten i mad when we threw all these jobs at it | 17:09 |
corvus | mgagne: so it will run the job, but zuul won't know about it, and won't report it or anything | 17:09 |
mgagne | hmm | 17:10 |
*** jtomasek has quit IRC | 17:10 | |
*** amitgandhinz has quit IRC | 17:10 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack-infra/project-config: Tighten the trusty job filter for OpenStack-Ansible https://review.openstack.org/347489 | 17:10 |
odyssey4me | AJaeger clarkb ^ | 17:10 |
mgagne | will make sur eto check on slaves | 17:10 |
clarkb | odyssey4me: AJaeger re.match(b'^gate-openstack-ansible-(?!docs).*-ubuntu-trusty.*$', 'gate-openstack-ansible-docs-ubuntu-trusty') if you want to test it yourself | 17:11 |
*** PollyZ has quit IRC | 17:12 | |
openstackgerrit | James Slagle proposed openstack-infra/tripleo-ci: Set undercloud_hostname in multinode jobs https://review.openstack.org/347490 | 17:12 |
*** shardy has quit IRC | 17:13 | |
clarkb | markus_z: I will dig in in a few | 17:13 |
clarkb | still catching up on the rest of my morning | 17:13 |
*** mhickey has quit IRC | 17:14 | |
markus_z | clarkb: sure, no rush | 17:14 |
*** trown|lunch is now known as trown | 17:14 | |
clarkb | I need to try and do yardwork before it gets hot outside. | 17:15 |
*** sarob has joined #openstack-infra | 17:16 | |
mgagne | corvus: it worked. I used following arguments: https://gist.github.com/mgagne/bac35c0047b67d52f0add69fa38a2eea | 17:17 |
mgagne | well not :D | 17:17 |
*** shashank_hegde has quit IRC | 17:17 | |
openstackgerrit | sulochan-acharya proposed openstack-infra/project-config: Enable zuul jobs for craton and cratonclient https://review.openstack.org/345453 | 17:18 |
*** acoles is now known as acoles_ | 17:20 | |
openstackgerrit | Andrey Nikitin proposed openstack-infra/puppet-gerrit: Order of the classes parameters is refactored https://review.openstack.org/294728 | 17:20 |
mgagne | --newrev refs/heads/master works | 17:21 |
*** netsinn has joined #openstack-infra | 17:21 | |
HeOS | yolanda, hello! If you have a free time, could you please review again the following request: https://review.openstack.org/#/c/294728/ ? :) | 17:22 |
openstackgerrit | sulochan-acharya proposed openstack-infra/project-config: Enable zuul jobs for craton and cratonclient https://review.openstack.org/345453 | 17:23 |
openstackgerrit | Merged openstack/gertty: Add user email addresses to the change view https://review.openstack.org/327785 | 17:23 |
openstackgerrit | Merged openstack/gertty: Fix "too many SQL variables" error https://review.openstack.org/333583 | 17:23 |
openstackgerrit | Merged openstack/gertty: Speed up loading a change with eager loading https://review.openstack.org/343919 | 17:23 |
openstackgerrit | Merged openstack/gertty: Make unified diffs group changed lines https://review.openstack.org/315927 | 17:23 |
openstackgerrit | Merged openstack/gertty: Prevent more than one gertty from running at a time https://review.openstack.org/328583 | 17:23 |
openstackgerrit | Merged openstack/gertty: Add new lock-file setting to the config doc and reference config https://review.openstack.org/345704 | 17:23 |
*** liusheng has joined #openstack-infra | 17:23 | |
*** Jeffrey4l has quit IRC | 17:24 | |
openstackgerrit | Merged openstack-infra/project-config: Run tripleo-ci-centos-7-nonha-multinode in Heat's experimental pipeline https://review.openstack.org/347012 | 17:24 |
*** jsavak has joined #openstack-infra | 17:24 | |
*** sandanar_ has quit IRC | 17:25 | |
*** yamahata has joined #openstack-infra | 17:27 | |
*** chem` is now known as chem | 17:29 | |
*** asettle has joined #openstack-infra | 17:30 | |
mgagne | corvus: it looks like trigger-job.py doesn't send the OFFLINE_NODE_WHEN_COMPLETE parameter. Is it only a matter of adding it to the data sent to gearman? | 17:30 |
openstackgerrit | Andrey Nikitin proposed openstack-infra/puppet-jenkins: Order of the classes parameters is refactored https://review.openstack.org/295171 | 17:31 |
*** netsinn has quit IRC | 17:31 | |
*** kzaitsev_mb has quit IRC | 17:31 | |
*** osnexus has joined #openstack-infra | 17:32 | |
openstackgerrit | Merged openstack-infra/tripleo-ci: Remove sahara and cinder packaged symlinks in postci https://review.openstack.org/347228 | 17:32 |
*** netsinn has joined #openstack-infra | 17:32 | |
corvus | mgagne: yeah, we never use it for nodes we want to offline. but it's just a regular job parameter. | 17:34 |
mgagne | ok thanks! | 17:34 |
corvus | mgagne: i'm assuming you're in an exceptional situation and you just need some jobs to run once :) | 17:34 |
mgagne | yea, the equivalent of update requirements which happens to run on ephemeral nodes | 17:34 |
corvus | mgagne: if you're engineering some regular thing, we should talk more about what you need :) | 17:34 |
mgagne | and since we revoke sudo too, next job fails due to lack of sudo =) | 17:35 |
corvus | mgagne: gotcha | 17:35 |
mgagne | we just wanted to get the periodic run now instead of later | 17:35 |
mgagne | (thanks to json_pure 2.0.2) | 17:36 |
*** sdake_ is now known as sdake | 17:37 | |
openstackgerrit | Alexey Ovchinnikov proposed openstack-infra/project-config: [Manila] Add services to minimal-dsvm job https://review.openstack.org/347180 | 17:37 |
*** jiggalator is now known as Guest7651 | 17:38 | |
openstackgerrit | Merged openstack/gertty: Display gate results ordered https://review.openstack.org/334524 | 17:40 |
openstackgerrit | Andrey Nikitin proposed openstack-infra/puppet-nodepool: Order of the classes parameters is refactored https://review.openstack.org/295285 | 17:42 |
*** Sukhdev has joined #openstack-infra | 17:42 | |
*** kushal has quit IRC | 17:42 | |
*** piet_ has quit IRC | 17:44 | |
*** piet_ has joined #openstack-infra | 17:45 | |
openstackgerrit | Andrey Nikitin proposed openstack-infra/puppet-openstack_health: Order of the classes parameters is refactored https://review.openstack.org/295290 | 17:45 |
*** electrofelix has quit IRC | 17:46 | |
*** baoli has joined #openstack-infra | 17:46 | |
*** ihrachys has quit IRC | 17:47 | |
*** netsinn is now known as nis10 | 17:47 | |
*** nis10 is now known as netsinn | 17:48 | |
*** netsinn has quit IRC | 17:48 | |
*** cody-somerville has joined #openstack-infra | 17:48 | |
*** cody-somerville has joined #openstack-infra | 17:48 | |
*** netsinn has joined #openstack-infra | 17:48 | |
*** jiggangalator has joined #openstack-infra | 17:49 | |
*** csomerville has quit IRC | 17:49 | |
*** Sukhdev has quit IRC | 17:50 | |
*** jiggangalator has quit IRC | 17:50 | |
*** cody-somerville has quit IRC | 17:50 | |
dhellmann | fungi : I'm seeing some odd behavior on the release tagging job that makes me think maybe the scripts are out of date. | 17:51 |
*** Sukhdev has joined #openstack-infra | 17:51 | |
dhellmann | fungi : the log http://logs.openstack.org/47/47db07d793e5eb5dc6b77a6af11d0acc7d641ea9/release-post/tag-releases/9adf497/console.html shows the job running for a repo that should be skipped by the script, but instead of the "skipping" message it appears to try to clone the repo, and fails | 17:51 |
openstackgerrit | Merged openstack-infra/project-config: Tighten the trusty job filter for OpenStack-Ansible https://review.openstack.org/347489 | 17:52 |
dhellmann | fungi : the clone command output used to be hidden, but that was changed last week when this job started failing as a way to try to debug it | 17:52 |
*** tonytan4ever has quit IRC | 17:53 | |
*** tosky has quit IRC | 17:53 | |
*** nwkarsten has joined #openstack-infra | 17:53 | |
*** netsinn is now known as jiggalator | 17:54 | |
openstackgerrit | Andrey Nikitin proposed openstack-infra/puppet-openstackci: Order of the classes parameters is refactored https://review.openstack.org/295309 | 17:55 |
*** pvaneck has joined #openstack-infra | 17:55 | |
openstackgerrit | Andrey Nikitin proposed openstack-infra/jeepyb: Update mechanism of creating groups in database and managing access rights with jeepyb https://review.openstack.org/284843 | 17:55 |
*** degorenko is now known as _degorenko|afk | 17:55 | |
*** priteau has joined #openstack-infra | 17:57 | |
*** jiggalator is now known as netsin_ | 17:57 | |
*** moravec has quit IRC | 17:58 | |
*** moravec has joined #openstack-infra | 17:59 | |
*** asettle has quit IRC | 17:59 | |
*** salv-orlando has quit IRC | 18:00 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci: Remove EPEL usage https://review.openstack.org/347499 | 18:00 |
*** ddieterly[away] has quit IRC | 18:00 | |
*** jpr has joined #openstack-infra | 18:01 | |
*** shashank_hegde has joined #openstack-infra | 18:02 | |
*** amitgandhinz has joined #openstack-infra | 18:02 | |
*** cgalan has quit IRC | 18:02 | |
openstackgerrit | Andrey Nikitin proposed openstack-infra/puppet-zuul: Order of the classes parameters is refactored https://review.openstack.org/295385 | 18:03 |
*** jimbaker has quit IRC | 18:03 | |
*** salv-orlando has joined #openstack-infra | 18:04 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/zuul: Add initial support for jobs authentication config https://review.openstack.org/346914 | 18:04 |
*** rdx_matt has joined #openstack-infra | 18:05 | |
*** rdx_matt has quit IRC | 18:05 | |
*** rdx_matt has joined #openstack-infra | 18:05 | |
*** mriedem1 has joined #openstack-infra | 18:06 | |
openstackgerrit | Ben Nemec proposed openstack-infra/tripleo-ci: Don't deploy net-iso env when we won't use it https://review.openstack.org/347503 | 18:06 |
*** mriedem has quit IRC | 18:07 | |
*** mriedem1 is now known as mriedem | 18:07 | |
openstackgerrit | Merged openstack-infra/irc-meetings: Update agenda for SWG Meeting https://review.openstack.org/347438 | 18:08 |
jlk | FYI the blue box cloud MontyTaylor will be getting upgraded to mitaka today. | 18:08 |
jlk | there should be minimal disruption during this upgrade | 18:09 |
anteaya | jlk: do you think we should shut off nodes in nodepool? | 18:10 |
jlk | Shouldn't be necessary | 18:10 |
anteaya | okay, thanks for the heads up | 18:11 |
jlk | the various APIs may become responsive for a few seconds during the upgrade, but dataplane will continue to function | 18:11 |
anteaya | infra-root^^ | 18:11 |
anteaya | very good | 18:11 |
*** liusheng has quit IRC | 18:11 | |
mordred | jlk: awesome! thanks | 18:11 |
pabelanger | nice! | 18:12 |
jlk | If you see my IRC client suddenly leave, its probably because the cloud blew up and I was fired. | 18:12 |
pleia2 | hah | 18:12 |
anteaya | jlk: okey dokey | 18:12 |
mordred | jlk: good luck with that | 18:13 |
jlk | I hear it's possible to be fired from IBM, it just takes some serious effort. Actually kind of sounds like a fun achievement to shoot for | 18:14 |
anteaya | one for the trophy shelf | 18:14 |
*** netsin_ is now known as jiggalator | 18:15 | |
*** jimbaker has joined #openstack-infra | 18:15 | |
*** jimbaker has joined #openstack-infra | 18:16 | |
*** adrian_otto has joined #openstack-infra | 18:16 | |
*** inc0 has quit IRC | 18:17 | |
*** esikachev has joined #openstack-infra | 18:17 | |
jlk | actually I'm rather interested to see how this upgrade impacts nodepool and whatnot. Grabbing some chart screenshots after the upgrade would make for a nice blog post | 18:17 |
*** ramishra has quit IRC | 18:18 | |
fungi | anteaya: jlk: thanks! we're not actually using it (and haven't been for months) | 18:19 |
mordred | jlk: I'm very curious how it affects the fip timeout problem | 18:19 |
fungi | waiting for the upgrade | 18:19 |
mordred | jlk: although we have a new workaround for that in shade now | 18:19 |
fungi | we didn't want to turn it back on unti there was a new shade fix and the upgrade was done | 18:19 |
fungi | so fingers crossed! | 18:19 |
*** ivyyy has joined #openstack-infra | 18:19 | |
*** kzaitsev_mb has joined #openstack-infra | 18:19 | |
jlk | ah okay | 18:19 |
*** cody-somerville has joined #openstack-infra | 18:19 | |
anteaya | fungi: ah, thanks, I didn't go so far as to check the file | 18:20 |
*** rbuzatu has quit IRC | 18:20 | |
clarkb | 11am is already too hot for yard work. Not sure how people in texas survive | 18:20 |
*** ramishra has joined #openstack-infra | 18:20 | |
anteaya | clarkb: move elsewhere? | 18:20 |
*** liusheng has joined #openstack-infra | 18:20 | |
*** cody-somerville has quit IRC | 18:20 | |
* anteaya suggesting that is how folks in texas survive | 18:20 | |
jlk | Texas is dumb | 18:20 |
anteaya | I can go as far as texas is hot with you | 18:21 |
pleia2 | I had to put a hoodie on at a baseball came last night, it was cold, woo microclimate | 18:21 |
anteaya | did you enjoy the ball game? | 18:22 |
pleia2 | yes :) we lost, but it was nice to get outside, and I caught a bunch of pokemon | 18:22 |
*** rbuzatu has joined #openstack-infra | 18:22 | |
*** ociuhandu has quit IRC | 18:22 | |
openstackgerrit | Clark Boylan proposed openstack-infra/project-config: Run coverage jobs on xenial https://review.openstack.org/346987 | 18:22 |
clarkb | anteaya: pabelanger AJaeger ^ now with less merge conflict | 18:23 |
openstackgerrit | Tony Breeds proposed openstack-infra/project-config: Remove the check tox env from irc-meetings https://review.openstack.org/347510 | 18:23 |
openstackgerrit | Tony Breeds proposed openstack-infra/irc-meetings: Check chairs are in the 'correct' format as part of pep8 https://review.openstack.org/347511 | 18:23 |
openstackgerrit | Tony Breeds proposed openstack-infra/irc-meetings: Remoce the check target https://review.openstack.org/347512 | 18:23 |
mordred | clarkb, anteaya: it's 13:23 in Texas and it's almost warm enough to get into the pool | 18:23 |
clarkb | mordred: my local wunderground station says 72F | 18:24 |
anteaya | yay less merge conflict | 18:24 |
*** esikachev has quit IRC | 18:24 | |
*** bin_ has quit IRC | 18:24 | |
mordred | mine says 90.7 | 18:24 |
anteaya | mordred: almost | 18:24 |
pabelanger | clarkb: +2 | 18:24 |
clarkb | anteaya: pabelanger https://review.openstack.org/#/c/347147/3 is another related change from AJaeger | 18:25 |
pabelanger | looking | 18:25 |
mordred | anteaya: yeah. well, I could likely swim anyway since the pool water is finally resting at around 91 - so I won't get colds | 18:25 |
*** inc0 has joined #openstack-infra | 18:26 | |
corvus | if you've ever wondered how people choose to be A's or Giants fans -- its not really about the teams, it's about whether you want to wear a hoodie or sunglasses to baseball games | 18:26 |
inc0 | howdy folks | 18:26 |
corvus | pleia2: ^ :) | 18:26 |
openstackgerrit | John Trowbridge proposed openstack/diskimage-builder: Remove EPEL as hardcoded dependency of centos7 element https://review.openstack.org/347513 | 18:26 |
mordred | although pleia2 has reminded me that I'm going ot need to pack a coat for my SF trip | 18:26 |
mordred | corvus: ++ | 18:26 |
inc0 | sooo....infra cluster we're deploying | 18:26 |
anteaya | and away it goes | 18:26 |
*** jiggalator has quit IRC | 18:26 | |
* anteaya crosses her fingers | 18:26 | |
*** rbuzatu has quit IRC | 18:27 | |
pleia2 | corvus: haha | 18:27 |
anteaya | mordred: that is soup | 18:27 |
clarkb | anteaya: pabelanger going to attempt to start the dsvm/tempest switchover change today after meetings. This is assuming I don't have to take kid to doctor (its a long story tl;dr parenting is fun) | 18:27 |
mordred | anteaya: it's very pleasing | 18:27 |
anteaya | corvus: ha ha ha | 18:27 |
pleia2 | mordred: and yeah, it's been on the chilly side here in the city, july you know | 18:28 |
anteaya | clarkb: good health to your family, ack on dsvm/tempest large patch expected | 18:28 |
clarkb | pleia2: you'll like our local team. The Hillsboro Hops | 18:28 |
mordred | pleia2: oh my. just looked at the weather ... I'm going to need to pack probably a hoodie AND a jacket AND wear shoes | 18:28 |
pleia2 | clarkb: nice | 18:28 |
anteaya | mordred: well I played waterpolo in university, was in the pool about 8 times a week | 18:28 |
pleia2 | mordred: yeah | 18:28 |
inc0 | you guys need public ipv6 addresses on vms, ipv4 for API access...anything else? | 18:28 |
inc0 | fungi, ^ | 18:28 |
pabelanger | inc0: don't leave us hanging :D | 18:28 |
anteaya | mordred: I learned that when you sweat in water the sweat stays on you | 18:28 |
anteaya | mordred: it wasn't pleasant | 18:29 |
mordred | anteaya: it is very hard for it to evaporate in 100% humidity | 18:29 |
clarkb | inc0: more specifically we need publicly routable ip addrs. ipv6 is one way to do that. | 18:29 |
anteaya | mordred: hence not a fan of swiming in hot watter | 18:29 |
mgagne | anteaya: looks like removing links didn't deter people from promoting their talks: https://twitter.com/ossarchitect/status/757988575266779136 | 18:29 |
anteaya | mordred: indeed, you grasp the science of it quickly | 18:29 |
anteaya | mgagne: I didn't think it would | 18:29 |
clarkb | inc0: we should be able to manage ipv6 access to the apis as well but maybe I missed something and that isn't the case | 18:29 |
mordred | anteaya: I'm not a fan of swimming in hot water - but 91 isn't hot - it's still cooler than skin temperature ... 91 just isn't freezing cold like 80 is | 18:29 |
corvus | mordred: if you forgot your coat, you'll have to buy one of these at the airport and look like a tourist: http://qph.cf.quoracdn.net/main-qimg-2d4c8d957ea3ed4f07eac471dcb3fd29 | 18:29 |
fungi | inc0: we also need at least one instance with a reachable ipv4 address since our mirror servers rely on the afs protocol which currently lacks provisions for ipv6 | 18:29 |
mordred | corvus: :) | 18:29 |
mordred | corvus: I'll bring my coat | 18:30 |
anteaya | mordred: I'm still not with you at 80 is freezing | 18:30 |
*** kzaitsev_mb has quit IRC | 18:30 | |
clarkb | fungi: oh right afs can't ipv6 | 18:30 |
mordred | anteaya: well, I get chilled in 80 degree water | 18:30 |
*** esikachev has joined #openstack-infra | 18:30 | |
mordred | anteaya: so maybe not "freezing" ... but my teeth will eventually start chattering | 18:30 |
*** adrian_otto has quit IRC | 18:30 | |
anteaya | mordred: okay, you have about 2 weeks at best to swim in Canada | 18:30 |
fungi | inc0: generally we'd prefer two tenants in total, one where we put the mirror server and one we point nodepool at to manage for us | 18:30 |
anteaya | that is excepting the yukon | 18:30 |
clarkb | mordred: anteaya http://www.seatemperature.org/australia-pacific/micronesia/pohnpei/ I am with mordred on 80F is cold | 18:30 |
pleia2 | tourist coat represent http://princessleia.com/images/vacation/sf/lyz_fishermans_wharf.jpg (oh, I was so young and thin there!) | 18:31 |
mordred | anteaya: yes. this is one of the main reasons that we really can't relocate there in case of political upheaval | 18:31 |
anteaya | clarkb: wow | 18:31 |
mordred | clarkb: ++ | 18:31 |
clarkb | I don't even get in the water in hawaii | 18:31 |
anteaya | mordred: I can see your case for spain | 18:31 |
mordred | the water is cold in hawaii | 18:31 |
anteaya | ha ha ha | 18:31 |
anteaya | ha ha ha | 18:31 |
anteaya | pleia2: nice tourist coat | 18:32 |
pleia2 | that picture is after spending all day in Sonoma, where it was like 80 degrees | 18:32 |
anteaya | pleia2: I'm desounding an install of xenial | 18:32 |
mordred | anteaya: to be fair, spain is still colder than I'd like, but it's as close as I can get in a country that's somewhat politically stable and non-repressive | 18:32 |
anteaya | pleia2: my usual mode is to delete all the ubuntu sounds in /usr/share/sounds | 18:32 |
pleia2 | anteaya: desounding? | 18:32 |
pleia2 | ah, is it noisy? | 18:32 |
anteaya | pleia2: is there a different way | 18:32 |
mordred | pleia2: that's an awesome tourist coat | 18:33 |
anteaya | powering on it my business and noone else's | 18:33 |
*** PollyZ has joined #openstack-infra | 18:33 | |
pleia2 | I use Xubuntu, which I don't think it makes noise | 18:33 |
clarkb | anteaya: I think you can disable all the desktop sounds in the desktop gui configurators | 18:33 |
anteaya | pleia2: ah | 18:33 |
*** markus_z has quit IRC | 18:33 | |
anteaya | clarkb: I have tried in the past and then gotten caught in public, to my embarssment | 18:33 |
*** cody-somerville has joined #openstack-infra | 18:33 | |
anteaya | I'll just delete them, then I have confidence | 18:33 |
anteaya | but thanks | 18:33 |
inc0 | ok, so, 2 tenants, public API access over ipv4, one floating IP for VM with mirrors, network of publicly routable IPv6 for VMs - you need anything else? | 18:34 |
inc0 | floating IP will be ipv4 | 18:34 |
openstackgerrit | Alexey Ovchinnikov proposed openstack-infra/project-config: [Manila] Add services to minimal-dsvm job https://review.openstack.org/347180 | 18:34 |
*** sdake has quit IRC | 18:35 | |
*** ddieterly has joined #openstack-infra | 18:35 | |
*** sdake has joined #openstack-infra | 18:35 | |
*** e0ne has joined #openstack-infra | 18:36 | |
anteaya | good-bye system-ready.ogg | 18:36 |
pleia2 | hehe | 18:36 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Added documentation publish jobs for the JavaScript SDK https://review.openstack.org/346131 | 18:37 |
*** esikachev has quit IRC | 18:37 | |
*** dangers_away has left #openstack-infra | 18:38 | |
*** esikachev has joined #openstack-infra | 18:39 | |
*** rdx_matt has quit IRC | 18:39 | |
fungi | inc0: a working glance we can upload images into | 18:39 |
inc0 | fungi, working openstack will be there | 18:39 |
fungi | inc0: though these days that's become a lot more common thankfully | 18:39 |
inc0 | ceph backend even! | 18:40 |
fungi | heh | 18:40 |
inc0 | sorry | 18:40 |
inc0 | :P | 18:40 |
fungi | inc0: nothing else comes to mind, aside from the later task of identifying a suitable flavor for the job workers | 18:40 |
clarkb | if its the same hardware as the other osic stuff we can liekly use the same flavor | 18:40 |
clarkb | I think its 96GB disk, 4vcpu, 8GB RAM | 18:40 |
fungi | right. in theory that's easy | 18:41 |
*** jiggangalator has joined #openstack-infra | 18:42 | |
*** tonytan4ever has joined #openstack-infra | 18:43 | |
openstackgerrit | Brian Hunter proposed openstack-infra/project-config: make trove scenario tests voting https://review.openstack.org/347516 | 18:45 |
anteaya | mordred: hard to find that temperature/political balance | 18:45 |
*** jiggangalator is now known as jiggalator | 18:46 | |
*** esikachev has quit IRC | 18:47 | |
*** javeriak has quit IRC | 18:47 | |
mordred | anteaya: extremely | 18:48 |
*** Sukhdev has quit IRC | 18:49 | |
*** shashank_hegde has quit IRC | 18:49 | |
*** weshay has quit IRC | 18:49 | |
pleia2 | I've resigned myself to the fact that I hold no credibility with my conservative family anymore because I live in San Francisco ;) | 18:49 |
pleia2 | we mostly talk about the weather | 18:49 |
pleia2 | and wine | 18:49 |
openstackgerrit | Brian Hunter proposed openstack-infra/project-config: promote trove scenario tests to voting and gating https://review.openstack.org/347516 | 18:50 |
inc0 | fungi, so there is very good chance that you'll get all that by the end of the week | 18:50 |
openstackgerrit | Isaku Yamahata proposed openstack-infra/project-config: networking-odl: add coverage, translation and releasenotes https://review.openstack.org/346274 | 18:50 |
openstackgerrit | Isaku Yamahata proposed openstack-infra/project-config: networking-odl: add more jobs https://review.openstack.org/347045 | 18:50 |
pleia2 | inc0: awesome | 18:50 |
fungi | inc0: count me excited! | 18:50 |
inc0 | how long would it take for you to start running stuff? Consider our help with that | 18:50 |
inc0 | we also want to get this up and running asap | 18:51 |
*** corvus is now known as thecount | 18:51 | |
thecount | ONE excited person, HA, HA, HA! | 18:51 |
*** thecount is now known as corvus | 18:51 | |
clarkb | inc0: previously its only taken a few hours to get things going, largely depends on whether or not launch script for mirror host is working | 18:51 |
*** bhavik has joined #openstack-infra | 18:51 | |
anteaya | clarkb: I had to use the gui to mute one sound, I delete most of the ubuntu sound files but it insisted on playing a noise when I adjusted the volume, so far the gui is the only way I can see to silence it | 18:51 |
inc0 | corvus, https://www.youtube.com/watch?v=B-Wd-Q3F8KM | 18:51 |
anteaya | pleia2: weather and wine is good | 18:52 |
*** corvus is now known as thecount | 18:52 | |
* anteaya sees lightening flash | 18:52 | |
fungi | three! three nicks! ha, ha, ha... | 18:52 |
anteaya | ha ha ha | 18:52 |
clarkb | then the other portion of work is running the devstack reproduce.sh script on it a few times in different configs to shake out performance issues if any | 18:52 |
inc0 | clarkb, I'd love to share a tmux on that stuff | 18:53 |
inc0 | as I said, we might need to tear down-rebuild this stuff | 18:53 |
clarkb | inc0: well performance testing should be a one time deal, assuming you don't regress the perofmrance of your flavors over time (which ahs happened in one cloud :( ) | 18:54 |
fungi | inc0: we have piloted a relatively trivial means of broadcasting console sessions over tcp socket | 18:54 |
fungi | thecount has details | 18:54 |
fungi | he used it to do an impromptu afs seminar/demo | 18:54 |
fungi | though if we're fiddling with credentials might want to leave that part to a separate terminal | 18:55 |
*** adrian_otto has joined #openstack-infra | 18:55 | |
mordred | clarkb, fungi: I was going to try out rcarrillocruz's ansible stuff when I re-spun the bluebox resources, might be worthwhile to try on inc0's stuff too if there might be rebuilds occasionally? | 18:55 |
fungi | mordred: yep, we expect semi-regular rebuilds (maybe every couple months give or take) | 18:56 |
rcarrillocruz | there's even a placeholder resources.yaml on system-config repo | 18:56 |
inc0 | mordred, totally, especially that at some point we'd love to do this stuff outselves | 18:56 |
*** sc68cal_ is now known as sc68cal | 18:57 | |
rcarrillocruz | we could even put inc0 cloud there and put some machinery to have persistent resources deployed there | 18:57 |
rcarrillocruz | machinery as 'ansible-playbook cloud_launcher @resources.yaml" in a cron really | 18:57 |
*** Teresita-Warrior has quit IRC | 18:57 | |
mtreinish | fungi: I spun up a local instance of the puppet mosquitto and germqtt and just realized 2 things: we'll need to add a gerrit user for germqtt (or I guess we could leach off another existing one) and that we probably want to add some auth to mosquitto | 18:57 |
rcarrillocruz | mordred: yeah, barcelona will be a bit cold | 18:57 |
jhesketh | Morning | 18:58 |
rcarrillocruz | i vote for south spain when summit comes back to spain in some years | 18:58 |
clarkb | mordred: rcarrillocruz I am secretly hoping they hand a completely working tenant then we just have to make a mirror in it :) | 18:58 |
*** thecount is now known as corvus | 18:58 | |
mtreinish | because right now I set it up with basically the default config and it allows anyone to write to it :) | 18:58 |
clarkb | mordred: rcarrillocruz I think this method of clouding (eg the public cloud method) is the nicest for users :) | 18:58 |
mtreinish | which while it might be fun to see how long it takes someone to figure that out, it probably isn't the best idea | 18:58 |
corvus | inc0, fungi: http://amo-probos.org/post/17 | 18:59 |
rcarrillocruz | clarkb: yeah, as a matter of fact the only cloud we had/have with domain admin was bluebox, right? | 18:59 |
clarkb | rcarrillocruz: and infra cloud for a day | 18:59 |
rcarrillocruz | lol | 18:59 |
anteaya | morning jhesketh | 18:59 |
rcarrillocruz | yeah, *that* cloud | 18:59 |
rcarrillocruz | it's expected to be cabled this week btw | 18:59 |
pabelanger | fungi: quick heads up, I am not sure I'll be able to discuss my topic at the meeting today. If you simply want to skip it today. | 19:00 |
rcarrillocruz | servers have been racked | 19:00 |
fungi | it's that (weekly infra team meeting) time again! find us in #openstack-meeting for the next hour | 19:00 |
clarkb | rcarrillocruz: cool | 19:00 |
pabelanger | fungi: I have to step out for a 20mins | 19:00 |
fungi | pabelanger: okay, looks like your topic is toward the end of our agenda anyway | 19:01 |
*** sputnik13 has joined #openstack-infra | 19:01 | |
*** Teresita-Warrior has joined #openstack-infra | 19:02 | |
*** rockyg has joined #openstack-infra | 19:02 | |
*** fifieldt has quit IRC | 19:03 | |
*** yuanying has quit IRC | 19:03 | |
openstackgerrit | Isaku Yamahata proposed openstack-infra/project-config: networking-odl: add irc notification https://review.openstack.org/347522 | 19:04 |
jlk | anteaya: argh, so I'm wrong, and our operations would now like to completely tear down that cloud and rebuild it again (since I told them it was unused) because apparently they made a mistake with the filesystem layout the LAST time they tore it down and rebuilt it. | 19:07 |
anteaya | sound typical | 19:07 |
anteaya | well fungi says we aren't using it right now anyway | 19:07 |
jlk | anteaya: clarkb: mordred: after the last rebuild, did you all do any work on it to put back the base level config you needed for nodepool, or is it essneitally untouched? | 19:07 |
anteaya | I'll double check the file to be sure | 19:07 |
jlk | fungi: ^^ | 19:07 |
clarkb | jlk: I don't think mordred every got around to credentialling us | 19:08 |
clarkb | so its likely still untouched but mordred should know | 19:08 |
clarkb | I think nibalizer may have tried to figure it out too? | 19:08 |
anteaya | we could change this to -1 I guess: http://git.openstack.org/cgit/openstack-infra/project-config/tree/nodepool/nodepool.yaml#n521 | 19:09 |
*** hasharAway is now known as hashar | 19:10 | |
*** abregman has joined #openstack-infra | 19:12 | |
openstackgerrit | Anita Kuno proposed openstack-infra/project-config: Turn bluebox max servers to -1 https://review.openstack.org/347525 | 19:13 |
anteaya | jlk: ^^ | 19:13 |
*** Na3iL has joined #openstack-infra | 19:14 | |
*** Sukhdev has joined #openstack-infra | 19:15 | |
*** sdake has quit IRC | 19:15 | |
*** jiggangalator has joined #openstack-infra | 19:15 | |
*** oanson has quit IRC | 19:15 | |
clarkb | bkero: after meeting I will get examples together and we can put a list on an etherpad of things that need to be done | 19:15 |
bkero | clarkb: sounds good | 19:16 |
*** ddieterly is now known as ddieterly[away] | 19:16 | |
bkero | Unless you have one already: https://etherpad.openstack.org/p/xenial-newton-tasks | 19:17 |
clarkb | I didn't thanks | 19:17 |
*** sarob has quit IRC | 19:17 | |
jlk | I +1'd your -1 | 19:17 |
*** fifieldt has joined #openstack-infra | 19:18 | |
*** asettle has joined #openstack-infra | 19:18 | |
nibalizer | jlk: i never got credentials | 19:19 |
anteaya | jlk: thank you | 19:19 |
*** ljjjustin has quit IRC | 19:20 | |
*** mdrabe has quit IRC | 19:22 | |
*** jcoufal has quit IRC | 19:23 | |
*** asettle has quit IRC | 19:23 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/puppet-subunit2sql: Make sure global worker defs only done once https://review.openstack.org/347530 | 19:23 |
*** ljjjustin has joined #openstack-infra | 19:24 | |
*** mdrabe has joined #openstack-infra | 19:25 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/system-config: Revert "Only start 1 subunit worker per node" https://review.openstack.org/309158 | 19:26 |
*** inc0 has quit IRC | 19:27 | |
mtreinish | jesusaur, corvus, clarkb: ^^^ that should fix the issue there | 19:27 |
*** rbuzatu has joined #openstack-infra | 19:30 | |
*** gyee has quit IRC | 19:34 | |
*** chem is now known as chem|off | 19:35 | |
*** rdx_matt has joined #openstack-infra | 19:35 | |
*** sdake has joined #openstack-infra | 19:36 | |
*** rdx_matt has quit IRC | 19:36 | |
*** rbuzatu has quit IRC | 19:36 | |
*** rdx_matt has joined #openstack-infra | 19:36 | |
anteaya | pleia2: I read the responses to about half your questions on the interview, nicely done | 19:40 |
*** kaisers_ has quit IRC | 19:40 | |
pleia2 | anteaya: thank you | 19:40 |
anteaya | pleia2: I skipped the gender bits | 19:40 |
anteaya | women always get asked the gender question, I never see it in interviews with men | 19:40 |
anteaya | shame it took up half of your page space | 19:40 |
anteaya | nice write up on the upcoming talk | 19:40 |
anteaya | well done | 19:40 |
*** rbuzatu has joined #openstack-infra | 19:41 | |
pleia2 | thanks, I'm excited (I fly out on Friday) | 19:42 |
*** weshay has joined #openstack-infra | 19:42 | |
anteaya | woooo, safe flight to you | 19:42 |
anteaya | direct? | 19:42 |
*** ddieterly[away] is now known as ddieterly | 19:42 | |
*** ganso has joined #openstack-infra | 19:42 | |
anteaya | or do you have many flights? | 19:42 |
bkero | Have fun at SANOG! | 19:43 |
ganso | clarkb: ping | 19:44 |
clarkb | ganso: pong | 19:44 |
ganso | clarkb: Hi, are you Clark Boylan? | 19:44 |
clarkb | that is me | 19:45 |
osnexus | It's like peeling spiderman's mask off | 19:45 |
pleia2 | anteaya: connecting through abu dhabi on my way out, london on my way back | 19:45 |
ganso | clarkb: My CI has been failing since merge of https://review.openstack.org/#/c/299677/ | 19:45 |
ganso | clarkb: log is here http://openstack.fit-tecnologia.org.br:10000/34/329134/11/check/hitachi-hsp/7ff13ff | 19:46 |
pleia2 | bkero: thanks :) | 19:46 |
ganso | clarkb: could you please shed some light on what could possibly be the issue? | 19:46 |
ganso | clarkb: not sure if my CI requires an update | 19:46 |
ganso | clarkb: to be compatible with your patch | 19:46 |
*** rbuzatu has quit IRC | 19:46 | |
anteaya | pleia2: never been to abu dhabi airport | 19:46 |
pleia2 | me neither :) | 19:47 |
anteaya | pleia2: do share your impressions, london I have seen | 19:47 |
clarkb | ganso: it shouldn't, but maybe you have broken clocks in your env? | 19:47 |
ganso | clarkb: most likely, my CI setup restores snapshots for every run | 19:48 |
clarkb | ganso: according to http://openstack.fit-tecnologia.org.br:10000/34/329134/11/check/hitachi-hsp/7ff13ff/logs/devstack-early.txt it takes a few hours to build wheels | 19:49 |
*** arif-ali has quit IRC | 19:49 | |
ganso | clarkb: but it seems it calculates time with the wrong clock, then update during job, and then it exceeds the timeout | 19:49 |
clarkb | ganso: is it possible you are blocking ntp traffic? | 19:50 |
clarkb | ganso: and then devstack opens up the firewall letting it update? | 19:50 |
clarkb | ganso: its really hard to read in your logs because much of it lacks timestamps | 19:50 |
ganso | clarkb: it is not blocking, it is probably not up-to-date right when devstack starts | 19:50 |
clarkb | ganso: you can see it update right at the beginning of the job http://openstack.fit-tecnologia.org.br:10000/34/329134/11/check/hitachi-hsp/7ff13ff/console.html | 19:52 |
clarkb | ganso: "waiting for ntpd to synchronize" | 19:52 |
*** rbuzatu has joined #openstack-infra | 19:52 | |
clarkb | ganso: but without timestamps there its hard to say | 19:52 |
ganso | clarkb: humm | 19:53 |
ganso | clarkb: I can see the timestamp in jenkins | 19:53 |
ganso | clarkb: 14:25:33 Waiting for ntpd to synchronize... OK! | 19:53 |
ganso | clarkb: 15:06:19 + echo 'Job timeout set to: -91 minutes' | 19:53 |
clarkb | and yet the log further down is 11:58 | 19:54 |
ganso | clarkb: this is very weird | 19:54 |
clarkb | ganso: you should boot an isntance in your cloud, check if the date/timestamp is correct on boot, then run the ntpd-wait and see what happens | 19:54 |
clarkb | ganso: is it possible the underlying hypervisor is changings its clock or something? | 19:55 |
ganso | clarkb: I am not sure, it wasn't doing so before | 19:55 |
*** rbuzatu has quit IRC | 19:57 | |
clarkb | ganso: also maybe it is possible ntp-wait is fighting something else in your system? or you are using utc and not utc in some places and it gets confused? | 19:57 |
ganso | clarkb: possibly, because my timezone is utc -3 | 19:57 |
ganso | clarkb: it has decreased the time from 14 to 11 in the logs | 19:57 |
dhellmann | fungi : when the infra meeting is done, if you have a few minutes to look into some weirdness with the tag-releases job I'd appreciate it. Details in https://etherpad.openstack.org/p/release-automation-debugging | 19:57 |
ganso | clarkb: but it is decreasing twice | 19:58 |
clarkb | ganso: our recommendation is to always use utc | 19:58 |
*** asettle has joined #openstack-infra | 19:58 | |
*** asettle has quit IRC | 19:58 | |
ganso | clarkb: I'll take a look into how to force utc | 19:58 |
fungi | dhellmann: can do | 19:58 |
dhellmann | fungi : ty | 19:58 |
clarkb | ganso: I do not know why ntp-wait would act differently than ntpdate. SUpposedly ntp-wait is the future and ntpdate is deprecated | 19:59 |
ganso | clarkb: thanks | 19:59 |
ganso | clarkb: humm I never used ntp-wait before | 19:59 |
*** rossella_s has quit IRC | 19:59 | |
pleia2 | zaro: hehe | 20:00 |
*** rossella_s has joined #openstack-infra | 20:00 | |
prometheanfire | bkero: it does, but our puppet runs many other (unneeded) things as well | 20:00 |
prometheanfire | think we should talk here now :P | 20:00 |
mtreinish | fungi: I'm gonna bug you about https://review.openstack.org/#/q/status:open+project:openstack-infra/project-config+branch:master+topic:firehose right after the meeting | 20:00 |
clarkb | bkero: ok I put some stuff in the etherpad with a link to a change that should be a decent example | 20:00 |
mtreinish | hopefully while you get a free sec to hit +A :) | 20:01 |
fungi | mtreinish: thanks! i will get to it | 20:01 |
clarkb | bkero: maybe look that change over and let me know if you have questions about it? | 20:01 |
*** coolsvap_ has quit IRC | 20:01 | |
clarkb | is it #status log to log things? | 20:01 |
mtreinish | fungi: thanks | 20:01 |
*** jiggangalator has quit IRC | 20:02 | |
clarkb | #status help | 20:02 |
openstackstatus | clarkb: unknown command | 20:02 |
clarkb | heh | 20:02 |
*** amitgandhinz has quit IRC | 20:02 | |
bkero | clarkb: Been looking at it, seems to make sense. | 20:03 |
*** amitgandhinz has joined #openstack-infra | 20:03 | |
clarkb | #status log restarted logstash worker and logstash indexer daemons to get logstash data flowing again. | 20:03 |
openstackstatus | clarkb: finished logging | 20:03 |
*** rbuzatu has joined #openstack-infra | 20:03 | |
clarkb | the entire pipeline seemed to have fallen over around 1300UTC. daemons all running but not processing data | 20:04 |
prometheanfire | so, do I need to wait til things are converted to ansible before I move forward on building an image that osa can use | 20:04 |
*** timello has quit IRC | 20:04 | |
bkero | clarkb: so just doing check tests for now, gate to come later? | 20:05 |
*** sarob has joined #openstack-infra | 20:05 | |
clarkb | bkero: no we have been doing both, coverage is largely not in the gate though there are a couple projects that gate on it and should be updated | 20:05 |
clarkb | I think ironicclient or maybe ironic? | 20:05 |
bkero | Ah that explains the lack of gate job mods in that review | 20:06 |
*** Apoorva has quit IRC | 20:06 | |
clarkb | bkero: I have been going by job so far rather than by project or pipeline because we don't want to run the job one way in check and another in gate for example | 20:06 |
bkero | right | 20:06 |
clarkb | or if its an integration test we don't want to run different jobs against two projects that need to be testing the same | 20:06 |
*** zzelle_ has joined #openstack-infra | 20:06 | |
bkero | Doing it by job (or job-group) makes sense | 20:08 |
*** rbuzatu has quit IRC | 20:08 | |
*** mtanin___ has joined #openstack-infra | 20:08 | |
clarkb | ganso: I wonder if its possible that ntp-wait is somehow updating the underlying clock then later the hypervisor sets it back to utc-3 | 20:08 |
ganso | clarkb: I am rebuilding last job with sudo timedatectl set-timezone UTC and sudo service ntp restart before stacking | 20:08 |
*** mtanino has quit IRC | 20:09 | |
prometheanfire | so who do I have to bug to try out a reduced ansible/puppet run for the image building? | 20:09 |
*** akshai has quit IRC | 20:09 | |
*** EricGonczer_ has joined #openstack-infra | 20:10 | |
*** rdx_matt has quit IRC | 20:10 | |
clarkb | prometheanfire: you are just looking for people to build the images to see if that works? | 20:10 |
* clarkb has a VM to build images with dib locally and can run a thing if given a set of elements | 20:10 | |
prometheanfire | I've already tried the full puppet run, just about every module needs added gentoo support (with various levels of suck) | 20:11 |
*** jiggalator is now known as netzin | 20:11 | |
*** mtanino has joined #openstack-infra | 20:11 | |
prometheanfire | clarkb: I've done the same, but the elements that we use run too much for my use case | 20:11 |
clarkb | not sure why you mean by run too much for your use case | 20:11 |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci: Remove EPEL usage https://review.openstack.org/347499 | 20:12 |
prometheanfire | puppet just needs to create a user, let's see if I can find the command | 20:12 |
*** mtanin___ has quit IRC | 20:12 | |
clarkb | prometheanfire: then maybe you should use your own elements? I think I am missing some important piece of context. What is the goal here? | 20:12 |
prometheanfire | DIB_INSTALLTYPE_pip_and_virtualenv=package DIB_INSTALLTYPE_simple_init=repo disk-image-create -x --no-tmpfs -o $IMAGE_NAME $DISTRO vm openstack-repos nodepool-base simple-init growroot | 20:12 |
*** zzelle_ has quit IRC | 20:12 | |
prometheanfire | I'm trying to build a nodepool image to add gentoo support to openstack-ansible | 20:13 |
clarkb | prometheanfire: ok, we aren't going to drop the stuff in our iamge builds to do that | 20:13 |
clarkb | prometheanfire: if the goal is to have openstack-ansible use these iamges upstream we will need to sort out how to get those bits into gentoo images | 20:13 |
clarkb | rather than just cutting it down to create a user | 20:13 |
prometheanfire | so, either I add gentoo support to all the puppet modules, only to have to do the same in ansible, or wait for ansible | 20:14 |
prometheanfire | DIB_INSTALLTYPE_pip_and_virtualenv=package DIB_INSTALLTYPE_simple_init=repo disk-image-create -x --no-tmpfs -o $IMAGE_NAME $DISTRO vm openstack-repos puppet nodepool-base cache-bindep simple-init growroot | 20:14 |
*** rbuzatu has joined #openstack-infra | 20:14 | |
prometheanfire | I think that was it, adding puppet / cache-bindep | 20:15 |
*** amitgandhinz has quit IRC | 20:15 | |
*** amitgandhinz has joined #openstack-infra | 20:15 | |
clarkb | prometheanfire: my guess is that most things should work except where we puppet? is that correct? | 20:16 |
prometheanfire | everything except puppet works | 20:16 |
clarkb | cache-bindep likely needs to learn how to properly cache things maybe? | 20:17 |
prometheanfire | no, that works | 20:17 |
clarkb | prometheanfire: ok so the next step would be correcting puppet? | 20:17 |
prometheanfire | I added support months ago | 20:17 |
prometheanfire | ya, and it's overwhelming | 20:17 |
prometheanfire | https://review.openstack.org/#/c/307553 | 20:17 |
*** Apoorva has joined #openstack-infra | 20:17 | |
prometheanfire | https://review.openstack.org/#/c/310865 | 20:17 |
prometheanfire | https://review.openstack.org/#/c/315865 | 20:17 |
*** timello has joined #openstack-infra | 20:18 | |
clarkb | none of those changes involve puppet? | 20:18 |
prometheanfire | they don't | 20:18 |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci: Remove EPEL usage https://review.openstack.org/347499 | 20:18 |
*** bhavik has quit IRC | 20:18 | |
prometheanfire | some of the puppet modules are outside of openstack's control anyway | 20:18 |
clarkb | I don't doubt its a pain to add support to puppet to run on gentoo, our stuff has long assumed fedora/centos/ubuntu | 20:18 |
clarkb | prometheanfire: we shouldn't be using much of them in the test image builds though, tahts fairly constrained I think | 20:19 |
*** rbuzatu has quit IRC | 20:19 | |
corvus | right, most of our puppet modules are for long running servers. only a handful should be used in the image builds | 20:19 |
clarkb | I think its mostly make sure tox, users, iptables, and I am sure a small number of things I am forgetting are installed | 20:21 |
corvus | create user, set up exim, unbound, iptables, ntp are the big things that come to mind. | 20:21 |
prometheanfire | I was told it'd need to be a slave | 20:21 |
corvus | and realistically, those are the things that would be needed to be ported to dib elements to complete the de-puppetification of the images | 20:22 |
corvus | there are some sysloc tweaks | 20:22 |
*** markusry has quit IRC | 20:22 | |
corvus | syslog | 20:22 |
prometheanfire | that's fine too, we have many syslogs to choose from :P | 20:22 |
clarkb | so anyways I think these are thigns we woulnd't avoid, we need to solve it somehow | 20:23 |
prometheanfire | I do know ansible, if we have open bugs against a repo I can submit reviews against I can help there | 20:23 |
prometheanfire | multi-os in ansible is fairly straight forward as well, at least it has been in OSA | 20:23 |
clarkb | prometheanfire: we aren't using ansible for anything like that right now | 20:23 |
prometheanfire | oh | 20:24 |
clarkb | so there really isn't a repo you can just push a change to | 20:24 |
corvus | i think the best ways forward are to make the subset of puppet used to build the images support gentoo, or (preferred), work on moving that subset to dib elements. | 20:24 |
prometheanfire | working on defining that subset is the first step | 20:25 |
clarkb | prometheanfire: its defined at https://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/manifests/single_use_slave.pp | 20:25 |
prometheanfire | project-config/nodepool/elements | 20:25 |
prometheanfire | ya | 20:25 |
*** kgiusti has left #openstack-infra | 20:25 | |
prometheanfire | there too | 20:25 |
corvus | we did just manage to move the zuul user creation into an element | 20:25 |
*** rbuzatu has joined #openstack-infra | 20:25 | |
corvus | so if we finish moving to using that user instead of jenkins, we can drop the part of puppet that makes the jenkins user | 20:26 |
clarkb | and now that we are fully bindep we can drop the thin vs thick distinction and completely remove the thick slave puppetry | 20:26 |
clarkb | which leaves you with slave common and the bits from template | 20:26 |
*** asettle has joined #openstack-infra | 20:26 | |
prometheanfire | iirc the count of puppet modules used was large, well over 20 | 20:28 |
prometheanfire | because of deps between them | 20:28 |
prometheanfire | so it's not as simple as made out | 20:28 |
clarkb | prometheanfire: to puppet all our things yes, but it shouldn't be for just the test images | 20:28 |
*** Nikolay_St has quit IRC | 20:28 | |
clarkb | prometheanfire: iptables, unbound, exim are probably going to be the big ones | 20:28 |
prometheanfire | that shouldn't be so bad really | 20:28 |
clarkb | we just said you can drop all the stuff from the thick slave and if you finish the move away from the jenkins use the jenkins moduel too | 20:29 |
*** abregman has quit IRC | 20:29 | |
prometheanfire | huh? | 20:29 |
clarkb | prometheanfire: corvus metnioned we don't need to make the jenkins user anymore if we switch to the new zuul user. That removes one dep (puppet-jenkins) | 20:29 |
prometheanfire | right | 20:30 |
clarkb | in the past we had two slave types. thick and thin. thick provisioned had a bunch of preinstalled and configured stuff like mysql postgres mongodb zookeeper and so on. You don't have to worry about that anymore | 20:30 |
prometheanfire | where's the bug/review for that? | 20:30 |
*** rbuzatu has quit IRC | 20:30 | |
*** mtanin___ has joined #openstack-infra | 20:30 | |
prometheanfire | ya, that's what I was running into last time, was told I'd have to support that by fungi iirc | 20:30 |
clarkb | this reduces the lsit of deps to pretty much things things necessary to have a functioning server like ntp, iptables, users, dns resolution | 20:31 |
fungi | support what? | 20:31 |
*** dkehn has joined #openstack-infra | 20:31 | |
prometheanfire | thick | 20:31 |
corvus | prometheanfire: https://review.openstack.org/323540 | 20:31 |
*** mtanino has quit IRC | 20:32 | |
clarkb | corvus: does nodepool also need to be told to use zuul? | 20:32 |
fungi | prometheanfire: no, our entrypoint is openstack_project::single_use_slave with thin=false since we moved to installing dependencies and doing database setup at job runtime months ago | 20:33 |
corvus | clarkb: oh yeah, probably so | 20:33 |
fungi | er,with thin=true | 20:33 |
fungi | (so without the thick_slave class) | 20:33 |
clarkb | so yes there is work to be done but it shouldn't be insurmountable and it is important configuration | 20:34 |
prometheanfire | fungi: dunno how many months, but a couple of months ago it was trying with thick iirc | 20:34 |
fungi | prometheanfire: it's likely you started working on gentoo support while that wasn't complete yet | 20:34 |
prometheanfire | ya | 20:34 |
prometheanfire | glad I waited lol | 20:34 |
*** osnexus has quit IRC | 20:34 | |
*** jsavak has quit IRC | 20:34 | |
*** Teresita-Warrior has quit IRC | 20:34 | |
prometheanfire | just getting back to this after life distractions | 20:34 |
*** osnexus has joined #openstack-infra | 20:35 | |
*** Teresita-Warrior has joined #openstack-infra | 20:35 | |
*** jsavak has joined #openstack-infra | 20:35 | |
fungi | prometheanfire: http://git.openstack.org/cgit/openstack-infra/project-config/tree/nodepool/elements/prepare-node/install.d/20-prepare-node#n25 | 20:36 |
*** Teresita-Warrior has quit IRC | 20:36 | |
clarkb | bkero: you don't happen to be in portland this week do you? we could possibly find a corner somewhere and hack on this stuff later this week. Maybe friday (though if work goes well ebtween now and then likely not necessary) | 20:36 |
*** rbuzatu has joined #openstack-infra | 20:37 | |
clarkb | bkero: thursday afternoon is looking bad for me but tomorrow is another possibility | 20:37 |
sdake | AJaeger did you know the #17 is the number most likely to be picked at random by a human being? | 20:37 |
bkero | clarkb: am in portlanf all this week | 20:37 |
bkero | can do tomorrow | 20:37 |
clarkb | cool | 20:38 |
bkero | someplace out on west side? | 20:38 |
prometheanfire | if I update https://review.openstack.org/#/c/307553 and https://review.openstack.org/#/c/310865 will it actually get reviewed or just ignored again? | 20:39 |
prometheanfire | those are needed in order for the puppet work to begin I think | 20:40 |
*** jtomasek has joined #openstack-infra | 20:40 | |
*** rbuzatu has quit IRC | 20:41 | |
clarkb | prometheanfire: neither should be required, those are both job runtime deps not image build pupept deps | 20:41 |
*** jtomasek has quit IRC | 20:41 | |
*** jtomasek has joined #openstack-infra | 20:41 | |
clarkb | I personally would probably like to see more progress on the image build side before we bother with job runtime reqs | 20:42 |
prometheanfire | oh, ok | 20:42 |
clarkb | before you run jobs on the images you will wnt those | 20:42 |
*** gyee has joined #openstack-infra | 20:43 | |
*** piet_ has quit IRC | 20:43 | |
*** Na3iL has quit IRC | 20:43 | |
prometheanfire | well, running dib now (previously mentioned command/option) | 20:43 |
prometheanfire | is everything running stackviz now? | 20:44 |
clarkb | prometheanfire: its on all the images but only devstack-gate jobs are using it I think | 20:44 |
prometheanfire | I'll ignore that then as osa doesn't use it | 20:46 |
*** Guest7651 has quit IRC | 20:46 | |
*** netsin has quit IRC | 20:46 | |
*** netzin has quit IRC | 20:46 | |
*** pt_15 has quit IRC | 20:46 | |
prometheanfire | - name: ubuntu-precise does not use it either | 20:46 |
*** e0ne has quit IRC | 20:46 | |
prometheanfire | package-installs needs to be updated | 20:47 |
clarkb | ah ya since precise is only used for one or two infra jobs while we finish our migration off of precise | 20:47 |
prometheanfire | for infra-package-needs | 20:47 |
fungi | yeah, ubuntu-precise is going away rsn. it's used for a couple of puppet modules we still deploy on precise while we're working through a few lingering server upgradews | 20:47 |
prometheanfire | so I do need to submit package-map updates at least | 20:47 |
*** rbuzatu has joined #openstack-infra | 20:48 | |
clarkb | prometheanfire: gentoo has different name for the openssh server package? | 20:48 |
*** shashank_hegde has joined #openstack-infra | 20:48 | |
clarkb | (not surprising, its unfortunate every distro has its own set) | 20:48 |
prometheanfire | no, but we don't call 'cron' cron | 20:48 |
clarkb | ah | 20:48 |
prometheanfire | net-misc/openssh | 20:48 |
openstackgerrit | Isaku Yamahata proposed openstack-infra/project-config: networking-odl: add irc notification https://review.openstack.org/347522 | 20:48 |
fungi | prometheanfire: thinking back to earlier conversations about gentoo support, what i actually recall telling you you're going to need to support is bindep (it's how we got off running jobs on thick slaves), and you've done that so i think i steered you right | 20:48 |
prometheanfire | build essencials aren't needed, etc | 20:49 |
clarkb | prometheanfire: build essentials is implied on gentoo I guess :) | 20:49 |
fungi | hah | 20:49 |
prometheanfire | fungi: ya, the bindep stuff was easier :P | 20:49 |
fungi | can't gentoo if you can't build ;) | 20:49 |
openstackgerrit | Merged openstack/diskimage-builder: Correct order of parameters in call to tune2fs https://review.openstack.org/345261 | 20:49 |
prometheanfire | cronie was fine for cron right? | 20:50 |
prometheanfire | or did you want another | 20:50 |
*** itisha has quit IRC | 20:50 | |
rajinir | NT synchronization is taking very long like 10 mins. Waiting for ntpd to synchronize... Any ideas on what could be wrong | 20:50 |
clarkb | whatever is the default or suggested cron is probably fine | 20:50 |
prometheanfire | looks like I already submitted https://review.openstack.org/#/c/310865/3/nodepool/elements/infra-package-needs/pkg-map lol | 20:50 |
clarkb | rajinir: are you blocking ntp packets with a firewall maybe? | 20:51 |
clarkb | rajinir: it should happen within the amount of time necessary to send a few packets back and forth | 20:51 |
prometheanfire | DIB_INSTALLTYPE_pip_and_virtualenv=package DIB_INSTALLTYPE_simple_init=repo disk-image-create -x --no-tmpfs -o $IMAGE_NAME $DISTRO vm openstack-repos puppet nodepool-base cache-bindep infra-package-needs simple-init growroot | 20:53 |
*** rbuzatu has quit IRC | 20:53 | |
prometheanfire | ok, with https://review.openstack.org/#/c/310865 it should work I think, those were the only elements that needed changing | 20:53 |
clarkb | ianw: greghaynes ^ is why I think dib should make useable images by default fwiw | 20:53 |
clarkb | ianw: greghaynes the fact that we are boostrapping it ourselves means that anytime someone different wants useable VMs we have to reinvent all that work again | 20:53 |
clarkb | re infra-package-needs and adding more distros to it | 20:53 |
rajinir | clarkb: nope. firewall is disabled | 20:55 |
clarkb | rajinir: I am not sure then, try running it manually on a new instance booted off the image and see what it tells you? | 20:56 |
rajinir | clarkb: ok, thank you | 20:56 |
*** adrian_otto1 has joined #openstack-infra | 20:56 | |
*** sarob has quit IRC | 20:57 | |
openstackgerrit | Spencer Krum proposed openstack-infra/jeepyb: Make protocol configurable https://review.openstack.org/346139 | 20:57 |
*** arif-ali has joined #openstack-infra | 20:57 | |
*** Teresita-Warrior has joined #openstack-infra | 20:57 | |
openstackgerrit | Tony Breeds proposed openstack-infra/project-config: Switch all xstatic projects to the correct publish job https://review.openstack.org/347550 | 20:57 |
*** adrian_otto has quit IRC | 20:58 | |
prometheanfire | well, testing | 20:58 |
prometheanfire | (0043 / 1068) | 20:58 |
prometheanfire | ugh | 20:58 |
prometheanfire | forgot about that lol | 20:58 |
*** rbuzatu has joined #openstack-infra | 20:59 | |
*** netsin has joined #openstack-infra | 21:00 | |
*** sarob has joined #openstack-infra | 21:01 | |
corvus | flaper87: is there background reading material on https://review.openstack.org/342069 ? | 21:01 |
*** sarob has quit IRC | 21:01 | |
*** _sarob has joined #openstack-infra | 21:01 | |
*** julim has quit IRC | 21:02 | |
*** trown is now known as trown|outtypewww | 21:02 | |
*** raildo has quit IRC | 21:03 | |
fungi | flaper87: yeah, identifying how it differs from the meeting implementation would be helpful (skimming, it seems it's mostly just renaming "meeting" to "table" for no concrete benefit) | 21:03 |
fungi | well, s/renaming/copying/ | 21:03 |
*** rbuzatu has quit IRC | 21:04 | |
fungi | oh, i see. it's for explicitly voicing/devoicing in meetings | 21:04 |
corvus | fungi: though it does not actually voice/devoice afaict | 21:04 |
corvus | anyway, was wondering what the motivation was; is somewhat difficult to tell whether it may achieve its goal | 21:06 |
fungi | ahh, so honor system voice/devoice | 21:06 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Added documentation draft jobs for nodejs-based projects https://review.openstack.org/346130 | 21:06 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Added documentation publish jobs for the JavaScript SDK https://review.openstack.org/346131 | 21:06 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Created jobs for nodejs version 6 https://review.openstack.org/344501 | 21:06 |
fungi | not irc-level implementation of it | 21:06 |
*** rdx_matt has joined #openstack-infra | 21:06 | |
*** psilvad has quit IRC | 21:06 | |
*** rlandy has quit IRC | 21:06 | |
*** rdx_matt has quit IRC | 21:06 | |
fungi | yeah, i'm curious who has requested this and for what meetings | 21:06 |
*** xyang1 has quit IRC | 21:06 | |
fungi | it seems like a lot of additional formality over how the community generally runs meetings | 21:07 |
openstackgerrit | Merged openstack/diskimage-builder: Correct order of parameters in call to qemu-img convert https://review.openstack.org/345262 | 21:07 |
*** rdx_matt has joined #openstack-infra | 21:07 | |
*** rlandy has joined #openstack-infra | 21:07 | |
*** rockyg has quit IRC | 21:08 | |
*** nwkarsten has quit IRC | 21:09 | |
clarkb | I also worry that devoicing 800 nicks will take forever | 21:09 |
anteaya | are there not enough semi quiet channels in which to have an uniterrupted chat? | 21:09 |
anteaya | clarkb: he he | 21:10 |
anteaya | I totally get the merits of having an uninterrupted conversation | 21:10 |
*** rbuzatu has joined #openstack-infra | 21:10 | |
anteaya | I think we can socialize our way to that goal if it is a shared goal | 21:10 |
openstackgerrit | Merged openstack-infra/irc-meetings: Change the date and chair of the HA guide team meetings https://review.openstack.org/346584 | 21:11 |
*** armax has joined #openstack-infra | 21:11 | |
*** rfolco has quit IRC | 21:12 | |
*** adrian_otto1 has quit IRC | 21:13 | |
openstackgerrit | Merged openstack-infra/irc-meetings: Add Meeting Information for New Project daisycloud-core https://review.openstack.org/346534 | 21:14 |
*** rbuzatu has quit IRC | 21:14 | |
*** ldnunes has quit IRC | 21:15 | |
rajinir | clarb: solved the ntp issue. The host machine on Devstack-CI was not synchronized. Thanks | 21:16 |
*** thorst has quit IRC | 21:16 | |
*** adrian_otto has joined #openstack-infra | 21:17 | |
*** rbuzatu has joined #openstack-infra | 21:21 | |
filler | ohai infra! can users disable mail notifications from gerrit? | 21:25 |
filler | fwict, no. would like to get bot/ci accounts out of the receiving mail game if possible. | 21:25 |
*** rbuzatu has quit IRC | 21:25 | |
fungi | filler: not to my knowledge. you can unsubscribe from everything except changes on which you're an owner and changes on which you post review comments | 21:25 |
*** StevenK has quit IRC | 21:25 | |
*** vkramskikh has quit IRC | 21:25 | |
*** rm_work has quit IRC | 21:25 | |
*** mjb has quit IRC | 21:25 | |
*** jsavak has quit IRC | 21:26 | |
filler | dang. yeah, we want ci to comment on pass/fail but not receive any notifications. | 21:26 |
*** jkilpatr has quit IRC | 21:26 | |
*** aysyd has quit IRC | 21:26 | |
filler | barring a passwd reset. :P | 21:26 |
fungi | filler: sounds like a good feature request for gerrit upstream. zaro: do you happen to know if something like that is already in the works in newer gerrit releases? | 21:26 |
*** rm_work has joined #openstack-infra | 21:26 | |
mugsie | filler: I ended up writing a filter for gerrit, where it was sent to the bot email | 21:26 |
*** jsavak has joined #openstack-infra | 21:27 | |
fungi | yeah, i actually have some fairly complex parsing filters for e-mail i receive from gerrit, so i can strip it down to just notifications i care about | 21:27 |
fungi | and the rest goes into the bucket | 21:27 |
*** nwkarsten has joined #openstack-infra | 21:27 | |
mugsie | ++ | 21:27 |
*** mjb has joined #openstack-infra | 21:28 | |
fungi | and i'm not operating a bot. i simply end up subscribed to thousands of open changes | 21:28 |
fungi | for a variety of reasons | 21:28 |
*** kaisers_ has joined #openstack-infra | 21:28 | |
filler | because reasons. :) | 21:29 |
filler | thx fungi. | 21:29 |
prometheanfire | Missing package name for distro/element: gentoo/zuul-worker | 21:29 |
prometheanfire | huh | 21:29 |
zaro | filler: all email or just ones directed towards you? | 21:30 |
zaro | because i think there's a global setting to stop all and there's user setting to disable | 21:31 |
*** vkramskikh has joined #openstack-infra | 21:31 | |
*** nwkarsten has quit IRC | 21:31 | |
fungi | zaro: ability for an account to tell gerrit not to send it any e-mail about updates to any changes | 21:31 |
*** matt-borland has quit IRC | 21:32 | |
*** nwkarsten has joined #openstack-infra | 21:32 | |
*** rbuzatu has joined #openstack-infra | 21:32 | |
zaro | i a see a email:disable option in user preferences but looks like that's only for newer gerrit | 21:33 |
filler | zaro: in this case, an externally deliverable dlist for an openstack product team. dont bitbucket all mail because i might want to roll a passwd. but if i want to get zero mail comms about patchsets which the bot might test, provide pass/fail feedback on, vote, whatever. | 21:33 |
fungi | zaro: what release did that first appear in? | 21:33 |
*** kaisers_ has quit IRC | 21:33 | |
filler | yeah, gerrit gerrit allows it. didnt know if we were missing something obvs for openstack gerrit :) | 21:33 |
*** _sarob has quit IRC | 21:33 | |
zaro | yeah, i'm looking at gerrit's gerrit | 21:34 |
zaro | which is 2.12.3 | 21:34 |
mugsie | filler: http://status.openstack.org/openstack-health/#/g/project/openstack~2Fdesignate might be a good place to look at red/green status | 21:34 |
openstackgerrit | Merged openstack-infra/project-config: Add puppet-germqtt project https://review.openstack.org/344493 | 21:34 |
mtreinish | fungi: ^^^ thanks | 21:36 |
*** ramishra has quit IRC | 21:36 | |
* mtreinish must make a mental note to stop pushing to github now | 21:36 | |
*** ramishra has joined #openstack-infra | 21:36 | |
*** jsavak has quit IRC | 21:36 | |
*** rbuzatu has quit IRC | 21:37 | |
fungi | mtreinish: yeah, i'm flushing those through while multi-tasking a bunch of other stuff | 21:37 |
mtreinish | sdague: do you have any experience writing acl files for mosquitto? Or did you just leave it all open behind the firewall on your home setup? | 21:37 |
fungi | pabelanger: are you back yet? need me to carry over your skipped meeting topic to next week? | 21:38 |
mtreinish | fungi: heh, well now comes the fun part of trying to get all the random stuff I wrote to work :) | 21:38 |
corvus | mtreinish, fungi: i'm about to tag/release gertty from current master -- can you think of anything i might have missed? | 21:40 |
corvus | oh, like maybe https://review.openstack.org/313563 | 21:41 |
*** rdx_matt has quit IRC | 21:41 | |
*** rhallisey has quit IRC | 21:41 | |
fungi | should that improve sync performance? | 21:41 |
corvus | i think it will just not fail to sync some chanegs | 21:41 |
mtreinish | corvus: the only things I have checked out locally are the email patch and your db variables fix. Both of which you merged already | 21:42 |
fungi | aha, yes i see now | 21:42 |
mtreinish | I probably should repull master now | 21:42 |
clarkb | I have been using master recently and works fine locally | 21:42 |
fungi | i tend to just always use master unless i'm trying out additional proposed features/fixes | 21:42 |
corvus | mtreinish, fungi, clarkb: cool -- i merged a handful of changes a few hours ago, so if you have a sec to update and sanity check, that'd be swell | 21:43 |
corvus | i will probably merge 313563 before release too, if you want to cherry-pick it | 21:43 |
*** rbuzatu has joined #openstack-infra | 21:43 | |
fungi | doing that now | 21:43 |
mtreinish | corvus: current master looks good, from a 30sec test :) | 21:44 |
corvus | i *think* you wouldn't run into the problem fixed by 313563 unless you owned or had starred > 500 changes | 21:44 |
mtreinish | I'll cherry-pick that commit now | 21:44 |
corvus | so pretty much mordred or fungi :) | 21:44 |
*** megm has quit IRC | 21:44 | |
fungi | i haven't really been using starring | 21:44 |
mtreinish | well that rules me out, I think I sit in about only 150-200 active things | 21:45 |
*** ccamacho|away has left #openstack-infra | 21:45 | |
mtreinish | oh, starred. I don't use that too much | 21:45 |
fungi | i keep meaning to find a way to work it into my routine | 21:45 |
*** ayoung has quit IRC | 21:45 | |
corvus | or owned | 21:45 |
corvus | was thinking the classic 'update all the projects' changes :) | 21:45 |
fungi | ahh, maybe then | 21:46 |
fungi | it's been a while since i've done one of those so my owned changes count may be under 500 now | 21:46 |
mtreinish | corvus: only have ~45 owned changes right now | 21:46 |
mtreinish | *open | 21:46 |
mtreinish | so I'm probably pretty far off from that issue | 21:47 |
fungi | wow, i have under 100 owned changes open at this point. i'm seriously slacking | 21:47 |
*** megm has joined #openstack-infra | 21:47 | |
*** rbuzatu has quit IRC | 21:47 | |
clarkb | it turns out I need to cleanup jenkins/jobs/devstack-gate.yaml before worrying about xenialiing it | 21:49 |
clarkb | the exciting thing is we actually have at least one job in there we can remove :) | 21:49 |
bkero | lightening++ | 21:49 |
mtreinish | fungi: heh, no mass update this link across all repo changes lately? | 21:50 |
fungi | darkening | 21:50 |
*** ddieterly is now known as ddieterly[away] | 21:50 | |
fungi | mtreinish: nope. so much ptl | 21:50 |
* fungi gets back to important mascot-related tasks | 21:51 | |
* clarkb wonders why we have a dsvm-smoke-tlsproxy job instaed of just turning on tlsproxy by default in all jobs | 21:51 | |
clarkb | I doubt anyone actually watns to run openstack without ssl | 21:51 |
mtreinish | fungi: is a steel girder on the list of choices? | 21:51 |
fungi | mtreinish: it is now! | 21:51 |
fungi | mtreinish: though i think that doesn't count as a natural feature | 21:52 |
corvus | how about "igneous rock" ? | 21:52 |
fungi | nice. that counts! | 21:52 |
corvus | sort of the natural equivalent | 21:52 |
mtreinish | hah, not metamorphic? | 21:52 |
* fungi feels like we're more sedimentary most days | 21:53 | |
mtreinish | clarkb: probably because it's been hard to get running reliably | 21:53 |
clarkb | mtreinish: ya beacuse we don't test it :P | 21:53 |
corvus | fungi: actually, i think sedementary rock may tend to have more iron in it... :) | 21:53 |
clarkb | mtreinish: I bet if we turned it on and got it merged as a default it would get reliable really quickly | 21:53 |
corvus | fungi: er, that was better the way you spelled it | 21:53 |
fungi | clarkb: there was a dev ml thread just yesterday/today talking about it. i think the change is already proposed | 21:53 |
mtreinish | clarkb: more likely it would get reverted when the fail rate approached 5%. But I get what you're saying | 21:54 |
mtreinish | fwiw, the puppet integration jobs all run with everything ssl'd and ipv6ified | 21:54 |
fungi | though i'm with mtreinish, metamorphic rock is more like steel... folded and hardened under extreme temperatures and pressures | 21:54 |
*** ddieterly[away] has quit IRC | 21:54 | |
*** rbuzatu has joined #openstack-infra | 21:54 | |
corvus | go with that then | 21:54 |
*** esberglu has quit IRC | 21:55 | |
clarkb | fungi: ya I responded to it with my "look it dun work" change I pushed a few months ago | 21:55 |
fungi | clarkb: ahh, that was you. i bet i was skimming too fast to notice who the reply was from | 21:55 |
*** asettle has quit IRC | 21:56 | |
clarkb | jroll: JayF: I am trying to clean out jenkins/jobs/devstack-gate.yaml to simplify the addition of xenial jobs and notice that ironic may still have some crufty unused jobs. ironic-agent_ssh-src and ironic-pxe_ipa-src are currently unused, is that intentional and can I delete them? | 21:57 |
*** gildub has joined #openstack-infra | 21:57 | |
clarkb | mtreinish: fungi we have a problem where we are so afraid of things like that that instead of just making them default for sanity reasons when they do work we make new jobs and stick them in the experimental corner and forget about them then the feature never works | 21:57 |
jroll | clarkb: yes, the ones in use are all tagged with an image type | 21:57 |
jroll | clarkb: someone was working on cleaning a bunch of things up, not sure where it ended up | 21:58 |
clarkb | jroll: not sure I understand what that means but zuul does not know about these two jobs so they are not in use. Does that mean I can delete them? | 21:58 |
jroll | clarkb: yes, you can | 21:58 |
clarkb | mtreinish: fungi: which is unfortunate for things like use tls beacuse any sane person would probably say its important to have | 21:58 |
clarkb | jroll: thank you | 21:58 |
corvus | even those who are insane might think that | 21:59 |
jroll | clarkb: this is the refactor but not sure if it solves that specific problem https://review.openstack.org/#/c/340567/ | 21:59 |
*** rbuzatu has quit IRC | 21:59 | |
mtreinish | clarkb: sure, I don't disagree. I tend to be more straightforward with changes like that when I make them and just do it. THe problem is often who is working on these things tend not to communicate cross project so well and end up breaking the world without getting buy in from enough people and/or not being responsive on fixes | 22:00 |
clarkb | jroll: looks like that does clean it up but that change is massive | 22:00 |
clarkb | jroll: now to decide if I should try to get that change in today or work with removing just those two on my side | 22:00 |
clarkb | should probably just review that change | 22:00 |
jroll | clarkb: exactly, if I were you I'd just remove those two, but that's your call :) | 22:00 |
*** darrenc is now known as darrenc_afk | 22:01 | |
clarkb | jroll: I should probably just try to get that in sooner than later otherwise its going to end up in merge conflict hell with the other work going on to use xenial | 22:02 |
clarkb | mtreinish: ya I can see it being an issue if people aren't around to help debug. But I really hope that "we should test with ssl" is not a contentious issue | 22:03 |
anteaya | +1 igneous rock | 22:03 |
jroll | clarkb: true that, if you do review it I'll make sure we push it through, so thank you for that :) | 22:03 |
clarkb | mtreinish: btw you are about to get all your tempest tests xenialed this week I hope | 22:03 |
mtreinish | clarkb: nice | 22:03 |
*** openstackgerrit has quit IRC | 22:03 | |
*** openstackgerrit has joined #openstack-infra | 22:03 | |
openstackgerrit | James Slagle proposed openstack-infra/tripleo-ci: Temporary fix for nodejs/libuv conflict https://review.openstack.org/347565 | 22:05 |
*** mdrabe has quit IRC | 22:05 | |
*** rbuzatu has joined #openstack-infra | 22:05 | |
openstackgerrit | Merged openstack/gertty: Support SyncQueriedChanges batching in Gerrit >=2.9 https://review.openstack.org/313563 | 22:05 |
anteaya | I could also see the case for metamorphic too | 22:05 |
ianw | does anyone have an issue with adding diskimage-builder to our libs-from-git for nodepool? https://review.openstack.org/#/c/345814/ fairly obscure but i'd like to run that test against dib changes too | 22:06 |
*** EricGonczer_ has quit IRC | 22:06 | |
*** Apoorva_ has joined #openstack-infra | 22:07 | |
*** gordc has quit IRC | 22:08 | |
*** kzaitsev_mb has joined #openstack-infra | 22:09 | |
*** sdake has quit IRC | 22:09 | |
openstackgerrit | Clark Boylan proposed openstack-infra/project-config: Remove unused devstack-gate job https://review.openstack.org/347567 | 22:09 |
*** osnexus has quit IRC | 22:09 | |
clarkb | ianw: hrm I thought I reviewed that change, I guess it didn't post. I don't have an issue with it let me properly post the review | 22:10 |
*** rbuzatu has quit IRC | 22:10 | |
clarkb | oh I might have reviewed the job config side but not realized there was a nodepool change too | 22:10 |
*** osnexus has joined #openstack-infra | 22:10 | |
*** sarob has joined #openstack-infra | 22:10 | |
*** Apoorva has quit IRC | 22:11 | |
ianw | clarkb: cool, thanks -- i also put in https://review.openstack.org/#/c/345818/ to remove dib from PROJECTS -- it's really a client tool just like the python-* clients, so i don't think it belongs there | 22:11 |
clarkb | bkero: https://review.openstack.org/347567 and https://review.openstack.org/#/c/340567/ are cleanups to make the set of devstack/tempest jobs less crazy | 22:11 |
bkero | clarkb: Awesome. Those job-templates-groups were a bit confusing to parse. | 22:12 |
bkero | Are those going to land sometime soon? | 22:12 |
*** cody-somerville has quit IRC | 22:12 | |
clarkb | bkero: I would like them to land today, I am going to review the ironic one in a couple minutes. Need more caffeine before digesting that one | 22:13 |
bkero | clarkb: you linked two of the same, I think you meant to link another one. | 22:13 |
clarkb | bkero: the change I wrote should be straightforward hopefully we can get project-config cores to approve that one quickly | 22:13 |
clarkb | the numbers are very similar, fixed | 22:13 |
bkero | Ah, yeah | 22:14 |
clarkb | ianw: reducing the PROJECTS list to a more devstack default need is a low priority item I keep trying to poke at. +2 | 22:14 |
anteaya | armax: dougwig are either of you available to +1 https://review.openstack.org/#/c/347567/1 please? | 22:15 |
armax | anteaya: on it | 22:16 |
anteaya | armax: thank you | 22:16 |
bkero | clarkb: I was going to tackle some of the simpler ones first. Was coming up on a proposed chef review for you. | 22:16 |
*** rbuzatu has joined #openstack-infra | 22:16 | |
*** shashank_hegde has quit IRC | 22:17 | |
anteaya | armax: thank you | 22:19 |
armax | anteaya: np | 22:19 |
*** rbuzatu has quit IRC | 22:21 | |
openstackgerrit | James Slagle proposed openstack-infra/tripleo-ci: Temporary fix for nodejs/libuv conflict https://review.openstack.org/347565 | 22:22 |
*** moravec has quit IRC | 22:22 | |
*** priteau has quit IRC | 22:23 | |
*** jamielennox|away is now known as jamielennox | 22:23 | |
*** edmondsw has quit IRC | 22:24 | |
*** sarob has quit IRC | 22:25 | |
*** thorst has joined #openstack-infra | 22:26 | |
*** rbuzatu has joined #openstack-infra | 22:26 | |
armax | anteaya: perhaps you can return the favor https://review.openstack.org/#/c/346701/ | 22:26 |
armax | anteaya: :) | 22:26 |
*** erlon has quit IRC | 22:26 | |
armax | anteaya: but I am happy to help unconditionally :) | 22:27 |
*** rbuzatu_ has joined #openstack-infra | 22:27 | |
bkero | clarkb: something like http://paste.openstack.org/show/542182/ ? | 22:28 |
*** sarob has joined #openstack-infra | 22:30 | |
fungi | hrm, looks like we're consistently running ~500 nodes in use and ~1000 jobs launched per hour, so i guess that means the average runtime across jobs (weighted by their frequency) is ~30 minutes | 22:30 |
fungi | that's a handy number to keep in the back of my mind | 22:31 |
clarkb | bkero: ya starting simple is good | 22:31 |
bkero | Some of the chef jobs were already xenial-ified, but that one didn't seem to be. | 22:31 |
bkero | (and was the remaining one that wasn't) | 22:32 |
clarkb | bkero: and taht diff looks about right. if you tox -e zuul it should tell you if you got all the bits to line up too | 22:32 |
clarkb | I have been running that a lot locally | 22:32 |
*** rbuzatu has quit IRC | 22:32 | |
*** Apoorva_ has quit IRC | 22:32 | |
*** rbuzatu_ has quit IRC | 22:32 | |
* bkero waits for the jjb run | 22:33 | |
*** Apoorva has joined #openstack-infra | 22:33 | |
*** signed8bit is now known as signed8bit_Zzz | 22:33 | |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Remove extraneous publish jobs from gertty https://review.openstack.org/347570 | 22:33 |
anteaya | armax: back now, my dad called to say his skin cancer is removed and no further problems with that spot, yay! his specialist keeps a good eye on him | 22:34 |
openstackgerrit | Matthew Thode proposed openstack-infra/project-config: Add Gentoo support to nodepool https://review.openstack.org/310865 | 22:34 |
*** gildub has quit IRC | 22:35 | |
anteaya | armax: folks who worked in the sun all their lives need a good skin doctor in their 80s | 22:35 |
*** darrenc_afk is now known as darrenc | 22:35 | |
armax | anteaya: glad to hear it, so many things they didn’t know back in those days | 22:36 |
anteaya | armax: I know it, was happy to have him call | 22:36 |
anteaya | his doctor is aces | 22:36 |
*** rdx_matt has joined #openstack-infra | 22:37 | |
*** rdx_matt has quit IRC | 22:37 | |
*** sarob has quit IRC | 22:37 | |
*** rdx_matt has joined #openstack-infra | 22:37 | |
*** sarob has joined #openstack-infra | 22:38 | |
*** tpsilva has quit IRC | 22:38 | |
*** rbuzatu has joined #openstack-infra | 22:38 | |
anteaya | armax: +3 | 22:39 |
anteaya | clarkb: is this the patch you would like reviewed to further your dsvm/tempest work? https://review.openstack.org/#/c/340567/ | 22:40 |
openstackgerrit | Merged openstack-infra/project-config: Run coverage jobs on xenial https://review.openstack.org/346987 | 22:42 |
openstackgerrit | Merged openstack-infra/project-config: Add puppet-mosquitto project https://review.openstack.org/344386 | 22:43 |
*** rbuzatu has quit IRC | 22:43 | |
clarkb | anteaya: that one and https://review.openstack.org/347567 | 22:44 |
clarkb | anteaya: will get claenup out of the way before we start editing all those jobs | 22:44 |
fungi | mtreinish: looks like 344495 is going to need a rebase. i'll push that now and reapprove | 22:44 |
anteaya | done 347567, will look at 340567, thanks | 22:44 |
*** gouthamr has quit IRC | 22:45 | |
mtreinish | fungi: ok, cool thanks | 22:45 |
clarkb | bkero: oh also I have been trying (and not always succeeding) to use the 'newton-xenial' topic in gerrit | 22:45 |
openstackgerrit | Matthew Thode proposed openstack-infra/project-config: add gentoo support to bindep-fallback.txt https://review.openstack.org/307553 | 22:45 |
bkero | clarkb: cool, I'll be sure to use that | 22:45 |
openstackgerrit | Ben Nemec proposed openstack-infra/tripleo-ci: Temporary fix for nodejs/libuv conflict https://review.openstack.org/347565 | 22:46 |
corvus | sebian, aspiers, prometheanfire, mtreinish: Gertty 1.4.0 released: http://lists.openstack.org/pipermail/openstack-infra/2016-July/004574.html | 22:47 |
*** sdake has joined #openstack-infra | 22:47 | |
openstackgerrit | Jeremy Stanley proposed openstack-infra/project-config: Add germqtt project https://review.openstack.org/344495 | 22:48 |
anteaya | yay moar Gertty | 22:48 |
bkero | clarkb: how long does your tox -e zuul take? | 22:48 |
*** openstackgerrit has quit IRC | 22:48 | |
anteaya | congratulations corvus and group | 22:48 |
corvus | SpamapS, mordred, fungi, clarkb: ^ gertty | 22:48 |
*** openstackgerrit has joined #openstack-infra | 22:48 | |
anteaya | corvus et al. | 22:48 |
corvus | anteaya: it's a big group this time | 22:48 |
prometheanfire | corvus: nice | 22:48 |
anteaya | I saw that | 22:48 |
anteaya | corvus: you do attract the contributors :) | 22:48 |
*** sdake_ has joined #openstack-infra | 22:49 | |
fungi | corvus: thanks! i'll give my nova friend who was trying to use the last release a heads up (though i think he's just running master now anyway) | 22:49 |
aspiers | corvus: how on earth did you remember I'm interested in gertty :) | 22:49 |
*** cody-somerville has joined #openstack-infra | 22:49 | |
*** rbuzatu has joined #openstack-infra | 22:50 | |
aspiers | oh, maybe because of https://github.com/openstack/gertty/commit/c9651c1bb6ef7b36f2454011b680add22a88c159 | 22:51 |
*** dimtruck is now known as zz_dimtruck | 22:51 | |
corvus | aspiers: git knows all :) | 22:52 |
prometheanfire | corvus: package updated and now using it :D | 22:52 |
aspiers | :) | 22:52 |
aspiers | I'd forgotten I contributed | 22:52 |
clarkb | bkero: long time, it has to build all the jenkins jobs which is slow | 22:52 |
*** sdake has quit IRC | 22:52 | |
*** baoli has quit IRC | 22:52 | |
*** shashank_hegde has joined #openstack-infra | 22:52 | |
bkero | clarkb: I was wondering if it was my laptop, so I'm trying on a desktop that should be reasonably fast now. | 22:52 |
clarkb | 5-8 minutes I would guess I haven't actually timed it | 22:52 |
*** kzaitsev_mb has quit IRC | 22:53 | |
prometheanfire | https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed3f4273043e2277e971939270356c907dc533d | 22:53 |
*** baoli has joined #openstack-infra | 22:53 | |
prometheanfire | can you abandon changes you submit? | 22:54 |
mtreinish | prometheanfire: oh, thanks for the reminder I should update the AUR package soon too | 22:54 |
*** Teresita-Warrior has quit IRC | 22:54 | |
*** signed8bit_Zzz is now known as signed8bit | 22:54 | |
prometheanfire | mtreinish: :P | 22:54 |
prometheanfire | mtreinish: it's a race you know | 22:54 |
mtreinish | heh, then I always lose :) | 22:54 |
mtreinish | I'm really slow on updating things there | 22:55 |
aspiers | corvus: I'll update the SUSE packages | 22:55 |
corvus | prometheanfire: can you expand the context of the question you just asked about abandoning changes? | 22:55 |
*** rbuzatu has quit IRC | 22:55 | |
*** rbrndt has quit IRC | 22:55 | |
clarkb | aspiers: wait you mean I can just zypper install gertty? | 22:55 |
prometheanfire | sure, I wasn't able to abandon changes in 1.3.2 | 22:55 |
prometheanfire | or didn't see how | 22:55 |
fungi | after breaking down our mascot etherpad, we have 23 options to rank | 22:56 |
corvus | prometheanfire: ah, yeah, i think that's been there a while -- it's ctrl-a by default | 22:56 |
fungi | i'm almost done generating the roll for civs now | 22:56 |
anteaya | fungi: wooo, sure to get conscensous on something, right | 22:56 |
aspiers | clarkb: not quite, you'll need to do a one-click install via https://software.opensuse.org/package/python-gertty | 22:56 |
corvus | prometheanfire: in 1.4.0 you can batch abandon a whole bunch at once :) | 22:56 |
anteaya | clarkb: on the ironic re-write all the jobs patch, I am +2 | 22:56 |
aspiers | clarkb: since the package is in devel:languages:python rather than a standard project | 22:56 |
prometheanfire | oh, nice | 22:56 |
fungi | anteaya: we'll get the least contentious option across everyone who casts a vote, as condorcet intended! | 22:56 |
*** tqtran_ has quit IRC | 22:57 | |
anteaya | clarkb: personally I would like to see someone merge it who can revert it if something was overlooked | 22:57 |
anteaya | fungi: ha ha ha | 22:57 |
*** yamahata has quit IRC | 22:57 | |
*** tqtran has joined #openstack-infra | 22:57 | |
anteaya | clarkb: it is a big change | 22:57 |
clarkb | anteaya: thats fair I intend on reviewing it now ETOOMUCHGOINGON | 22:57 |
fungi | prometheanfire: i had to generate a ton of test changes a while back across lots of different projects... used a consistent gerrit topic so when i was done i just queried that, process flagged the results and mass-abandoned | 22:57 |
anteaya | but I am so glad the patch was created, the ironic jobs have been so hard to look at for some time now | 22:57 |
anteaya | clarkb: I agree with you | 22:58 |
fungi | prometheanfire: worked like a charm | 22:58 |
anteaya | clarkb: just thought I would share my thoughts, not trying to pressure you | 22:58 |
prometheanfire | fungi: awesome | 22:58 |
clarkb | anteaya: oh no problem | 22:58 |
fungi | prometheanfire: i was also using mass review to recheck them periodically | 22:58 |
anteaya | clarkb: thanks | 22:58 |
anteaya | clarkb: anything else I can review to help you? | 22:58 |
*** PollyZ has quit IRC | 22:58 | |
aspiers | oh, gertty distribution has changed to being a .whl | 22:58 |
fungi | prometheanfire: and also for marking them all work-in-progress after uploading | 22:59 |
*** Teresita-Warrior has joined #openstack-infra | 22:59 | |
corvus | aspiers: looks like there's a tarball too | 22:59 |
aspiers | corvus: where? | 22:59 |
aspiers | corvus: you mean the source? | 23:00 |
corvus | aspiers: i see both at https://pypi.python.org/pypi/gertty/1.4.0 | 23:00 |
aspiers | https://pypi.python.org/pypi/gertty/1.4.0#downloads | 23:00 |
*** Sukhdev has quit IRC | 23:00 | |
aspiers | yeah but that URL is non-deterministic | 23:00 |
aspiers | https://pypi.python.org/packages/9e/ed/dd19a67c287fede452473a685ae3e30dba48a5b280173872450c73a4f94d/gertty-1.4.0.tar.gz#md5=579416c212dd2bc089f3340d804da8d5 | 23:00 |
aspiers | https://pypi.python.org/packages/source/g/gertty/gertty-%{version}.tar.gz used to work | 23:00 |
corvus | oh, yeah, i think they changed some stuff in pypi | 23:01 |
aspiers | :-( | 23:01 |
*** rbuzatu has joined #openstack-infra | 23:01 | |
corvus | aspiers: dstufft would know more | 23:01 |
corvus | others may as well :) | 23:01 |
anteaya | clarkb: oh and I don't think I saw that max servers change go past | 23:01 |
* anteaya looks | 23:01 | |
aspiers | corvus: I guess I could just get it from the git tag, right? | 23:01 |
corvus | aspiers: i think the published tarball is better -- there are some things that are generated as part of building the release | 23:02 |
aspiers | right, that's what I suspected | 23:02 |
anteaya | clarkb: nope, I'll put it up now | 23:02 |
corvus | aspiers: i think that url is stable | 23:02 |
aspiers | corvus: stable but non-deterministic | 23:02 |
aspiers | across releases, I mean | 23:02 |
aspiers | or you think the 9e/ed/dd... bit will stay across releases? | 23:03 |
corvus | aspiers: right. so with a new release, you can find the url, verify it, then add it to packaging systems.... (vague handwaving from person who is not a packager) | 23:03 |
dstufft | aspiers: well it's completely deterministic, but it requires the contents of the package itself to determine it :) | 23:03 |
aspiers | well, I guess the spec file has to be updated per release anyway | 23:03 |
*** Sukhdev has joined #openstack-infra | 23:03 | |
*** kien-ha has joined #openstack-infra | 23:03 | |
aspiers | dstufft: haha, fair point :) | 23:03 |
openstackgerrit | Merged openstack-infra/project-config: Networking-l2gw: enable python 3 gating https://review.openstack.org/346701 | 23:03 |
dstufft | (it's a blake2b hash of the contents of the file) | 23:03 |
aspiers | corvus: yeah, it just breaks our system where we can update the version number, re-run the source service, and rebuild with no extra effort | 23:04 |
dstufft | aspiers: also you can do files.pythonhosted.org/packages/source/g/gertty/gerrtty-%{version}.tar.gz | 23:04 |
*** ams__ has quit IRC | 23:04 | |
dstufft | it'll redirect you to the hashed url | 23:04 |
aspiers | dstufft: ahhh, perfect! | 23:04 |
dstufft | so as long as you follow redirects | 23:04 |
aspiers | sure | 23:04 |
aspiers | dstufft: thanks :) is that URL discoverable somehow? | 23:04 |
aspiers | other than by asking gurus, I mean | 23:04 |
aspiers | just curious | 23:04 |
dstufft | aspiers: Not really no, we haven't documented it yet | 23:05 |
aspiers | no problem :) | 23:05 |
corvus | neat, this works: wget https://files.pythonhosted.org/packages/source/g/gertty/gertty-1.4.0.tar.gz | 23:05 |
openstackgerrit | Anita Kuno proposed openstack-infra/project-config: Increase xenial max servers to 10 https://review.openstack.org/347573 | 23:05 |
clarkb | jroll: and you are happy with 340567? if I don't find any issue with it it is ok to approve now? | 23:05 |
openstackgerrit | Matthew Treinish proposed openstack-infra/puppet-germqtt: Ensure ssh keys are all setup https://review.openstack.org/347574 | 23:06 |
*** rbuzatu has quit IRC | 23:06 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/system-config: Add firehose.o.o config to system-config https://review.openstack.org/347575 | 23:06 |
mtreinish | fungi: ^^^ I think I got that right, but who knows | 23:06 |
anteaya | ha ha ha, there's the voice of confidence | 23:06 |
*** Teresita-Warrior has quit IRC | 23:07 | |
mtreinish | well I tested the puppet-mosquitto and puppet-germqtt modules locally (prior to that ssh file change, I did that manually since I had to use my creds) but not the system-config part | 23:08 |
mtreinish | and in my experience it's death by 1000 patches whenever I do anything in puppet | 23:08 |
anteaya | mtreinish: ha ha ha | 23:08 |
anteaya | true that | 23:08 |
anteaya | I thought 'and that is how you puppet' | 23:09 |
*** yamahata has joined #openstack-infra | 23:10 | |
clarkb | local testing shows that in bash you can't define variables if you have extra whitespace before the varname eg ^ FOO=bar$ if you were matching with a regex | 23:10 |
clarkb | does anyone know if that is actually the case or am I pebkacing? | 23:10 |
mtreinish | there is also the gaping security hole in puppet-mosquitto right now (or the complete lack of any) | 23:11 |
*** rdx_matt has quit IRC | 23:11 | |
mtreinish | so anyone can write to any topic on it. But that's a task for tomorrow or later in the week | 23:11 |
fungi | 798 contributors to infra repos over the past year | 23:11 |
anteaya | clarkb: are you asking in context of the ironic job re-write patch? | 23:12 |
clarkb | fungi: do you know the answer to my bash thing? | 23:12 |
clarkb | anteaya: I am | 23:12 |
anteaya | fungi: yay us? | 23:12 |
fungi | clarkb: checking scrollback | 23:12 |
clarkb | anteaya: I believe the way they are quoting the heredoc will result in extra whitespace on the left | 23:12 |
*** rbuzatu has joined #openstack-infra | 23:12 | |
clarkb | anteaya: which I thought was ok but tested it locally and am beginning to think it is not going to work as expected | 23:13 |
clarkb | hrm it works in some cases and not in others | 23:14 |
anteaya | clarkb: ah okay | 23:14 |
clarkb | oh wait I might just be derping | 23:14 |
clarkb | this is why I ask other people :) | 23:14 |
fungi | clarkb: indented assignments seem to work fine for me | 23:14 |
clarkb | yup I see the pebkac in my test script | 23:14 |
fungi | and in fact i rely on them quite frequently | 23:14 |
clarkb | fungi: thank you for confirming | 23:14 |
mtreinish | corvus: just hit a new exception on gertty: http://paste.openstack.org/show/542188/ | 23:15 |
fungi | to, you know, make shell scripts readable | 23:15 |
anteaya | clarkb: the heredoc was changed in response to ianw's comment on patchset one | 23:15 |
clarkb | we write so much python its easy to think that whitespace matters in other langs | 23:15 |
mtreinish | although that might just be related to the new project creation going on around the same time as a sync | 23:15 |
anteaya | clarkb: it is a good question | 23:15 |
clarkb | my other concern with this is its a fairly rich rewrite that is all going to go away when zuulv3 happens | 23:16 |
clarkb | but they already did the work so no going back now | 23:16 |
*** rbuzatu has quit IRC | 23:16 | |
anteaya | it is a rich rewrite agreed | 23:16 |
anteaya | however the current state of the ironic tests is the worst of any other in the project-config repo, in my opinon | 23:17 |
*** kaisers_ has joined #openstack-infra | 23:17 | |
clarkb | anteaya: they have a lot of them and don't use them all. This addresses the extra jobs by removing them which is nice | 23:17 |
anteaya | yes | 23:18 |
openstackgerrit | Ben Nemec proposed openstack-infra/tripleo-ci: Temporary fix for nodejs/libuv conflict https://review.openstack.org/347565 | 23:18 |
anteaya | yay jobs that are used | 23:18 |
*** hongbin has quit IRC | 23:18 | |
*** salv-orl_ has joined #openstack-infra | 23:18 | |
anteaya | I think the state of how they were written had hindered cleanup prior to now | 23:18 |
anteaya | personal opinion | 23:18 |
*** esberglu has joined #openstack-infra | 23:18 | |
corvus | mtreinish: yeah, my guess is that's gertty not noticing the new projcet -- it only syncs projects at startup | 23:18 |
corvus | mtreinish: i bet we can handle that. i also bet if you restart gertty it should work | 23:19 |
*** signed8bit is now known as signed8bit_Zzz | 23:19 | |
mtreinish | yeah, I suspect that is the case | 23:19 |
*** csomerville has joined #openstack-infra | 23:20 | |
clarkb | anteaya: jroll its also probably worthwhile talking about whether or not we need to test all these combos with all these tests or maybe a bunch of it can be shoved into a functional type test then cover integration testing with a smaller set of jobs | 23:21 |
clarkb | because I think what happens is we have a new job for every single possible deployment scenario for ironic right now | 23:21 |
*** salv-orlando has quit IRC | 23:21 | |
anteaya | clarkb: sure, did we want to have that chat prior to merging this? | 23:21 |
anteaya | clarkb: yes, I think that is an accurate assessment | 23:22 |
clarkb | anteaya: no I think that can happen further down the line as this is an improvement over what we haev today | 23:22 |
*** kaisers_ has quit IRC | 23:22 | |
*** ddieterly has joined #openstack-infra | 23:22 | |
anteaya | agreed, it is an improvement | 23:22 |
*** rbuzatu has joined #openstack-infra | 23:23 | |
*** esberglu has quit IRC | 23:23 | |
aspiers | corvus: is there a way to build a man page for gertty? or it hasn't been written yet? | 23:23 |
clarkb | for example I seriously doubt we need to test multiple ipa images. We only need one... | 23:23 |
*** cody-somerville has quit IRC | 23:24 | |
anteaya | I wonder if this cleanup will make the what should be tested conversation more accessible | 23:24 |
mtreinish | aspiers: sphinx can build a man page | 23:24 |
anteaya | it has been an append to mass for some time now, I don't think job composers even looked at what was already there too closely | 23:25 |
pabelanger | fungi: apologies for bailing on the meeting at the last minute. I had to step away for a personal matter which turned into a few hours away from the computer. | 23:25 |
*** esberglu has joined #openstack-infra | 23:25 | |
anteaya | pabelanger: I hope everything is okay | 23:25 |
*** sarob has quit IRC | 23:26 | |
fungi | pabelanger: no worries. i kept your topic on the agenda for next week. feel free to remove it if you plan to just cover it before then | 23:26 |
*** mriedem has quit IRC | 23:26 | |
fungi | anteaya: surprisingly, this is my first time trying to create a poll in civs. i haven't seen anywhere to add voter addresses for a private poll | 23:26 |
mtreinish | aspiers: I ran 'tox -evenv -- sphinx-build -b man doc/source doc/man' from the repo root and it dumped the man page in doc/man/gertty.1 | 23:26 |
anteaya | ah okay let me look | 23:27 |
aspiers | mtreinish: cool, thanks! | 23:27 |
*** rbuzatu has quit IRC | 23:27 | |
*** hashar has quit IRC | 23:27 | |
anteaya | fungi: I'm certain you went through the faqs: http://www.cs.cornell.edu/w8/~andru/civs/faq.html | 23:28 |
*** sarob has joined #openstack-infra | 23:28 | |
fungi | anteaya: yep, reading through them as we speak | 23:28 |
fungi | just amused by the unintuitive nature of that part of the interface | 23:28 |
clarkb | actually I think I take it back about this removing unused jobs. https://review.openstack.org/#/c/340567/2/jenkins/jobs/projects.yaml does a full cross product on those params | 23:28 |
pabelanger | fungi: thanks | 23:28 |
clarkb | I think | 23:28 |
pabelanger | anteaya: Yup, all good now. | 23:28 |
anteaya | pabelanger: good to hear | 23:28 |
anteaya | fungi: okay so you should see somewhere where you can upload a file | 23:29 |
mtreinish | fungi: I'm always surprised we haven't started our own civs instance somewhere in infra, especially considering how much we use it | 23:29 |
*** thorst has quit IRC | 23:29 | |
anteaya | fungi: failing that you can add them (manually I think) after you start the poll: https://wiki.openstack.org/wiki/Election_Officiating_Guidelines#Run_the_Election | 23:29 |
mordred | fungi: the thing that might not jump out at you is that you add addresses after you "start the poll" | 23:29 |
clarkb | unless jjb's exclude thing is new magic there | 23:29 |
anteaya | but let me create a fake poll and see if I can find the upload feature | 23:29 |
mordred | fungi: ah, as anteaya said | 23:29 |
*** esberglu has quit IRC | 23:29 | |
*** thorst has joined #openstack-infra | 23:29 | |
fungi | anteaya: mordred: yep, the faqs are also unclear on that part of the process | 23:30 |
mordred | fungi: so - you create a poll and click the button, it will then email you an admin link | 23:30 |
mordred | fungi: once you go to the admin link, you can add people, and also start the poll | 23:30 |
mordred | it is not clear what happens if you add people and then start hte poll | 23:30 |
mordred | I always start the poll then add people | 23:30 |
fungi | got that far. i'm on the poll control page now, all i saw options for were starting the poll, editing the description, and loading ballot data | 23:30 |
clarkb | huh exclude is jjb magic | 23:31 |
fungi | even after starting the poll the only other difference is that i have an option to end the poll instead | 23:31 |
clarkb | which means you can't have a parameter called exclude | 23:31 |
fungi | i'll look at our civs docs | 23:31 |
mordred | fungi: you do not see a section at the bottom of the page titled "Add voters" ? | 23:31 |
fungi | mordred: nope, note whatsoever | 23:32 |
*** ddieterly is now known as ddieterly[away] | 23:32 | |
mordred | fungi: fascinating. you are sure you selected private poll | 23:32 |
mordred | ? | 23:32 |
*** sarob has quit IRC | 23:33 | |
fungi | i was sure i selected private but i don't see any indication in the poll control page that it is either private or public | 23:33 |
anteaya | fungi: looks like you have to start the poll to get the option to upload the voters file | 23:33 |
mordred | fungi: yah - I just made one real quick and I have an "add voters" section | 23:33 |
fungi | also it says "this is a test poll" in the options | 23:33 |
anteaya | fungi: this is a new feature, I used to be able to load the voters when creating the initial poll, I'm pretty sure | 23:33 |
mordred | fungi: oh - did you select "make this a test poll"? | 23:33 |
fungi | maybe i accidentally checked a checkbox i shouldn't have | 23:33 |
mordred | yah | 23:33 |
fungi | i'll start over | 23:34 |
mordred | don't check that checkbox - that only works if you're going to also upload results | 23:34 |
mordred | fungi: here is the admin page for the silly poll I just made in case it's helpful: http://civs.cs.cornell.edu/cgi-bin/control.pl?id=E_945a24e1c3b90ff8&key=f207347c5b7381fa&akey=854ff03e804c8323 | 23:34 |
*** rbuzatu has joined #openstack-infra | 23:34 | |
anteaya | fungi: here is my silly test poll admin page: http://civs.cs.cornell.edu/cgi-bin/control.pl?id=E_78d6b5043810e6b9&key=5dfa180ea8b52a4e&akey=f2bd087fd9706066 | 23:35 |
fungi | d'oh! i did check "Make this a test poll: read all votes from a file." | 23:35 |
anteaya | ah ha | 23:35 |
mordred | that will do it | 23:35 |
fungi | thought it said "read all voters from a file" | 23:35 |
* fungi curses his dyslexia | 23:35 | |
anteaya | I'll add that to the wiki not do check that box | 23:35 |
mordred | anteaya: ++ | 23:35 |
clarkb | jroll: JayF ok I think I am happy with https://review.openstack.org/#/c/340567 as is (we should keep iterating on that though because I think we can simplify further. eg ramdisk type, not sure we actually need to test all those combos if we have one that works) | 23:35 |
fungi | that's the "this won't work" checkbox | 23:35 |
craige | o/ | 23:36 |
craige | oh hey, there's only 10 days left to get your LCA2017 (Hobart, Tasmania!) talks in! https://linux.conf.au/proposals | 23:36 |
clarkb | jroll: JayF: can I go ahead and approve 340567 now? | 23:36 |
mordred | clarkb: oy | 23:36 |
mordred | gah | 23:36 |
mordred | craige: oy | 23:36 |
mordred | craige: I need to get on that | 23:36 |
openstackgerrit | James E. Blair proposed openstack/gertty: Create new projects automatically when syncing a change https://review.openstack.org/347578 | 23:37 |
corvus | mtreinish: ^ | 23:37 |
openstackgerrit | James Slagle proposed openstack-infra/tripleo-ci: Temporary fix for nodejs/libuv conflict https://review.openstack.org/347565 | 23:37 |
*** sarob has joined #openstack-infra | 23:37 | |
anteaya | mordred: fungi can you review this wikipage and tell me if you think these instructions are current? https://wiki.openstack.org/wiki/Election_Officiating_Guidelines#Running_the_election_itself | 23:38 |
craige | +1 mordred :-) | 23:38 |
*** thorst has quit IRC | 23:38 | |
*** xarses has quit IRC | 23:38 | |
*** baoli has quit IRC | 23:38 | |
anteaya | craige: thank you | 23:38 |
*** rbuzatu has quit IRC | 23:38 | |
pabelanger | anteaya: left a comment on 347525 along with +2 | 23:38 |
craige | You're welcome anteaya :-) | 23:38 |
anteaya | craige: the deadline approachth | 23:38 |
anteaya | pabelanger: thank you | 23:39 |
anteaya | craige: :) | 23:39 |
fungi | mordred: anteaya: "Sorry, voters can only be added to an poll in progress." (so i guess you really do have to start it first) | 23:39 |
*** zz_dimtruck is now known as dimtruck | 23:40 | |
anteaya | fungi: sigh, I swear I used to be able to add voters when creating the initial poll, before I finished filling out the first form | 23:40 |
anteaya | now I could only add the first 1000 | 23:40 |
aspiers | mtreinish: that sphinx-build command only works for me within a git checkout, not within a package build from the .tar.gz | 23:40 |
anteaya | but still I was sure I could | 23:40 |
fungi | anteaya: it's possible they've changed it subtly | 23:40 |
anteaya | fungi: seems so | 23:40 |
aspiers | mtreinish: it gives Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed? | 23:41 |
pabelanger | clarkb: are we ready to start moving more jobs to ubuntu-xenial? For example, the gate-{name}-linters jobs | 23:41 |
aspiers | I don't know why it wouldn't consider https://files.pythonhosted.org/packages/source/g/gertty/gertty-%{version}.tar.gz as an sdist tarball | 23:41 |
fungi | aspiers: you need the python packaging metadata or a git checkout to run setup.py (because it uses pbr) | 23:41 |
aspiers | oh, so I need the .whl after all? | 23:42 |
fungi | aspiers: but you may be able to avoid that by setting an envvar | 23:42 |
*** ddieterly[away] has quit IRC | 23:42 | |
mtreinish | corvus: that lgtm, but I can't really test it anymore | 23:42 |
fungi | aspiers: sdist tarball, not wheel | 23:42 |
aspiers | doesn't that URL contain an sdist tarball? | 23:42 |
mtreinish | fungi: there is no setup.py being invoked from the cli, calling build_sphinx directly. My guess is it's coming from pbr versioning | 23:42 |
aspiers | mtreinish: your guess is correct | 23:43 |
fungi | aspiers: oh, are you using the tarball from that url? then yes | 23:43 |
mtreinish | iirc, there should be an env var you set to avoid that | 23:43 |
aspiers | File "/usr/lib/python2.7/site-packages/pbr/version.py", line 447, in _get_version_from_pkg_resources | 23:43 |
aspiers | result_string = packaging.get_version(self.package) | 23:43 |
mtreinish | oh, fungi already said that | 23:43 |
aspiers | File "/usr/lib/python2.7/site-packages/pbr/packaging.py", line 725, in get_version | 23:43 |
aspiers | to avoid pbr trying to get the version? | 23:43 |
*** rbuzatu has joined #openstack-infra | 23:43 | |
aspiers | PBR_VERSION? | 23:44 |
fungi | mtreinish: aspiers: that said, i've been meaning for a while to hack on an improvement to pbr so that sdist (and maybe bdist_wheel) can call build_sphinx doc/man | 23:44 |
fungi | and then bundle the resulting manpage(s) | 23:45 |
*** rbuzatu_ has joined #openstack-infra | 23:45 | |
openstackgerrit | Anita Kuno proposed openstack-infra/project-config: Remove bluebox https://review.openstack.org/347579 | 23:45 |
fungi | aspiers: yeah, you could just export PBR_VERSION=1.4.0 | 23:45 |
aspiers | fungi: you mean like http://stackoverflow.com/a/22273180/179332 ? | 23:45 |
pleia2 | fungi: woo, poll, thanks :) | 23:45 |
aspiers | fungi: right - testing that now | 23:45 |
*** yuanying has joined #openstack-infra | 23:45 | |
fungi | pleia2: glad it's working! | 23:46 |
*** sarob has quit IRC | 23:46 | |
*** sarob has joined #openstack-infra | 23:46 | |
fungi | aspiers: i haven't tried it in exactly the conditions you're describing so not certain that'll work around it | 23:46 |
fungi | but worth a shot | 23:46 |
anteaya | pabelanger: here is the change you requested: https://review.openstack.org/#/c/347579/1 | 23:47 |
*** tonytan4ever has quit IRC | 23:47 | |
anteaya | pabelanger: now I can't seem to see the revert button | 23:47 |
anteaya | I swear we used to have a revert button, I have used it in the past | 23:47 |
pabelanger | corvus: I've been using status.o.o/zuul a fair bit over the last few days and noticed our elapsed time estimates don't always appear correct. I am wondering if our sample size window of last 10 jobs might be too small? I was thinking maybe upping the count to 50 to increase the sample range | 23:47 |
pabelanger | anteaya: perfect! | 23:47 |
anteaya | pabelanger: okay great, thank you | 23:48 |
fungi | Total of 798 voters authorized to vote. | 23:48 |
fungi | poll sent | 23:48 |
clarkb | anteaya: the button is on merged changes in the box around where you reply | 23:48 |
anteaya | pabelanger: any pointers on where the revert button has disappeared to? | 23:48 |
pabelanger | anteaya: Hmm, I wonder if the button is only exposed after the code is merged | 23:48 |
fungi | anteaya: pabelanger: yes, i don't think gerrit lets you revert open changes | 23:48 |
pabelanger | anteaya: you could run it locally using: git revert c1106775914bceb04a1c8f54e12e024d71d13037 | 23:48 |
anteaya | yeah I got cherry-pick, rebase, abandon and follow up | 23:48 |
pabelanger | anteaya: I believe that is the correct syntax | 23:48 |
anteaya | fungi: ah thanks | 23:49 |
anteaya | pabelanger: thanks, I'll try that | 23:49 |
fungi | as pabelanger says you can git revert locally, commit --amend and then review | 23:49 |
*** rbuzatu has quit IRC | 23:49 | |
fungi | the commit --amend is necessary so that the gerrit hook to add a change-id to teh commit message fires | 23:49 |
fungi | since those hooks aren't called by revert | 23:50 |
pabelanger | ah, right | 23:50 |
pabelanger | forgot about that | 23:50 |
fungi | (or pretty much any other commit-generating git command besides commit itself) | 23:50 |
aspiers | mtreinish, fungi: PBR_VERSION worked | 23:50 |
*** rbuzatu_ has quit IRC | 23:50 | |
fungi | aspiers: good to know that's viable when calling sphinx outside setup.py as well | 23:50 |
openstackgerrit | Anita Kuno proposed openstack-infra/project-config: Revert "Remove bluebox" https://review.openstack.org/347580 | 23:50 |
mordred | fungi: I have voted | 23:50 |
anteaya | pabelanger: fungi thank you | 23:50 |
aspiers | fungi: in the rpm build environment I actually had to ditch the tox -evenv too | 23:51 |
fungi | aspiers: oh, sure i missed you were doing packaging | 23:51 |
prometheanfire | coted | 23:51 |
clarkb | if we vote for the coconut palm do we put the next midcycle in fungis backyard under the palms? | 23:51 |
prometheanfire | voted | 23:51 |
fungi | aspiers: that envvar was added specifically to make distro packagers lives easier | 23:51 |
anteaya | clarkb: hawaiian shirts for everyone | 23:52 |
prometheanfire | which envar? | 23:52 |
fungi | clarkb: my palmettos are very short. you could sit under them, but it wouldn't be comfortable | 23:52 |
fungi | also palmetto bugs | 23:52 |
*** dingyichen has joined #openstack-infra | 23:52 | |
fungi | prometheanfire: PBR_VERSION | 23:52 |
*** shashank_hegde has quit IRC | 23:52 | |
*** rockyg has joined #openstack-infra | 23:52 | |
prometheanfire | ah | 23:52 |
aspiers | fungi: glad to know it achieved its aim :) | 23:52 |
*** pvaneck has quit IRC | 23:53 | |
fungi | clarkb: it's on my to do list to stary training them upward when it comes time to prune all teh shrubs this winter | 23:53 |
prometheanfire | requirements came up with beaver as well, and ant, and bee | 23:53 |
fungi | s/stary/start/ | 23:53 |
*** pvaneck has joined #openstack-infra | 23:53 | |
*** caowei has joined #openstack-infra | 23:53 | |
anteaya | I want to know more about racoon dogs | 23:54 |
clarkb | whatever you do don't feed the racoons | 23:54 |
*** nwkarsten has quit IRC | 23:54 | |
clarkb | one time I faced off against a racoon with a broom. Pretty sure it won | 23:54 |
*** pvaneck has quit IRC | 23:54 | |
anteaya | they can be vicious when cornered | 23:54 |
fungi | prometheanfire: yep, they're all popular options across multiple teams. luckily condorcet ranking is a great way to handle that. we give the resulting ranked list to heidijoy and she'll mark off the ones we can't use and then the top one left standing is our best bet | 23:54 |
*** pvaneck has joined #openstack-infra | 23:54 | |
anteaya | as can beavers | 23:54 |
anteaya | came across a beaver in a field | 23:55 |
*** nwkarsten has joined #openstack-infra | 23:55 | |
anteaya | wow, did it put on a stance | 23:55 |
fungi | anteaya: the wikipedia article on tanuki has some good cultural references | 23:55 |
anteaya | fortunately my dog was well trained and heeded my voice commands so we just left it at posturing | 23:55 |
mtreinish | fungi: fwiw, I use sphinx outside of setup.py all the time. (it's how you build things like: http://blog.kortar.org/wp-content/uploads/2015/07/Nova3.pdf since no one bakes latex into conf.py) | 23:55 |
prometheanfire | yep | 23:55 |
anteaya | fungi: I'm reading it | 23:55 |
mtreinish | I've just never done it outside of the git repo | 23:55 |
prometheanfire | I think tonyb is going to set up that poll for us | 23:55 |
jlk | are there photos anywhere of the potential mascotts? | 23:56 |
fungi | jlk: wikipedia? | 23:56 |
tonyb | prometheanfire: say what now? | 23:56 |
jlk | ah, okay so these are specific images to vote on, just general ideas? | 23:56 |
*** rbuzatu has joined #openstack-infra | 23:56 | |
anteaya | well the absentminded part is correct | 23:56 |
anteaya | I can't remember people I met last week | 23:56 |
fungi | jlk: right, context is http://lists.openstack.org/pipermail/openstack-dev/2016-July/099046.html | 23:57 |
clarkb | jlk: correct, one we have a preference the illustators willw hip up the final design | 23:57 |
anteaya | or anything anyone told me yesterday | 23:57 |
prometheanfire | tonyb: thanks | 23:57 |
clarkb | heh vampire squid aka cthulu | 23:57 |
anteaya | ha ha ha | 23:57 |
*** sarob has quit IRC | 23:57 | |
*** signed8bit_Zzz is now known as signed8bit | 23:58 | |
anteaya | I think neutron had spider web in their poll | 23:58 |
anteaya | armax: has neutron finished their mascot voting? | 23:58 |
pleia2 | big fan of the coelacanth | 23:58 |
fungi | clarkb: vampire squid are pretty weird looking | 23:58 |
anteaya | pleia2: what is that? | 23:58 |
clarkb | its a dinosaur fish | 23:59 |
fungi | well, sort of | 23:59 |
pleia2 | anteaya: a fish that was once thought long extinct, but it's not | 23:59 |
armax | anteaya: I was going to give it an extra few hours | 23:59 |
anteaya | if beaver|woodchuck wins will it be beaver or woodchuck | 23:59 |
armax | we had 60+ votes so far | 23:59 |
*** nwkarsten has quit IRC | 23:59 | |
anteaya | pleia2: that is symbolic | 23:59 |
clarkb | they though it was extinct until 50 years ago when some local fishermen in madagascar put them in the market | 23:59 |
clarkb | iirc | 23:59 |
anteaya | armax: cool | 23:59 |
anteaya | clarkb: how do they taste? | 23:59 |
clarkb | anteaya: I have no idea | 23:59 |
fungi | anteaya: i think it can be either beaver/woodchuck. they're the same animal | 23:59 |
pleia2 | haha | 23:59 |
*** rockyg has quit IRC | 23:59 | |
*** rossella_s has quit IRC | 23:59 | |
anteaya | fungi: no | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!