*** j^2 has quit IRC | 01:01 | |
*** Bhujay has joined #openstack-chef | 02:24 | |
*** Bhujay has quit IRC | 03:03 | |
*** DrTocino has joined #openstack-chef | 03:11 | |
*** DrTocino has quit IRC | 04:12 | |
openstackgerrit | Samuel Cassiba proposed openstack/openstack-chef master: Use local copy of openstackclient if it exists https://review.openstack.org/607683 | 05:04 |
---|---|---|
scas | i'm using github to fix openstackclient, since i need to fix the Berksfile that openstack-chef uses to use anything but git. i'm of the impression that renaming it would have been less effort | 05:07 |
scas | fog-openstack 1.0 isn't usable until the keystone api version is dropped, which can't happen until ops-database is refactored, which can't happen until i get some code merged against mariadb in sous chefs | 05:09 |
openstackgerrit | Merged openstack/openstack-chef master: Use local copy of openstackclient if it exists https://review.openstack.org/607683 | 06:54 |
*** mattgo has joined #openstack-chef | 07:27 | |
*** jklare has quit IRC | 07:43 | |
*** jklare has joined #openstack-chef | 08:09 | |
openstackgerrit | Merged openstack/openstack-chef-specs master: modernize documentation dependencies https://review.openstack.org/607036 | 08:43 |
openstackgerrit | Jan Klare proposed openstack/openstack-chef master: use cookbook-openstackclient from official openstack git tree https://review.openstack.org/607847 | 08:44 |
openstackgerrit | Merged openstack/openstack-chef-specs master: fix tox python3 overrides https://review.openstack.org/606684 | 08:54 |
*** Bhujay has joined #openstack-chef | 09:48 | |
*** Bhujay has quit IRC | 10:06 | |
*** mattgo has quit IRC | 10:11 | |
*** mattgo has joined #openstack-chef | 10:52 | |
openstackgerrit | Merged openstack/cookbook-openstackclient master: Revert "Update base resource for fog-openstack 1.0" https://review.openstack.org/607313 | 10:52 |
jklare | scas https://review.openstack.org/#/c/607683/3/Berksfile | 12:07 |
jklare | so i take you are still merging stuff all by yourself without any review? | 12:08 |
*** Seb-Solon has quit IRC | 12:31 | |
jklare | the main issue with that commit is that i do not understand why you moved to scassiba/cookbook-openstackclient and i think that might have happened by mistake and might not have happened at all with at least one review | 13:20 |
jklare | if this was a mistake, this commit fixes it https://review.openstack.org/#/c/607847/ | 13:29 |
*** Bhujay has joined #openstack-chef | 14:28 | |
scas | jklare: not by mistake. i couldn't get a clean convergence because openstackclient needed to be at 0.3.4 for openstackclient itself to build cleanly, so it's a chicken and egg problem | 15:23 |
scas | it's a temporary change to get master unblocked | 15:23 |
scas | because the conditional didn't exist, i had to switch client over to github temporarily because i could push against that master branch without zuul being in the way | 15:26 |
openstackgerrit | Samuel Cassiba proposed openstack/openstack-chef master: use cookbook-openstackclient from official openstack git tree https://review.openstack.org/607847 | 15:29 |
scas | it was a temporary, necessary hack to pull openstackclient from 'somewhere else' | 15:30 |
scas | had i not fallen asleep at my desk with a cat on my chest, i'd have pushed the rest of the changes last night | 15:31 |
scas | i mainly want to get back to where i could go through and recheck all of Roger's patches | 15:32 |
scas | as unorthodox as that is, i needed an intermediary | 15:32 |
scas | it's not enough for me to leave master broken while i finish the rework on ops-db | 15:33 |
scas | i should have better stated my intentions | 15:35 |
*** mattgo has quit IRC | 15:37 | |
scas | with the fog-openstack breakage, it's been a careful dance tracking the right version | 15:44 |
scas | even a patch release goes from functional to non-functional in 0.3 | 15:45 |
scas | when i moved to 1.0, i blew right past the intermediary point to unversion keystone | 15:47 |
scas | until 1.0 is usable, i'm just going to carry a local patch for fog-openstack to keep master moving | 15:50 |
*** Bhujay has quit IRC | 15:55 | |
scas | getting fog-openstack 1.0 working is a rabbit hole of branching changes, largely because it's four major events happening all at once: ubuntu is moving to 18.04, the mariadb cookbook undergoes a major refactor in 2.0, mariadb 10.3 comes in, and keystone drops its hard-coded version. so far, i've yet to get a convergence just trying to tackle one of those independently | 15:56 |
scas | they're all necessary to support the rocky release of openstack | 15:57 |
scas | any of those changes against the queens release of openstack flat out won't work | 15:59 |
scas | my thought process on all of that was if i could get fog-openstack back to a known baseline, somehow, despite incurring wrath about self-approving trivial, seemingly nonsensical changes out of context, then things would kind of just be okay | 16:06 |
scas | in my case, i can go back to chasing down mariadb, and changes can keep testing and merging independently of my work | 16:06 |
scas | it's not the best way to approach it, since the justification to someone else takes longer than doing the thing | 16:09 |
scas | with changes being backed up, i did what seemed to make the most sense to me | 16:10 |
scas | i'm also being aware of the lag time with changes themselves. it takes, on average, 2.5 hours before something begins to test today | 16:11 |
scas | so we'll call it 3 hours for change feedback for every change | 16:12 |
scas | integration is roughly 30-40 minutes | 16:12 |
scas | if i'm watching email/zuul, it's a day burned to get fog-openstack back to baseline, without taking into account geography or time zone difference to review | 16:14 |
scas | i do appreciate the concern, and keeping me honest with regards to what i'm doing | 16:20 |
scas | objectively, grand scheme, someone else closer to my time zone to bounce things off of would not be the worst thing to have | 16:21 |
scas | technically, i'm supposed to be on holiday, i think that's what it's called in europe | 16:23 |
*** Bhujay has joined #openstack-chef | 16:34 | |
*** Bhujay has quit IRC | 17:01 | |
*** Bhujay has joined #openstack-chef | 17:30 | |
*** Bhujay has quit IRC | 18:20 | |
openstackgerrit | Merged openstack/openstack-chef master: use cookbook-openstackclient from official openstack git tree https://review.openstack.org/607847 | 19:14 |
*** mattgo has joined #openstack-chef | 19:37 | |
*** j^2 has joined #openstack-chef | 19:48 | |
*** ChanServ sets mode: +o j^2 | 19:48 | |
*** mattgo has quit IRC | 22:23 | |
openstackgerrit | Merged openstack/cookbook-openstack-dns stable/queens: Replace api_host/api_port with listen https://review.openstack.org/606094 | 22:32 |
openstackgerrit | Merged openstack/cookbook-openstack-compute master: Make nova.conf more readable https://review.openstack.org/607245 | 22:34 |
openstackgerrit | Merged openstack/cookbook-openstack-compute stable/queens: placement: os_region_name -> region_name https://review.openstack.org/607266 | 22:34 |
openstackgerrit | Merged openstack/cookbook-openstack-compute stable/queens: Rename attributes: vncserver_* -> server_* https://review.openstack.org/607275 | 22:34 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!