*** openstack has joined #tripleo | 14:13 | |
*** openstack has quit IRC | 14:13 | |
*** openstack has joined #tripleo | 14:23 | |
*** openstack has joined #tripleo | 14:35 | |
*** openstack has joined #tripleo | 15:43 | |
rhallisey | dprince, hey does os-net-config's config file get generated in the heat-agents container? Or does that config stay the same from when you originally built it? | 15:44 |
---|---|---|
dprince | rhallisey: it is generated via Heat metadata | 15:44 |
rhallisey | dprince, odd. I see no change in the config.json from using net iso and not using net iso | 15:45 |
*** jprovazn has joined #tripleo | 15:49 | |
*** gfidente has joined #tripleo | 15:49 | |
*** gfidente has quit IRC | 15:49 | |
*** gfidente has joined #tripleo | 15:49 | |
*** electrofelix has joined #tripleo | 15:51 | |
*** tremble has joined #tripleo | 15:51 | |
*** tremble has joined #tripleo | 15:51 | |
*** jtomasek has joined #tripleo | 15:52 | |
*** morazi has joined #tripleo | 15:53 | |
*** jistr has quit IRC | 15:57 | |
*** lucas-afk is now known as lucasagomes | 15:58 | |
*** untriaged-bot has joined #tripleo | 16:00 | |
untriaged-bot | Untriaged bugs so far: | 16:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1519209 | 16:00 |
openstack | Launchpad bug 1519209 in tripleo " disk-image-create fail with opensuse element" [Undecided,New] | 16:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1520120 | 16:00 |
openstack | Launchpad bug 1520120 in tripleo "Could not find /dev/mapper/loop0p1 error in CI" [Undecided,New] | 16:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1505900 | 16:00 |
openstack | Launchpad bug 1505900 in diskimage-builder "Failed to create 'wily' release with DIB_RELEASE" [Undecided,New] | 16:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1517814 | 16:00 |
openstack | Launchpad bug 1517814 in diskimage-builder "ironic-python-agent service failed to be started automatically" [Undecided,Incomplete] - Assigned to Ligong Duan (duanlg) | 16:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1520985 | 16:00 |
openstack | Launchpad bug 1520985 in tripleo "Overcloud goes in irrecoverable error state on incorrect stack update command" [Undecided,New] | 16:00 |
*** untriaged-bot has quit IRC | 16:00 | |
*** jdob has joined #tripleo | 16:03 | |
*** aufi has quit IRC | 16:06 | |
*** apetrich has quit IRC | 16:07 | |
*** zaneb has joined #tripleo | 16:11 | |
*** Marga_ has joined #tripleo | 16:11 | |
*** Marga_ has quit IRC | 16:13 | |
*** Marga_ has joined #tripleo | 16:14 | |
*** apetrich has joined #tripleo | 16:15 | |
*** openstackstatus has joined #tripleo | 16:17 | |
*** ChanServ sets mode: +v openstackstatus | 16:17 | |
hewbrocca | dprince: hey, so you think with split stacks we could blow away the config stack for major version upgrades? | 16:28 |
hewbrocca | Just saw your note about that | 16:29 |
dprince | hewbrocca: exactly | 16:29 |
dprince | hewbrocca: we'd still need to be careful with upgrades to the "infrastructure" stack though, but that stack would be much simpler | 16:30 |
hewbrocca | Yeah I feel like that is not such a big deal to keep very controlled | 16:30 |
dprince | hewbrocca: more focussed stacks would make things more a la cart. Say a user had their own provisioning... they could use that if they wanted to as well | 16:31 |
dprince | hewbrocca: or vice versa | 16:31 |
hewbrocca | I'm trying to think what happens if you tell heat "deploy a new config stack" | 16:31 |
hewbrocca | basically it would just ignore machine creation, container spin-up, etc. | 16:31 |
dprince | hewbrocca: it pushes new hiera metadata to the nodes, and then runs (steps through) puppet apply manifests | 16:32 |
hewbrocca | huh | 16:32 |
hewbrocca | and that's basically it | 16:32 |
hewbrocca | so it doesn't try to tear down networks or whatever | 16:32 |
dprince | hewbrocca: I was thinking we'd leave that in the "infra" stack | 16:32 |
dprince | hewbrocca: but we could debate it I suppose | 16:32 |
hewbrocca | no, I think that is exactly where it goes | 16:33 |
dprince | hewbrocca: honestly... from the questions I get about networking it sounds like we want to set it up perhaps even earlier than we do already (via heat). | 16:33 |
dprince | hewbrocca: I'm eying IPA as a possible means to deploy os-net-config | 16:33 |
hewbrocca | huh | 16:33 |
hewbrocca | yeah | 16:33 |
dprince | hewbrocca: or at least use it. Imaging being able to know your networks are sane by simply running the introspection ramdisk | 16:33 |
hewbrocca | that's what we want, honestly | 16:34 |
hewbrocca | I think athomas' crew might already be looking at something along those lines | 16:34 |
hewbrocca | rhallisey: ^^^ | 16:34 |
dprince | hewbrocca: yeah, I think we could refactor around that idea too. But anyways, that is why I'd leave the network config as part of the "infra" stack I think | 16:34 |
hewbrocca | agree | 16:34 |
rhallisey | hewbrocca, there is some validation stuff being worked on, but I don't know how it's being integrated | 16:37 |
rhallisey | the stuff mentioned above should be covered | 16:38 |
*** chlong has joined #tripleo | 16:40 | |
openstackgerrit | Giulio Fidente proposed openstack/os-cloud-config: Allow control over the Keystone adminurl and internalurl endpoint https://review.openstack.org/250875 | 16:45 |
openstackgerrit | Giulio Fidente proposed openstack/os-cloud-config: Do not pass the 'public' endpoint when doing pki initialization https://review.openstack.org/251466 | 16:47 |
gfidente | slagle, ^^ I've decoupled the two | 16:47 |
gfidente | bnemec, regarding https://review.openstack.org/#/c/250268/5, what do you mean it is handled by the client? | 16:49 |
gfidente | that it won't re-create the endpoints if they are already there? | 16:50 |
*** panda has joined #tripleo | 16:50 | |
bnemec | gfidente: The client already detects when keystone has been configured by puppet and skips its initialization. | 16:50 |
*** cwolferh has joined #tripleo | 16:50 | |
bnemec | gfidente: https://github.com/openstack/python-tripleoclient/commit/584c95f36ac07e425fa7dab6e844c6de731628a5 | 16:51 |
gfidente | yeah so my point was to not run this at all, especially not the pki_initialization because these require the undercloud to have connectivity to the overcloud via public, using ssh as well | 16:51 |
*** cinerama has joined #tripleo | 16:51 | |
*** jpeeler has joined #tripleo | 16:52 | |
*** alop has joined #tripleo | 16:53 | |
openstackgerrit | Ryan Brady proposed openstack/tripleo-common: Initial workflow implementation of tripleo-common https://review.openstack.org/227297 | 16:53 |
bnemec | gfidente: Okay, I can see that, but it at least needs to be opt-out, rather than opt-in. | 16:55 |
bnemec | IOW, someone running the exact same deploy command they used before the change should get the same behavior. | 16:56 |
gfidente | so that's why I set backport: none | 16:57 |
jaosorior | bnemec: Well, the aim would be to have that configured via puppet instead of via os-cloud-config | 16:57 |
gfidente | we don't want it in the current stable | 16:57 |
gfidente | but in the next stable we'd rather default to not run it | 16:58 |
gfidente | or at least that was the goal | 16:58 |
bnemec | No, we can't just make a backwards incompatible change to the client without a deprecation period. | 16:59 |
*** athomas has joined #tripleo | 16:59 | |
*** shardy has quit IRC | 16:59 | |
bnemec | This can all be ripped out next cycle, assuming we get the puppet init change landed at some point this cycle. | 16:59 |
*** ukalifon has quit IRC | 16:59 | |
hewbrocca | you mean, like now :) | 17:01 |
*** coolsvap has quit IRC | 17:01 | |
gfidente | bnemec, ok so would you default -run to true or rather use a -skip ? | 17:02 |
bnemec | hewbrocca: We haven't landed it yet, and last I heard it caused upgrade problems. | 17:02 |
gfidente | bnemec, or have different ideas on how to handle migration? | 17:02 |
bnemec | gfidente: I think I'd go with -skip | 17:03 |
*** jaosorior has quit IRC | 17:03 | |
gfidente | bnemec, ack will update that | 17:04 |
*** devvesa has quit IRC | 17:04 | |
bnemec | gfidente: Can you also add the reasoning to the commit message? | 17:04 |
gfidente | bnemec, yep | 17:04 |
bnemec | Given that I -2'd the previous patch proposing this sort of thing I'd like it to be as obvious as possible why I'm okay with this one. :-) | 17:05 |
*** coolsvap has joined #tripleo | 17:05 | |
*** derekh has joined #tripleo | 17:05 | |
gfidente | bnemec, a different patch or previous patchset? | 17:06 |
gfidente | I will be explicit in the msg btw | 17:06 |
bnemec | gfidente: spredzy had a patch to remove the keystone init too. I -2'd it for backwards compatibility reasons. | 17:06 |
gfidente | ok I see, I will ping him as well and see if it's better to restore that then or add him on this | 17:08 |
bnemec | gfidente: I wouldn't bother. His was a complete removal, which is different from this. | 17:08 |
*** trellooobot has joined #tripleo | 17:10 | |
trellooobot | URGENT TRIPLEO TASKS NEED ATTENTION | 17:10 |
trellooobot | +-------------------------------------+-------------------------------+--------------+-------------+ | 17:10 |
trellooobot | | Title | URL | Members | Last Active | | 17:10 |
trellooobot | +-------------------------------------+-------------------------------+--------------+-------------+ | 17:10 |
trellooobot | | ZUUL isn't running any tripleo ci j | https://trello.com/c/JoGwHcFt | Steven Hardy | 1124 min | | 17:10 |
trellooobot | +-------------------------------------+-------------------------------+--------------+-------------+ | 17:10 |
*** trellooobot has quit IRC | 17:10 | |
*** Slower has joined #tripleo | 17:11 | |
*** mcornea has quit IRC | 17:14 | |
*** rwsu has joined #tripleo | 17:18 | |
openstackgerrit | Tzu-Mainn Chen proposed openstack/tripleo-common: TripleO API v1 https://review.openstack.org/243737 | 17:19 |
*** jobewan has joined #tripleo | 17:22 | |
derekh | dprince: jeblar has approved the revert and is restarting nodepool , so things should start soon, I'll be gone but if you could take a look later it would be good | 17:27 |
dprince | derekh: sure, will do | 17:28 |
dprince | derekh: should I clear out the nodes/floating IPs? | 17:28 |
dprince | derekh: or just trust that nodepool will do this? | 17:28 |
derekh | dprince: I've just run this command | 17:29 |
derekh | dprince: nova list --all-tenants | grep tripleo-f | grep -v -e ACTIVE -e BUILD | grep ERROR | awk '{print $2}' | xargs -n 1 nova reset-state | 17:29 |
derekh | dprince: it should allow nodepool to delete them, | 17:29 |
dprince | derekh: okay, will do | 17:29 |
hewbrocca | Right folks, I'm out, catch you tomorrow | 17:30 |
*** spredzy has joined #tripleo | 17:33 | |
*** ifarkas has quit IRC | 17:41 | |
*** Marga_ has quit IRC | 17:45 | |
*** penick has joined #tripleo | 17:51 | |
openstackgerrit | Ben Nemec proposed openstack/instack-undercloud: Allow ssl ports in firewall https://review.openstack.org/251491 | 17:57 |
openstackgerrit | Ben Nemec proposed openstack/os-cloud-config: Change swift ssl port https://review.openstack.org/251492 | 18:01 |
*** gchamoul has quit IRC | 18:02 | |
*** derekh has quit IRC | 18:02 | |
*** penick_ has joined #tripleo | 18:02 | |
*** penick has quit IRC | 18:04 | |
*** penick_ is now known as penick | 18:04 | |
*** gchamoul has joined #tripleo | 18:06 | |
*** mikeit has joined #tripleo | 18:10 | |
*** mgould has quit IRC | 18:10 | |
*** chlong has quit IRC | 18:10 | |
*** dtantsur is now known as dtantsur|afk | 18:11 | |
*** adam_g has quit IRC | 18:14 | |
*** adam_g has joined #tripleo | 18:15 | |
*** adam_g has joined #tripleo | 18:15 | |
*** trown is now known as trown|lunch | 18:17 | |
*** davidlenwell has quit IRC | 18:21 | |
openstackgerrit | Rohit Pagedar proposed openstack/tripleo-heat-templates: Making nova parameters configurable https://review.openstack.org/234965 | 18:21 |
*** davidlenwell has joined #tripleo | 18:23 | |
*** ChanServ sets mode: +v davidlenwell | 18:23 | |
*** Guest83268 has quit IRC | 18:23 | |
*** chlong has joined #tripleo | 18:25 | |
*** Hunner has quit IRC | 18:27 | |
*** crinkle has quit IRC | 18:27 | |
*** mgagne has joined #tripleo | 18:28 | |
*** mgagne is now known as Guest63453 | 18:28 | |
*** crinkle has joined #tripleo | 18:29 | |
*** penick has quit IRC | 18:29 | |
*** penick has joined #tripleo | 18:32 | |
*** jcoufal has quit IRC | 18:33 | |
*** tosky has quit IRC | 18:36 | |
*** jistr has joined #tripleo | 18:37 | |
*** rohitpagedar__ has joined #tripleo | 18:37 | |
*** Guest63453 has quit IRC | 18:38 | |
*** Guest63453 has joined #tripleo | 18:38 | |
*** Guest63453 is now known as mgagne | 18:39 | |
*** eil397 has joined #tripleo | 18:39 | |
*** Hunner has joined #tripleo | 18:42 | |
*** Hunner has joined #tripleo | 18:42 | |
*** Marga_ has joined #tripleo | 18:48 | |
*** mikeit has quit IRC | 18:51 | |
*** weshay_xchat is now known as weshay | 18:52 | |
dprince | CI jobs appears to be running again! | 18:52 |
bnemec | \o/ | 18:52 |
openstackgerrit | Rohit Pagedar proposed openstack/tripleo-heat-templates: Changes for configuring Nuage https://review.openstack.org/234970 | 18:54 |
*** Hunner has quit IRC | 18:55 | |
*** penick has quit IRC | 18:56 | |
*** athomas has quit IRC | 18:57 | |
*** sthillma has joined #tripleo | 18:58 | |
*** electrofelix has quit IRC | 18:59 | |
*** Hunner has joined #tripleo | 19:01 | |
*** Hunner has joined #tripleo | 19:01 | |
*** mkovacik has quit IRC | 19:06 | |
openstackgerrit | Rohit Pagedar proposed openstack/tripleo-heat-templates: Changes for configuring Nuage https://review.openstack.org/234970 | 19:06 |
*** penick has joined #tripleo | 19:08 | |
*** jaosorior has joined #tripleo | 19:08 | |
openstackgerrit | Rohit Pagedar proposed openstack/tripleo-heat-templates: Changes for configuring Nuage https://review.openstack.org/230116 | 19:10 |
openstackgerrit | Rohit Pagedar proposed openstack/tripleo-heat-templates: Changes for configuring Nuage https://review.openstack.org/234970 | 19:10 |
*** trown|lunch is now known as trown | 19:12 | |
*** jaosorior has quit IRC | 19:15 | |
openstackgerrit | Lokesh Jain proposed openstack/tripleo-heat-templates: Changes for configuring Nuage https://review.openstack.org/230116 | 19:20 |
openstackgerrit | Lokesh Jain proposed openstack/tripleo-heat-templates: Changes for configuring Nuage https://review.openstack.org/230116 | 19:22 |
*** shivrao has joined #tripleo | 19:35 | |
*** akrivoka has quit IRC | 19:42 | |
*** lucasagomes is now known as lucas-dinner | 19:42 | |
*** penick has quit IRC | 19:48 | |
*** penick has joined #tripleo | 19:50 | |
*** thrash has joined #tripleo | 19:56 | |
*** thrash has joined #tripleo | 19:56 | |
*** SlickNik has left #tripleo | 19:57 | |
openstackgerrit | Lokesh Jain proposed openstack/tripleo-heat-templates: Changes for configuring Nuage https://review.openstack.org/234970 | 19:58 |
*** akuznetsov has joined #tripleo | 19:59 | |
*** penick has quit IRC | 20:03 | |
*** shardy has joined #tripleo | 20:04 | |
shardy | rohitpagedar__: Hi | 20:05 |
rohitpagedar__ | shardy : Hi. I just spoke with Lokesh. He has updated "https://review.openstack.org/234970" for now. But I would not touch it untill "https://review.openstack.org/230116" is merged. | 20:07 |
shardy | rohitpagedar__: Ok, thanks, I'll remove my -2 then if you guys are already talking | 20:08 |
*** penick has joined #tripleo | 20:08 | |
*** SlickNik has joined #tripleo | 20:08 | |
shardy | rohitpagedar__: I just wanted to avoid constantly losing the changes in the top patch of the queue | 20:08 |
shardy | rohitpagedar__: do you need any help with the rebase process, so it goes smoother next time? | 20:08 |
*** trellooobot has joined #tripleo | 20:10 | |
trellooobot | URGENT TRIPLEO TASKS NEED ATTENTION | 20:10 |
trellooobot | +-------------------------------------+-------------------------------+--------------+-------------+ | 20:10 |
trellooobot | | Title | URL | Members | Last Active | | 20:10 |
trellooobot | +-------------------------------------+-------------------------------+--------------+-------------+ | 20:10 |
trellooobot | | ZUUL isn't running any tripleo ci j | https://trello.com/c/JoGwHcFt | Steven Hardy | 158 min | | 20:10 |
trellooobot | +-------------------------------------+-------------------------------+--------------+-------------+ | 20:10 |
*** trellooobot has quit IRC | 20:10 | |
rohitpagedar__ | shardy: We followed these guidelines for making the changes (http://docs.openstack.org/infra/manual/developers.html#multiple-changes), but I guess there was something that we did not do correct. I apologize for the inconvenience. | 20:11 |
shardy | rohitpagedar__: The trick is you have to pull the new version of the top patch when you rebase | 20:12 |
shardy | http://docs.openstack.org/infra/manual/developers.html#adding-a-dependency | 20:12 |
rohitpagedar__ | Thanks for all the assistance, anyway. I will consult with you if we run into a similar situation again . | 20:12 |
shardy | So, the way I do it is create a new branch, then do git review -d <parent change id> | 20:12 |
shardy | then do git cherry-pick <SHA of your change> | 20:13 |
shardy | Or rather, do the git review -d, then create the new branch, then cherry pick your patch on top | 20:13 |
*** mcornea has joined #tripleo | 20:13 | |
shardy | rohitpagedar__: No problem, the git workflow is confusing sometimes, I just wanted to ensure we solved the problem | 20:14 |
rohitpagedar__ | oh, that makes sense. We got the latest changes, by following the above same steps ^^ | 20:14 |
shardy | feel free to ping me next time if you need any help, when you've done it a few times it starts to make sense :) | 20:14 |
rohitpagedar__ | Thanks Steve, will do! :) | 20:15 |
*** Marga_ has quit IRC | 20:19 | |
openstackgerrit | Merged openstack/puppet-tripleo: Fix unit tests failing against Puppet 4.3.0 https://review.openstack.org/249756 | 20:22 |
*** jistr has quit IRC | 20:27 | |
*** tremble has quit IRC | 20:27 | |
*** stevebaker has quit IRC | 20:33 | |
*** stevebaker has joined #tripleo | 20:35 | |
*** mburned is now known as mburned_out | 20:35 | |
*** gfidente has quit IRC | 20:39 | |
openstackgerrit | Rohit Pagedar proposed openstack/tripleo-heat-templates: Making nova parameters configurable for nuage-metadata-agent https://review.openstack.org/234965 | 20:40 |
*** akuznetsov has quit IRC | 20:41 | |
*** mburned_out is now known as mburned | 20:46 | |
*** Marga_ has joined #tripleo | 20:50 | |
*** olaph has quit IRC | 20:50 | |
*** olaph has joined #tripleo | 20:52 | |
*** rebrego has joined #tripleo | 20:56 | |
*** regebro is now known as Guest73314 | 20:56 | |
*** rebrego is now known as regebro | 20:56 | |
*** panda has quit IRC | 21:05 | |
*** Marga_ has quit IRC | 21:05 | |
*** panda has joined #tripleo | 21:05 | |
*** Marga_ has joined #tripleo | 21:06 | |
*** dprince has quit IRC | 21:07 | |
*** Marga_ has quit IRC | 21:10 | |
*** weshay has quit IRC | 21:10 | |
*** cwolferh has quit IRC | 21:11 | |
openstackgerrit | Steven Hardy proposed openstack/tripleo-heat-templates: Make puppet manifests compliant with Puppet 4.x https://review.openstack.org/246836 | 21:11 |
openstackgerrit | Steven Hardy proposed openstack/tripleo-heat-templates: Support NFS backend for Glance (via Pacemaker) https://review.openstack.org/243614 | 21:11 |
openstackgerrit | Steven Hardy proposed openstack/tripleo-heat-templates: Sync httpd vhost settings in between pcmk and non-pcmk scenarios https://review.openstack.org/246833 | 21:11 |
openstackgerrit | Steven Hardy proposed openstack/tripleo-heat-templates: nova: set catalog_info to InternalURL https://review.openstack.org/247694 | 21:11 |
openstackgerrit | Steven Hardy proposed openstack/tripleo-heat-templates: Fix dependency for Ceilometer agent when using MySQL https://review.openstack.org/246834 | 21:12 |
openstackgerrit | Steven Hardy proposed openstack/tripleo-heat-templates: Do not enforce start timeout to 90s for neutron-server https://review.openstack.org/246835 | 21:12 |
openstackgerrit | Steven Hardy proposed openstack/tripleo-heat-templates: Add Puppet 4.x lint checks https://review.openstack.org/246798 | 21:12 |
openstackgerrit | Steven Hardy proposed openstack/tripleo-heat-templates: Ensure memcached resource uses interleave=true https://review.openstack.org/245670 | 21:12 |
*** Marga_ has joined #tripleo | 21:19 | |
*** jcooley has quit IRC | 21:23 | |
*** jcooley has joined #tripleo | 21:25 | |
*** cwolferh has joined #tripleo | 21:27 | |
*** jprovazn has quit IRC | 21:30 | |
*** regebro has quit IRC | 21:33 | |
*** bvandenh has quit IRC | 21:50 | |
*** psanchez has quit IRC | 21:51 | |
*** jayg is now known as jayg|g0n3 | 21:52 | |
*** psanchez has joined #tripleo | 21:53 | |
*** penick has quit IRC | 21:56 | |
openstackgerrit | Ben Nemec proposed openstack/instack-undercloud: Create default flavors as part of undercloud install https://review.openstack.org/250059 | 21:58 |
openstackgerrit | Ben Nemec proposed openstack-infra/tripleo-ci: Make flavor-creation failure non-fatal https://review.openstack.org/251552 | 21:59 |
openstackgerrit | Ben Nemec proposed openstack-infra/tripleo-ci: Remove flavor creation https://review.openstack.org/251553 | 21:59 |
openstackgerrit | Ben Nemec proposed openstack/tripleo-common: Remove flavor creation https://review.openstack.org/251554 | 21:59 |
openstackgerrit | Ben Nemec proposed openstack/tripleo-docs: Documented pre-created flavors https://review.openstack.org/251555 | 21:59 |
*** penick has joined #tripleo | 21:59 | |
*** untriaged-bot has joined #tripleo | 22:00 | |
untriaged-bot | Untriaged bugs so far: | 22:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1519209 | 22:00 |
openstack | Launchpad bug 1519209 in tripleo " disk-image-create fail with opensuse element" [Undecided,New] | 22:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1520120 | 22:00 |
openstack | Launchpad bug 1520120 in tripleo "Could not find /dev/mapper/loop0p1 error in CI" [Undecided,New] | 22:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1505900 | 22:00 |
openstack | Launchpad bug 1505900 in diskimage-builder "Failed to create 'wily' release with DIB_RELEASE" [Undecided,New] | 22:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1517814 | 22:00 |
openstack | Launchpad bug 1517814 in diskimage-builder "ironic-python-agent service failed to be started automatically" [Undecided,Incomplete] - Assigned to Ligong Duan (duanlg) | 22:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1520985 | 22:00 |
openstack | Launchpad bug 1520985 in tripleo "Overcloud goes in irrecoverable error state on incorrect stack update command" [Undecided,New] | 22:00 |
*** untriaged-bot has quit IRC | 22:00 | |
*** shardy has quit IRC | 22:03 | |
*** Marga__ has joined #tripleo | 22:05 | |
openstackgerrit | Ben Nemec proposed openstack/instack-undercloud: Create default flavors as part of undercloud install https://review.openstack.org/250059 | 22:06 |
*** Marga_ has quit IRC | 22:06 | |
openstackgerrit | Ben Nemec proposed openstack/tripleo-common: Remove flavor creation https://review.openstack.org/251554 | 22:08 |
openstackgerrit | Ben Nemec proposed openstack/tripleo-docs: Documented pre-created flavors https://review.openstack.org/251555 | 22:08 |
openstackgerrit | Ben Nemec proposed openstack/tripleo-docs: Document pre-created flavors https://review.openstack.org/251555 | 22:09 |
*** Marga__ has quit IRC | 22:09 | |
bnemec | So much cross-repo dependency fail :-/ | 22:10 |
*** trellooobot has joined #tripleo | 22:10 | |
trellooobot | URGENT TRIPLEO TASKS NEED ATTENTION | 22:10 |
trellooobot | +-------------------------------------+-------------------------------+--------------+-------------+ | 22:10 |
trellooobot | | Title | URL | Members | Last Active | | 22:10 |
trellooobot | +-------------------------------------+-------------------------------+--------------+-------------+ | 22:10 |
trellooobot | | ZUUL isn't running any tripleo ci j | https://trello.com/c/JoGwHcFt | Steven Hardy | 278 min | | 22:10 |
trellooobot | +-------------------------------------+-------------------------------+--------------+-------------+ | 22:10 |
*** trellooobot has quit IRC | 22:10 | |
*** julim has quit IRC | 22:16 | |
*** trown is now known as trown|outttypeww | 22:16 | |
*** tiswanso has quit IRC | 22:22 | |
openstackgerrit | Ben Nemec proposed openstack/tripleo-common: Make coverage tests work https://review.openstack.org/251559 | 22:22 |
*** rpothier has quit IRC | 22:27 | |
*** hewbrocc` has joined #tripleo | 22:48 | |
*** hewbrocca has quit IRC | 22:49 | |
*** penick has quit IRC | 22:52 | |
*** Marga_ has joined #tripleo | 22:56 | |
*** Marga_ has quit IRC | 22:57 | |
*** Marga_ has joined #tripleo | 22:57 | |
*** jobewan has quit IRC | 22:57 | |
*** yamahata has joined #tripleo | 22:58 | |
openstackgerrit | Ben Nemec proposed openstack/tripleo-common: Make coverage tests work https://review.openstack.org/251559 | 23:01 |
*** Marga_ has quit IRC | 23:01 | |
openstackgerrit | Ben Nemec proposed openstack/instack-undercloud: Enable coverage testing https://review.openstack.org/251575 | 23:02 |
openstackgerrit | Ben Nemec proposed openstack/tripleo-common: Make coverage tests work https://review.openstack.org/251559 | 23:04 |
*** Marga_ has joined #tripleo | 23:04 | |
bnemec | Okay, that's 30 open patches. I think it's time to call it a day. :-) | 23:10 |
*** trellooobot has joined #tripleo | 23:10 | |
trellooobot | URGENT TRIPLEO TASKS NEED ATTENTION | 23:10 |
trellooobot | +-------------------------------------+-------------------------------+--------------+-------------+ | 23:10 |
trellooobot | | Title | URL | Members | Last Active | | 23:10 |
trellooobot | +-------------------------------------+-------------------------------+--------------+-------------+ | 23:10 |
trellooobot | | ZUUL isn't running any tripleo ci j | https://trello.com/c/JoGwHcFt | Steven Hardy | 338 min | | 23:10 |
trellooobot | +-------------------------------------+-------------------------------+--------------+-------------+ | 23:10 |
*** trellooobot has quit IRC | 23:10 | |
bnemec | Hmm, it appears I need to get added to teh trello board. I can't move ^ to the Done category. | 23:14 |
*** rohitpagedar__ has quit IRC | 23:19 | |
*** dmacpher has quit IRC | 23:20 | |
*** thrash is now known as thrash|g0ne | 23:21 | |
*** barra204 has quit IRC | 23:38 | |
*** shakamunyi has joined #tripleo | 23:38 | |
*** jerrygb has quit IRC | 23:39 | |
*** jerrygb has joined #tripleo | 23:39 | |
*** rwsu has quit IRC | 23:47 | |
*** penick has joined #tripleo | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!