*** gildub has joined #openstack-infra | 00:00 | |
*** dannywilson has quit IRC | 00:02 | |
*** cody-somerville has joined #openstack-infra | 00:02 | |
openstackgerrit | Merged openstack-infra/project-config: Add ceph devstack job to glance_store https://review.openstack.org/203299 | 00:02 |
---|---|---|
*** DericHorn-HP has joined #openstack-infra | 00:07 | |
*** EricGonczer_ has joined #openstack-infra | 00:08 | |
*** esmute__ has quit IRC | 00:09 | |
*** dims_ has joined #openstack-infra | 00:10 | |
*** EricGonczer_ has quit IRC | 00:10 | |
*** dingyichen has joined #openstack-infra | 00:12 | |
openstackgerrit | Merged openstack/os-testr: Add TODO entry for moving away from subprocess in ostestr https://review.openstack.org/201636 | 00:12 |
*** sergmelikyan has joined #openstack-infra | 00:13 | |
*** abregman has quit IRC | 00:13 | |
*** rlandy has quit IRC | 00:14 | |
*** amickus has quit IRC | 00:15 | |
*** vnod has quit IRC | 00:16 | |
*** vnod has joined #openstack-infra | 00:16 | |
*** ddieterly has joined #openstack-infra | 00:17 | |
*** thorst has joined #openstack-infra | 00:18 | |
*** pvaneck has quit IRC | 00:19 | |
*** gyee has quit IRC | 00:20 | |
*** vnod has quit IRC | 00:20 | |
*** kgiusti has left #openstack-infra | 00:21 | |
*** kgiusti has quit IRC | 00:21 | |
*** EricGonczer_ has joined #openstack-infra | 00:21 | |
*** chlong has joined #openstack-infra | 00:22 | |
*** Swami has joined #openstack-infra | 00:23 | |
*** tqtran-afk is now known as tqtran | 00:23 | |
*** esmute_ has joined #openstack-infra | 00:26 | |
*** davideagnello has joined #openstack-infra | 00:26 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 00:27 | |
*** nijaba has joined #openstack-infra | 00:28 | |
*** nijaba has joined #openstack-infra | 00:28 | |
*** tsekiyama has quit IRC | 00:30 | |
*** cdub360 has joined #openstack-infra | 00:30 | |
openstackgerrit | Colleen Murphy proposed openstack-infra/puppet-drupal: Add Gemfile and puppet 4 checks https://review.openstack.org/203881 | 00:31 |
*** esmute_ has quit IRC | 00:31 | |
*** adam_g has quit IRC | 00:32 | |
*** adam_g has joined #openstack-infra | 00:32 | |
*** EricGonczer_ has quit IRC | 00:32 | |
*** adam_g has quit IRC | 00:32 | |
*** adam_g has joined #openstack-infra | 00:32 | |
StevenK | crinkle, nibalizer: If either of you are around, can you peer at https://review.openstack.org/201943 ? I'm curious why I had to make that change, if it's correct, and why it works on the real translate-dev.openstack.org | 00:32 |
*** DericHorn-HP has quit IRC | 00:33 | |
nibalizer | sure | 00:33 |
*** thorst has quit IRC | 00:34 | |
*** Nakato_ is now known as Nakato | 00:34 | |
*** DericHorn-HP has joined #openstack-infra | 00:35 | |
*** DericHorn-HP has quit IRC | 00:35 | |
crinkle | that's strange, it works for me without the schema | 00:36 |
*** isviridov is now known as isviridov_away | 00:36 | |
*** Sherif has quit IRC | 00:36 | |
*** davideagnello has quit IRC | 00:36 | |
nibalizer | ya you should be able to use just a path | 00:36 |
nibalizer | you are refering to a file locally on the system | 00:37 |
* nibalizer also tested it as working | 00:37 | |
StevenK | crinkle: I was testing on a Trusty box, and the docs mention it should be a URI with with either file:// or puppet:// | 00:37 |
crinkle | StevenK: was there an error if you didn't provide a schema? | 00:38 |
nibalizer | http://paste.ubuntu.com/11911989/ this worked for me | 00:38 |
*** sergmelikyan has quit IRC | 00:38 | |
*** tlian has joined #openstack-infra | 00:38 | |
StevenK | crinkle: I can recall dependancy errors from the destination file not existing. I can put together another VM based on translate-dev quickly enough | 00:39 |
*** tlian2 has quit IRC | 00:40 | |
nibalizer | StevenK: do you mean the source file? | 00:40 |
openstackgerrit | sebastian marcet proposed openstack-infra/openstackid: OIDC - OpenId Connect Implementation https://review.openstack.org/198458 | 00:40 |
*** btully has joined #openstack-infra | 00:40 | |
StevenK | nibalizer: Using your example, /tmp/bar existed, /tmp/foo did not. | 00:40 |
StevenK | nibalizer: But as another spanner in the works, /tmp/bar was also created via a file | 00:41 |
nibalizer | so that code will make a /tmp/foo identical to /tmp/bar | 00:41 |
nibalizer | if /tmp/bar doesn't exist it will error and not do anything to create the file | 00:42 |
StevenK | http://git.openstack.org/cgit/openstack-infra/puppet-zanata/tree/manifests/init.pp#n74 | 00:42 |
*** sergmelikyan has joined #openstack-infra | 00:42 | |
openstackgerrit | Colleen Murphy proposed openstack-infra/puppet-elastic_recheck: Add Gemfile and puppet 4 checks https://review.openstack.org/203884 | 00:44 |
*** shashank_hegde has quit IRC | 00:44 | |
*** cdub360 has quit IRC | 00:44 | |
nibalizer | so the code before your patch should work, i'd be interested to see the error | 00:44 |
nibalizer | also this pattern is well-modeled by the archive module https://github.com/puppet-community/puppet-archive#usage | 00:45 |
*** btully has quit IRC | 00:45 | |
StevenK | nibalizer: I'll put together another VM and pastebin my logfile | 00:46 |
*** ddieterly has quit IRC | 00:46 | |
openstackgerrit | Colleen Murphy proposed openstack-infra/puppet-elasticsearch: Add Gemfile and puppet 4 checks https://review.openstack.org/203886 | 00:46 |
nibalizer | woot | 00:47 |
crinkle | on the other hand, if it's not documented then it might be better to do what the documentation says in case they break it out from under us | 00:48 |
*** ddieterly has joined #openstack-infra | 00:48 | |
nibalizer | https://docs.puppetlabs.com/references/latest/type.html#file-attribute-source doesn't mention file:/// or normal path | 00:50 |
openstackgerrit | Merged openstack-infra/shade: Catch leaky exceptions from create_image() https://review.openstack.org/203076 | 00:50 |
crinkle | it says "fully qualified paths" which sounds schema-less to me | 00:51 |
*** sergmelikyan has quit IRC | 00:52 | |
*** zz_dimtruck is now known as dimtruck | 00:57 | |
*** salv-orlando has quit IRC | 00:57 | |
*** Swami has quit IRC | 00:58 | |
*** salv-orlando has joined #openstack-infra | 01:00 | |
*** armax has quit IRC | 01:01 | |
*** eharney has joined #openstack-infra | 01:01 | |
*** alexsyip has quit IRC | 01:02 | |
*** Swami has joined #openstack-infra | 01:03 | |
openstackgerrit | Merged openstack-infra/shade: Always use a fixed address when attaching a floating IP to a server https://review.openstack.org/203234 | 01:04 |
StevenK | crinkle: It says both, huh, how did I miss that the first time. | 01:04 |
*** salv-orlando has quit IRC | 01:05 | |
*** cody-somerville has quit IRC | 01:07 | |
*** timrc_ has quit IRC | 01:09 | |
*** ddieterly has quit IRC | 01:09 | |
*** bharath has joined #openstack-infra | 01:09 | |
*** mtanino has quit IRC | 01:12 | |
openstackgerrit | Merged openstack-infra/jenkins-job-builder: Adding Flowdock as a supported publisher https://review.openstack.org/200168 | 01:13 |
*** hdd has joined #openstack-infra | 01:14 | |
*** tqtran has quit IRC | 01:17 | |
*** spzala has quit IRC | 01:19 | |
*** ddieterly has joined #openstack-infra | 01:19 | |
openstackgerrit | Kun Huang proposed openstack-infra/irc-meetings: Add meeting id and agenda url for Rally project https://review.openstack.org/203898 | 01:20 |
*** rm_work|away is now known as rm_work | 01:22 | |
*** mestery has quit IRC | 01:29 | |
*** bitblt has quit IRC | 01:29 | |
*** bhunter71 has quit IRC | 01:29 | |
*** davideagnello has joined #openstack-infra | 01:32 | |
*** timsim has joined #openstack-infra | 01:35 | |
*** yamamoto has quit IRC | 01:39 | |
*** ddieterly has quit IRC | 01:39 | |
*** ivar-laz_ has joined #openstack-infra | 01:42 | |
*** ddieterly has joined #openstack-infra | 01:42 | |
*** yamamoto has joined #openstack-infra | 01:45 | |
*** ivar-lazzaro has quit IRC | 01:45 | |
*** jasondotstar has joined #openstack-infra | 01:45 | |
*** ddieterly has quit IRC | 01:46 | |
*** ivar-laz_ has quit IRC | 01:46 | |
*** davideagnello has quit IRC | 01:47 | |
*** ddieterly has joined #openstack-infra | 01:50 | |
*** Swami has quit IRC | 01:51 | |
*** bdemers_ has joined #openstack-infra | 01:52 | |
*** ddieterl_ has joined #openstack-infra | 01:53 | |
*** bdemers has quit IRC | 01:54 | |
*** bdemers_ is now known as bdemers | 01:54 | |
*** ddieterly has quit IRC | 01:57 | |
*** amotoki has quit IRC | 02:00 | |
*** bharath has quit IRC | 02:03 | |
*** unicell has quit IRC | 02:05 | |
*** jerryz has quit IRC | 02:06 | |
*** yamahata has joined #openstack-infra | 02:07 | |
*** Zhongjun_ has joined #openstack-infra | 02:07 | |
*** xyang1 has quit IRC | 02:08 | |
*** xyang1 has joined #openstack-infra | 02:09 | |
*** xyang1 has quit IRC | 02:11 | |
*** woodster_ has quit IRC | 02:12 | |
*** dkranz has quit IRC | 02:12 | |
*** amotoki has joined #openstack-infra | 02:12 | |
*** hdd has quit IRC | 02:16 | |
*** andersonvom has joined #openstack-infra | 02:16 | |
*** esmute_ has joined #openstack-infra | 02:18 | |
*** yamahata has quit IRC | 02:18 | |
*** pal has joined #openstack-infra | 02:22 | |
*** hdd has joined #openstack-infra | 02:24 | |
*** amotoki has quit IRC | 02:24 | |
*** ayoung has quit IRC | 02:24 | |
*** amotoki has joined #openstack-infra | 02:25 | |
*** amotoki has quit IRC | 02:26 | |
*** Zhongjun_ is now known as Zhongjun | 02:28 | |
*** amotoki has joined #openstack-infra | 02:30 | |
*** hdd has quit IRC | 02:31 | |
*** achanda has joined #openstack-infra | 02:32 | |
*** davideagnello has joined #openstack-infra | 02:34 | |
*** mkj_wk has quit IRC | 02:37 | |
*** mkj_wk has joined #openstack-infra | 02:39 | |
*** davideagnello has quit IRC | 02:39 | |
*** achanda has quit IRC | 02:42 | |
*** amotoki has quit IRC | 02:44 | |
*** patrickeast has quit IRC | 02:47 | |
*** jasondotstar has quit IRC | 02:47 | |
*** hdd has joined #openstack-infra | 02:49 | |
*** pal has quit IRC | 02:49 | |
*** hdd has quit IRC | 02:54 | |
*** larainema has quit IRC | 02:56 | |
*** larainema has joined #openstack-infra | 02:56 | |
*** koolhead17 has joined #openstack-infra | 03:00 | |
*** shashank_hegde has joined #openstack-infra | 03:00 | |
*** amotoki has joined #openstack-infra | 03:02 | |
*** bharath has joined #openstack-infra | 03:03 | |
*** bharath has quit IRC | 03:08 | |
*** dims_ has quit IRC | 03:09 | |
*** dims_ has joined #openstack-infra | 03:09 | |
*** glauco_ has joined #openstack-infra | 03:10 | |
*** hdd has joined #openstack-infra | 03:12 | |
*** achanda has joined #openstack-infra | 03:12 | |
*** rfolco has quit IRC | 03:13 | |
*** shashank_hegde has quit IRC | 03:13 | |
*** glauco_ has quit IRC | 03:15 | |
*** juggler has quit IRC | 03:20 | |
*** ddieterl_ has quit IRC | 03:20 | |
*** juggler has joined #openstack-infra | 03:21 | |
*** hdd has quit IRC | 03:26 | |
*** dims_ has quit IRC | 03:27 | |
*** dimtruck is now known as zz_dimtruck | 03:27 | |
*** tlian has quit IRC | 03:28 | |
*** dims_ has joined #openstack-infra | 03:28 | |
*** yamamoto has quit IRC | 03:31 | |
*** krotscheck is now known as krotsche_vaca | 03:32 | |
*** thorst has joined #openstack-infra | 03:32 | |
*** dims_ has quit IRC | 03:34 | |
*** shashank_hegde has joined #openstack-infra | 03:37 | |
*** legoktm_ has quit IRC | 03:37 | |
*** legoktm_ has joined #openstack-infra | 03:37 | |
*** yamamoto has joined #openstack-infra | 03:39 | |
*** hdd has joined #openstack-infra | 03:39 | |
*** bdemers has quit IRC | 03:39 | |
*** bdemers has joined #openstack-infra | 03:40 | |
*** legoktm_ is now known as legoktm | 03:43 | |
*** shashank_hegde has quit IRC | 03:44 | |
*** akshai has quit IRC | 03:44 | |
*** thorst has left #openstack-infra | 03:47 | |
*** pal has joined #openstack-infra | 03:47 | |
*** hdd has quit IRC | 03:48 | |
*** armax has joined #openstack-infra | 03:49 | |
*** shashank_hegde has joined #openstack-infra | 03:53 | |
*** shashank_hegde has quit IRC | 04:02 | |
*** arosen has quit IRC | 04:02 | |
*** annegent_ has joined #openstack-infra | 04:04 | |
*** dims_ has joined #openstack-infra | 04:06 | |
*** annegentl_ has quit IRC | 04:07 | |
*** FallenPegasus has joined #openstack-infra | 04:07 | |
*** dims_ has quit IRC | 04:10 | |
*** yamahata has joined #openstack-infra | 04:11 | |
*** FallenPegasus has quit IRC | 04:12 | |
*** dims_ has joined #openstack-infra | 04:13 | |
*** BharatK has joined #openstack-infra | 04:13 | |
*** koolhead17 has quit IRC | 04:16 | |
*** shashank_hegde has joined #openstack-infra | 04:17 | |
*** dims_ has quit IRC | 04:18 | |
*** cody-somerville has joined #openstack-infra | 04:19 | |
*** ddieterly has joined #openstack-infra | 04:20 | |
*** FallenPegasus has joined #openstack-infra | 04:21 | |
StevenK | crinkle, nibalizer: I have a log file from puppet apply if you're still around | 04:23 |
*** coolsvap|away is now known as coolsvap | 04:24 | |
*** ddieterly has quit IRC | 04:25 | |
nibalizer | yea link it | 04:26 |
StevenK | nibalizer: http://wedontsleep.org/~steven/manifest.log.gz | 04:26 |
*** dims_ has joined #openstack-infra | 04:27 | |
* StevenK grumbles at his webserver config | 04:27 | |
StevenK | I was hoping it would just display it, but no :-/ | 04:27 |
clarkb | its true we dont sleep | 04:28 |
StevenK | clarkb: Haha, my own personal domain. Maybe I should add e-mail aliases for your twins ... | 04:29 |
clarkb | dont encourage th | 04:29 |
clarkb | *them | 04:29 |
StevenK | Hahaha | 04:29 |
*** rlandy has joined #openstack-infra | 04:30 | |
*** rm_work is now known as rm_work|away | 04:31 | |
*** jog0 has joined #openstack-infra | 04:31 | |
*** jogo has quit IRC | 04:32 | |
*** bharath_ has joined #openstack-infra | 04:32 | |
*** sabeen1 has joined #openstack-infra | 04:32 | |
*** rm_work|away is now known as rm_work | 04:33 | |
*** unicell has joined #openstack-infra | 04:34 | |
*** dims_ has quit IRC | 04:35 | |
*** bharath_ has quit IRC | 04:36 | |
*** jamesmcarthur has joined #openstack-infra | 04:39 | |
*** btully has joined #openstack-infra | 04:39 | |
*** armax_ has joined #openstack-infra | 04:39 | |
*** armax has quit IRC | 04:40 | |
*** armax_ is now known as armax | 04:40 | |
*** davideagnello has joined #openstack-infra | 04:40 | |
*** erlon has quit IRC | 04:40 | |
gmann | clarkb: regarding live migration issue | 04:44 |
*** davideagnello has quit IRC | 04:45 | |
gmann | clarkb: actually Tempest test wait for server status to become ACTIVE from MIGRATING | 04:45 |
gmann | clarkb: and server status gets changed to Active even migration failed (may be correct behavior as user should be able to use server on hold host) | 04:46 |
gmann | clarkb: I think Tempest tests can be improved by checking the migration status also. for better debug | 04:46 |
gmann | clarkb: I will push a patch for that. Bug - https://bugs.launchpad.net/tempest/+bug/1476478 | 04:47 |
openstack | Launchpad bug 1476478 in tempest "test live migration fails on multinode job" [Undecided,New] - Assigned to Ghanshyam Mann (ghanshyammann) | 04:47 |
uvirtbot | Launchpad bug 1476478 in tempest "test live migration fails on multinode job" [Undecided,New] https://launchpad.net/bugs/1476478 | 04:47 |
*** ildikov has joined #openstack-infra | 04:48 | |
*** jamesmcarthur has quit IRC | 04:49 | |
*** bradjones has quit IRC | 04:50 | |
*** unicell1 has joined #openstack-infra | 04:51 | |
*** unicell has quit IRC | 04:51 | |
*** bradjones has joined #openstack-infra | 04:52 | |
*** bradjones has quit IRC | 04:52 | |
*** bradjones has joined #openstack-infra | 04:52 | |
*** bdemers has quit IRC | 04:56 | |
*** bdemers has joined #openstack-infra | 04:56 | |
*** jerryz has joined #openstack-infra | 04:58 | |
*** TravT_ has quit IRC | 04:58 | |
*** sergmelikyan has joined #openstack-infra | 04:58 | |
*** esmute_ has quit IRC | 04:58 | |
*** ildikov has quit IRC | 04:59 | |
*** dims_ has joined #openstack-infra | 05:02 | |
*** dims_ has quit IRC | 05:06 | |
*** bnemec has quit IRC | 05:07 | |
*** andrey-mp has joined #openstack-infra | 05:10 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 05:11 | |
*** abregman has joined #openstack-infra | 05:11 | |
*** hdd has joined #openstack-infra | 05:12 | |
andrey-mp | Hi all. Please review this https://review.openstack.org/#/c/202070/3 We need it to move futher with our functional testing in stackforge/ec2-api project | 05:12 |
*** hdd has quit IRC | 05:13 | |
openstackgerrit | Ghanshyam Mann proposed openstack-infra/project-config: Move multinode job from experimental to non-voting for Tempest https://review.openstack.org/203923 | 05:15 |
*** deepakcs has joined #openstack-infra | 05:16 | |
*** FallenPegasus has quit IRC | 05:17 | |
StevenK | camunoz: When is the pattern/apply-to issue in the client getting fixed? Is that something you'd consider a 3.7.4 for? | 05:18 |
StevenK | Spent 15 minutes trying to work out why it was writting es.po, until I remembered that bug | 05:18 |
*** yfried|afk has joined #openstack-infra | 05:20 | |
StevenK | camunoz: Also, --min-doc-percent works great, is there anything to tell the client "Only update locales we have locally", without having to calculate them and pass them to -l? | 05:21 |
*** bdemers has quit IRC | 05:21 | |
*** ddieterly has joined #openstack-infra | 05:21 | |
*** bdemers has joined #openstack-infra | 05:22 | |
*** dims_ has joined #openstack-infra | 05:22 | |
*** ddieterly has quit IRC | 05:26 | |
*** ildikov has joined #openstack-infra | 05:26 | |
*** dims_ has quit IRC | 05:26 | |
*** rlandy has quit IRC | 05:29 | |
*** bdemers has quit IRC | 05:30 | |
*** bdemers has joined #openstack-infra | 05:30 | |
*** yfried|afk has quit IRC | 05:31 | |
*** shashank_hegde has quit IRC | 05:31 | |
*** jtomasek has joined #openstack-infra | 05:36 | |
*** FallenPegasus has joined #openstack-infra | 05:36 | |
*** shashank_hegde has joined #openstack-infra | 05:36 | |
*** dims_ has joined #openstack-infra | 05:36 | |
*** bswartz has quit IRC | 05:37 | |
*** markvoelker has quit IRC | 05:38 | |
*** dims_ has quit IRC | 05:41 | |
*** vlaza has joined #openstack-infra | 05:41 | |
*** pal has quit IRC | 05:42 | |
*** pal_ has joined #openstack-infra | 05:42 | |
*** sergmelikyan has quit IRC | 05:43 | |
*** markvoelker has joined #openstack-infra | 05:44 | |
StevenK | camunoz: Ah nice, I see bug 1241346 is RELEASE_PENDING for 3.7 | 05:45 |
openstackgerrit | Steve Kowalik proposed openstack-infra/project-config: Switch Zanata rule attribute to apply-to https://review.openstack.org/203927 | 05:45 |
openstackgerrit | Steve Kowalik proposed openstack-infra/project-config: WIP: Add support for pulling translations from Zanata https://review.openstack.org/203928 | 05:47 |
*** sergmelikyan has joined #openstack-infra | 05:47 | |
*** Zhongjun has quit IRC | 05:48 | |
*** bswartz has joined #openstack-infra | 05:49 | |
*** jtomasek has quit IRC | 05:54 | |
*** mrunge has joined #openstack-infra | 05:55 | |
*** sabeen1 has quit IRC | 06:00 | |
lifeless | dhellmann: Daviey: you pinged ?[6~ | 06:00 |
*** jtomasek has joined #openstack-infra | 06:01 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack-infra/project-config: Normalize projects.yaml https://review.openstack.org/203932 | 06:01 |
*** Kennan has quit IRC | 06:01 | |
*** Kennan has joined #openstack-infra | 06:02 | |
*** deepakcs has quit IRC | 06:04 | |
*** BharatK has quit IRC | 06:04 | |
*** deepakcs has joined #openstack-infra | 06:04 | |
*** _nadya_ has joined #openstack-infra | 06:07 | |
*** _nadya_ has quit IRC | 06:08 | |
*** _nadya_ has joined #openstack-infra | 06:08 | |
*** zeih has joined #openstack-infra | 06:09 | |
*** _nadya_ has quit IRC | 06:13 | |
*** koolhead17 has joined #openstack-infra | 06:14 | |
*** koolhead17 has quit IRC | 06:14 | |
*** koolhead17 has joined #openstack-infra | 06:14 | |
*** bdemers has quit IRC | 06:15 | |
*** bdemers has joined #openstack-infra | 06:16 | |
*** FallenPegasus has quit IRC | 06:16 | |
*** BharatK has joined #openstack-infra | 06:16 | |
SpamapS | hrm.. not resizing / has resulted in not having SSH keys. | 06:19 |
SpamapS | or maybe I borked cloud-init altogether | 06:20 |
*** BharatK_ has joined #openstack-infra | 06:21 | |
*** BharatK has quit IRC | 06:21 | |
*** dims_ has joined #openstack-infra | 06:21 | |
*** bharath_ has joined #openstack-infra | 06:21 | |
SpamapS | hm no. Odd indeed. | 06:21 |
*** ddieterly has joined #openstack-infra | 06:22 | |
*** cody-somerville has quit IRC | 06:24 | |
camunoz | hi StevenK, the bug fix is already in 3.7.3, we just have it in release pending until it has been released on *all* the supported platforms | 06:25 |
*** bharath_ has quit IRC | 06:25 | |
*** dims_ has quit IRC | 06:25 | |
StevenK | camunoz: Huh. Client version: 3.7.3, but the client didn't match the rule until I changed pattern to apply-to | 06:26 |
*** ddieterly has quit IRC | 06:27 | |
*** BharatK_ has quit IRC | 06:28 | |
*** zeih has quit IRC | 06:29 | |
*** BharatK has joined #openstack-infra | 06:29 | |
camunoz | StevenK, yes... or so does github think: https://github.com/zanata/zanata-client/commits/release | 06:29 |
camunoz | so, you are still encountering the error on 3.7.3? | 06:30 |
*** bradjones has quit IRC | 06:30 | |
StevenK | camunoz: It seems so. With <rule pattern="*.pot">... zanata-cli pull writes to glance/locale/es.po and friends. With <rule apply-to"*.pot">... it writes to glance/locale/es/LC_MESSAGES/glance-log-error.po and friends, which is correct. | 06:31 |
*** cody-somerville has joined #openstack-infra | 06:32 | |
*** heyongli has quit IRC | 06:32 | |
camunoz | StevenK, mmm... let me check with the guys over here | 06:32 |
*** bradjones has joined #openstack-infra | 06:32 | |
*** bradjones has quit IRC | 06:32 | |
*** bradjones has joined #openstack-infra | 06:32 | |
*** k4n0 has joined #openstack-infra | 06:32 | |
*** heyongli has joined #openstack-infra | 06:33 | |
*** _nadya_ has joined #openstack-infra | 06:33 | |
*** _nadya_ has quit IRC | 06:34 | |
*** _nadya_ has joined #openstack-infra | 06:34 | |
*** zeih has joined #openstack-infra | 06:35 | |
StevenK | camunoz: I'm happy to reset this tree, show you everything in a pastebin so you can show your team if you wish? | 06:35 |
dingyichen | StevenK, can you show the whole rule? | 06:35 |
openstackgerrit | Merged openstack-infra/project-config: Normalize projects.yaml https://review.openstack.org/203932 | 06:35 |
dingyichen | StevenK, yes please. | 06:35 |
StevenK | dingyichen: Oh, didn't see you there, hi! | 06:35 |
StevenK | dingyichen: Sure, let me just set that up | 06:36 |
*** zeih has quit IRC | 06:36 | |
*** yfried|afk has joined #openstack-infra | 06:38 | |
StevenK | dingyichen: http://paste.openstack.org/show/394496/ with rule pattern | 06:38 |
*** _nadya_ has quit IRC | 06:39 | |
StevenK | dingyichen: And http://paste.openstack.org/show/394510/ with rule apply-to | 06:39 |
*** davideagnello has joined #openstack-infra | 06:40 | |
*** heyongli has quit IRC | 06:40 | |
*** heyongli has joined #openstack-infra | 06:41 | |
*** yfried has joined #openstack-infra | 06:42 | |
*** yfried|afk has quit IRC | 06:42 | |
*** davideagnello has quit IRC | 06:45 | |
camunoz | StevenK, can you run zanata-cli --version please ? | 06:46 |
StevenK | camunoz: http://paste.openstack.org/show/394540/ | 06:46 |
dingyichen | StevenK, try <rule pattern="**/*.pot">{locale_with_underscore}/LC_MESSAGES/{filename}.po</rule> | 06:47 |
camunoz | StevenK, yes... think we got it | 06:48 |
*** yamahata has quit IRC | 06:48 | |
StevenK | dingyichen: That rule works, and writes to glance/locale/es/LC_MESSAGES/glance-log-error.po | 06:49 |
*** pahuang has joined #openstack-infra | 06:50 | |
*** salv-orlando has joined #openstack-infra | 06:52 | |
StevenK | dingyichen: http://paste.openstack.org/show/394559/ | 06:52 |
*** zeih has joined #openstack-infra | 06:52 | |
StevenK | However, src-dir glance/locale, so *.pot ought to match ... | 06:53 |
StevenK | An error message when you have rules but none of them match is probably a nice to have as well | 06:56 |
*** dims_ has joined #openstack-infra | 06:56 | |
*** jerryz has quit IRC | 06:56 | |
*** davideagnello has joined #openstack-infra | 06:56 | |
*** Ala has joined #openstack-infra | 06:59 | |
*** ricky1 has joined #openstack-infra | 07:00 | |
*** dims_ has quit IRC | 07:00 | |
pahuang | StevenK, the mapping pattern is not relative to src-dir. it's relative to project root. maybe that's something we should fix? or at least be clear about in documentation camunoz ? | 07:01 |
StevenK | pahuang: AH! Yes, that should be documented | 07:01 |
camunoz | pahuang, sounds like it should be documented | 07:02 |
camunoz | as well as the edge cases we have identified and that were hitting us here | 07:02 |
pahuang | yep. but do you think it's better to be relative to src-dir? | 07:02 |
*** zeih has quit IRC | 07:03 | |
openstackgerrit | Steve Kowalik proposed openstack-infra/project-config: Switch default pattern in create-zanata-xml.py https://review.openstack.org/203927 | 07:04 |
*** bharath_ has joined #openstack-infra | 07:05 | |
StevenK | pahuang: I'm happy with it staying as it is, as long as its clearly documented | 07:06 |
pahuang | StevenK, sure. i will update the documentation | 07:06 |
StevenK | pahuang: \o/ | 07:07 |
*** koolhead17 has quit IRC | 07:07 | |
*** ricky1 has quit IRC | 07:08 | |
*** glauco has joined #openstack-infra | 07:12 | |
*** LimorStotland has joined #openstack-infra | 07:13 | |
*** LimorStotland has quit IRC | 07:14 | |
*** bdemers has quit IRC | 07:14 | |
*** bdemers has joined #openstack-infra | 07:15 | |
*** glauco has quit IRC | 07:16 | |
*** jtomasek has quit IRC | 07:17 | |
*** sshnaidm has joined #openstack-infra | 07:18 | |
*** scheuran has joined #openstack-infra | 07:20 | |
*** s0nea has quit IRC | 07:20 | |
*** shashank_hegde has quit IRC | 07:22 | |
*** s0nea has joined #openstack-infra | 07:22 | |
*** ddieterly has joined #openstack-infra | 07:23 | |
*** afazekas_ has joined #openstack-infra | 07:24 | |
*** ParsectiX has joined #openstack-infra | 07:26 | |
*** andrey-mp has quit IRC | 07:27 | |
*** ddieterly has quit IRC | 07:28 | |
*** dguitarbite has joined #openstack-infra | 07:28 | |
*** kushal has quit IRC | 07:28 | |
*** salv-orlando has quit IRC | 07:28 | |
Daviey | lifeless: did you read the surrounding backlog? | 07:30 |
*** doude has joined #openstack-infra | 07:31 | |
*** btully has quit IRC | 07:34 | |
*** HeOS has quit IRC | 07:34 | |
*** bdemers has quit IRC | 07:34 | |
*** cody-somerville has quit IRC | 07:35 | |
*** zeih has joined #openstack-infra | 07:35 | |
*** bdemers has joined #openstack-infra | 07:35 | |
*** dims_ has joined #openstack-infra | 07:37 | |
*** bdemers has quit IRC | 07:38 | |
*** bdemers has joined #openstack-infra | 07:39 | |
*** dims_ has quit IRC | 07:41 | |
*** ihrachyshka has joined #openstack-infra | 07:43 | |
*** cdent has joined #openstack-infra | 07:43 | |
*** ashleighfarnham has quit IRC | 07:44 | |
*** davideagnello has quit IRC | 07:46 | |
*** dizquierdo has joined #openstack-infra | 07:48 | |
*** shardy_ has joined #openstack-infra | 07:48 | |
*** sergmelikyan has quit IRC | 07:48 | |
*** fhubik has joined #openstack-infra | 07:48 | |
*** maishsk has joined #openstack-infra | 07:48 | |
*** dalgaaf has quit IRC | 07:48 | |
*** shardy has quit IRC | 07:49 | |
*** tmorin has joined #openstack-infra | 07:51 | |
*** electrical has quit IRC | 07:51 | |
*** shardy_ has quit IRC | 07:53 | |
*** shardy has joined #openstack-infra | 07:53 | |
*** electrical has joined #openstack-infra | 07:53 | |
*** jistr has joined #openstack-infra | 07:55 | |
openstackgerrit | Ann Kamyshnikova proposed openstack/requirements: Update Alembic to 0.8.0 https://review.openstack.org/203960 | 07:55 |
*** Hal has joined #openstack-infra | 07:56 | |
*** Hal is now known as Guest37542 | 07:57 | |
anteaya | thingee: you asked me to ignore what you sent to the third party announce list, so I did. http://eavesdrop.openstack.org/irclogs/%23openstack-cinder/%23openstack-cinder.2015-07-14.log.html#t2015-07-14T22:58:47 | 07:57 |
*** rossella_s has joined #openstack-infra | 07:58 | |
*** jcoufal has joined #openstack-infra | 07:58 | |
*** bexelbie has joined #openstack-infra | 07:59 | |
*** arxcruz has joined #openstack-infra | 08:00 | |
*** zeih has quit IRC | 08:01 | |
*** dtantsur|afk is now known as dtantsur | 08:02 | |
*** laughterwym has joined #openstack-infra | 08:02 | |
*** chlong has quit IRC | 08:04 | |
*** FallenPegasus has joined #openstack-infra | 08:04 | |
*** achanda has quit IRC | 08:04 | |
anteaya | Clint: thanks I do want logrotate to actually work | 08:06 |
*** mpaolino has joined #openstack-infra | 08:06 | |
openstackgerrit | Cedric Brandily proposed openstack-infra/git-review: Use git push-url instead of a second remote https://review.openstack.org/109869 | 08:06 |
*** bharath_ has quit IRC | 08:06 | |
*** cinerama has quit IRC | 08:07 | |
*** lennyb_ has joined #openstack-infra | 08:08 | |
*** tmorin has quit IRC | 08:08 | |
anteaya | thingee, can you give me the rationale why you want them disabled and I'll get that done tomorrow and email the list about it, like which patches I should reference in the email | 08:08 |
*** FallenPegasus has quit IRC | 08:09 | |
anteaya | thingee: sorry I was used to you using the list to talk to operators, I didn't realize two of those emails were requests for me, I just rejected them on that date referenced in the -cinder channel note | 08:09 |
anteaya | thingee: :( | 08:10 |
*** zeih has joined #openstack-infra | 08:10 | |
*** arxcruz has quit IRC | 08:11 | |
*** cinerama has joined #openstack-infra | 08:12 | |
*** bharath_ has joined #openstack-infra | 08:13 | |
*** gildub has quit IRC | 08:16 | |
*** evgeniyl___ has joined #openstack-infra | 08:16 | |
*** mfmcdonagh has joined #openstack-infra | 08:19 | |
*** arxcruz has joined #openstack-infra | 08:20 | |
*** ddieterly has joined #openstack-infra | 08:24 | |
*** salv-orlando has joined #openstack-infra | 08:25 | |
openstackgerrit | Jens Rosenboom proposed openstack-infra/system-config: Add ubuntu-vivid nodes to nodepool https://review.openstack.org/203968 | 08:25 |
*** evgeniyl___ is now known as evgenyl | 08:25 | |
openstackgerrit | Ghanshyam Mann proposed openstack-infra/project-config: Remove Nova v21 neutron job & make one for v2.0 https://review.openstack.org/163731 | 08:28 |
*** dizquierdo has quit IRC | 08:28 | |
*** ddieterly has quit IRC | 08:29 | |
*** derekh has joined #openstack-infra | 08:30 | |
*** dims_ has joined #openstack-infra | 08:31 | |
*** ihrachyshka_ has joined #openstack-infra | 08:31 | |
*** cinerama has quit IRC | 08:33 | |
*** ihrachyshka has quit IRC | 08:33 | |
*** laughterwym has quit IRC | 08:34 | |
*** cinerama has joined #openstack-infra | 08:34 | |
*** kushal has joined #openstack-infra | 08:35 | |
*** hashar has joined #openstack-infra | 08:36 | |
*** dims_ has quit IRC | 08:36 | |
*** koolhead17 has joined #openstack-infra | 08:37 | |
*** ZZelle has quit IRC | 08:39 | |
*** ZZelle has joined #openstack-infra | 08:40 | |
*** amotoki_ has joined #openstack-infra | 08:44 | |
*** amotoki_ has quit IRC | 08:45 | |
*** jaypipes has quit IRC | 08:46 | |
*** dims_ has joined #openstack-infra | 08:46 | |
*** dingyichen has quit IRC | 08:47 | |
openstackgerrit | Cedric Brandily proposed openstack-infra/git-review: Use git push-url instead of a second remote https://review.openstack.org/109869 | 08:47 |
*** arxcruz has quit IRC | 08:50 | |
*** HeOS has joined #openstack-infra | 08:50 | |
*** dims_ has quit IRC | 08:51 | |
*** maishsk has quit IRC | 08:56 | |
*** ihrachyshka_ has quit IRC | 08:59 | |
*** maishsk has joined #openstack-infra | 08:59 | |
*** pelix has joined #openstack-infra | 09:08 | |
*** pahuang_ has joined #openstack-infra | 09:10 | |
openstackgerrit | yolanda.robla proposed openstack-infra/nodepool: Update nodepool to use secure.conf file https://review.openstack.org/189762 | 09:11 |
mescanef | hi, please review https://review.openstack.org/#/c/203582/ :-) | 09:11 |
mescanef | SergeyLukjanov: ^^ | 09:11 |
*** camunoz_ has joined #openstack-infra | 09:11 | |
*** ihrachyshka_ has joined #openstack-infra | 09:12 | |
*** ianw has quit IRC | 09:13 | |
*** pahuang has quit IRC | 09:13 | |
*** camunoz has quit IRC | 09:13 | |
*** e0ne has joined #openstack-infra | 09:15 | |
*** camunoz_ has quit IRC | 09:16 | |
*** pahuang_ has quit IRC | 09:17 | |
*** geoffarn_ has joined #openstack-infra | 09:21 | |
*** ianw has joined #openstack-infra | 09:23 | |
*** camunoz_ has joined #openstack-infra | 09:24 | |
*** pahuang has joined #openstack-infra | 09:24 | |
*** geoffarnold has quit IRC | 09:24 | |
*** ddieterly has joined #openstack-infra | 09:25 | |
*** dims_ has joined #openstack-infra | 09:26 | |
*** ianw has quit IRC | 09:27 | |
*** ianw has joined #openstack-infra | 09:28 | |
openstackgerrit | takehirokaneko proposed openstack-infra/project-config: Add coverage test to check pipeline of stackforge/rack https://review.openstack.org/203976 | 09:29 |
*** amick has joined #openstack-infra | 09:29 | |
*** ddieterly has quit IRC | 09:29 | |
*** dims_ has quit IRC | 09:31 | |
openstackgerrit | Neil Jerram proposed openstack-infra/project-config: Add stackforge/networking-calico project https://review.openstack.org/194709 | 09:31 |
openstackgerrit | Neil Jerram proposed openstack-infra/project-config: Add openstack/networking-calico project https://review.openstack.org/194709 | 09:33 |
*** ParsectiX has quit IRC | 09:34 | |
*** dims_ has joined #openstack-infra | 09:36 | |
*** kushal has quit IRC | 09:39 | |
*** dims_ has quit IRC | 09:40 | |
*** maishsk has quit IRC | 09:41 | |
*** pahuang_ has joined #openstack-infra | 09:42 | |
*** camunoz has joined #openstack-infra | 09:42 | |
*** kushal has joined #openstack-infra | 09:45 | |
*** pahuang has quit IRC | 09:45 | |
*** camunoz_ has quit IRC | 09:45 | |
openstackgerrit | Cedric Brandily proposed openstack-infra/git-review: Use git push-url instead of a second remote https://review.openstack.org/109869 | 09:47 |
*** davideagnello has joined #openstack-infra | 09:47 | |
*** shardy_ has joined #openstack-infra | 09:51 | |
*** davideagnello has quit IRC | 09:51 | |
*** shardy has quit IRC | 09:52 | |
*** frobware is now known as mcd | 09:53 | |
*** yfried is now known as yfried|afk | 09:53 | |
*** mcd is now known as frobware | 09:53 | |
*** dizquierdo has joined #openstack-infra | 09:53 | |
*** ParsectiX has joined #openstack-infra | 09:55 | |
*** jtomasek has joined #openstack-infra | 09:55 | |
*** amick has left #openstack-infra | 09:56 | |
*** shardy_ has quit IRC | 09:56 | |
*** shardy has joined #openstack-infra | 09:57 | |
*** amickus has joined #openstack-infra | 09:58 | |
*** camunoz_ has joined #openstack-infra | 09:58 | |
*** zeih has quit IRC | 09:58 | |
*** pahuang__ has joined #openstack-infra | 09:59 | |
*** zeih has joined #openstack-infra | 09:59 | |
openstackgerrit | Imre Farkas proposed openstack-infra/project-config: Add stackforge/python-dracclient project https://review.openstack.org/203991 | 09:59 |
*** camunoz has quit IRC | 10:02 | |
*** pahuang_ has quit IRC | 10:02 | |
*** ildikov has quit IRC | 10:02 | |
*** boris-42 has quit IRC | 10:02 | |
*** Kennan has quit IRC | 10:02 | |
*** Kennan has joined #openstack-infra | 10:03 | |
*** ifarkas has joined #openstack-infra | 10:05 | |
*** zeih has quit IRC | 10:05 | |
*** vlaza has quit IRC | 10:06 | |
*** _nadya_ has joined #openstack-infra | 10:08 | |
*** fhubik is now known as fhubik_afk | 10:10 | |
*** oomichi has joined #openstack-infra | 10:10 | |
*** gildub has joined #openstack-infra | 10:11 | |
*** yfried|afk is now known as yfried | 10:13 | |
*** glauco_ has joined #openstack-infra | 10:13 | |
*** fhubik_afk is now known as fhubik | 10:13 | |
*** asselin has quit IRC | 10:15 | |
*** dims_ has joined #openstack-infra | 10:16 | |
*** glauco_ has quit IRC | 10:17 | |
openstackgerrit | Imre Farkas proposed openstack-infra/project-config: Add stackforge/python-dracclient project https://review.openstack.org/203991 | 10:19 |
*** ParsectiX has quit IRC | 10:19 | |
*** mpaolino has quit IRC | 10:20 | |
*** yamamoto has quit IRC | 10:20 | |
*** yfried is now known as yfried|afk | 10:23 | |
*** chmouel_ is now known as chmouel | 10:25 | |
*** ddieterly has joined #openstack-infra | 10:25 | |
*** yfried|afk is now known as yfried | 10:26 | |
*** pc_m has joined #openstack-infra | 10:27 | |
*** laughterwym has joined #openstack-infra | 10:28 | |
*** ildikov has joined #openstack-infra | 10:28 | |
*** Guest37542 has quit IRC | 10:29 | |
*** maishsk has joined #openstack-infra | 10:29 | |
*** ddieterly has quit IRC | 10:30 | |
*** nimrodsun___ is now known as nimrodsun | 10:30 | |
openstackgerrit | Michal Dulko proposed openstack/requirements: Bump taskflow version to 1.16.0 https://review.openstack.org/204009 | 10:38 |
*** doron has joined #openstack-infra | 10:39 | |
*** doron has quit IRC | 10:39 | |
*** _afazekas has joined #openstack-infra | 10:41 | |
openstackgerrit | Roman Podoliaka proposed openstack-infra/project-config: oslo.db: disable python34 job for stable/juno https://review.openstack.org/204011 | 10:42 |
openstackgerrit | Zara proposed openstack-infra/storyboard-webclient: List project group titles instead of URLs https://review.openstack.org/203609 | 10:42 |
*** afazekas has quit IRC | 10:45 | |
*** zeih has joined #openstack-infra | 10:46 | |
*** ParsectiX has joined #openstack-infra | 10:47 | |
*** fhubik has quit IRC | 10:48 | |
openstackgerrit | Kiall Mac Innes proposed openstack/requirements: Add dnspython3 to global-requirements.txt https://review.openstack.org/196633 | 10:49 |
*** ifarkas has quit IRC | 10:52 | |
*** zeih has quit IRC | 10:56 | |
*** zeih has joined #openstack-infra | 10:59 | |
*** yfried is now known as yfried|afk | 11:01 | |
*** FallenPegasus has joined #openstack-infra | 11:02 | |
*** ifarkas has joined #openstack-infra | 11:05 | |
*** tmorin has joined #openstack-infra | 11:06 | |
*** oomichi has quit IRC | 11:06 | |
*** FallenPegasus has quit IRC | 11:07 | |
*** coolsvap is now known as coolsvap|away | 11:12 | |
*** tmorin has quit IRC | 11:13 | |
*** koolhead17 has quit IRC | 11:13 | |
*** bexelbie is now known as bexelbie|lunch | 11:14 | |
*** fhubik has joined #openstack-infra | 11:16 | |
*** bharath_ has quit IRC | 11:18 | |
*** fhubik is now known as fhubik_afk | 11:19 | |
*** sergmelikyan has joined #openstack-infra | 11:19 | |
*** juggler has quit IRC | 11:20 | |
*** HeOS has quit IRC | 11:21 | |
*** HeOS has joined #openstack-infra | 11:21 | |
*** yfried|afk is now known as yfried | 11:22 | |
kozhukalov | guys, could you please add me into this group "fuel-upgrade-core"? i am an author of this patch https://review.openstack.org/#/c/202541 | 11:24 |
*** ddieterly has joined #openstack-infra | 11:26 | |
*** yamamoto has joined #openstack-infra | 11:27 | |
*** vlaza has joined #openstack-infra | 11:28 | |
*** yamamoto_ has joined #openstack-infra | 11:29 | |
*** caphrim007 has quit IRC | 11:29 | |
*** ddieterly has quit IRC | 11:31 | |
*** witek has joined #openstack-infra | 11:31 | |
*** yamamoto has quit IRC | 11:32 | |
openstackgerrit | Ihar Hrachyshka proposed openstack-infra/project-config: neutron: enable qos ml2 extension driver for feature/qos https://review.openstack.org/203351 | 11:34 |
*** deepakcs has quit IRC | 11:37 | |
*** grant050 has left #openstack-infra | 11:40 | |
*** salv-orlando has quit IRC | 11:40 | |
*** pal_ has quit IRC | 11:42 | |
*** deepakcs has joined #openstack-infra | 11:44 | |
*** ldnunes has joined #openstack-infra | 11:46 | |
openstackgerrit | Abhishek Kekane proposed openstack/requirements: Nova requires concurrency 2.1.0 or better https://review.openstack.org/204045 | 11:47 |
openstackgerrit | will soula proposed openstack-infra/jenkins-job-builder: Add Ability to use the AWS Cloudformation Plugin https://review.openstack.org/202300 | 11:47 |
*** davideagnello has joined #openstack-infra | 11:47 | |
leseb_ | https://review.openstack.org/#/c/188768/ :) if someone can merge this it would be nice,; thanks in advance | 11:48 |
openstackgerrit | Doron Chen proposed openstack-infra/project-config: adding a new stackforge/storlets project https://review.openstack.org/203418 | 11:50 |
*** zeih has quit IRC | 11:51 | |
*** koolhead17 has joined #openstack-infra | 11:51 | |
*** zeih has joined #openstack-infra | 11:51 | |
*** davideagnello has quit IRC | 11:52 | |
openstackgerrit | Somay Jain proposed openstack-infra/jenkins-job-builder: Support for externaljob project-type for monitoring external jobs https://review.openstack.org/204047 | 11:54 |
*** bexelbie|lunch is now known as bexelbie | 11:54 | |
*** sergmelikyan has quit IRC | 11:55 | |
*** hdd has joined #openstack-infra | 11:55 | |
*** doronshai has joined #openstack-infra | 11:56 | |
doronshai | Hi all | 11:56 |
*** soren has joined #openstack-infra | 11:56 | |
*** fhubik_afk is now known as fhubik | 11:56 | |
doronshai | is this the correct IRC room for questions about OpenStack CI | 11:57 |
doronshai | ? | 11:57 |
*** sergmelikyan has joined #openstack-infra | 11:57 | |
*** uvirtbot has quit IRC | 12:01 | |
openstackgerrit | Cedric Brandily proposed openstack-infra/git-review: Use git push-url instead of a second remote https://review.openstack.org/109869 | 12:01 |
*** salv-orlando has joined #openstack-infra | 12:01 | |
*** sergmelikyan has quit IRC | 12:02 | |
*** uvirtbot has joined #openstack-infra | 12:03 | |
*** radez is now known as radez_g0n3 | 12:04 | |
*** bdemers has quit IRC | 12:04 | |
*** soren has quit IRC | 12:05 | |
*** gordc has joined #openstack-infra | 12:06 | |
*** dims_ has quit IRC | 12:09 | |
*** zz_dimtruck is now known as dimtruck | 12:10 | |
*** heyongli has quit IRC | 12:12 | |
openstackgerrit | Dmitry Tantsur proposed openstack-infra/project-config: Add ironic-inspector to project list for python-ironic-inspector-client https://review.openstack.org/203629 | 12:12 |
*** heyongli has joined #openstack-infra | 12:12 | |
*** glauco_ has joined #openstack-infra | 12:14 | |
*** witek has quit IRC | 12:15 | |
*** tmorin has joined #openstack-infra | 12:15 | |
openstackgerrit | Mateusz Matuszkowiak proposed openstack-infra/project-config: Added new SF repository for Fuel Tintri Cinder plugin https://review.openstack.org/204057 | 12:16 |
*** dkranz has joined #openstack-infra | 12:16 | |
*** tmorin has left #openstack-infra | 12:17 | |
*** pal has joined #openstack-infra | 12:18 | |
*** chlong has joined #openstack-infra | 12:18 | |
*** glauco_ has quit IRC | 12:18 | |
lifeless | Daviey: couldn't make sense of it | 12:21 |
*** soren has joined #openstack-infra | 12:22 | |
openstackgerrit | Cedric Brandily proposed openstack-infra/git-review: Use git push-url instead of a second remote https://review.openstack.org/109869 | 12:22 |
Daviey | lifeless: Sorry.. the TL;DR is uncertainty if global-requirements needs to have a minimum version, if all published versions of the library has been tested to work. | 12:22 |
*** dalgaaf has joined #openstack-infra | 12:23 | |
openstackgerrit | David Shrewsbury proposed openstack-infra/shade: Fix for swift servers older than 1.11.0 https://review.openstack.org/203792 | 12:23 |
openstackgerrit | David Shrewsbury proposed openstack-infra/shade: Fix test_object.py test class name https://review.openstack.org/203793 | 12:24 |
*** ddieterly has joined #openstack-infra | 12:27 | |
openstackgerrit | David Shrewsbury proposed openstack-infra/shade: Fix for swift servers older than 1.11.0 https://review.openstack.org/203792 | 12:27 |
*** dprince has joined #openstack-infra | 12:28 | |
*** pal has quit IRC | 12:30 | |
*** andrey-mp has joined #openstack-infra | 12:31 | |
*** bswartz has quit IRC | 12:31 | |
*** ddieterly has quit IRC | 12:31 | |
*** ddieterly has joined #openstack-infra | 12:32 | |
*** notnownikki has joined #openstack-infra | 12:35 | |
*** mpaolino has joined #openstack-infra | 12:36 | |
*** yamahata has joined #openstack-infra | 12:37 | |
*** mpaolino has quit IRC | 12:39 | |
*** aysyd has joined #openstack-infra | 12:39 | |
*** kgiusti has joined #openstack-infra | 12:40 | |
*** tlian has joined #openstack-infra | 12:42 | |
*** doronshai has quit IRC | 12:43 | |
*** yamahata has quit IRC | 12:44 | |
*** yamamoto_ has quit IRC | 12:46 | |
*** witek has joined #openstack-infra | 12:48 | |
*** rfolco has joined #openstack-infra | 12:48 | |
*** rfolco has quit IRC | 12:49 | |
*** rfolco has joined #openstack-infra | 12:50 | |
*** yamamoto has joined #openstack-infra | 12:51 | |
*** FallenPegasus has joined #openstack-infra | 12:51 | |
openstackgerrit | Daniel Izquierdo proposed openstack-infra/activity-board: OpenStack community activity report Q2, 2015 https://review.openstack.org/192126 | 12:53 |
witek | hello | 12:55 |
*** bexelbie has quit IRC | 12:55 | |
*** sergmelikyan has joined #openstack-infra | 12:55 | |
witek | could you take a look at the new project: stackforge/monasca-log-api ? | 12:56 |
witek | https://review.openstack.org/#/c/194595/ | 12:56 |
*** bexelbie has joined #openstack-infra | 12:56 | |
*** FallenPegasus has quit IRC | 12:56 | |
*** BharatK has quit IRC | 12:58 | |
*** ifarkas_ has joined #openstack-infra | 12:59 | |
*** EricGonczer_ has joined #openstack-infra | 13:00 | |
*** ifarkas has quit IRC | 13:00 | |
*** sergmelikyan has quit IRC | 13:01 | |
*** bcourt has joined #openstack-infra | 13:01 | |
*** dkranz has quit IRC | 13:02 | |
*** rlandy has joined #openstack-infra | 13:04 | |
*** annegentl_ has joined #openstack-infra | 13:04 | |
*** yamahata has joined #openstack-infra | 13:05 | |
*** annegent_ has quit IRC | 13:06 | |
*** bradjones has quit IRC | 13:07 | |
*** bradjones has joined #openstack-infra | 13:08 | |
*** bradjones has quit IRC | 13:08 | |
*** bradjones has joined #openstack-infra | 13:08 | |
*** dustins has joined #openstack-infra | 13:09 | |
*** EricGonczer_ has quit IRC | 13:11 | |
*** amitgandhinz has joined #openstack-infra | 13:11 | |
*** ddieterly has quit IRC | 13:13 | |
*** tsg has joined #openstack-infra | 13:13 | |
*** ricky1 has joined #openstack-infra | 13:14 | |
*** k4n0 has quit IRC | 13:14 | |
*** dimtruck is now known as zz_dimtruck | 13:14 | |
*** gildub has quit IRC | 13:14 | |
*** amotoki has quit IRC | 13:15 | |
*** zz_dimtruck is now known as dimtruck | 13:15 | |
*** glauco_ has joined #openstack-infra | 13:15 | |
*** jsavak has joined #openstack-infra | 13:16 | |
*** flepied has joined #openstack-infra | 13:16 | |
*** markvoelker has quit IRC | 13:17 | |
*** dkranz has joined #openstack-infra | 13:17 | |
*** yfried is now known as yfried|afk | 13:18 | |
*** yfried|afk is now known as yfried | 13:18 | |
*** Hal has joined #openstack-infra | 13:19 | |
*** deepakcs has quit IRC | 13:19 | |
*** Hal is now known as Guest84661 | 13:19 | |
*** nelsnelson has joined #openstack-infra | 13:19 | |
*** julim has joined #openstack-infra | 13:19 | |
*** bknudson has joined #openstack-infra | 13:20 | |
*** yamamoto has quit IRC | 13:24 | |
*** glauco_ has quit IRC | 13:25 | |
*** yamamoto has joined #openstack-infra | 13:26 | |
*** maishsk has quit IRC | 13:27 | |
*** dkranz has quit IRC | 13:27 | |
*** witek has quit IRC | 13:27 | |
*** sergmelikyan has joined #openstack-infra | 13:30 | |
*** bdemers has joined #openstack-infra | 13:30 | |
*** maishsk has joined #openstack-infra | 13:30 | |
*** peristeri has joined #openstack-infra | 13:33 | |
*** zeih has quit IRC | 13:33 | |
*** xyang1 has joined #openstack-infra | 13:33 | |
*** tmorin has joined #openstack-infra | 13:34 | |
*** tmorin has left #openstack-infra | 13:34 | |
*** tmorin has joined #openstack-infra | 13:35 | |
tmorin | ping SergeyLukjanov ianw | 13:36 |
*** annegentl_ has quit IRC | 13:39 | |
*** tonytan4ever has joined #openstack-infra | 13:39 | |
*** abregman has quit IRC | 13:40 | |
*** dkranz has joined #openstack-infra | 13:40 | |
*** yamamoto has quit IRC | 13:41 | |
*** baoli has joined #openstack-infra | 13:43 | |
*** dimtruck is now known as zz_dimtruck | 13:44 | |
*** changbl has quit IRC | 13:44 | |
*** sdake has joined #openstack-infra | 13:46 | |
*** rm_work is now known as rm_work|away | 13:46 | |
*** abregman has joined #openstack-infra | 13:46 | |
*** mriedem has joined #openstack-infra | 13:46 | |
*** sdake_ has joined #openstack-infra | 13:47 | |
*** zeih has joined #openstack-infra | 13:47 | |
*** bnemec has joined #openstack-infra | 13:48 | |
*** davideagnello has joined #openstack-infra | 13:48 | |
*** bhunter71 has joined #openstack-infra | 13:50 | |
*** sdake has quit IRC | 13:50 | |
*** _nadya_ has quit IRC | 13:50 | |
openstackgerrit | Thomas Morin proposed openstack-infra/project-config: Add check-requirements job to 2 projects https://review.openstack.org/199976 | 13:50 |
*** rbrooker has joined #openstack-infra | 13:50 | |
*** _nadya_ has joined #openstack-infra | 13:51 | |
*** maishsk has quit IRC | 13:51 | |
*** _nadya_ has quit IRC | 13:51 | |
*** _nadya_ has joined #openstack-infra | 13:52 | |
*** kiran-r has joined #openstack-infra | 13:52 | |
*** claudiub has joined #openstack-infra | 13:53 | |
*** hdd has quit IRC | 13:53 | |
*** davideagnello has quit IRC | 13:53 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Add check-requirements job to 2 projects https://review.openstack.org/199976 | 13:53 |
*** dims_ has joined #openstack-infra | 13:53 | |
*** tmorin has quit IRC | 13:55 | |
*** maishsk has joined #openstack-infra | 13:55 | |
*** tvanderwiel has joined #openstack-infra | 13:56 | |
*** soren has quit IRC | 13:56 | |
*** tongli has joined #openstack-infra | 13:56 | |
*** jsavak has quit IRC | 13:57 | |
*** glauco has joined #openstack-infra | 13:57 | |
*** mriedem has quit IRC | 13:57 | |
*** jsavak has joined #openstack-infra | 13:57 | |
tongli | can any of the cores here please review this patch set? https://review.openstack.org/#/c/203259/ | 13:57 |
tongli | it is to create a new repository on stackforge. | 13:57 |
*** pal has joined #openstack-infra | 13:58 | |
openstackgerrit | litong01 proposed openstack-infra/project-config: Add new monitor repository for OpenStack monitoring service https://review.openstack.org/203259 | 13:58 |
*** abregman has quit IRC | 13:59 | |
tongli | it has been rebased quite few times. can any one help please? | 13:59 |
*** markus_z has joined #openstack-infra | 13:59 | |
openstackgerrit | Oleg Gelbukh proposed openstack-infra/project-config: Add fuel-octane project to stackforge https://review.openstack.org/203649 | 14:00 |
openstackgerrit | Abhishek Kekane proposed openstack/requirements: Nova requires concurrency 2.1.0 or better https://review.openstack.org/204045 | 14:01 |
*** vlaza has quit IRC | 14:02 | |
*** heyongli has quit IRC | 14:02 | |
*** radez_g0n3 is now known as radez | 14:03 | |
*** heyongli has joined #openstack-infra | 14:03 | |
*** mestery has joined #openstack-infra | 14:04 | |
*** amickus has quit IRC | 14:04 | |
*** bknudson has quit IRC | 14:05 | |
*** mrunge has quit IRC | 14:05 | |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-askbot: Migrate to puppet-httpd module https://review.openstack.org/198827 | 14:05 |
openstackgerrit | Abhishek Kekane proposed openstack/requirements: Nova requires concurrency 2.3.0 or better https://review.openstack.org/204045 | 14:06 |
*** rfolco has quit IRC | 14:07 | |
*** zz_dimtruck is now known as dimtruck | 14:07 | |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-cgit: Migrate to puppet-httpd module https://review.openstack.org/202604 | 14:08 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-gerrit: Migrate to puppet-httpd module https://review.openstack.org/201740 | 14:10 |
*** mriedem has joined #openstack-infra | 14:10 | |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-jenkins: Migrate to puppet-httpd module https://review.openstack.org/198825 | 14:11 |
*** smyers has quit IRC | 14:11 | |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-mediawiki: Migrate to puppet-httpd module https://review.openstack.org/201739 | 14:11 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-meetbot: Migrate to puppet-httpd module https://review.openstack.org/200204 | 14:12 |
*** mrmartin has joined #openstack-infra | 14:12 | |
*** abregman has joined #openstack-infra | 14:12 | |
*** dkranz has quit IRC | 14:13 | |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-zuul: Migrate to puppet-httpd module https://review.openstack.org/198824 | 14:13 |
*** jasondotstar has joined #openstack-infra | 14:13 | |
*** thorst1 has joined #openstack-infra | 14:14 | |
*** sabeen1 has joined #openstack-infra | 14:14 | |
openstackgerrit | David Shrewsbury proposed openstack-infra/shade: Fix test_object.py test class name https://review.openstack.org/203793 | 14:15 |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:16 | |
*** bswartz has joined #openstack-infra | 14:17 | |
*** esmute_ has joined #openstack-infra | 14:18 | |
*** esmute_ has quit IRC | 14:19 | |
*** rfolco has joined #openstack-infra | 14:19 | |
*** pal has quit IRC | 14:21 | |
*** hdd has joined #openstack-infra | 14:22 | |
*** mtanino has joined #openstack-infra | 14:22 | |
*** ayoung has joined #openstack-infra | 14:23 | |
*** tvanderwiel has quit IRC | 14:23 | |
*** tvanderwiel has joined #openstack-infra | 14:23 | |
*** sabeen3 has joined #openstack-infra | 14:24 | |
*** tmorin has joined #openstack-infra | 14:25 | |
andrey-mp | Hi all. Core, please review this https://review.openstack.org/#/c/202070/3 This review is adding one more experimental job, because we need it to move futher with our functional testing in stackforge/ec2-api project | 14:25 |
*** sabeen1 has quit IRC | 14:25 | |
*** sergmelikyan has quit IRC | 14:25 | |
*** laughterwym has quit IRC | 14:26 | |
*** tvanderwiel has quit IRC | 14:27 | |
*** tvanderwiel has joined #openstack-infra | 14:27 | |
*** dkranz has joined #openstack-infra | 14:28 | |
*** jsavak has quit IRC | 14:28 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for ceph backup bug 1476416 https://review.openstack.org/204106 | 14:29 |
uvirtbot | Launchpad bug 1476416 in cinder "backup.api:import_record sets volume_id to '0000-0000-0000-0000'" [High,Confirmed] https://launchpad.net/bugs/1476416 | 14:29 |
openstack | bug 1476416 in Cinder "backup.api:import_record sets volume_id to '0000-0000-0000-0000'" [High,Confirmed] https://launchpad.net/bugs/1476416 - Assigned to Ivan Kolodyazhny (e0ne) | 14:29 |
*** alex_xu has quit IRC | 14:29 | |
uvirtbot | Launchpad bug 1476416 in cinder "backup.api:import_record sets volume_id to '0000-0000-0000-0000'" [High,Confirmed] | 14:29 |
*** sergmelikyan has joined #openstack-infra | 14:30 | |
*** david-lyle has quit IRC | 14:30 | |
*** shashank_hegde has joined #openstack-infra | 14:30 | |
*** alex_xu has joined #openstack-infra | 14:31 | |
*** jsavak has joined #openstack-infra | 14:32 | |
*** caphrim007 has joined #openstack-infra | 14:32 | |
*** sdake_ has quit IRC | 14:32 | |
*** sdake has joined #openstack-infra | 14:32 | |
openstackgerrit | Ann Kamyshnikova proposed openstack/requirements: Update Alembic to 0.8.0 https://review.openstack.org/203960 | 14:32 |
*** fhubik is now known as fhubik_afk | 14:33 | |
*** miqui_ has joined #openstack-infra | 14:33 | |
*** zeih_ has joined #openstack-infra | 14:34 | |
*** zeih_ has quit IRC | 14:34 | |
*** sdake_ has joined #openstack-infra | 14:35 | |
*** andrey-mp has quit IRC | 14:36 | |
*** jsavak has quit IRC | 14:36 | |
*** smyers has joined #openstack-infra | 14:36 | |
*** rbrooker has quit IRC | 14:37 | |
*** jsavak has joined #openstack-infra | 14:37 | |
*** annegentle has joined #openstack-infra | 14:37 | |
*** zeih has quit IRC | 14:37 | |
*** rossella_s has quit IRC | 14:37 | |
*** sdake_ has quit IRC | 14:37 | |
*** rossella_s has joined #openstack-infra | 14:38 | |
*** sdake has quit IRC | 14:38 | |
*** mrmartin has quit IRC | 14:38 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/system-config: Index screen-c-bak logs for logstash https://review.openstack.org/204112 | 14:39 |
mriedem | mtreinish: ^ | 14:39 |
openstackgerrit | Ryan Carey proposed openstack-infra/jenkins-job-builder: Add support for Artifactory plugin https://review.openstack.org/173932 | 14:39 |
*** tvanderwiel has quit IRC | 14:40 | |
*** tvanderwiel has joined #openstack-infra | 14:40 | |
lifeless | Daviey: we make not claims about testing a set of versions | 14:40 |
mtreinish | mriedem: +1 | 14:41 |
*** pal has joined #openstack-infra | 14:41 | |
*** yamamoto has joined #openstack-infra | 14:41 | |
*** sergmelikyan has quit IRC | 14:41 | |
*** dguerri` is now known as dguerri | 14:42 | |
openstackgerrit | Eric Harney proposed openstack-infra/project-config: Skip failing backup test for tempest-dsvm-full-ceph https://review.openstack.org/203845 | 14:42 |
Daviey | lifeless: Indeed, but specifying a minimum version - we are asserting that we know it doesn't work with lower versions - right? | 14:42 |
openstackgerrit | Paul Michali proposed openstack-infra/project-config: VPNaaS: Experimental grenade job https://review.openstack.org/204114 | 14:42 |
*** Hal has joined #openstack-infra | 14:43 | |
*** Hal is now known as Guest36140 | 14:43 | |
*** koolhead17 has quit IRC | 14:43 | |
*** dguerri is now known as dguerri` | 14:43 | |
*** purp_away is now known as purp | 14:44 | |
*** jamesmcarthur has joined #openstack-infra | 14:45 | |
*** Guest84661 has quit IRC | 14:45 | |
*** yamamoto has quit IRC | 14:46 | |
*** hdd has quit IRC | 14:47 | |
*** yfried_ has joined #openstack-infra | 14:47 | |
*** yfried has quit IRC | 14:48 | |
*** jsavak has quit IRC | 14:49 | |
*** Guest36140 has quit IRC | 14:49 | |
*** mattymo has quit IRC | 14:50 | |
*** mattymo has joined #openstack-infra | 14:50 | |
*** mattymo has quit IRC | 14:50 | |
*** krtaylor has quit IRC | 14:50 | |
*** kiran-r has quit IRC | 14:51 | |
*** yfried__ has joined #openstack-infra | 14:51 | |
*** fhubik_afk is now known as fhubik | 14:52 | |
*** unicell has joined #openstack-infra | 14:52 | |
*** unicell1 has quit IRC | 14:52 | |
*** dkranz has quit IRC | 14:52 | |
*** yfried_ has quit IRC | 14:52 | |
*** mattymo_ has joined #openstack-infra | 14:52 | |
*** mattymo_ has quit IRC | 14:52 | |
*** btully has joined #openstack-infra | 14:54 | |
*** mattymo_ has joined #openstack-infra | 14:54 | |
*** mattymo_ has quit IRC | 14:54 | |
*** skolekonov has joined #openstack-infra | 14:55 | |
*** amotoki has joined #openstack-infra | 14:55 | |
*** jsavak has joined #openstack-infra | 14:55 | |
*** achanda has joined #openstack-infra | 14:56 | |
lifeless | Daviey: we're asserting something in OpenStack requires something introduced in that version | 14:56 |
lifeless | Daviey: OpenStack being big, *some* things may work with lower versions | 14:56 |
*** mattymo_ has joined #openstack-infra | 14:57 | |
*** mattymo_ has quit IRC | 14:57 | |
mtreinish | anteaya: we can fast approve this instead of a revert: https://review.openstack.org/#/c/203845/ | 14:58 |
*** tmorin has quit IRC | 14:58 | |
anteaya | mtreinish: only of sdague is happy | 14:58 |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for ceph backup bug 1476416 https://review.openstack.org/204106 | 14:58 |
openstack | bug 1476416 in Cinder "backup.api:import_record sets volume_id to '0000-0000-0000-0000'" [High,Confirmed] https://launchpad.net/bugs/1476416 - Assigned to Ivan Kolodyazhny (e0ne) | 14:58 |
mtreinish | anteaya: he looks happy to me :) | 14:58 |
anteaya | he was unhappy with the prior patchset | 14:58 |
*** mattymo_ has joined #openstack-infra | 14:59 | |
*** mattymo_ has quit IRC | 14:59 | |
uvirtbot | Launchpad bug 1476416 in cinder "backup.api:import_record sets volume_id to '0000-0000-0000-0000'" [High,Confirmed] https://launchpad.net/bugs/1476416 | 14:59 |
mtreinish | anteaya: yeah they addressed that comment | 14:59 |
uvirtbot | Launchpad bug 1476416 in cinder "backup.api:import_record sets volume_id to '0000-0000-0000-0000'" [High,Confirmed] | 14:59 |
* anteaya reads | 14:59 | |
*** maishsk has quit IRC | 14:59 | |
*** ddieterly has joined #openstack-infra | 14:59 | |
anteaya | mtreinish: my regex is horrible | 15:00 |
*** jsavak has quit IRC | 15:00 | |
mtreinish | anteaya: I just copy and paste it to testr list-tests $regex | 15:00 |
anteaya | I can fast approve a revert but won't fast approve a new regex, even a copy/pasted one | 15:00 |
mtreinish | then check to make sure nothing with slow is on the list | 15:00 |
mtreinish | and that the test in question isnt on the list | 15:00 |
anteaya | mtreinish: and did it work for you | 15:00 |
mtreinish | then you don't need regex | 15:00 |
anteaya | mtreinish: I'm trusting you | 15:00 |
mtreinish | *need to know regex | 15:00 |
jeblair | how did that bug get through? | 15:00 |
*** pal_ has joined #openstack-infra | 15:01 | |
*** mattymo_ has joined #openstack-infra | 15:01 | |
*** mattymo_ has quit IRC | 15:01 | |
mtreinish | jeblair: we don't gate ceph on tempest | 15:01 |
anteaya | jeblair: thanks | 15:01 |
jeblair | mtreinish: oh, bug in tempest? | 15:01 |
*** jsavak has joined #openstack-infra | 15:01 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for oslo.db KeyError bug 1476708 https://review.openstack.org/204123 | 15:02 |
uvirtbot | Launchpad bug 1476708 in oslo.db "KeyError: 'pid' during db pool connection" [High,In progress] https://launchpad.net/bugs/1476708 | 15:02 |
openstack | bug 1476708 in oslo.db "KeyError: 'pid' during db pool connection" [High,In progress] https://launchpad.net/bugs/1476708 - Assigned to Roman Podoliaka (rpodolyaka) | 15:02 |
uvirtbot | Launchpad bug 1476708 in oslo.db "KeyError: 'pid' during db pool connection" [High,In progress] | 15:02 |
*** krtaylor has joined #openstack-infra | 15:02 | |
mtreinish | jeblair: bug in the ceph driver | 15:02 |
*** nimrodsun_ has joined #openstack-infra | 15:02 | |
mtreinish | anteaya: http://paste.openstack.org/show/395950/ | 15:02 |
mtreinish | anteaya: the test in question http://git.openstack.org/cgit/openstack/tempest/tree/tempest/api/volume/admin/test_volumes_backup.py?id=18c1d0eba54f1d6e8f4df4ec76c95efe472f2b14#n82 | 15:03 |
anteaya | mtreinish: thanks | 15:03 |
*** mattymo_ has joined #openstack-infra | 15:03 | |
*** mattymo_ has quit IRC | 15:03 | |
spredzy | jeblair, fungi hello guys, could I have your feedback on https://review.openstack.org/#/c/175849/ please. Thank you :) | 15:03 |
jeblair | mtreinish: don't we gate the ceph driver on tempest? | 15:03 |
*** pcrews has quit IRC | 15:04 | |
mtreinish | jeblair: no, it's not something that we viewed as necessary to add to the roughly ~30 jobs we're running on tempest | 15:04 |
*** achanda has quit IRC | 15:04 | |
mtreinish | since the backend shouldn't matter from the api perspective | 15:04 |
openstackgerrit | Paul Michali proposed openstack-infra/project-config: VPNaaS: Experimental grenade job https://review.openstack.org/204114 | 15:04 |
jeblair | mtreinish: not what i asked -- do we not run this tempest test on the ceph driver itself? | 15:04 |
*** persia__ has joined #openstack-infra | 15:04 | |
*** mattymo_ has joined #openstack-infra | 15:05 | |
*** mattymo_ has quit IRC | 15:05 | |
mtreinish | jeblair: we added a tempest test, it's broken on the ceph driver but works on every other job | 15:05 |
*** mkj_wk_ has joined #openstack-infra | 15:05 | |
*** pcrews has joined #openstack-infra | 15:05 | |
mtreinish | jeblair: the gating ceph job on glance, cinder, and nova are blocking now because the test can't pass on ceph | 15:05 |
*** dkranz has joined #openstack-infra | 15:05 | |
jeblair | mtreinish: okay, so not a bug in tempest, but tempest just introduced something that broke it? | 15:05 |
mtreinish | jeblair: yes, tempest is exposing existing brokeness in the ceph driver | 15:06 |
*** gus_ has joined #openstack-infra | 15:06 | |
mtreinish | hence the patch to exclude that test on the ceph job | 15:06 |
*** ricky1 has quit IRC | 15:06 | |
*** mattymo_ has joined #openstack-infra | 15:07 | |
*** mattymo_ has quit IRC | 15:07 | |
openstackgerrit | Somay Jain proposed openstack-infra/jenkins-job-builder: Support for monitoring folders using Filesystem Trigger plugin https://review.openstack.org/204125 | 15:07 |
anteaya | mtreinish: I get an error with that regex and posted a comment to the patch | 15:07 |
jeblair | mtreinish: i understand now, thanks. | 15:07 |
anteaya | jeblair: what do you want to do (or me to do?) | 15:07 |
mtreinish | eharney: ^^^ | 15:08 |
jeblair | anteaya: i don't see a comment from you | 15:08 |
anteaya | posted one minute ago | 15:08 |
mtreinish | jeblair: hmm, it worked for me on the testr cli | 15:08 |
*** afazekas_ has quit IRC | 15:08 | |
jeblair | mtreinish: you're talking to anteaya about the regex :) | 15:08 |
anteaya | I copy pasted from the patch | 15:08 |
jeblair | anteaya: i see a -1 from you but no explanation | 15:09 |
*** mattymo_ has joined #openstack-infra | 15:09 | |
*** mattymo_ has quit IRC | 15:09 | |
*** kiran-r has joined #openstack-infra | 15:09 | |
*** ttx` has joined #openstack-infra | 15:09 | |
mtreinish | jeblair: wait, now I'm confused :) | 15:09 |
*** pal has quit IRC | 15:09 | |
*** mriedem has quit IRC | 15:09 | |
*** rlandy has quit IRC | 15:09 | |
*** chlong has quit IRC | 15:09 | |
*** kushal has quit IRC | 15:09 | |
*** dguitarbite has quit IRC | 15:09 | |
*** scheuran has quit IRC | 15:09 | |
*** mkj_wk has quit IRC | 15:09 | |
*** eharney has quit IRC | 15:09 | |
*** Hunner has quit IRC | 15:09 | |
*** hamzy_beach has quit IRC | 15:09 | |
*** otherwiseguy has quit IRC | 15:09 | |
*** isviridov_away has quit IRC | 15:09 | |
*** vaidy has quit IRC | 15:09 | |
*** gus has quit IRC | 15:09 | |
*** jamielennox has quit IRC | 15:09 | |
*** nimrodsun has quit IRC | 15:09 | |
*** rm_work|away has quit IRC | 15:09 | |
*** markmcclain has quit IRC | 15:09 | |
*** Gareth has quit IRC | 15:09 | |
*** hogepodge has quit IRC | 15:09 | |
*** ttx has quit IRC | 15:09 | |
*** kambiz has quit IRC | 15:09 | |
*** freyes has quit IRC | 15:09 | |
*** ryanpetrello has quit IRC | 15:09 | |
*** briancline has quit IRC | 15:09 | |
*** tbarron has quit IRC | 15:09 | |
*** persia has quit IRC | 15:09 | |
*** sarob has quit IRC | 15:09 | |
anteaya | sorry the inline disappeared | 15:09 |
*** arxcruz has joined #openstack-infra | 15:09 | |
anteaya | should be there now | 15:09 |
*** bexelbie has quit IRC | 15:10 | |
mtreinish | anteaya: you need quotes around the regex... | 15:10 |
anteaya | ah my fault | 15:10 |
*** mattymo has joined #openstack-infra | 15:11 | |
*** mattymo has quit IRC | 15:11 | |
*** nimrodsun_ is now known as nimrodsun | 15:11 | |
anteaya | jeblair: are you willing to review that patch? | 15:12 |
anteaya | jeblair: I'd feel better if you could | 15:12 |
*** mattymo has joined #openstack-infra | 15:13 | |
*** mattymo has quit IRC | 15:13 | |
*** pal_ has quit IRC | 15:13 | |
*** maishsk has joined #openstack-infra | 15:13 | |
*** shashank_hegde_ has joined #openstack-infra | 15:14 | |
*** otherwiseguy has joined #openstack-infra | 15:14 | |
*** mattymo has joined #openstack-infra | 15:15 | |
*** mattymo has quit IRC | 15:15 | |
*** bknudson has joined #openstack-infra | 15:15 | |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/puppet-openstackci: Add generic logstash manifests https://review.openstack.org/199790 | 15:15 |
*** chlong has joined #openstack-infra | 15:16 | |
*** kushal has joined #openstack-infra | 15:16 | |
*** scheuran has joined #openstack-infra | 15:16 | |
*** kiran-r has quit IRC | 15:16 | |
anteaya | jeblair: thank you | 15:17 |
*** ParsectiX has quit IRC | 15:18 | |
Daviey | lifeless: But, selecting an arbitrary version doesn't help with that.. with upper versioning we *are* asserting it works.. | 15:18 |
*** hamzy_beach has joined #openstack-infra | 15:18 | |
openstackgerrit | Paul Michali proposed openstack-infra/project-config: VPNaaS: Experimental grenade job https://review.openstack.org/204114 | 15:18 |
*** dguitarbite has joined #openstack-infra | 15:18 | |
*** kushal has quit IRC | 15:18 | |
*** eharney has joined #openstack-infra | 15:19 | |
*** eharney is now known as Guest8511 | 15:19 | |
*** rlandy has joined #openstack-infra | 15:19 | |
*** dannywilson has joined #openstack-infra | 15:19 | |
*** Guest8511 is now known as eharney | 15:20 | |
*** eharney has quit IRC | 15:20 | |
*** eharney has joined #openstack-infra | 15:20 | |
*** glauco has quit IRC | 15:20 | |
*** mattymo has joined #openstack-infra | 15:21 | |
*** mattymo has quit IRC | 15:21 | |
*** dannywilson has quit IRC | 15:21 | |
*** dannywilson has joined #openstack-infra | 15:21 | |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-askbot: Migrate to puppet-httpd module https://review.openstack.org/198827 | 15:21 |
anteaya | looks to me like we have a decent vm error rate for nodepool, not that I think anyone has a lot of time right now but if we do have a fire starting might be easy to take a look now | 15:23 |
anteaya | I might be wrong but thought I would say something | 15:23 |
anteaya | as we all seem to be in physical meetings today | 15:23 |
*** glauco has joined #openstack-infra | 15:23 | |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/system-config: Move out server class from subunit_worker.pp https://review.openstack.org/200233 | 15:23 |
*** afazekas has joined #openstack-infra | 15:25 | |
*** weshay has quit IRC | 15:26 | |
jeblair | anteaya: yeah, looks like maybe floating-ip/ports issues on hpcloud again | 15:27 |
*** FallenPegasus has joined #openstack-infra | 15:28 | |
*** doug-fish has joined #openstack-infra | 15:29 | |
*** maishsk has quit IRC | 15:30 | |
*** koolhead17 has joined #openstack-infra | 15:30 | |
*** HeOS has quit IRC | 15:31 | |
*** mattymo has joined #openstack-infra | 15:31 | |
*** mattymo has quit IRC | 15:31 | |
*** maishsk has joined #openstack-infra | 15:32 | |
*** kambiz has joined #openstack-infra | 15:33 | |
*** mattymo has joined #openstack-infra | 15:33 | |
*** dtantsur is now known as dtantsur|afk | 15:33 | |
*** ddieterly has quit IRC | 15:34 | |
*** jamesmcarthur has quit IRC | 15:34 | |
*** kushal has joined #openstack-infra | 15:34 | |
*** koolhead17 has quit IRC | 15:34 | |
*** ihrachyshka_ has quit IRC | 15:35 | |
*** jsavak has quit IRC | 15:35 | |
*** koolhead17 has joined #openstack-infra | 15:38 | |
*** koolhead17 has quit IRC | 15:38 | |
*** koolhead17 has joined #openstack-infra | 15:38 | |
*** pblaho_ has quit IRC | 15:38 | |
*** david-lyle has joined #openstack-infra | 15:38 | |
*** austin81 has joined #openstack-infra | 15:39 | |
*** jsavak has joined #openstack-infra | 15:39 | |
anteaya | jeblair: wonderful | 15:41 |
*** sergmelikyan has joined #openstack-infra | 15:41 | |
*** changbl has joined #openstack-infra | 15:41 | |
*** weshay has joined #openstack-infra | 15:42 | |
*** Sherif has joined #openstack-infra | 15:42 | |
openstackgerrit | Chuck Carmack proposed openstack-infra/elastic-recheck: Remove old queries for "fixed" bugs (07/21/15) https://review.openstack.org/204133 | 15:42 |
*** jsavak has quit IRC | 15:43 | |
*** Hal has joined #openstack-infra | 15:43 | |
*** Hal is now known as Guest59954 | 15:44 | |
*** jsavak has joined #openstack-infra | 15:44 | |
fungi | jeblair: did you end up here at oscon? | 15:44 |
*** _nadya_ has quit IRC | 15:44 | |
jeblair | fungi: i did not :/ | 15:44 |
fungi | oh well | 15:45 |
*** ctlaugh_ has quit IRC | 15:45 | |
*** _nadya_ has joined #openstack-infra | 15:45 | |
jeblair | i had hoped to, but it didn't work out | 15:45 |
*** dimtruck is now known as zz_dimtruck | 15:45 | |
*** ctlaugh has joined #openstack-infra | 15:45 | |
fungi | jeblair: had a question over the weekend but not sure if you saw... is gitorious still the upstream repo location for presentty, or is there a more current copy elsewhere? | 15:45 |
jeblair | fungi: it's, er, the latest code at least; i haven't found/created a new home for it yet | 15:46 |
jeblair | fungi: note, SpamapS put it in debian :) | 15:46 |
*** ttx` is now known as ttx | 15:46 | |
fungi | ahh, yep i recall that now | 15:46 |
fungi | is there a way to pass parameters to cowsay and figlet from the markup? | 15:46 |
*** maishsk has quit IRC | 15:47 | |
fungi | other than the positional argument that is. e.g., command-line options | 15:47 |
lifeless | Daviey: we don't have arbitrary lower versions | 15:48 |
lifeless | Daviey: all the lower versions we have are one of two forms: a) set because something was broken, b) set because that was the version that worked at the time the dep was added. | 15:48 |
*** zz_dimtruck is now known as dimtruck | 15:48 | |
lifeless | Daviey: I fully support testing lower versions, to be able to say that the lower version works too, but we're not there yet. | 15:48 |
lifeless | Daviey: perhaps I"m missing your point ? | 15:49 |
jeblair | fungi: not currently; but if you wanted to add them, you would make visit_cowsay in rst.py get arguments like visit_ansi does (and then pass them through the implementing classes in text.py) | 15:50 |
*** _nadya_ has quit IRC | 15:50 | |
fungi | jeblair: thanks for the tip--you anticipated my follow-on question | 15:50 |
fungi | jeblair: and for a follow-on to that, let me know when you do eventually move presentty somewhere writeable again and i'll send you patches ;) | 15:51 |
*** ifarkas_ has quit IRC | 15:51 | |
jeblair | fungi: also, note that rst.py can also run standalone for ease of testing such changes | 15:51 |
*** jamesmcarthur has joined #openstack-infra | 15:51 | |
fungi | i'm also considering a possible workaround to the "i crash when you give me a slide with more content than i can fit on your screen" bug | 15:51 |
jeblair | fungi: yeah, if you send me a patch via email, it will almost certainly prompt me to do something with it :) | 15:51 |
jeblair | fungi: oh, huh, i hadn't tried putting content in slides. neat! | 15:52 |
jeblair | i just put jokes in. | 15:52 |
fungi | heh | 15:52 |
fungi | yeah, for now i've taken it as a sign that the slide has too much information on it anyway and breaking it down into fewer slides or being less verbose ;) | 15:53 |
*** hashar is now known as hasharConfcall | 15:53 | |
jeblair | yeah, that's it being helpful! | 15:53 |
jeblair | anteaya: i deleted floating ips, ports in process | 15:53 |
*** sergmelikyan has quit IRC | 15:54 | |
anteaya | jeblair: thank you | 15:54 |
*** mfalatic has joined #openstack-infra | 15:56 | |
*** scheuran has quit IRC | 15:57 | |
*** signed8bit has joined #openstack-infra | 15:58 | |
*** erikmwilson_ has joined #openstack-infra | 15:58 | |
*** erikmwilson_ is now known as erikwilson_ | 15:58 | |
*** mrmartin has joined #openstack-infra | 15:59 | |
fungi | jeblair: one other simple improvement i was considering hacking in is some way to cleanly exit (at least in my terminals, ctrl-c leaves the terminal in a confused state and i have to stty sane/reset to get it working again) | 15:59 |
*** annegentle has quit IRC | 15:59 | |
fungi | or is there already a way to correctly exit presentty that i'm overlooking? | 16:00 |
*** mrmartin has quit IRC | 16:01 | |
fungi | i think i might also add a vertical equivalent of the pan transition | 16:01 |
fungi | and the transition duration value doesn't seem to work for me, though i haven't really dug into why yet | 16:03 |
*** sergmelikyan has joined #openstack-infra | 16:03 | |
*** mwagner_lap has quit IRC | 16:03 | |
openstackgerrit | Merged openstack-infra/project-config: Skip failing backup test for tempest-dsvm-full-ceph https://review.openstack.org/203845 | 16:04 |
*** jistr has quit IRC | 16:04 | |
*** ociuhandu_ has joined #openstack-infra | 16:04 | |
anteaya | mtreinish ^^ | 16:04 |
*** jsavak has quit IRC | 16:04 | |
*** jsavak has joined #openstack-infra | 16:04 | |
mtreinish | anteaya: cool, thanks | 16:05 |
mtreinish | now to wait for the puppet apply | 16:05 |
*** fhubik is now known as fhubik_afk | 16:05 | |
jeblair | fungi: ha, i think there is no clean exit :) | 16:06 |
jeblair | fungi: the duration _should_ work | 16:06 |
*** sergmelikyan has quit IRC | 16:06 | |
*** mrmartin has joined #openstack-infra | 16:06 | |
*** timrc_ has joined #openstack-infra | 16:06 | |
jeblair | fungi: (except for cut; it ignores the duration) | 16:07 |
*** puranamr has joined #openstack-infra | 16:07 | |
Swanson | mtrenish: Is it safe to go in the gate-tempest-dsvm-full-ceph water? | 16:07 |
*** sergmelikyan has joined #openstack-infra | 16:07 | |
Swanson | mtreinish: ^^ | 16:07 |
mtreinish | Swanson: we need to wait for the puppet apply of that project-config patch that just landed | 16:08 |
fungi | jeblair: yeah, the dissolve transition at least seems to go as quickly as my terminal can support regardless of how large a duration i set. i'll let you know/provide a fix when i get around to figuring out why | 16:08 |
*** juggler_ has joined #openstack-infra | 16:08 | |
*** dimtruck is now known as zz_dimtruck | 16:08 | |
*** ociuhandu_ has quit IRC | 16:08 | |
mtreinish | Swanson: but after that happens you can recheck and the offending feature will be skipped | 16:08 |
*** gyee has joined #openstack-infra | 16:08 | |
Swanson | mtreinish: Thanks! (How does one know if that patch has been applied?) | 16:09 |
*** FallenPegasus is now known as MarkAtwood | 16:09 | |
*** wznoinsk has joined #openstack-infra | 16:09 | |
*** tonytan4ever has quit IRC | 16:10 | |
mtreinish | Swanson: heh, I normally look at the merge time and look for a puppet run on puppetboard happening after that (with a enough fuzz) | 16:10 |
mtreinish | there might be a better way | 16:10 |
*** yfried has joined #openstack-infra | 16:11 | |
*** ZZelle_ has joined #openstack-infra | 16:12 | |
*** Abhishek1892 has joined #openstack-infra | 16:13 | |
*** yfried__ has quit IRC | 16:14 | |
*** amotoki has quit IRC | 16:15 | |
Daviey | lifeless: I'm saying that if all current consumers of a library work with all published versions of that library, then we shouldn't be picking arbitrary versions. If *another* consumer comes finds that only version >X works, then we should then introduce lower versions.. If/when this can be automated, all the better.. but randomly picking versions feels nasty. | 16:15 |
Daviey | (And a PITA from a distro POV if that lower declared version cannot easily be met) | 16:15 |
*** ashleighfarnham has joined #openstack-infra | 16:15 | |
pabelanger | crinkle: So, I am thinking of doing something like: https://review.openstack.org/#/c/204146/ to sync out Gemfiles across the infra puppet modules. | 16:16 |
lifeless | Daviey: sorry, thats too abstract | 16:16 |
lifeless | Daviey: is this coming from some specific situation ? | 16:16 |
*** yamahata has quit IRC | 16:16 | |
pabelanger | crinkle: so, we don't have to manually sync Gemfile changes across the 50 modules | 16:16 |
lifeless | Daviey: have you read the policy that we have on this ? | 16:16 |
openstackgerrit | litong01 proposed openstack-infra/project-config: Add new monitor repository for OpenStack monitoring service https://review.openstack.org/203259 | 16:16 |
lifeless | Daviey: it almost feels as though you're railing against something that we don't do. | 16:17 |
*** dguerri` is now known as dguerri | 16:17 | |
*** glauco has quit IRC | 16:17 | |
Daviey | lifeless: https://review.openstack.org/#/c/199802/ , was blocked because it didn't have a lower version | 16:18 |
*** bknudson has quit IRC | 16:18 | |
Daviey | lifeless: (when the only consumer of it was tested (by hand) to make sure every version worked) | 16:18 |
*** glauco_ has joined #openstack-infra | 16:19 | |
*** asselin_ has quit IRC | 16:20 | |
*** cody-somerville has joined #openstack-infra | 16:21 | |
*** juggler_ is now known as juggler | 16:21 | |
lifeless | Daviey: commented on it | 16:21 |
lifeless | Daviey: tl;dr: don't think we needed a lower version here, but if we do, the oldest release on PyPI would be a sane version to choose | 16:21 |
lifeless | Daviey: the 'latest release' but is specific to the constraints, not the requirements. | 16:22 |
*** unicell has quit IRC | 16:22 | |
Daviey | lifeless: How does >=LOWEST_RELEASE differ from >=0, or omitting altogether ? | 16:23 |
*** bknudson has joined #openstack-infra | 16:25 | |
Abhishek1892 | hi all, I have setup the CI using Ramy's guide, now I want to restrict the number of projects download and to download only required projects through gate scripts, so can anyone help me with this? | 16:25 |
*** yfried has quit IRC | 16:26 | |
*** sshnaidm has quit IRC | 16:26 | |
*** davideagnello has joined #openstack-infra | 16:27 | |
lifeless | Daviey: I think all three are equivalent and acceptable [in the case that all releases work] | 16:28 |
Daviey | lifeless: ok, thanks | 16:28 |
*** arxcruz has quit IRC | 16:29 | |
*** jlvillal has quit IRC | 16:29 | |
*** sergmelikyan has quit IRC | 16:30 | |
*** tonytan4ever has joined #openstack-infra | 16:30 | |
*** krtaylor has quit IRC | 16:32 | |
*** jlvillal has joined #openstack-infra | 16:32 | |
pabelanger | crinkle: here is the code: https://github.com/pabelanger/puppet-modules-sync | 16:32 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-askbot: Update from puppet-modules-sync https://review.openstack.org/204155 | 16:32 |
*** ildikov has quit IRC | 16:34 | |
*** asselin has joined #openstack-infra | 16:34 | |
*** david-lyle has quit IRC | 16:34 | |
*** dguerri is now known as dguerri` | 16:34 | |
*** Guest59954 has quit IRC | 16:35 | |
*** skolekonov has quit IRC | 16:36 | |
pabelanger | crinkle: nibalizer ^ Example commit from sync module | 16:36 |
openstackgerrit | Eric Harney proposed openstack-infra/project-config: Move Cinder LIO from experimental to non-voting https://review.openstack.org/204158 | 16:36 |
nibalizer | neat | 16:36 |
nibalizer | I'm wondering if modulesync isn't the right choice | 16:37 |
nibalizer | spredzy: do you all modulesync at this point? | 16:37 |
pc_m | anteaya: hi | 16:37 |
pabelanger | Ya, open to name change | 16:37 |
nibalizer | pabelanger: looks like that script is cribed from the requirements updates? | 16:37 |
pabelanger | nibalizer: Yup | 16:37 |
nibalizer | pabelanger: well there is a tool called modulesync that does what you're after I think | 16:38 |
pabelanger | nibalizer: this is a trial run, if it goes well, we could add support into the requirements updates for our puppet stuff | 16:38 |
anteaya | pc_m: hi, I"m at the nova mid-cycle. trying to pay attention | 16:38 |
nibalizer | https://github.com/puppet-community/modulesync | 16:38 |
spredzy | nibalizer, in order to actually use it we would like this review to be merged https://review.openstack.org/#/c/189216/ | 16:38 |
anteaya | pc_m: tell me the simpliest version of your question and I'll do my best | 16:38 |
pabelanger | nibalizer: open to suggestions for naming :) | 16:38 |
*** shashank_hegde has quit IRC | 16:38 | |
*** shashank_hegde_ is now known as shashank_hegde | 16:38 | |
*** puranamr has quit IRC | 16:38 | |
*** bknudson has quit IRC | 16:39 | |
nibalizer | spredzy: hah so the circle has been completed | 16:39 |
*** glauco_ has quit IRC | 16:39 | |
pc_m | anteaya: I have a commit for a grenade plugin (https://review.openstack.org/#/c/203159/) that I want to test, and a project-config change to create a new grenade job for VPN that will enable that plugin (https://review.openstack.org/#/c/204114). | 16:39 |
spredzy | so the msync is actually run by gerrit on every merged review on this puppet-modulesync-configs has been merged | 16:39 |
*** alexsyip has joined #openstack-infra | 16:39 | |
spredzy | blah my sentence doesn't make sense | 16:39 |
spredzy | But I hope you got the idea :) nibalizer | 16:39 |
anteaya | pc_m: the job needs the plugin, right? | 16:39 |
pc_m | anteaya: To test, will I need to upstream the job first, so I can use it for the plugin in vpn repo, or can I use Depends-On? | 16:39 |
earlephilhower | Howdy all. I have a high core (32), low mem (32G) box that I'm running a 1-node openstack on for the HGST CI system, so I need to optimize memory footprint. Other than slower VM create/destroys, are there any gotchas to reducing glance/nova/keystone worker threads from #CPU->2 or 4? | 16:39 |
nibalizer | huh | 16:39 |
*** dguerri` is now known as dguerri | 16:39 | |
*** shashank_hegde has quit IRC | 16:40 | |
pc_m | anteaya: The job just sets an env variable that does an enable for the plugin, no dependency, I don't think, and the job is experimental. | 16:40 |
*** amick has joined #openstack-infra | 16:40 | |
*** puranamr has joined #openstack-infra | 16:40 | |
jeblair | pabelanger: msync looks a lot like what you were suggesting yesterday :) | 16:40 |
*** yamahata has joined #openstack-infra | 16:40 | |
pc_m | I'm think the job could upstream, and then I can "check experimental" for the plugin. | 16:40 |
spredzy | nibalizer, I wanted to say that we need the review I mentioned to be merged, so msync can be used at its full power with no human interaction | 16:41 |
*** AJaeger has joined #openstack-infra | 16:41 | |
nibalizer | https://github.com/puppetlabs/modulesync_configs | 16:41 |
anteaya | pc_m: put Depends On: in the commit message for the project-config change | 16:41 |
nibalizer | spredzy: as opposed to pushing 30+ reviews? | 16:41 |
spredzy | So every review that will be merged to puppet-modulesync-configs will automatically submit a review to all the modules that belongs to PuppetOpenstack | 16:42 |
AJaeger | ttx, could you un-approve and approve again https://review.openstack.org/197672, please? It was approved while the dependend patch was not merged and thus will not go in | 16:42 |
spredzy | nibalizer, as opposed that a user has to run it, the post-merge hook will run it | 16:42 |
*** Abhishek1892 has quit IRC | 16:42 | |
nibalizer | I'd like it if we could get openstack/puppet-* and openstack-infra/puppet-* on msync | 16:42 |
pabelanger | nibalizer: jeblair Ya, seems more feature friendly then what I was proposing :D | 16:42 |
spredzy | so we don't need to monitor all the review that gets merged, and we are never out of sync | 16:42 |
pc_m | anteaya: I tried that before, and it failed saying the other commit failed to merge. | 16:42 |
pabelanger | cp x into git tree | 16:42 |
pabelanger | git commit | 16:42 |
openstackgerrit | Victor Ryzhenkin proposed openstack-infra/project-config: Add opportunity to install muranoclient from change https://review.openstack.org/204159 | 16:43 |
spredzy | nibalizer, https://github.com/openstack/puppet-modulesync-configs | 16:43 |
anteaya | pc_m: Depends-On: <Gerrit Change-Id> | 16:43 |
pc_m | anteaya: In PS2 | 16:43 |
nibalizer | pabelanger: well its mmy fault for not really paying attention yesterday | 16:43 |
nibalizer | I sortof overheard you talking about heading this direction and didn't come in and beat the msync drum | 16:43 |
pc_m | anteaya: PS2 had Depends-On: I726e07776da83ef8d1a10069475e18060ca0d4c9 | 16:43 |
spredzy | nibalizer, do you think that can apply to openstack-infra/puppet-* | 16:44 |
spredzy | or a lot needs to be changed ? | 16:44 |
pc_m | anteaya: It came back with "This change depends on a change that failed to merge." | 16:44 |
pabelanger | nibalizer: Ya, don't have and issue going into that module. Will take time to learn and implement globally. | 16:44 |
anteaya | then the plugin has an issue | 16:45 |
*** e0ne has quit IRC | 16:45 | |
pabelanger | For now, to help move to puppet-4, I'd like to use local version for now until we can get into fully automated system | 16:45 |
*** fhubik_afk is now known as fhubik | 16:45 | |
nibalizer | ya | 16:46 |
*** zz_dimtruck is now known as dimtruck | 16:46 | |
anteaya | pc_m: sorry I would like to pay attention to this discussion, we can try to look at it perhaps late friday | 16:46 |
pabelanger | nibalizer: if people are fine with the defaulst to sync, I'll keep moving forward with it. Until we fully migrate into msync | 16:46 |
*** dguerri is now known as dguerri` | 16:47 | |
pc_m | anteaya: Understood. Let me ping some of the other infra folks... | 16:47 |
nibalizer | how would you feel about setting up a msync-configs repo for infra and running msync manually after a change lands there? | 16:47 |
pc_m | anteaya: Thanks. | 16:47 |
anteaya | pc_m: we are all off on physical meetings this week | 16:47 |
*** bknudson has joined #openstack-infra | 16:47 | |
anteaya | pc_m: except mordred who is on a beach | 16:47 |
nibalizer | pabelanger: I don't understand your last | 16:48 |
anteaya | but perhaps someone can read backscroll and offer some suggestions | 16:48 |
pabelanger | nibalizer: If people want to go to that route, I'm cool with it. | 16:48 |
pc_m | anteaya: ah. Maybe QA folks may know? | 16:48 |
mordred | aroo? | 16:48 |
pabelanger | I just haven't looked into msync to see how it would work | 16:48 |
jeblair | /kick mordred | 16:48 |
anteaya | pc_m: Depends-On: is your way forward | 16:48 |
mordred | anteaya: jungle right now, actually | 16:48 |
anteaya | mordred: yay | 16:48 |
jeblair | mordred: you suck at vacations | 16:48 |
nibalizer | jeblair: doit | 16:48 |
pabelanger | guess I could check that out now | 16:48 |
anteaya | mordred: can you bring me back a rock? | 16:48 |
mordred | jeblair: I'm having a great vacation | 16:48 |
mordred | anteaya: I will try | 16:48 |
*** david-lyle has joined #openstack-infra | 16:48 | |
anteaya | pc_m: try rebasing your plugin patch | 16:48 |
anteaya | mordred: thanks | 16:49 |
pabelanger | nibalizer: it shouldn't be hard to migrate into msync either, from my script | 16:49 |
nibalizer | yua | 16:49 |
pabelanger | just need to fix the update function to call it version the script local | 16:49 |
pc_m | anteaya: OK. | 16:49 |
*** geoffarn_ has quit IRC | 16:49 | |
pc_m | anteaya: So Depends-On will include the changes from the other patch, in the run?' | 16:50 |
anteaya | pc_m: that is the expectation yes, and has done in other instances | 16:50 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-askbot: Migrate to puppet-httpd module https://review.openstack.org/198827 | 16:50 |
pc_m | anteaya: OK. I'll play more and maybe ping some people on QA list. Thanks for the help. | 16:51 |
*** sergmelikyan has joined #openstack-infra | 16:51 | |
nibalizer | ok im going afk for a bit | 16:51 |
nibalizer | maybe aroun lunch I'll circle back and check in | 16:51 |
anteaya | pc_m: good luck, thanks for understanding | 16:51 |
nibalizer | spredzy: it looks like AJaeger has some legitimate feedback on that review | 16:51 |
*** krtaylor has joined #openstack-infra | 16:52 | |
*** jog0 is now known as jogo | 16:52 | |
nibalizer | can you fixup/respond to those, and keep an eye out for making it general enough that infra can use it as well? | 16:52 |
*** pal has joined #openstack-infra | 16:52 | |
*** mrmartin has quit IRC | 16:53 | |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-zuul: Update from puppet-modules-sync https://review.openstack.org/204163 | 16:54 |
SpamapS | Hm, so I think I'm ready to suggest that we should maybe just have a Bifrost based Ironic instead of a full metal cloud for infra-cloud. Should that have its own topic for infra meeting today? | 16:54 |
spredzy | nibalizer, will fixup/respond to those, about general enough, do you see anything that wouldn't work with openstack-infra/puppet-* modules | 16:54 |
*** patrickeast has joined #openstack-infra | 16:54 | |
sdague | lifeless / fungi - is this a kosher change in the new world - https://review.openstack.org/#/c/199788/1/test-requirements.txt,cm ? | 16:55 |
SpamapS | I could also just propose a revision to the spec/docs and we can discuss in open discussion. | 16:55 |
*** ricky1 has joined #openstack-infra | 16:55 | |
mordred | spam | 16:55 |
mordred | gah | 16:55 |
mordred | SpamapS: I already did | 16:55 |
nibalizer | spredzy: well the openstack/puppet- modulesync config repo is hardcoded | 16:55 |
mordred | SpamapS: go review my revision | 16:55 |
mordred | :) | 16:55 |
*** sergmelikyan has quit IRC | 16:55 | |
nibalizer | so some logic would need to be added for paramaterizing that | 16:55 |
*** sergmelikyan has joined #openstack-infra | 16:56 | |
spredzy | nibalizer, well something is missing in this review and it is the configuration of modulesync.yml | 16:56 |
AJaeger | nibalizer: which review are you talking about? | 16:56 |
*** jasondotstar has quit IRC | 16:56 | |
ricky1 | mordred: heya, are we good to land https://review.openstack.org/#/c/183527/ ? | 16:56 |
spredzy | but do you want both project to share the same modulesync repo? a a different one ? | 16:56 |
nibalizer | I think each project needs its own modulesync repo | 16:56 |
nibalizer | but I'm open to the idea that we could share | 16:57 |
nibalizer | I think that would require tighter cooperation than we have today | 16:57 |
nibalizer | okay /me -> afk really now | 16:57 |
spredzy | sounds like a good goal | 16:57 |
SpamapS | mordred: oh doh! haha | 16:58 |
SpamapS | mordred: also, go have more ceviche. | 16:58 |
*** sdake has joined #openstack-infra | 16:58 | |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-zuul: Update from puppet-modules-sync https://review.openstack.org/204163 | 16:59 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-zuul: Updates for puppet-4 checks https://review.openstack.org/204168 | 16:59 |
*** jsavak has quit IRC | 16:59 | |
*** esmute_ has joined #openstack-infra | 16:59 | |
mordred | ricky1: sorry, meant to +A earlier ... done | 16:59 |
*** ihrachyshka has joined #openstack-infra | 17:00 | |
ricky1 | \o/ | 17:00 |
mordred | SpamapS: all the ceviche | 17:00 |
ricky1 | thx :-) | 17:00 |
mordred | SpamapS: the black conch ceviche yesterday was epic | 17:00 |
*** abregman is now known as abregman|mtg | 17:01 | |
SpamapS | mordred: Pretty sure The Black Conch is a UNESCO world heritage site. | 17:02 |
mordred | SpamapS: I ate all of it. tasty heritage | 17:02 |
*** julim_ has joined #openstack-infra | 17:03 | |
*** tonytan4ever has quit IRC | 17:03 | |
*** jsavak has joined #openstack-infra | 17:03 | |
openstackgerrit | Merged openstack-infra/infra-specs: Host trystack.o.o site https://review.openstack.org/195098 | 17:04 |
*** dansmith has quit IRC | 17:05 | |
*** dansmith has joined #openstack-infra | 17:05 | |
*** julim has quit IRC | 17:05 | |
*** dansmith has quit IRC | 17:05 | |
*** dansmith has joined #openstack-infra | 17:06 | |
pabelanger | nibalizer: http://pastebin.com/VEiDiqHQ | 17:06 |
*** prad has joined #openstack-infra | 17:07 | |
*** mriedem has joined #openstack-infra | 17:07 | |
fungi | sdague: 199788 would be better if it explained where in the requirements tooling runtime RequirementParseError is being matched. also i have no idea if tox will successfully upgrade the setuptools version specified in test-requirements.txt or not | 17:07 |
*** persia__ is now known as persia | 17:07 | |
*** persia has quit IRC | 17:08 | |
*** persia has joined #openstack-infra | 17:08 | |
*** unicell has joined #openstack-infra | 17:08 | |
*** shashank_hegde has joined #openstack-infra | 17:08 | |
fungi | presumably that's attempting to correct an issue when running unit tests of the requirements repo on a system with older virtualenv | 17:08 |
*** esp has joined #openstack-infra | 17:08 | |
esp | ping clarkb | 17:08 |
fungi | but the commit message is certainly vague | 17:08 |
*** mrmartin has joined #openstack-infra | 17:09 | |
*** mrmartin has quit IRC | 17:09 | |
*** signed8bit is now known as signed8bit_ZZZzz | 17:10 | |
sdague | mordred: aren't you supposed to be on vacation? | 17:10 |
mordred | sdague: I am! | 17:10 |
mordred | sdague: having a great time, in fact :) | 17:10 |
freerunner | Hi folks! I'm sorry, but can you review this https://review.openstack.org/#/c/203177/ ? This patch already have one +2. | 17:11 |
pabelanger | looking for some +2 love on a few puppet patchsets. https://review.openstack.org/#/c/202884/ this is for fedora 22 support | 17:11 |
AJaeger | freerunner: what is the patch about? | 17:11 |
mordred | currently sitting by a pool next to a river that flows into the canal in a jungle | 17:11 |
*** mwagner_lap has joined #openstack-infra | 17:11 | |
AJaeger | mordred: You make me envious ;) Enjoy! | 17:11 |
*** davideagnello has quit IRC | 17:12 | |
*** jtomasek has quit IRC | 17:12 | |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-apps_site: Update from puppet-modules-sync https://review.openstack.org/204172 | 17:13 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-zuul: Update from puppet-modules-sync https://review.openstack.org/204168 | 17:13 |
*** Swami has joined #openstack-infra | 17:13 | |
*** esmute_ has quit IRC | 17:13 | |
*** esmute_ has joined #openstack-infra | 17:14 | |
freerunner | AJaeger: This patch disable requirements job for kilo/juno branches and make requirements job in murano-related projects using job-template for requirements. | 17:14 |
mriedem | zul: mordred: care to take a look at this sqla-migrate change to unblock that repo? https://review.openstack.org/#/c/202170/ | 17:15 |
mriedem | zigo: ^ | 17:15 |
mriedem | i'm running down the core list | 17:16 |
mriedem | mikal: ^ | 17:16 |
*** jasondotstar has joined #openstack-infra | 17:16 | |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-zuul: Updates for puppet-4 checks https://review.openstack.org/204168 | 17:16 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-zuul: Update from puppet-modules-sync https://review.openstack.org/204163 | 17:17 |
*** esmute_ has quit IRC | 17:17 | |
*** davideagnello has joined #openstack-infra | 17:17 | |
*** esmute_ has joined #openstack-infra | 17:18 | |
*** shashank_hegde has quit IRC | 17:19 | |
*** MarkAtwood has quit IRC | 17:20 | |
*** esmute_ has quit IRC | 17:20 | |
*** esmute_ has joined #openstack-infra | 17:20 | |
*** pal has quit IRC | 17:23 | |
*** markmcclain has joined #openstack-infra | 17:27 | |
*** glauco_ has joined #openstack-infra | 17:28 | |
*** tonytan4ever has joined #openstack-infra | 17:28 | |
*** bswartz has quit IRC | 17:29 | |
*** achanda has joined #openstack-infra | 17:29 | |
*** patrickeast_ has joined #openstack-infra | 17:31 | |
*** sputnik13 has joined #openstack-infra | 17:32 | |
*** abregman|mtg is now known as abregman | 17:32 | |
*** Hunner has joined #openstack-infra | 17:32 | |
*** signed8bit_ZZZzz is now known as signed8bit | 17:32 | |
*** koolhead_ has joined #openstack-infra | 17:33 | |
*** davidlenwell_ is now known as davidlenwell | 17:33 | |
openstackgerrit | Merged openstack-infra/shade: Add initial designate read-only operations https://review.openstack.org/183527 | 17:34 |
*** shardy_ has joined #openstack-infra | 17:34 | |
*** dimtruck is now known as zz_dimtruck | 17:35 | |
*** koolhead17 has quit IRC | 17:35 | |
*** ihrachyshka has quit IRC | 17:36 | |
*** shardy has quit IRC | 17:36 | |
*** annegentle has joined #openstack-infra | 17:36 | |
*** annegentle_ has joined #openstack-infra | 17:36 | |
*** jsavak has quit IRC | 17:36 | |
*** derekh has quit IRC | 17:37 | |
*** jsavak has joined #openstack-infra | 17:37 | |
*** dizquierdo has quit IRC | 17:38 | |
*** patrickeast_ has quit IRC | 17:38 | |
*** annegent_ has joined #openstack-infra | 17:39 | |
*** annegen__ has joined #openstack-infra | 17:39 | |
*** shardy_ has quit IRC | 17:39 | |
*** shardy has joined #openstack-infra | 17:40 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for glance AttributeError bug 1476770 https://review.openstack.org/204176 | 17:41 |
uvirtbot | Launchpad bug 1476770 in glance "_translate_from_glance fails with "AttributeError: id" in grenade" [High,Confirmed] https://launchpad.net/bugs/1476770 | 17:41 |
openstack | bug 1476770 in Glance "_translate_from_glance fails with "AttributeError: id" in grenade" [High,Confirmed] https://launchpad.net/bugs/1476770 | 17:41 |
uvirtbot | Launchpad bug 1476770 in glance "_translate_from_glance fails with "AttributeError: id" in grenade" [High,Confirmed] | 17:41 |
*** thorst1 has quit IRC | 17:41 | |
*** annegentle_ has quit IRC | 17:41 | |
*** annegentle has quit IRC | 17:41 | |
*** btully has quit IRC | 17:43 | |
*** signed8bit is now known as signed8bit_ZZZzz | 17:44 | |
*** shashank_hegde has joined #openstack-infra | 17:44 | |
*** esmute_ has quit IRC | 17:44 | |
*** davideagnello has quit IRC | 17:45 | |
*** maishsk has joined #openstack-infra | 17:46 | |
*** Sherif is now known as sherif | 17:46 | |
*** abregman has quit IRC | 17:46 | |
*** bitblt has joined #openstack-infra | 17:48 | |
*** pvaneck has joined #openstack-infra | 17:49 | |
openstackgerrit | Doug Hellmann proposed openstack/requirements: Fix constraint integration test https://review.openstack.org/204181 | 17:50 |
*** HeOS has joined #openstack-infra | 17:50 | |
*** thorst has joined #openstack-infra | 17:50 | |
*** dahoo has joined #openstack-infra | 17:50 | |
*** dahoo is now known as jerryz | 17:50 | |
*** signed8bit_ZZZzz is now known as signed8bit | 17:50 | |
dhellmann | lifeless: ^^ should take care of the issue I raised earlier today | 17:51 |
*** bitblt has quit IRC | 17:51 | |
openstackgerrit | Craig Bryant proposed openstack-infra/project-config: Turn on python 2.7 tests for monasca-ceilometer https://review.openstack.org/204183 | 17:51 |
*** bitblt has joined #openstack-infra | 17:51 | |
*** glauco_ has quit IRC | 17:51 | |
*** annegent_ has quit IRC | 17:51 | |
*** annegen__ has quit IRC | 17:51 | |
*** pelix has quit IRC | 17:52 | |
*** zz_dimtruck is now known as dimtruck | 17:52 | |
*** jasondotstar has quit IRC | 17:52 | |
*** MarkAtwood has joined #openstack-infra | 17:53 | |
dhellmann | lifeless, sdague, ttx, fungi, jeblair : do we want to have a requirements check that all of the items in global-requirements.txt have an entry in upper-constraints.txt? | 17:54 |
crinkle | pabelanger: nibalizer the problem with using modulesync in this particular case is that along with adding the gemfiles there is also the step of fixing the lint errors, so it's still pretty manual | 17:54 |
lifeless | dhellmann: no | 17:54 |
lifeless | dhellmann: (because we deliberately don't put them all in there - see blacklist.txt) | 17:54 |
lifeless | dhellmann: https://review.openstack.org/#/c/201893/ | 17:54 |
*** geoffarnold has joined #openstack-infra | 17:54 | |
*** ivar-lazzaro has joined #openstack-infra | 17:54 | |
dhellmann | lifeless: ok. I'm looking at https://review.openstack.org/#/c/154354/5/global-requirements.txt,cm and trying to figure out how to automate telling people they need to add entries to upper-constraints.txt when they add new requirements | 17:54 |
*** cdent has quit IRC | 17:54 | |
*** bharath has joined #openstack-infra | 17:54 | |
*** markvoelker has joined #openstack-infra | 17:55 | |
pabelanger | crinkle: Ya, I haven't had much success with it actually. Ruby errors | 17:55 |
*** HeOS has quit IRC | 17:55 | |
pabelanger | crinkle: also, since it does the git cloning, we loose the zuul functionality / with current system | 17:55 |
*** sergmelikyan has quit IRC | 17:55 | |
dhellmann | lifeless: I feel like I've had to explain that to several people this week, so even after the docs are updated it's going to be something we want to automate. Should the packages in global-requirements.txt = upper-constraints + that blacklist? | 17:55 |
pabelanger | I think a good start is getting some sync mech in place (like requirements), then figure out which toolset works the best for the actually puppet specific stuff. | 17:56 |
lifeless | dhellmann: also no, because upper-constraints is the transitive closure | 17:56 |
pabelanger | But honestly, to me, we just need to manually copy over the Gem and Rake files | 17:56 |
crinkle | pabelanger: yeah I'm always hesitant to recommend modulesync because there is potential for it to add more complexity then it resolves, when in this case cp in a for loop would do the trick | 17:56 |
lifeless | dhellmann: so, I'd be ok with folk not adding to upper-constraints.txt once we have the automated job firing on requirments changes workin | 17:57 |
pabelanger | crinkle: +1 | 17:57 |
lifeless | dhellmann: because then the latency - the unguarded period - is going to be pretty low. | 17:57 |
*** HeOS has joined #openstack-infra | 17:57 | |
*** bitblt has quit IRC | 17:58 | |
*** bitblt has joined #openstack-infra | 17:58 | |
AJaeger | pabelanger: did you see my change I3f2d6238c17f45dd149ec282270227a14c7dd1b1 ? We do syncing between documentation repos as well... | 17:59 |
lifeless | dhellmann: so, (global-requirements - blacklist ) should be a subset of upper-constraints | 18:00 |
*** baoli has quit IRC | 18:00 | |
*** glauco_ has joined #openstack-infra | 18:00 | |
*** esmute_ has joined #openstack-infra | 18:00 | |
lifeless | dhellmann: that would be worth checking | 18:00 |
lifeless | dhellmann: (perhaps you said that already - sorry) | 18:00 |
*** baoli has joined #openstack-infra | 18:00 | |
*** erlon has joined #openstack-infra | 18:01 | |
pabelanger | AJaeger: Ya, I think we could do something similar for the puppet modules | 18:02 |
*** annegentle has joined #openstack-infra | 18:02 | |
*** annegentle_ has joined #openstack-infra | 18:02 | |
pabelanger | AJaeger: infact, I hacked the propse_update script locally to do just that | 18:02 |
dhellmann | lifeless: I'm less concerned with the unguarded period than with having an extra review for every new project -- it also seems like a useful educational step to encourage folks to edit both lists when projects are added | 18:02 |
*** jaypipes has joined #openstack-infra | 18:02 | |
*** boris-42 has joined #openstack-infra | 18:02 | |
pabelanger | until it is working well locally, I'll see about getting it into the gate | 18:02 |
AJaeger | pabelanger: tools/sync-projects.sh is in openstack-manuals.... | 18:02 |
pabelanger | AJaeger: roger, checking now | 18:02 |
*** bharath_ has joined #openstack-infra | 18:03 | |
AJaeger | pabelanger: and there's projects.txt - like in requirements repo - as well | 18:03 |
dhellmann | lifeless: I think I said something like that subset expression, but less precisely. I'll throw together a test for that case | 18:03 |
pabelanger | AJaeger: Ya, thats what I did too locally | 18:03 |
* AJaeger tried to reuse as much as possible from requirements repo | 18:03 | |
AJaeger | cool, pabelanger ! | 18:03 |
*** davideagnello has joined #openstack-infra | 18:03 | |
*** HeOS has quit IRC | 18:03 | |
*** davideagnello has quit IRC | 18:04 | |
*** armax has quit IRC | 18:04 | |
*** otherwiseguy has quit IRC | 18:05 | |
*** davideagnello has joined #openstack-infra | 18:05 | |
*** abitha has joined #openstack-infra | 18:05 | |
*** notnownikki has quit IRC | 18:05 | |
*** derekh has joined #openstack-infra | 18:05 | |
*** bharath has quit IRC | 18:06 | |
*** koolhead_ has quit IRC | 18:07 | |
*** esp has left #openstack-infra | 18:07 | |
*** jsavak has quit IRC | 18:07 | |
*** jsavak has joined #openstack-infra | 18:08 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for glance AttributeError bug 1476770 https://review.openstack.org/204176 | 18:10 |
openstack | bug 1476770 in Glance "_translate_from_glance fails with "AttributeError: id" in grenade" [High,Confirmed] https://launchpad.net/bugs/1476770 | 18:10 |
uvirtbot | Launchpad bug 1476770 in glance "_translate_from_glance fails with "AttributeError: id" in grenade" [High,Confirmed] https://launchpad.net/bugs/1476770 | 18:10 |
uvirtbot | Launchpad bug 1476770 in glance "_translate_from_glance fails with "AttributeError: id" in grenade" [High,Confirmed] | 18:10 |
*** fhubik has quit IRC | 18:10 | |
openstackgerrit | Matt Riedemann proposed openstack/requirements: Cap urllib3<1.11 in stable/kilo for grenade https://review.openstack.org/204192 | 18:11 |
mriedem | lifeless: mtreinish: sdague: ^ look right for stable/kilo? | 18:11 |
*** rm_work|away has joined #openstack-infra | 18:12 | |
*** otherwiseguy has joined #openstack-infra | 18:12 | |
*** rm_work|away is now known as rm_work | 18:12 | |
*** rm_work has quit IRC | 18:12 | |
*** rm_work has joined #openstack-infra | 18:12 | |
mriedem | shit that's master | 18:12 |
mriedem | sec | 18:12 |
anteaya | mriedem: language | 18:12 |
*** sergmelikyan has joined #openstack-infra | 18:13 | |
mtreinish | anteaya: heh, he needs a swear jar | 18:13 |
anteaya | mtreinish: :) | 18:13 |
*** tbarron_ has joined #openstack-infra | 18:14 | |
*** sarob has joined #openstack-infra | 18:14 | |
openstackgerrit | Matt Riedemann proposed openstack/requirements: Cap urllib3<1.11 in stable/kilo for grenade https://review.openstack.org/204193 | 18:14 |
*** freyes has joined #openstack-infra | 18:15 | |
*** jamielennox has joined #openstack-infra | 18:15 | |
sdague | mriedem: did you throw up the dummy check yet? | 18:16 |
*** ryanpetrello has joined #openstack-infra | 18:16 | |
mriedem | sdague: not yet | 18:16 |
sdague | I can do it | 18:16 |
*** jamielennox is now known as jamielennox|away | 18:16 | |
mriedem | sdague: ok | 18:17 |
*** esmute_ has quit IRC | 18:17 | |
*** esmute_ has joined #openstack-infra | 18:17 | |
sdague | https://review.openstack.org/204194 | 18:18 |
*** doug-fish has quit IRC | 18:18 | |
*** btully has joined #openstack-infra | 18:19 | |
lifeless | mriedem: revieed | 18:19 |
sdague | mriedem: are there any glance people that are looking at this issue? | 18:20 |
fungi | s/that looking at this issue// ;) | 18:20 |
*** david-lyle has quit IRC | 18:21 | |
lifeless | fungi: zing, that is how my brain parsed the question | 18:21 |
* fungi kids, knows there totally are some glance people. at least one or two | 18:21 | |
mriedem | sdague: don't know | 18:22 |
mriedem | i'll spam their channel | 18:22 |
*** timrc_ has quit IRC | 18:23 | |
*** jamielennox|away is now known as jamielennox | 18:23 | |
*** vaidy has joined #openstack-infra | 18:23 | |
*** linkedinyou has joined #openstack-infra | 18:23 | |
*** isviridov_away has joined #openstack-infra | 18:23 | |
*** btully has quit IRC | 18:23 | |
openstackgerrit | Doug Hellmann proposed openstack/requirements: Require all requirements to be constrained or blacklisted https://review.openstack.org/204198 | 18:26 |
dhellmann | lifeless: ^^ I'd like to add that for now, and discuss removing it when we have the job automatically submitting updates to the constraints list. | 18:27 |
*** dprince has quit IRC | 18:27 | |
dhellmann | lifeless: for now it makes the reviewer's job easier | 18:27 |
*** yfried has joined #openstack-infra | 18:27 | |
openstackgerrit | Joshua Harlow proposed openstack/requirements: List 'singledispatch' in global-requirements https://review.openstack.org/204199 | 18:27 |
*** wznoinsk has quit IRC | 18:28 | |
*** sergmelikyan has quit IRC | 18:28 | |
*** dprince has joined #openstack-infra | 18:29 | |
*** Gareth has joined #openstack-infra | 18:30 | |
*** bswartz has joined #openstack-infra | 18:30 | |
*** annegentle has quit IRC | 18:30 | |
*** annegentle_ has quit IRC | 18:30 | |
anteaya | AJaeger: you changed your vote on https://review.openstack.org/#/c/180230/ | 18:31 |
anteaya | they want it on kilo and juno | 18:31 |
anteaya | I was talking with them in -neutron | 18:31 |
*** pcrews has quit IRC | 18:32 | |
anteaya | AJaeger: I approved since your +2 was there and now have -2'd to block | 18:32 |
*** wznoinsk has joined #openstack-infra | 18:32 | |
AJaeger | anteaya: since mtreinish said "This is not kilo compatible" | 18:32 |
AJaeger | and the job would run on kilo | 18:32 |
anteaya | he means that the job is in the kilo commented section in the tempest tests | 18:32 |
AJaeger | anteaya: no need to -2, if you remove your +A, it will not merge. | 18:32 |
mtreinish | AJaeger: it was just a nit on the order in layout.yaml | 18:32 |
anteaya | they are going to fix with a follow up patch | 18:33 |
anteaya | tempest has no kilo branch | 18:33 |
mtreinish | it didn't mean anything functionally | 18:33 |
openstackgerrit | Merged openstack-dev/pbr: Show how long the git querying takes https://review.openstack.org/202337 | 18:33 |
openstackgerrit | Dave Walker proposed openstack-infra/reviewstats: Add openstack/bandit project file https://review.openstack.org/204200 | 18:34 |
*** tonytan4ever has quit IRC | 18:34 | |
AJaeger | mtreinish: but it runs on neutron that has a kilo branch, doesn't it? | 18:34 |
anteaya | yes | 18:34 |
AJaeger | Ah, the line "kilo compat jobs for tempest master " | 18:34 |
mtreinish | AJaeger: does it? I didn't check that | 18:34 |
mtreinish | the kilo compat stuff on tempest is different though | 18:34 |
AJaeger | Now I'm getting mtreinish's nit | 18:34 |
mtreinish | that's running tempest master against a stable kilo devstack | 18:35 |
NobodyCam | good morning infra folk | 18:35 |
mtreinish | AJaeger: yeah, sorry I probably should have explained more about what I meant | 18:35 |
AJaeger | anteaya: can you confirm that this should run on neutron's stable/kilo branch? | 18:35 |
anteaya | AJaeger: http://eavesdrop.openstack.org/irclogs/%23openstack-neutron/%23openstack-neutron.2015-07-21.log.html#t2015-07-21T18:22:48 | 18:35 |
AJaeger | anteaya: thanks. | 18:36 |
*** ayoung has quit IRC | 18:36 | |
anteaya | AJaeger: welcome | 18:36 |
AJaeger | anteaya: so, to summarize: I was confused by mtreinish's comment and therefore decided to be on the safe side ;) | 18:36 |
anteaya | fair enough | 18:36 |
anteaya | I understand and would do the same | 18:37 |
NobodyCam | is there any chance I might be able to get a new glean package pushed to pypi? I think this dib change requires it: https://review.openstack.org/#/c/196389 | 18:37 |
AJaeger | So, do we get a change for the nit - or should the change get updated to fix it? | 18:37 |
*** armax has joined #openstack-infra | 18:37 | |
*** rossella_s has quit IRC | 18:37 | |
anteaya | there will be a follow up patch to address the nit | 18:37 |
AJaeger | I'm happy to review either quickly but like to see this solved before I +2 again | 18:37 |
AJaeger | anteaya: once that is there, I'll +2. | 18:37 |
openstackgerrit | Dave Walker proposed openstack-infra/reviewstats: Add openstack/anchor project file https://review.openstack.org/204203 | 18:37 |
anteaya | mestery: ^^ | 18:37 |
*** rossella_s has joined #openstack-infra | 18:37 | |
*** annegentle has joined #openstack-infra | 18:38 | |
*** annegentle has quit IRC | 18:38 | |
mestery | anteaya AJaeger: Yay! Lets hope Swami gest that rolled soon :) | 18:38 |
*** hogepodge has joined #openstack-infra | 18:38 | |
Swami | mestery: anteaya: yes I will be pushing it right now | 18:38 |
AJaeger | Swami: thanks! | 18:38 |
Swami | AJaeger: quick question | 18:38 |
AJaeger | Swami: yes? | 18:38 |
Swami | AJaeger: you mentioned in your comment to add "kilo". | 18:38 |
mestery | awesome | 18:39 |
Swami | Is that required, if I move the dvr job out of the "kilo" section | 18:39 |
AJaeger | Swami: ignore that comment. That was my confusion | 18:39 |
Swami | AJaeger: ok thanks. | 18:39 |
AJaeger | Swami: Just change the order... | 18:39 |
openstackgerrit | Swaminathan Vasudevan proposed openstack-infra/project-config: Make neutron-dvr job voting at the gate https://review.openstack.org/180230 | 18:39 |
Swami | AJaeger: mestery: just pushed. | 18:39 |
sigmavirus24 | mordred: should the grenade jobs be using requests installed from the system packages? | 18:40 |
openstackgerrit | Dave Walker proposed openstack-infra/reviewstats: Add openstack/security-specs project file https://review.openstack.org/204207 | 18:41 |
AJaeger | mtreinish: ok for you? | 18:41 |
*** sergmelikyan has joined #openstack-infra | 18:41 | |
AJaeger | anteaya: I gave my +2, over to you for commenting and approving ;) | 18:41 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-askbot: Migrate to puppet-httpd module https://review.openstack.org/198827 | 18:41 |
anteaya | AJaeger: thanks I'll wait until mtreinish replies to you or on the patch | 18:42 |
anteaya | AJaeger: thanks for your help | 18:42 |
mtreinish | AJaeger: is what ok? | 18:42 |
mtreinish | sry I got distracted | 18:42 |
anteaya | mtreinish: new patchset for 180230 | 18:42 |
mtreinish | oh ok | 18:42 |
anteaya | mtreinish: standing by for your review | 18:43 |
*** amick has quit IRC | 18:44 | |
*** mrmartin has joined #openstack-infra | 18:44 | |
mtreinish | ok I commented, I have another nit, but we can fix that in a follow up | 18:45 |
nibalizer | no cloneurl on cgit pages anymore? https://git.openstack.org/cgit/openstack-infra/system-config/ | 18:45 |
anteaya | AJaeger: do you want to fix the nit in this patchset or can we do it in a follow up patch? | 18:46 |
timrc | But we got this nifty drop down with branch names and a "switch" button nibalizer | 18:46 |
anteaya | mtreinish: thanks | 18:46 |
mtreinish | nibalizer: hmm, it used to be there | 18:46 |
mtreinish | I guess something changed | 18:47 |
mtreinish | granted it's not that hard to remember git://git.openstack.org/openstack-infra/system-config | 18:47 |
anteaya | nibalizer mtreinish agreed, how odd | 18:47 |
anteaya | pleia2: the git clone url on the cgit summary page has disappeared | 18:48 |
anteaya | random clicking confirms same for all repos | 18:48 |
AJaeger | anteaya: your call ;) | 18:49 |
anteaya | AJaeger: thanks | 18:49 |
anteaya | Swami: I'll merge this and then make a new patch to address mtreinish comments please, as a child of this patch | 18:50 |
Swami | anteaya: I have already addressed mtreinish comments. | 18:50 |
*** crc32 has joined #openstack-infra | 18:50 | |
anteaya | Swami: his latest comment | 18:51 |
anteaya | Swami: look at patchset 15 please | 18:51 |
Swami | anteaya: got it | 18:51 |
anteaya | Swami: thank you | 18:51 |
dhellmann | mriedem: is https://review.openstack.org/#/c/203372/1 related to the glance issue you reported on the ML? | 18:51 |
crinkle | jesusaurus: could you check my logic on https://review.openstack.org/#/c/203868/ since i think you were the author of that class? | 18:52 |
*** jasondotstar has joined #openstack-infra | 18:52 | |
mriedem | dhellmann: no | 18:53 |
mriedem | dhellmann: this is https://review.openstack.org/#/c/204193/ | 18:53 |
mriedem | dhellmann: and this is testing the theory https://review.openstack.org/#/c/204194/ | 18:53 |
dhellmann | mriedem: ok, I'll leave the glance_store change alone for now then until the other issues are worked out | 18:54 |
mriedem | dhellmann: the glance_store 0.7.1 just has the rbd fix from saturday for the weekend breakage | 18:55 |
mriedem | so we can get py34 working with glance_store again | 18:55 |
*** abregman has joined #openstack-infra | 18:55 | |
*** s0nea has quit IRC | 18:55 | |
dhellmann | mriedem: so it's safe to approve? I'm trying to minimize the number of glance-related changes | 18:55 |
pleia2 | anteaya: I suspect https://review.openstack.org/#/c/181835/ landing might have caused some config hiccups, I'll have a look in a bit | 18:56 |
*** s0nea has joined #openstack-infra | 18:57 | |
mriedem | dhellmann: i think yes, but it's fine to wait until the current fire is put out | 18:58 |
*** thorst has quit IRC | 18:58 | |
anteaya | pleia2: thanks! | 18:59 |
pabelanger | was looking for thoughts on https://review.openstack.org/#/c/203749/ | 18:59 |
dhellmann | mriedem: ok, I'll wait | 18:59 |
*** ianw has quit IRC | 18:59 | |
pabelanger | about adding the devstack-{ostype} for our puppet-apply jobs | 18:59 |
*** ianw has joined #openstack-infra | 18:59 | |
pabelanger | since bare-trusty and devstack-trusty should be the same | 19:00 |
pabelanger | from puppet-apply POV | 19:00 |
sdague | mtreinish: have you considered emailing the list to let them know we're in doom state, because I'm still waiting for the grenade jobs to start because we're so backlogged | 19:00 |
pleia2 | meeting time :) | 19:00 |
sdague | to avoid more rechecks | 19:00 |
mtreinish | sdague: I thought mriedem did that | 19:00 |
*** geoffarnold has quit IRC | 19:00 | |
mtreinish | sdague: http://lists.openstack.org/pipermail/openstack-dev/2015-July/070132.html | 19:01 |
mriedem | yes i notified the world | 19:01 |
*** _nadya_ has joined #openstack-infra | 19:01 | |
dhellmann | sdague: please check https://review.openstack.org/204181 -- I noticed that the test verifying that the constraints list was right was always passing | 19:02 |
*** dprince has quit IRC | 19:03 | |
*** davideagnello has quit IRC | 19:03 | |
*** davideagnello has joined #openstack-infra | 19:04 | |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-zuul: Updates for puppet-4 checks https://review.openstack.org/204168 | 19:04 |
*** e0ne has joined #openstack-infra | 19:04 | |
*** timrc- has joined #openstack-infra | 19:05 | |
*** bknudson has quit IRC | 19:06 | |
*** MarkAtwood has quit IRC | 19:07 | |
*** thorst has joined #openstack-infra | 19:07 | |
*** pcrews has joined #openstack-infra | 19:09 | |
*** gyee has quit IRC | 19:11 | |
*** amit213 has quit IRC | 19:14 | |
*** amit213 has joined #openstack-infra | 19:14 | |
*** geoffarnold has joined #openstack-infra | 19:15 | |
*** timrc- has quit IRC | 19:16 | |
*** glauco_ has quit IRC | 19:16 | |
*** shashank_hegde has quit IRC | 19:16 | |
*** sergmelikyan has quit IRC | 19:16 | |
*** timrc_ has joined #openstack-infra | 19:17 | |
*** glauco_ has joined #openstack-infra | 19:17 | |
*** sergmelikyan has joined #openstack-infra | 19:17 | |
*** timrc_ has quit IRC | 19:18 | |
*** jasondotstar has quit IRC | 19:18 | |
jesusaurus | crinkle: looking | 19:18 |
*** shashank_hegde has joined #openstack-infra | 19:18 | |
*** davideagnello has quit IRC | 19:19 | |
openstackgerrit | Merged openstack-infra/project-config: Add check-requirements job to 2 projects https://review.openstack.org/199976 | 19:19 |
Daviey | dhellmann: can blacklist.txt support a comment field, as to why it is in there? | 19:20 |
*** sergmelikyan has quit IRC | 19:21 | |
*** dustins_ has joined #openstack-infra | 19:21 | |
*** cody-somerville has quit IRC | 19:22 | |
dhellmann | Daviey: it appears to be parsed using the same parser as everything else, so I think so. That's a good idea. | 19:23 |
*** pcrews has quit IRC | 19:23 | |
*** dustins has quit IRC | 19:25 | |
*** annegentle has joined #openstack-infra | 19:25 | |
*** annegentle_ has joined #openstack-infra | 19:25 | |
dougwig | hi infra. i didn't see the content for this in the usual repos, or i would submit a patch, but can we add a link to /meetings on the new home page for eavesdrop.openstack.org ? | 19:26 |
fungi | dougwig: i think the individual meetings now have separate ics links? | 19:28 |
fungi | "ICS file for this specific meeting" | 19:29 |
dims_ | mriedem: so we are watching 204194, 204193, 204192 for the urllib3 caps? | 19:29 |
clarkb | fungi I thinj the link to the logs are now missing | 19:29 |
fungi | dougwig: oh! you mean for the index of meeting logs | 19:29 |
clarkb | ya | 19:29 |
mriedem | dims_: just the first 2 | 19:30 |
* fungi mis-parsed dougwig's question | 19:30 | |
*** sdake_ has joined #openstack-infra | 19:31 | |
*** shashank_hegde has quit IRC | 19:32 | |
*** shashank_hegde has joined #openstack-infra | 19:33 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: Add db migration to align column size to 255 and drop FKs https://review.openstack.org/203251 | 19:33 |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: Compact existing schema and start 1.x.x release branch https://review.openstack.org/203252 | 19:34 |
*** david-lyle has joined #openstack-infra | 19:34 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: SUPER WIP: Stop using oslo anything https://review.openstack.org/203308 | 19:34 |
*** sdake has quit IRC | 19:34 | |
*** annegentle has quit IRC | 19:36 | |
*** annegentle_ has quit IRC | 19:36 | |
*** abregman has quit IRC | 19:37 | |
*** annegentle has joined #openstack-infra | 19:37 | |
*** annegent_ has joined #openstack-infra | 19:37 | |
*** annegentle is now known as Guest15112 | 19:37 | |
*** _nadya_ has quit IRC | 19:39 | |
*** _nadya_ has joined #openstack-infra | 19:40 | |
jesusaurus | crinkle: im not actually that familiar with selinux, and have only done a little work with the cgit module | 19:40 |
pabelanger | nibalizer: crinkle: are you okay with these files for the sync? https://review.openstack.org/#/c/204227/ | 19:42 |
pabelanger | it is based on the work crinkle has been doing | 19:42 |
pabelanger | once, reviews are created. I'll rebase into it with actually changes that are needed | 19:42 |
pabelanger | and I'll skip the projects that have current reviews open for crinkle changes | 19:43 |
*** Guest15112 has quit IRC | 19:43 | |
jesusaurus | crinkle: but after reading some manpages, i agree with your commit message | 19:44 |
*** _nadya_ has quit IRC | 19:44 | |
nibalizer | pabelanger: yes i m ok with that | 19:45 |
*** maishsk has quit IRC | 19:46 | |
*** maishsk has joined #openstack-infra | 19:46 | |
jeblair | pabelanger, nibalizer, crinkle: does this look like a gem dependency in openstackci is failing? http://logs.openstack.org/72/204172/1/check/gate-openstackci-beaker-trusty-dsvm/c9abd53/console.html | 19:47 |
*** ayoung has joined #openstack-infra | 19:47 | |
jeblair | seems to be hitting all of the openstackci beaker tests | 19:48 |
pabelanger | looks like it | 19:48 |
pabelanger | I have no idea what nokogiri is | 19:48 |
jeblair | it isn't a direct dependency | 19:48 |
*** ildikov has joined #openstack-infra | 19:48 | |
crinkle | jeblair: hrm i would have thought http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/puppet-module-jobs.yaml#n40 would fix that | 19:49 |
*** abregman has joined #openstack-infra | 19:49 | |
crinkle | pabelanger: i agree with those files but i still think there will be a manual process of getting things linted correctly | 19:49 |
nibalizer | pabelanger: nokogiri is an xml processing library | 19:49 |
crinkle | jesusaurus: cool thanks | 19:49 |
jeblair | crinkle: yeah, but we're running this job which doesn't have that: http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/infra.yaml#n107 | 19:50 |
*** MarkAtwood has joined #openstack-infra | 19:50 | |
jeblair | i guess we need to copy it over? | 19:50 |
*** thedodd has joined #openstack-infra | 19:50 | |
crinkle | jeblair: yeah looks like we should add that | 19:50 |
openstackgerrit | Aaron Sahlin proposed openstack/requirements: Update Magic Search version https://review.openstack.org/202752 | 19:50 |
crinkle | actually i think it should only need one of those packages now | 19:50 |
* crinkle checks which one | 19:51 | |
jeblair | crinkle: (maybe we could move that into the uninstall-puppet builder (and rename it to do-lots-of-things-to-prepare-a-host-to-run-puppet?)) | 19:51 |
openstackgerrit | Merged openstack-infra/irc-meetings: Add meeting id and agenda url for Rally project https://review.openstack.org/203898 | 19:52 |
crinkle | http://git.openstack.org/cgit/openstack-infra/project-config/commit/jenkins/jobs/puppet-module-jobs.yaml?id=917958c545a1f69b62b454509e0e3fc1bfc6c5db says zlib1g-dev should be the only one we need | 19:52 |
*** tsekiyama has joined #openstack-infra | 19:52 | |
*** jsavak has quit IRC | 19:52 | |
crinkle | jeblair: sure | 19:53 |
nibalizer | or just find where we install ruby-dev and add it there | 19:53 |
nibalizer | one does not simply gem install nokogiri | 19:54 |
pabelanger | crinkle: ya, some manual work to make gate pass, I'm find doing that part | 19:54 |
crinkle | pabelanger: kk | 19:54 |
openstackgerrit | Merged openstack-infra/reviewstats: Add openstack/bandit project file https://review.openstack.org/204200 | 19:54 |
jeblair | crinkle: do you want to take care of the project-config changes? | 19:54 |
openstackgerrit | Merged openstack-infra/reviewstats: Add openstack/anchor project file https://review.openstack.org/204203 | 19:55 |
crinkle | jeblair: i am about to be afk-ish for about 4 hours, could add it tonight | 19:55 |
pabelanger | nibalizer: were you planning on doing puppet-httpd stuff today? | 19:56 |
jeblair | crinkle: nm, i'll take care of it then | 19:56 |
crinkle | jeblair: thanks | 19:56 |
jeblair | np | 19:56 |
nibalizer | pabelanger: I'm not root so can't babysit them, but I'm happy to approve if an infra-root promises to be on-hand if breakage occurs | 19:57 |
nibalizer | mostly im staring at this trying to check it for bugs | 19:57 |
nibalizer | https://review.openstack.org/#/c/203868/1/manifests/selinux.pp | 19:57 |
jeblair | nibalizer: can do | 19:57 |
timrc | My god, why did I just look at cgit/ui-summary.c | 19:58 |
nibalizer | jeblair: aight | 19:58 |
*** bitblt has quit IRC | 19:58 | |
*** doug-fish has joined #openstack-infra | 20:01 | |
*** soren has joined #openstack-infra | 20:01 | |
*** peristeri has quit IRC | 20:02 | |
asselin | nibalizer, sorry to bug you again, but this one should be easy to review/merge: https://review.openstack.org/#/c/200643/1 | 20:02 |
*** ajmiller has quit IRC | 20:02 | |
*** e0ne has quit IRC | 20:02 | |
nibalizer | asselin: no bug away! I have spinning plates syndrome | 20:02 |
asselin | lol | 20:03 |
*** jtomasek has joined #openstack-infra | 20:03 | |
*** bharath has joined #openstack-infra | 20:03 | |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Install dependencies needed for gems in macro https://review.openstack.org/204233 | 20:03 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-apparmor: Add Gemfile and puppet 4 checks https://review.openstack.org/204234 | 20:03 |
*** ajmiller has joined #openstack-infra | 20:04 | |
jeblair | crinkle, nibalizer, EmilienM|off: https://review.openstack.org/204233 | 20:04 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-apps_site: Add Gemfile and puppet 4 checks https://review.openstack.org/204172 | 20:04 |
*** bharath_ has quit IRC | 20:04 | |
*** bharath__ has joined #openstack-infra | 20:04 | |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-askbot: Add Gemfile and puppet 4 checks https://review.openstack.org/204155 | 20:04 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-asterisk: Add Gemfile and puppet 4 checks https://review.openstack.org/204235 | 20:04 |
*** ayoung is now known as ayoung-mtg | 20:04 | |
openstackgerrit | Merged openstack-infra/reviewstats: Add openstack/security-specs project file https://review.openstack.org/204207 | 20:06 |
*** btully has joined #openstack-infra | 20:07 | |
*** bharath has quit IRC | 20:08 | |
openstackgerrit | Paul Michali proposed openstack-infra/project-config: VPNaaS: Experimental grenade job https://review.openstack.org/204114 | 20:08 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-apparmor: Add Gemfile and puppet 4 checks https://review.openstack.org/204234 | 20:11 |
*** mrmartin has quit IRC | 20:11 | |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-asterisk: Add Gemfile and puppet 4 checks https://review.openstack.org/204235 | 20:11 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-bandersnatch: Add Gemfile and puppet 4 checks https://review.openstack.org/204239 | 20:11 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-cgit: Add Gemfile and puppet 4 checks https://review.openstack.org/204240 | 20:12 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-dashboard: Add Gemfile and puppet 4 checks https://review.openstack.org/204241 | 20:12 |
*** btully has quit IRC | 20:12 | |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-etherpad_lite: Add Gemfile and puppet 4 checks https://review.openstack.org/204242 | 20:12 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-exim: Add Gemfile and puppet 4 checks https://review.openstack.org/204243 | 20:12 |
*** tbarron_ is now known as tbarron | 20:13 | |
*** jsavak has joined #openstack-infra | 20:14 | |
openstackgerrit | Timothy R. Chavez proposed openstack-infra/puppet-cgit: Add clone-prefixes https://review.openstack.org/204245 | 20:14 |
timrc | anteaya, mtreinish, jesusaurus :) | 20:14 |
nibalizer | woot | 20:14 |
anteaya | timrc: thank you | 20:14 |
anteaya | pleia2: ^^ | 20:14 |
openstackgerrit | Merged openstack-infra/puppet-openstackci: Add ability to set zuul.conf smtp settings https://review.openstack.org/200643 | 20:15 |
timrc | We had to look at the C code that generates HTML to figure out that a configuration problem. | 20:15 |
adam_g | mriedem, hi, any chance you might be able to cut a python-novaclient 2.23.1 from stable/kilo? re https://bugs.launchpad.net/python-novaclient/+bug/1468819 | 20:15 |
openstack | Launchpad bug 1468819 in python-novaclient "ImportError i18n in stable/kilo client" [Undecided,Confirmed] | 20:15 |
uvirtbot | Launchpad bug 1468819 in python-novaclient "ImportError i18n in stable/kilo client" [Undecided,Confirmed] | 20:15 |
uvirtbot | Launchpad bug 1468819 in python-novaclient "ImportError i18n in stable/kilo client" [Undecided,Confirmed] https://launchpad.net/bugs/1468819 | 20:15 |
timrc | that it was* | 20:15 |
*** abitha has quit IRC | 20:15 | |
anteaya | timrc: well done | 20:15 |
NobodyCam | would anyone with the correct perms have the time to push a new version of glean to pypi? I think this dib change requires it: https://review.openstack.org/#/c/196389 and dependent change in glean broke the simple-init dib element | 20:15 |
*** kgiusti has left #openstack-infra | 20:16 | |
mriedem | adam_g: probably yes | 20:16 |
NobodyCam | I tested with repo install and it did work as expected | 20:16 |
mriedem | although i'm an openstack/releases virgin, the pattern seems simple enough | 20:16 |
pleia2 | timrc: yay, thanks | 20:17 |
adam_g | mriedem, oh! sorry, i saw your name on the first tag i looked at in that repo | 20:17 |
mriedem | adam_g: i guess that's this one https://review.openstack.org/#/c/202656/ | 20:17 |
mriedem | but https://review.openstack.org/#/c/173834/ is also approved | 20:18 |
adam_g | mriedem, oh maybe, but ya--its in g-r now. same issue going on in neutronclient | 20:18 |
*** sherif has quit IRC | 20:19 | |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Add gate checks for puppet-apparmor https://review.openstack.org/204250 | 20:19 |
mriedem | i'm also trying to figure out how we know which version to build from stable/kilo, i think i've only done release tags from master | 20:19 |
*** shashank_hegde has quit IRC | 20:20 | |
mriedem | https://github.com/openstack/requirements/blob/stable/kilo/global-requirements.txt#L133 | 20:20 |
mriedem | i guess it'd have to be 2.23.1 | 20:20 |
*** bhunter71 has quit IRC | 20:20 | |
*** signed8bit is now known as signed8bit_ZZZzz | 20:20 | |
*** AJaeger has quit IRC | 20:21 | |
pc_m | Had a question for folks... https://review.openstack.org/#/c/202627 was +2/+A at 2:37 PM (it is 4:19 now), but I don't see it in Zuul and there is no indication that it has merged. There is an indication of success in the check pipeline. | 20:21 |
pc_m | Anyone know how I can tell the state of the commit? | 20:21 |
adam_g | mriedem, might want to give 173834 a chance to clear the gate. a similar update to neutroncleint is blowing up there | 20:21 |
mriedem | adam_g: ok | 20:21 |
mriedem | i can at least prep the releases cahnge | 20:21 |
mriedem | *change | 20:22 |
adam_g | mriedem, oh, maybe these look familiar to you? http://logs.openstack.org/06/201206/1/gate/gate-tempest-dsvm-neutron-src-python-neutronclient/d4eb7c8/logs/screen-n-api.txt.gz#_2015-07-21_20_11_44_106 | 20:22 |
mriedem | adam_g: heh, yes | 20:22 |
mriedem | adam_g: see the ML thread on the gate status | 20:22 |
mriedem | adam_g: http://lists.openstack.org/pipermail/openstack-dev/2015-July/070132.html | 20:23 |
adam_g | mriedem, doh thanks | 20:23 |
openstackgerrit | Merged openstack-infra/puppet-cgit: Migrate to puppet-httpd module https://review.openstack.org/202604 | 20:24 |
openstackgerrit | Merged openstack-infra/puppet-mediawiki: Migrate to puppet-httpd module https://review.openstack.org/201739 | 20:24 |
*** sergmelikyan has joined #openstack-infra | 20:25 | |
pabelanger | nibalizer: woot | 20:25 |
*** signed8bit_ZZZzz is now known as signed8bit | 20:26 | |
*** shashank_hegde has joined #openstack-infra | 20:26 | |
*** e0ne has joined #openstack-infra | 20:27 | |
*** jsavak has quit IRC | 20:27 | |
*** s0nea has quit IRC | 20:28 | |
*** jsavak has joined #openstack-infra | 20:28 | |
*** davideagnello has joined #openstack-infra | 20:29 | |
*** baoli has quit IRC | 20:30 | |
*** maishsk has quit IRC | 20:30 | |
*** maishsk has joined #openstack-infra | 20:31 | |
*** s0nea has joined #openstack-infra | 20:32 | |
*** sherif has joined #openstack-infra | 20:32 | |
*** amick has joined #openstack-infra | 20:35 | |
*** sergmelikyan has quit IRC | 20:35 | |
*** tongli has quit IRC | 20:36 | |
*** hasharConfcall is now known as hashar | 20:36 | |
openstackgerrit | Doug Wiegley proposed openstack-infra/system-config: Add #openstack-gslb to eavesdrop bot https://review.openstack.org/204255 | 20:36 |
mriedem | adam_g: https://review.openstack.org/#/c/204257/ | 20:40 |
mriedem | the other change on top with the g-r sync is failing in the gate | 20:40 |
mriedem | so went with the change that actually fixed that one bug | 20:40 |
*** radez is now known as radez_g0n3 | 20:42 | |
adam_g | mriedem, hmm okay, cool | 20:43 |
*** MarkAtwood has quit IRC | 20:43 | |
*** dustins_ has quit IRC | 20:45 | |
*** MarkAtwood has joined #openstack-infra | 20:45 | |
*** changbl has quit IRC | 20:46 | |
*** jamesmcarthur has quit IRC | 20:48 | |
*** e0ne has quit IRC | 20:48 | |
*** sabeen3 has quit IRC | 20:49 | |
*** sabeen1 has joined #openstack-infra | 20:49 | |
SpamapS | I've always wondered.. why don't we run our own mirror of pypi and whenever something changes, force gate passes before we sync it? | 20:50 |
SpamapS | I mean, if urllib3 releases are breaking us, why are we dealing with that after the fact? | 20:51 |
fungi | SpamapS: constraints is the solution we're working toward | 20:51 |
clarkb | because everyone else wont have that protection | 20:52 |
clarkb | so its useless when I run tests on my laptop | 20:52 |
SpamapS | fungi: that is explicit though, right? Like we have to say "this is capped now" ? | 20:52 |
fungi | filtering mirror contents only helps our ci, not anyone else | 20:52 |
*** mrmartin has joined #openstack-infra | 20:52 | |
SpamapS | well filter the mirror content and publish the current mirror versions as constraints? perhaps we're doing what I mean. | 20:52 |
SpamapS | get inside my brain and please assert that we're doing what I mean. ;) | 20:53 |
fungi | SpamapS: nope, the constraints file gets updates proposed to it automatically (as new versions of things show up in pypi or as the global requirements list changes) and then jobs run trying out the new constraints update. only if jobs pass does the constraints update get applied | 20:53 |
*** amick has left #openstack-infra | 20:53 | |
SpamapS | fungi: ok so we're doing what I mean. | 20:53 |
SpamapS | carry on | 20:53 |
*** amick has joined #openstack-infra | 20:54 | |
fungi | SpamapS: the open questions are "which jobs should we run to test constraints update changes?" | 20:54 |
fungi | and also getting constraints applied to not-devstack jobs is still a work in progress, but it _is_ coming | 20:54 |
*** abregman has quit IRC | 20:55 | |
*** amick is now known as amickus | 20:55 | |
*** julim_ has quit IRC | 20:55 | |
SpamapS | seems like one way to go is to have a limited set of _gate_ jobs for it, but try to run _all_ of the tests before merging it in the check pipeline. :) | 20:57 |
SpamapS | I've also wondered if it would make sense to have opportunistic check jobs in nodepool. Like, "hey I've got quota available, might as well run these expensive tests now" | 20:58 |
dims_ | mriedem: don't think the g-r cap worked - 204192 (http://logs.openstack.org/92/204192/1/check/gate-grenade-dsvm/321c38e/logs/old/screen-n-api.txt.gz?level=AUDIT) | 20:58 |
mriedem | dims_: we don't care about 204192 | 20:59 |
*** catherineD has joined #openstack-infra | 20:59 | |
mriedem | i'll abandon | 20:59 |
dougwig | fungi: aye, the meeting logs are hard to find right now. :) | 20:59 |
dims_ | ack | 20:59 |
*** HeOS has joined #openstack-infra | 21:00 | |
*** dkranz has quit IRC | 21:00 | |
*** dimtruck is now known as zz_dimtruck | 21:01 | |
*** dustins has joined #openstack-infra | 21:02 | |
*** sergmelikyan has joined #openstack-infra | 21:02 | |
*** zz_dimtruck is now known as dimtruck | 21:03 | |
*** bswartz has quit IRC | 21:03 | |
fungi | dougwig: well, meeting logs are also linked from the individual meeting sections, but i agree it can't hurt to update the page template in the http://git.openstack.org/cgit/openstack-infra/irc-meetings/tree/meetingindex.jinja file | 21:04 |
dougwig | fungi: i didn't see any meeting log links. i'd wager that means some state is missing from the meeting entries that i care about it. thanks, i'll poke around and submit a few patches. | 21:05 |
anteaya | logs are linked if the person in charge of the individual yaml file for the meeting adds the link | 21:05 |
anteaya | dougwig: I go to the wikipage for meetings and go back in the history to find the links | 21:06 |
dhellmann | mriedem: have a sec to discuss https://review.openstack.org/#/c/204257/1 in #openstack-relmgr-office | 21:06 |
dhellmann | mriedem: ? | 21:07 |
*** sergmelikyan has quit IRC | 21:07 | |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack/diskimage-builder: Add element to disable cloud-init resizefs https://review.openstack.org/204263 | 21:09 |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack/diskimage-builder: Add element to disable cloud-init resizefs https://review.openstack.org/204263 | 21:09 |
fungi | dougwig: it's interpreted from the meeting_id parameter. see http://git.openstack.org/cgit/openstack-infra/irc-meetings/tree/meetings/project-infrastructure-team-meeting.yaml#n2 for an example | 21:09 |
*** sdake_ is now known as sdake | 21:10 | |
*** xyang1 has quit IRC | 21:11 | |
openstackgerrit | Merged openstack-infra/project-config: Make neutron-dvr job voting at the gate https://review.openstack.org/180230 | 21:11 |
*** annegent_ has quit IRC | 21:12 | |
*** dimtruck is now known as zz_dimtruck | 21:12 | |
*** ricky1 has quit IRC | 21:12 | |
*** yamamoto has joined #openstack-infra | 21:12 | |
*** ricky1 has joined #openstack-infra | 21:12 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/project-config: Remove gate-tempest-dsvm-docker from nova's check queue https://review.openstack.org/204264 | 21:13 |
mriedem | anteaya: dansmith: johnthetubaguy: sdague: ^ | 21:13 |
*** mrmartin has quit IRC | 21:14 | |
*** ivar-laz_ has joined #openstack-infra | 21:14 | |
*** ldnunes has quit IRC | 21:14 | |
*** e0ne has joined #openstack-infra | 21:14 | |
*** e0ne has quit IRC | 21:15 | |
*** aysyd has quit IRC | 21:16 | |
*** e0ne has joined #openstack-infra | 21:16 | |
anteaya | mriedem: reviewed | 21:17 |
anteaya | mriedem: my comment is to subsequent reviewers, not a comment on the patch | 21:17 |
*** ivar-lazzaro has quit IRC | 21:18 | |
mriedem | dhellmann: Daviey: mtreinish: sdague: so the depends-on didn't work in the grenade patch for https://review.openstack.org/#/c/204193/ because oslo.vmware has uncapped urllib3, so we need to merge the stable/kilo cap to g-r, then merge the sync to oslo.vmware on stable/kilo and then release oslo.vmware from stable/kilo with the sync | 21:18 |
*** dustins has quit IRC | 21:18 | |
mriedem | dims_: ^ | 21:18 |
mriedem | https://github.com/openstack/oslo.vmware/blob/stable/kilo/requirements.txt#L28 | 21:19 |
*** tvanderwiel_ has joined #openstack-infra | 21:19 | |
* Daviey tries to work this out | 21:20 | |
*** zz_dimtruck is now known as dimtruck | 21:20 | |
*** ayoung-mtg is now known as ayoung | 21:20 | |
dhellmann | makes sense | 21:20 |
*** yamamoto has quit IRC | 21:21 | |
dhellmann | mriedem: I just approved the g-r change, but it's the end of the day here so I'll let someone else drive the other changes. dims knows how to cut the release (he's at the midcycle with you guys, right?) | 21:21 |
*** pcrews has joined #openstack-infra | 21:22 | |
mriedem | dhellmann: yup | 21:22 |
*** jasondotstar has joined #openstack-infra | 21:22 | |
mriedem | dims_: can't have dinner until this is all sorted out | 21:22 |
dhellmann | haha | 21:23 |
*** catherineD has left #openstack-infra | 21:23 | |
Daviey | mriedem: Approved, but it is blocked on verification... zuul seems really backed up! | 21:23 |
*** jamesmcarthur has joined #openstack-infra | 21:23 | |
*** tvanderwiel has quit IRC | 21:23 | |
dhellmann | mriedem: also, I released the new python-novaclient from stable/kilo, even though we're still waiting for that request to merge (it passed the tests locally) | 21:24 |
mriedem | dhellmann: ok cool | 21:24 |
mriedem | Daviey: yeah people have been rechecking all day | 21:24 |
* dhellmann still thinks we need a knob to turn that on/off when we have gate issues | 21:25 | |
*** bcourt has quit IRC | 21:25 | |
dims_ | mriedem: LOL | 21:26 |
Daviey | dhellmann: A queuecut knob might be just as useful | 21:26 |
*** miqui_ has quit IRC | 21:27 | |
jeblair | we can promote changes that fix gate blocking bugs | 21:27 |
dims_ | dhellmann: ack, will take care of it :) yes, i am here with the gang | 21:27 |
*** timrc_ has joined #openstack-infra | 21:27 | |
dhellmann | dims_: great, thanks! | 21:27 |
jeblair | just ask an infra-root | 21:28 |
*** flepied1 has joined #openstack-infra | 21:28 | |
*** flepied has quit IRC | 21:28 | |
*** signed8bit is now known as signed8bit_ZZZzz | 21:28 | |
*** signed8bit_ZZZzz is now known as signed8bit | 21:29 | |
*** derekh has quit IRC | 21:31 | |
*** sergmelikyan has joined #openstack-infra | 21:32 | |
*** e0ne has quit IRC | 21:33 | |
*** annegentle has joined #openstack-infra | 21:34 | |
*** ricky1 has quit IRC | 21:35 | |
*** annegentle has quit IRC | 21:35 | |
*** annegent_ has joined #openstack-infra | 21:35 | |
*** jasondot_ has joined #openstack-infra | 21:36 | |
*** timrc_ has quit IRC | 21:36 | |
mriedem | huh, well, the urllib3 cap on stable/kilo can't pass the check queue | 21:37 |
mriedem | http://logs.openstack.org/93/204193/1/check/gate-tempest-dsvm-full/dc1c5d3//logs/screen-n-api.txt.gz?level=TRACE | 21:37 |
mriedem | b/c of the thing it's trying to fix | 21:37 |
mriedem | fungi: jeblair: so we have to ninja merge the g-r change | 21:37 |
mriedem | or a cap to oslo.vmware | 21:37 |
*** dguerri` is now known as dguerri | 21:37 | |
mriedem | this is the g-r change https://review.openstack.org/#/c/204193/ | 21:37 |
mriedem | should i got to infra-root? | 21:37 |
dims_ | mriedem: y once we ninja-merge the g-r update then i can do a oslo.vmware release | 21:38 |
mtreinish | dims_: shouldn't we do the oslo.vmware side first | 21:38 |
nibalizer | jeblair: looks like the first couple puppet-httpd pivots went fine, you okay with me pushing a few more through? | 21:38 |
dims_ | mriedem: i have https://review.openstack.org/#/c/204269/ ready | 21:38 |
mtreinish | to prioritize fixing the world | 21:38 |
mtreinish | since doing that and pushing a release will unbreak things | 21:39 |
dims_ | mtreinish: the oslo.vmware review ^^ will fail in CI | 21:39 |
*** jasondotstar has quit IRC | 21:39 | |
jeblair | mriedem: why isn't 204193 self-testing? | 21:39 |
mtreinish | dims_: +2 (which I apparently have) | 21:39 |
mriedem | jeblair: the g-r change is pulling in oslo.vmware which has uncapped urllib3 | 21:40 |
mriedem | which is what we're trying to fix | 21:40 |
mriedem | we have to get urllib3 capped in a released oslo.vmware for stable/kilo to fix everything else | 21:40 |
mriedem | which is this https://review.openstack.org/#/c/204269/ | 21:40 |
*** dguerri is now known as dguerri` | 21:41 | |
dims_ | if we ninja merge g-r change (https://review.openstack.org/#/c/204193/) i can +A https://review.openstack.org/#/c/204269/ and merge it and cut a oslo.vmware release | 21:41 |
Daviey | mriedem: When you say Ninja, do you mean doing a manual requirements.txt sync or do you mean forcing a merge outside of CI? | 21:42 |
*** bdemers has quit IRC | 21:42 | |
mriedem | Daviey: the latter, but i don't think we need to force merge the g-r change | 21:42 |
mriedem | we force merge the oslo.vmware change | 21:42 |
mriedem | and release | 21:42 |
mriedem | and everyone will be fixed | 21:42 |
mriedem | including the cap to g-r on stable/kilo | 21:42 |
jeblair | mriedem, lifeless: is this a case that will be handled by the requirements work in the future, but this is the long tail of older uncapped reqs in kilo? | 21:43 |
dims_ | mriedem: y, that would work too | 21:43 |
jeblair | (sorry, i mean the constraint requirements work ^) | 21:43 |
dims_ | jeblair: yes, it is | 21:43 |
*** sergmelikyan has quit IRC | 21:43 | |
mtreinish | jeblair: yes constraints will have protected us here | 21:43 |
*** jsavak has quit IRC | 21:43 | |
mtreinish | but its not backported to kilo | 21:43 |
lifeless | jeblair: hmm? urllib3 in kilo ? | 21:43 |
dims_ | lifeless: yep | 21:44 |
mriedem | oslo.vmware -> urllib3 | 21:44 |
lifeless | jeblair: so, we're not intending to backport the constraints feature to kilo | 21:44 |
mriedem | glance -> oslo.vmware | 21:44 |
mriedem | kaboom | 21:44 |
lifeless | jeblair: so grenade breaking in kilo due to things like this is still expected | 21:44 |
*** MarkAtwood has quit IRC | 21:44 | |
*** rlandy has quit IRC | 21:44 | |
jeblair | lifeless: right, understand -- just verifying that this is that expected case (but solved in future releases) | 21:44 |
lifeless | yup | 21:44 |
lifeless | once liberty ships, M's grenade jobs will be robust too | 21:45 |
*** cody-somerville has joined #openstack-infra | 21:45 | |
*** rlandy has joined #openstack-infra | 21:45 | |
jeblair | so the consensus is force-merge https://review.openstack.org/#/c/204269/1 ? | 21:45 |
dims_ | jeblair: +1 | 21:45 |
*** pc_m has quit IRC | 21:45 | |
mriedem | yeah | 21:46 |
lifeless | jeblair: well | 21:46 |
jeblair | merged | 21:46 |
lifeless | we normally do != | 21:46 |
mriedem | so we can release oslo.vmware | 21:46 |
mriedem | jeblair: thanks | 21:46 |
lifeless | not < | 21:46 |
dims_ | jeblair: will it force merge with Depends-On that i have now? | 21:46 |
mriedem | lifeless: capping stable/kilo is normal | 21:46 |
lifeless | mriedem: oh, ok | 21:46 |
*** sergmelikyan has joined #openstack-infra | 21:46 | |
mriedem | since we don't want urllib3 1.12 to break kilo in a week | 21:46 |
lifeless | mriedem: most of our 3rd party libs are not capped there was all | 21:46 |
mriedem | yeah, just breakages in waiting | 21:46 |
dims_ | this one we know will break us | 21:47 |
*** sergmelikyan has quit IRC | 21:47 | |
dims_ | if we do != | 21:47 |
mtreinish | dims_: http://git.openstack.org/cgit/openstack/oslo.vmware/commit/?h=stable/kilo&id=bd8a876482bb9d3f4df41fa4b4fe3c6cfdd4f846 | 21:47 |
jeblair | i've restarted jenkins04 and 06 which seemed unhappy | 21:47 |
Daviey | I understood from the Paris summit that we were going to cap everything with what was the highest version on pypi at release.. but we seemed to have backtracked when we got home. | 21:47 |
*** hashar has quit IRC | 21:48 | |
dims_ | mtreinish: let me find the oslo.vmware version # on stable/kilo | 21:48 |
lifeless | Daviey: and we've now completely backed away from that :) | 21:48 |
lifeless | Daviey: for L | 21:48 |
mriedem | dims_: 0.11 something https://github.com/openstack/requirements/blob/stable/kilo/global-requirements.txt#L74 | 21:49 |
dims_ | http://git.openstack.org/cgit/openstack/releases/tree/deliverables/kilo/oslo.vmware.yaml | 21:49 |
dims_ | 0.11.1 | 21:49 |
mriedem | 0.11.2 would be next | 21:49 |
dims_ | so i should do a 0.11.2 | 21:49 |
dims_ | yep | 21:49 |
*** flepied1 has quit IRC | 21:51 | |
dims_ | mtreinish: "./release_postversion.sh kilo 0.11.2 bd8a876482bb9d3f4df41fa4b4fe3c6cfdd4f846" << looks good to you? | 21:52 |
mtreinish | dims_: umm, sure I guess. I've never use that tool though but the nouns look correct | 21:52 |
dims_ | thanks | 21:52 |
mtreinish | not sure on the ordering though? | 21:53 |
mriedem | yeah i thought we were supposed to have an openstack/releases change? | 21:53 |
mriedem | which just puts an order for a manual push | 21:53 |
jeblair | it's actually mechanical turk | 21:53 |
mriedem | for dimsbot | 21:53 |
*** tvanderwiel_ has quit IRC | 21:53 | |
jeblair | i always forget to say ";)" | 21:54 |
*** dimtruck is now known as zz_dimtruck | 21:54 | |
dims_ | mriedem: mtreinish: jeblair: thanks! on its way | 21:54 |
dims_ | mriedem: i will file a releases repo change | 21:55 |
dims_ | jeblair: haha | 21:55 |
*** btully has joined #openstack-infra | 21:55 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 21:57 | |
*** amitgandhinz has quit IRC | 22:00 | |
*** jaypipes has quit IRC | 22:00 | |
*** markus_z has quit IRC | 22:00 | |
*** mestery has quit IRC | 22:00 | |
*** thorst has quit IRC | 22:00 | |
*** btully has quit IRC | 22:00 | |
*** kragniz has quit IRC | 22:01 | |
*** dims_ has quit IRC | 22:01 | |
*** kragniz has joined #openstack-infra | 22:02 | |
*** mriedem has quit IRC | 22:02 | |
*** zz_dimtruck is now known as dimtruck | 22:03 | |
*** davideagnello has quit IRC | 22:03 | |
dkehn | jeblair: in git review by default pushes to master, in openstack it seems that we push to a branch that we are currently working in (assuming not master), is that a config option? | 22:03 |
*** MarkAtwood has joined #openstack-infra | 22:03 | |
*** Guest28164 has quit IRC | 22:03 | |
*** jgriffith has quit IRC | 22:04 | |
dkehn | jeblair: master meaning in gerrit | 22:04 |
*** claudiub has quit IRC | 22:04 | |
*** jgriffith has joined #openstack-infra | 22:05 | |
*** bnemec has quit IRC | 22:06 | |
jeblair | dkehn: in some projects we change the .gitreview file to set the default branch | 22:06 |
*** Guest66522 has quit IRC | 22:06 | |
jeblair | dkehn: for example, the stable/kilo branch of nova has this .gitreview file: http://git.openstack.org/cgit/openstack/nova/tree/.gitreview?h=stable/kilo | 22:07 |
*** glauco_ has quit IRC | 22:09 | |
*** jcooley has joined #openstack-infra | 22:09 | |
*** jcooley is now known as Guest41160 | 22:09 | |
*** ivar-laz_ has quit IRC | 22:09 | |
*** ivar-lazzaro has joined #openstack-infra | 22:10 | |
jeblair | Shrews, greghaynes: who wanted the extra debugging in nodepool related to not finding an ip? http://paste.openstack.org/show/397300/ | 22:10 |
*** signed8bit is now known as signed8bit_ZZZzz | 22:11 | |
*** spiffxp has joined #openstack-infra | 22:11 | |
*** odyssey4me has quit IRC | 22:11 | |
*** spiffxp is now known as Guest84861 | 22:11 | |
*** soren has quit IRC | 22:12 | |
*** Guest84861 is now known as spfifxp | 22:12 | |
greghaynes | jeblair: I know rcc was messing with that earlier... | 22:12 |
*** jkt has quit IRC | 22:13 | |
*** odyssey4me has joined #openstack-infra | 22:14 | |
*** jkt has joined #openstack-infra | 22:14 | |
*** soren has joined #openstack-infra | 22:15 | |
*** dmellado has quit IRC | 22:17 | |
*** dmellado has joined #openstack-infra | 22:17 | |
*** rlandy has quit IRC | 22:18 | |
*** rlandy has joined #openstack-infra | 22:19 | |
*** bhunter71 has joined #openstack-infra | 22:19 | |
dkehn | jeblair: thanks for the response | 22:19 |
*** signed8bit_ZZZzz is now known as signed8bit | 22:21 | |
*** prad has quit IRC | 22:22 | |
dkehn | jeblair: so it safe to say that if the .gitreview:defaultbranch is not set, its the branch one is currently working in? | 22:23 |
*** signed8bit has quit IRC | 22:23 | |
*** erikwilson_ has quit IRC | 22:25 | |
*** rbradfor has quit IRC | 22:28 | |
*** Mmike has quit IRC | 22:30 | |
*** toabctl has quit IRC | 22:30 | |
mordred | NobodyCam: you need a release of glean so that you can get "don't fail if /etc/hosts is missing" ? or you need also one of the other outstanding changes? | 22:30 |
mordred | (just making sure I grok your need) | 22:31 |
NobodyCam | mordred: nope | 22:31 |
mordred | NobodyCam: (I asked an either/or question ... which one :) ) | 22:32 |
*** gordc has quit IRC | 22:33 | |
*** yamamoto has joined #openstack-infra | 22:35 | |
*** Mmike has joined #openstack-infra | 22:35 | |
NobodyCam | mordred: sorry had to dig up the actual error: | 22:35 |
NobodyCam | http://paste.openstack.org/show/6vwNijP4mUn31Rf0XGeM/ | 22:35 |
greghaynes | heh, I was just looking at that today | 22:36 |
NobodyCam | the error I am seeing is from simple-init dib element (w/ source install) | 22:36 |
NobodyCam | repo install works | 22:36 |
*** ddieterly has joined #openstack-infra | 22:36 | |
*** toabctl has joined #openstack-infra | 22:36 | |
greghaynes | I didnt trace it down, but we did just made dib deoend on that so i'm guessing the script isnt being installed correctly | 22:36 |
*** heyongli has quit IRC | 22:37 | |
NobodyCam | yep I tracked it down today | 22:37 |
greghaynes | ah, is there a patch? | 22:37 |
*** rossella_s has quit IRC | 22:37 | |
mordred | the only commit that isn't released is the /etc/hosts patch | 22:37 |
mordred | so I'm confused :( | 22:37 |
*** rossella_s has joined #openstack-infra | 22:38 | |
greghaynes | we merged a dib change to use that script | 22:38 |
greghaynes | glean-install | 22:38 |
NobodyCam | mordred: https://review.openstack.org/#/c/196388 | 22:38 |
*** heyongli has joined #openstack-infra | 22:38 | |
mordred | oh - is that not in the current release? | 22:38 |
*** kushal has quit IRC | 22:39 | |
SpamapS | greghaynes: doh, no test element? :-P | 22:39 |
NobodyCam | that and https://review.openstack.org/#/c/196389 | 22:39 |
mordred | OH! its not | 22:39 |
greghaynes | I thought about a test element... | 22:39 |
NobodyCam | :-p | 22:39 |
mordred | silly git sorting -- lifeless we should really fix the ChangeLog generation in pbr | 22:39 |
mordred | it's all sorts of broken | 22:39 |
*** jamesmcarthur has quit IRC | 22:39 | |
*** mwagner_lap has quit IRC | 22:40 | |
SpamapS | So, one thought, we should put a simple-init build job in glean's gate. | 22:40 |
*** soren has quit IRC | 22:40 | |
mordred | it will miss things that merged after the last tag if the original patch was written before the last tag | 22:40 |
greghaynes | SpamapS: build of what? | 22:40 |
*** sergmelikyan has joined #openstack-infra | 22:40 | |
greghaynes | a dib image? | 22:40 |
*** ddieterly has quit IRC | 22:40 | |
mordred | well - we should also cut a release of glean if dib merged a change using its new interface | 22:41 |
*** rbradfor has joined #openstack-infra | 22:41 | |
*** jtomasek has quit IRC | 22:41 | |
*** glauco has joined #openstack-infra | 22:41 | |
SpamapS | greghaynes: yes, just build the image it is intended to be used in. | 22:42 |
SpamapS | BTW I got our bifrost to boot nodes that can be rebooted now. :) | 22:42 |
mordred | SpamapS, greghaynes: I believe we shuld cut a 1.3.0 of glean. any objections? | 22:42 |
mordred | SpamapS: awesome! | 22:42 |
mordred | SpamapS: is that using cloud-init or simple-init? | 22:42 |
SpamapS | Now we just have to decide how we want to chop up the space on the disks. | 22:42 |
SpamapS | mordred: cloud-init | 22:43 |
mordred | awww | 22:43 |
SpamapS | because of the reasons you're fixing. :) | 22:43 |
greghaynes | mordred: doit | 22:43 |
*** heyongli has quit IRC | 22:43 | |
mordred | I'm fixing reasons? | 22:43 |
SpamapS | you're fixing glean | 22:43 |
greghaynes | SpamapS: yea, test element too though. | 22:43 |
*** sputnik13 has quit IRC | 22:43 | |
SpamapS | greghaynes: right, both would be useful. | 22:43 |
* mordred is drinking daquiris beside a pool looking at the ocean with some islands in the distance and a little bit of jungle | 22:43 | |
SpamapS | but with diskimage-builder sitting at the integration point of a bunch of things.. | 22:43 |
* mordred imagines greghaynes is fixing glean problems | 22:44 | |
*** Yichen has joined #openstack-infra | 22:44 | |
*** heyongli has joined #openstack-infra | 22:44 | |
SpamapS | I don't know that I want dib to be co-gating with everything under the sun. I'd rather see glean just test that its element keeps working. | 22:44 |
*** sabeen1 has quit IRC | 22:44 | |
mordred | SpamapS: ++ | 22:44 |
greghaynes | mordred: heh, im at a conference and vacation next week :p | 22:44 |
mordred | I agree - I do not want to create a crazy gate nexus | 22:44 |
SpamapS | Right, so, glean has an intended use case of working with ubuntu-minimal.. I think we should test that before glean changes merge. | 22:45 |
mordred | btw - this vacation was wonderful until the pool here started playing an obsessive amount of Kenny G | 22:45 |
*** glauco has quit IRC | 22:45 | |
*** jtomasek has joined #openstack-infra | 22:45 | |
mordred | SpamapS: yah - _except_ that would not have caught this | 22:45 |
Yichen | Hi, Guys... Can someone sign up for giving me the +2 review on this: https://review.openstack.org/#/c/200331/? | 22:45 |
mordred | because it was merging a dib change that broke this | 22:45 |
*** glauco has joined #openstack-infra | 22:45 | |
Yichen | It has been pending for quite some time... | 22:45 |
SpamapS | mordred: Smooth Jazz is an invitation to arson. | 22:45 |
SpamapS | mordred: hah, well _DOH_ | 22:46 |
mordred | SpamapS: sandy says "good thing we're surrounded by water" | 22:46 |
mordred | SpamapS, greghaynes, NobodyCam: glean 1.3.0 tag pushed | 22:46 |
SpamapS | mordred: Challenge Accepted | 22:46 |
* SpamapS will bbiab | 22:46 | |
greghaynes | SpamapS: an annoying thing is that glean is also intended for fedora-minimal, etc too | 22:47 |
SpamapS | btw I intend to boot _all the nodes_ with bifrost tonight or tomorrow. And then I need to re-inject myself into the hardware remediation process since I want to say goodbye to mellanox | 22:47 |
greghaynes | and its overkill to test all those combinations IMO | 22:47 |
SpamapS | greghaynes: I think all major OS targets is not insurmountable | 22:47 |
NobodyCam | mordred: awesome thank you!!! | 22:48 |
greghaynes | SpamapS: so, I had some fun with expect + hp ilo's and I got us most of the hp2 serials and sent them off to the NOC | 22:48 |
greghaynes | fyi | 22:48 |
SpamapS | greghaynes: oh, can you send me the ticket info? I think Im issed that. | 22:48 |
*** crc32 has quit IRC | 22:48 | |
*** heyongli has quit IRC | 22:48 | |
greghaynes | yea, ill re-poke them and cc you | 22:49 |
*** mtanino has quit IRC | 22:49 | |
jeblair | rcarrillocruz: were you looking into this? http://paste.openstack.org/show/397300/ | 22:49 |
jeblair | mordred: ^ there's output from the debug you added to nodepool, i think | 22:49 |
mordred | SpamapS, jeblair: http://imgur.com/cVngQ11 | 22:51 |
*** davideagnello has joined #openstack-infra | 22:51 | |
mordred | yes | 22:52 |
*** Yichen has quit IRC | 22:52 | |
mordred | jeblair, rcarrillocruz: it turns out that sometimes nodes can boot without ips | 22:52 |
NobodyCam | mordred: thats just a evil picture | 22:53 |
mordred | NobodyCam: :) | 22:54 |
*** heyongli has joined #openstack-infra | 22:54 | |
*** jtomasek has quit IRC | 22:56 | |
*** puranamr has quit IRC | 22:56 | |
*** sherif has quit IRC | 22:58 | |
*** sherif has joined #openstack-infra | 22:58 | |
jhesketh | Morning | 23:00 |
*** glauco has quit IRC | 23:02 | |
*** sergmelikyan has quit IRC | 23:05 | |
*** puranamr has joined #openstack-infra | 23:08 | |
openstackgerrit | Merged openstack/requirements: Update requirements for Anchor https://review.openstack.org/199802 | 23:10 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/diskimage-builder: Updated from global requirements https://review.openstack.org/201852 | 23:12 |
*** bswartz has joined #openstack-infra | 23:12 | |
*** jasondot_ has quit IRC | 23:12 | |
*** sergmelikyan has joined #openstack-infra | 23:13 | |
*** sergmelikyan has quit IRC | 23:13 | |
*** sergmelikyan has joined #openstack-infra | 23:13 | |
greghaynes | SpamapS: sent | 23:13 |
*** thedodd has quit IRC | 23:13 | |
greghaynes | SpamapS: re: dib testing multi OS - the issue is just if per-element were doing all the distros then the combinatorics get huge for test scenarios | 23:13 |
*** thedodd has joined #openstack-infra | 23:14 | |
greghaynes | SpamapS: Although it might be nice to get to that breaking point before worrying about it... | 23:14 |
*** shashank_hegde_ has joined #openstack-infra | 23:15 | |
*** shashank_hegde has quit IRC | 23:15 | |
*** shashank_hegde_ is now known as shashank_hegde | 23:15 | |
*** jasondotstar has joined #openstack-infra | 23:17 | |
nibalizer | jhesketh: ohai | 23:17 |
*** DericHorn-HP has joined #openstack-infra | 23:18 | |
*** thedodd has quit IRC | 23:18 | |
*** sergmelikyan has quit IRC | 23:19 | |
*** jamesmcarthur has joined #openstack-infra | 23:20 | |
*** doug-fish has quit IRC | 23:22 | |
*** boris-42 has quit IRC | 23:22 | |
*** dannywilson has quit IRC | 23:26 | |
*** madhu_ak has joined #openstack-infra | 23:27 | |
*** david-lyle has quit IRC | 23:28 | |
*** bharath__ has quit IRC | 23:28 | |
*** sherif has quit IRC | 23:28 | |
madhu_ak | hi, Is there any reason why this patch is not picked by jenkins gate even though this is approved? https://review.openstack.org/#/c/199781/ | 23:28 |
loquacities | sometimes it takes a while | 23:29 |
madhu_ak | oh okay, because this didnt run since July 19th | 23:30 |
loquacities | oh, it shouldn't take that long ... :( | 23:31 |
nibalizer | ya, maybe you got dropped because of a zuul restart | 23:31 |
nibalizer | if you have core i'd try dropping and readding the workflow +1 | 23:31 |
madhu_ak | sure, will tag the core here then | 23:32 |
*** sergmelikyan has joined #openstack-infra | 23:33 | |
madhu_ak | nibalizer: just checking, do we need workflow from core once again if you try dropping that review? | 23:33 |
madhu_ak | sorry, misunderstood your question. will check with core | 23:36 |
asselin | nibalizer, do you know if there's a system-config patch to install puppet-os_client_config? | 23:36 |
*** austin81 has left #openstack-infra | 23:37 | |
timrc | pleia2, Good detective work on that. I'll resubmit with your recommendation re: https://review.openstack.org/#/c/204245/ | 23:37 |
nibalizer | asselin: I expect that there is not | 23:38 |
asselin | nibalizer, didn't see one. will submit it | 23:38 |
nibalizer | woot ty | 23:39 |
nibalizer | pabelanger: crinkle you both have puppet-4/gemfile changes on puppet-cgit fyi | 23:40 |
*** puranamr has quit IRC | 23:41 | |
crinkle | that is strange since pabelanger +1'd mine | 23:42 |
*** ddieterly has joined #openstack-infra | 23:43 | |
*** MarkAtwood has quit IRC | 23:43 | |
openstackgerrit | Colleen Murphy proposed openstack-infra/puppet-cgit: Add Gemfile and puppet 4 checks https://review.openstack.org/203870 | 23:43 |
openstackgerrit | Colleen Murphy proposed openstack-infra/puppet-cgit: Use instance variables in templates https://review.openstack.org/203869 | 23:43 |
openstackgerrit | Colleen Murphy proposed openstack-infra/puppet-cgit: Fix logic in selinux execs https://review.openstack.org/203868 | 23:43 |
openstackgerrit | Colleen Murphy proposed openstack-infra/puppet-cgit: Ensure cgit dir is created after parent directory https://review.openstack.org/203867 | 23:43 |
*** shashank_hegde has quit IRC | 23:47 | |
*** jasondotstar has quit IRC | 23:47 | |
*** MarkAtwood has joined #openstack-infra | 23:47 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/system-config: Add puppet-os_client_config to modules.env https://review.openstack.org/204313 | 23:49 |
asselin | nibalizer, ^^ | 23:49 |
openstackgerrit | Swaminathan Vasudevan proposed openstack-infra/project-config: Rearrange the tempest jobs under right section https://review.openstack.org/204314 | 23:49 |
*** Mmike has quit IRC | 23:50 | |
*** Mmike has joined #openstack-infra | 23:50 | |
jeblair | nibalizer: are there still apache/httpd changes in flight? | 23:50 |
*** jasondotstar has joined #openstack-infra | 23:50 | |
nibalizer | jeblair: no nothing is in flight | 23:51 |
nibalizer | I only did 2, so more to do tomorrow | 23:51 |
jeblair | nibalizer: cool; i'm going to start being less available for the rest of the evening | 23:51 |
nibalizer | jeblair: sounds good to me | 23:51 |
nibalizer | asselin: thanks | 23:51 |
openstackgerrit | Timothy R. Chavez proposed openstack-infra/system-config: Use valid cgitrc configuration key https://review.openstack.org/204316 | 23:52 |
nibalizer | crinkle: on https://review.openstack.org/#/c/203868/1/manifests/selinux.pp im wondering if that || means we need the provider => shell | 23:52 |
*** MarkAtwood has quit IRC | 23:52 | |
*** PpPyg has quit IRC | 23:52 | |
*** ctracey has quit IRC | 23:53 | |
*** hemna is now known as hemnafk | 23:53 | |
*** tbarron has quit IRC | 23:54 | |
*** gyee has joined #openstack-infra | 23:54 | |
*** heyongli has quit IRC | 23:54 | |
*** shashank_hegde has joined #openstack-infra | 23:54 | |
nibalizer | https://docs.puppetlabs.com/references/latest/type.html#exec doesn't entirely describe the particulars | 23:54 |
*** ivar-laz_ has joined #openstack-infra | 23:55 | |
*** ctracey has joined #openstack-infra | 23:55 | |
*** tsekiyam_ has joined #openstack-infra | 23:55 | |
*** heyongli has joined #openstack-infra | 23:56 | |
*** gildub has joined #openstack-infra | 23:56 | |
*** camunoz_ is now known as camunoz_mtg | 23:57 | |
*** ivar-lazzaro has quit IRC | 23:58 | |
*** tsekiyama has quit IRC | 23:58 | |
crinkle | nibalizer: hmm it sort of looks like it | 23:58 |
nibalizer | http://paste.ubuntu.com/11917310/ | 23:58 |
nibalizer | that implies that we don't need it | 23:58 |
nibalizer | assuming default linux provider | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!