*** CheKoLyN has joined #tripleo | 00:14 | |
*** MasterPiece has quit IRC | 00:18 | |
*** shadower has quit IRC | 00:23 | |
*** shadower has joined #tripleo | 00:23 | |
*** CheKoLyN has quit IRC | 00:29 | |
slagle | if anyone is around https://review.openstack.org/#/c/220077 and https://review.openstack.org/#/c/221814 need reviews to help out CI | 00:29 |
---|---|---|
openstackgerrit | Merged openstack-infra/tripleo-ci: Fix tuskar-ui disablement https://review.openstack.org/221814 | 00:36 |
openstackgerrit | Merged openstack-infra/tripleo-ci: Bump trunk repository to one from 2015-09-09 https://review.openstack.org/220077 | 00:36 |
bnemec | slagle: You can thank my malfunctioning kilo install for the fact that I'm still around to approve those. :-) | 00:36 |
bnemec | But it's fixed now, so /me exits stage left | 00:37 |
*** olaph has joined #tripleo | 00:38 | |
*** CheKoLyN has joined #tripleo | 00:42 | |
*** w_ has joined #tripleo | 00:45 | |
*** olaph has quit IRC | 00:45 | |
*** olaph has joined #tripleo | 00:47 | |
*** w_ has quit IRC | 00:50 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-specs: Containerize TripleO deployments blueprint https://review.openstack.org/222002 | 00:51 |
*** rlandy has quit IRC | 00:52 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-specs: Containerize TripleO deployments blueprint https://review.openstack.org/222002 | 00:52 |
*** alop has quit IRC | 01:00 | |
*** shivrao has quit IRC | 01:12 | |
*** julim has joined #tripleo | 01:23 | |
*** shivrao has joined #tripleo | 01:39 | |
*** shivrao_ has joined #tripleo | 01:42 | |
*** shivrao has quit IRC | 01:44 | |
*** shivrao_ is now known as shivrao | 01:44 | |
*** Marga_ has quit IRC | 01:45 | |
*** sthillma has quit IRC | 01:48 | |
*** thrash is now known as thrash|g0ne | 02:16 | |
*** yamahata has quit IRC | 02:20 | |
*** CheKoLyN has quit IRC | 02:24 | |
*** penick has quit IRC | 02:36 | |
*** sdake_ has joined #tripleo | 02:56 | |
*** sdake__ has joined #tripleo | 02:57 | |
*** sdake has quit IRC | 02:58 | |
*** rlandy has joined #tripleo | 02:58 | |
*** sdake_ has quit IRC | 03:01 | |
*** spzala has quit IRC | 03:05 | |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-specs: Containerize TripleO deployments blueprint https://review.openstack.org/222002 | 03:10 |
EmilienM | sdake__, slagle, shardy ^ | 03:12 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-specs: Containerize TripleO deployments blueprint https://review.openstack.org/222002 | 03:25 |
sdake__ | EmilienM looks interesting | 03:26 |
sdake__ | too tired at this time to provide a complete review | 03:26 |
EmilienM | sdake__: it's really WIP | 03:26 |
sdake__ | question seems like dprince already has a plan in place to make a transition, is this work an extension of his? | 03:27 |
EmilienM | please forgive my ignorance if I missed someting | 03:27 |
EmilienM | sdake__: this blueprint is because I don't like 100% dprince approach | 03:27 |
sdake__ | i would recommend baby steps, in other words dont use magnum :) | 03:27 |
EmilienM | I want to discuss about design before merging patches | 03:27 |
sdake__ | which is wrong with dprinc's approach | 03:27 |
sdake__ | i am not familiar with the details | 03:28 |
EmilienM | sdake__: I took a specific approach. First I identity 3 steps | 03:29 |
EmilienM | and then, for each step a solution I like, then alternatives | 03:29 |
EmilienM | before -1 my solutions I would like to review the actual problem we're solving | 03:29 |
sdake__ | containers make upgrades atomic | 03:30 |
*** sdake__ is now known as sdake | 03:30 | |
sdake | that is the basic problem that is solved | 03:30 |
sdake | kolla is 8k lines of code - also containers make things simple | 03:30 |
*** links has joined #tripleo | 03:30 | |
sdake | kolla does full ha deployment | 03:30 |
sdake | in only 8k lines of code ;) | 03:30 |
EmilienM | lol | 03:30 |
EmilienM | sdake: so I went into magnum | 03:30 |
EmilienM | and I like it | 03:31 |
EmilienM | good job guys | 03:31 |
EmilienM | sdake: is it production ready? | 03:31 |
sdake | magnum depends on a feature to be implemented which is in progress before it can be deployed in a datacenter | 03:31 |
sdake | production ready is such abad term | 03:31 |
sdake | the only way something becomes production ready is for it to be hardened in the field | 03:31 |
EmilienM | yeah | 03:31 |
*** shivrao has quit IRC | 03:31 | |
sdake | since magnum hasn't been hardened in the field, how could it be production ready? | 03:32 |
sdake | I'd say its ready for production deployments once this security thing related to TLS is implemented | 03:32 |
sdake | when using containers there is a technology called "super privileged containers" | 03:32 |
sdake | SPCs are not available in kubernetes | 03:32 |
sdake | as such magnum is a non starter for deploying openstack | 03:33 |
sdake | kolla started out down the path of trying to deploy inside kubernetes | 03:33 |
sdake | it was too complex | 03:33 |
EmilienM | sdake: you broke my brain for tonight | 03:33 |
sdake | and we could never make the system work reasonably | 03:33 |
sdake | so back to the problem of dprince's approach | 03:34 |
sdake | the last email i saw on it, seemed like a reasonable way to proceed | 03:34 |
sdake | what technical issue was with it? | 03:34 |
EmilienM | he's tricking a lot of things in puppet-tripleo | 03:34 |
EmilienM | to make puppet-openstack modules working | 03:35 |
sdake | you mean things like not installing packaes or starting services etc? | 03:35 |
EmilienM | yeah | 03:36 |
sdake | in the container world, package install is done at container buidl time | 03:36 |
sdake | in the container world, service start is done at container launch time | 03:36 |
EmilienM | it makes sense | 03:36 |
EmilienM | it's just how to deal with multiple configuration file for the same service | 03:36 |
sdake | these aren't things that can necessairly be done by puppet | 03:36 |
sdake | I think that is why he overrides them | 03:36 |
sdake | multipel config files is a solved problme | 03:36 |
EmilienM | like having multiple nova api containers on the same node with not the same files | 03:36 |
sdake | atleast for kolla | 03:37 |
sdake | what is the use case for that? | 03:37 |
EmilienM | running nova-api on the same host, one with osapi another with ec2 | 03:37 |
EmilienM | they won't have the same nova.conf | 03:37 |
sdake | they shoudl be different containers | 03:37 |
sdake | but anyway that is a solved problem | 03:38 |
EmilienM | ok | 03:38 |
EmilienM | I'll let reviews happen | 03:38 |
EmilienM | I'm sure I wrote a lot of **** | 03:38 |
sdake | https://blueprints.launchpad.net/kolla/+spec/replace-config-external | 03:38 |
sdake | the use case you just described is solved - just a matter of making the patches tidy | 03:39 |
sdake | if that is the only objection :) | 03:39 |
sdake | the start vs install packages thing, that is just a artifact of how containers work | 03:39 |
sdake | that is why kolla's ansible code is unique - and not compatible with osad's ansible code | 03:40 |
EmilienM | ok | 03:41 |
sdake | if your concerned about the overrides, I dont know how else that can be solved and integrate with a container model | 03:41 |
sdake | but I dont have a horse in the tripleo race - so I don't care all that much :) | 03:42 |
EmilienM | sdake: I'll check with ooo folks | 03:43 |
sdake | the one word of advice i can give is i've been working on deployment using containers nearly full time for about 1 year | 03:44 |
EmilienM | sdake: I felt it was important to initiate a blueprint at least | 03:44 |
sdake | and you really really want to do bare metal, not magnum ;) | 03:44 |
EmilienM | ok | 03:44 |
EmilienM | wow that's a great feedback, I would appreciate the words in Gerrit | 03:44 |
EmilienM | if you don't mind | 03:44 |
sdake | magnum rocks, but it will present many problems which are unsolvable | 03:44 |
sdake | think less components not more ;) | 03:45 |
sdake | kolla has 3 dependencies, docker, ansible, and inja2 | 03:45 |
sdake | 8000 liens of code | 03:45 |
sdake | simple tidy deploys openstack completely customizable | 03:45 |
sdake | with sane out of the box defaults | 03:46 |
sdake | the problem I have always seen with ooo is that it tries to integrate too many components at one time | 03:46 |
sdake | and the relationships aren't tidy | 03:46 |
sdake | anyway I am off to watch tv - take care | 03:46 |
EmilienM | sdake: thx | 03:46 |
EmilienM | sdake: I'll ask you to write your thoughts about magnum in gerrit | 03:47 |
EmilienM | but not tonight :P | 03:47 |
openstackgerrit | Tzu-Mainn Chen proposed openstack/tripleo-specs: Spec for TripleO overcloud deployment library and API https://review.openstack.org/219754 | 04:02 |
*** shardy_ has joined #tripleo | 04:05 | |
*** tzumainn has quit IRC | 04:06 | |
*** shardy has quit IRC | 04:07 | |
*** shardy_ has quit IRC | 04:11 | |
*** shardy has joined #tripleo | 04:11 | |
*** lazy_prince has joined #tripleo | 04:27 | |
*** yamahata has joined #tripleo | 04:59 | |
*** Marga_ has joined #tripleo | 05:01 | |
*** stendulker has joined #tripleo | 05:01 | |
*** Marga_ has quit IRC | 05:09 | |
*** sdake_ has joined #tripleo | 05:12 | |
*** sdake has quit IRC | 05:15 | |
*** sdake_ has quit IRC | 05:16 | |
*** sdake_ has joined #tripleo | 05:18 | |
*** sdake_ is now known as sdake | 05:21 | |
*** sdake_ has joined #tripleo | 05:29 | |
*** sdake has quit IRC | 05:30 | |
*** jerrygb has joined #tripleo | 05:53 | |
*** sdake has joined #tripleo | 06:08 | |
*** sdake_ has quit IRC | 06:11 | |
*** jerrygb has quit IRC | 06:19 | |
*** ukalifon has joined #tripleo | 06:20 | |
*** jprovazn has joined #tripleo | 06:26 | |
*** sdake has quit IRC | 06:28 | |
*** sdake has joined #tripleo | 06:28 | |
*** penick has joined #tripleo | 06:43 | |
*** matbu has joined #tripleo | 06:44 | |
*** jtomasek has joined #tripleo | 06:50 | |
*** penick has quit IRC | 06:56 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: Make README.rst a bit more generic https://review.openstack.org/218043 | 06:58 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: doc: migrate from README.rst to Sphinx https://review.openstack.org/193051 | 06:58 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: Handle install with pip -e https://review.openstack.org/219562 | 06:58 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: Add DIB_KEEP_PACKAGE_CACHE variable https://review.openstack.org/208321 | 06:58 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: Add DIB_USE_PACKAGE_CACHE variable https://review.openstack.org/211434 | 06:58 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: Add #!/bin/bash to library functions https://review.openstack.org/218100 | 06:59 |
*** adrianopetrich_ is now known as adrianopetrich | 06:59 | |
*** lsmola has joined #tripleo | 07:02 | |
*** jcoufal has joined #tripleo | 07:07 | |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: Get instack and deps from http://git.openstack.org https://review.openstack.org/221474 | 07:07 |
*** aufi has joined #tripleo | 07:09 | |
*** yog_ has joined #tripleo | 07:23 | |
openstackgerrit | Nisha Agarwal proposed openstack/diskimage-builder: Add a new element hpdsa https://review.openstack.org/220888 | 07:23 |
*** StevenK has quit IRC | 07:59 | |
*** mbound has joined #tripleo | 07:59 | |
*** jistr has joined #tripleo | 08:01 | |
openstackgerrit | Gary Duan proposed openstack/diskimage-builder: Fix grub-efi-amd64-signed install failure https://review.openstack.org/219612 | 08:01 |
*** StevenK has joined #tripleo | 08:02 | |
*** akrivoka has joined #tripleo | 08:07 | |
*** gfidente is now known as gfidente|afk | 08:11 | |
*** lucasagomes has joined #tripleo | 08:15 | |
*** sdake has quit IRC | 08:17 | |
*** jerrygb has joined #tripleo | 08:19 | |
*** jerrygb has quit IRC | 08:24 | |
*** jaosorior has joined #tripleo | 08:24 | |
*** jcoufal has quit IRC | 08:25 | |
*** ifarkas has joined #tripleo | 08:25 | |
*** athomas has joined #tripleo | 08:25 | |
*** mbound has quit IRC | 08:35 | |
*** pelix has joined #tripleo | 08:36 | |
openstackgerrit | Dmitry Tantsur proposed openstack/diskimage-builder: Make sure dnf won't autoremove packages that we explicitly installed https://review.openstack.org/220513 | 08:44 |
openstackgerrit | Dmitry Tantsur proposed openstack/diskimage-builder: Remove dnf workaround in ironic-agent https://review.openstack.org/220546 | 08:45 |
*** karume has joined #tripleo | 08:45 | |
*** derekh has joined #tripleo | 08:51 | |
*** karume has quit IRC | 08:54 | |
openstackgerrit | Jan Provaznik proposed openstack/tripleo-common: Catch and log all exceptions when removing a breakpoint https://review.openstack.org/222076 | 08:56 |
*** untriaged-bot has joined #tripleo | 09:00 | |
untriaged-bot | Untriaged bugs so far: | 09:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1488366 | 09:00 |
openstack | Launchpad bug 1488366 in tripleo "TripleO Deployments get stuck sometimes until a timeout is reached" [Undecided,New] | 09:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1493445 | 09:00 |
openstack | Launchpad bug 1493445 in tripleo "When we deploy 1 controller, we set dhcp_agents_per_network to 3" [Undecided,In progress] - Assigned to Marios Andreou (marios-b) | 09:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1493442 | 09:00 |
openstack | Launchpad bug 1493442 in tripleo "puppet-glance: No such file or directory - /etc/glance/glance-api.conf" [Critical,New] | 09:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1492904 | 09:00 |
openstack | Launchpad bug 1492904 in diskimage-builder "elements/dkms/post-install.d/99-dkms may get executed after elements/ramdisk/post-install.d/99-build-ramdisk" [Undecided,In progress] - Assigned to Nisha Agarwal (agarwalnisha1980) | 09:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1486689 | 09:00 |
openstack | Launchpad bug 1486689 in diskimage-builder "Ramdisk should consider the size unit when inspecting the amount of RAM" [Undecided,In progress] - Assigned to Brad Lodgen (lodgenbd) | 09:00 |
untriaged-bot | https://bugs.launchpad.net/os-collect-config/+bug/1482510 | 09:00 |
openstack | Launchpad bug 1482510 in heat "OS::Heat::SoftwareDeployment failed due SSL certificate verification error" [Medium,Triaged] - Assigned to Rico Lin (rico-lin) | 09:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1488445 | 09:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1488969 | 09:00 |
openstack | Launchpad bug 1488445 in diskimage-builder "ubuntu/ipa ramdisk cannot be boot successfully" [Undecided,In progress] - Assigned to Ligong Duan (duanlg) | 09:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1492803 | 09:00 |
openstack | Launchpad bug 1488969 in bifrost "debian image w/ironic-agent failing to build" [Medium,Triaged] - Assigned to Julia Kreger (juliaashleykreger) | 09:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1489339 | 09:00 |
openstack | Launchpad bug 1492803 in diskimage-builder "HP Proliant Gen9 Servers with Dynamic Smart Array Controllers storages cannot be deployed" [Undecided,In progress] - Assigned to Nisha Agarwal (agarwalnisha1980) | 09:00 |
openstack | Launchpad bug 1489339 in diskimage-builder "Met the "pkg-map failed"issue for building ubuntu/IPA and debian/IPA ramdisk" [Undecided,In progress] - Assigned to Ye-hong Fang (hongyefang) | 09:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1488176 | 09:00 |
openstack | Launchpad bug 1488176 in tripleo "(tripleo heat templates) Not configuring neutron mechanism drivers in any puppet based deploys" [Undecided,In progress] - Assigned to Marios Andreou (marios-b) | 09:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1491280 | 09:00 |
openstack | Launchpad bug 1491280 in diskimage-builder "built ubuntu iso image failed as processing package grub-efi-amd64 has error " [Undecided,In progress] - Assigned to Ligong Duan (duanlg) | 09:00 |
untriaged-bot | https://bugs.launchpad.net/tuskar/+bug/1487067 | 09:00 |
openstack | Launchpad bug 1487067 in tuskar "Replace 'nova_overcloud_config.yml' with 'nova_overcloud_config.yaml'" [Undecided,New] - Assigned to Wang Wei (wangw-fnst) | 09:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1471802 | 09:00 |
openstack | Launchpad bug 1471802 in diskimage-builder "ironic-agent element hardcodes interfaces names for DHCP." [Undecided,Fix committed] - Assigned to Om Kumar (om-kumar) | 09:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1490584 | 09:00 |
openstack | Launchpad bug 1490584 in diskimage-builder "ramdisk-image-create ironic-agent fails when using source-install" [Undecided,Fix committed] - Assigned to John Trowbridge (trown) | 09:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1486967 | 09:00 |
openstack | Launchpad bug 1486967 in diskimage-builder "Config drive creation fails in UEFI boot mode for whole disk image" [Undecided,In progress] - Assigned to Shivanand Tendulker (stendulker) | 09:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1492804 | 09:00 |
openstack | Launchpad bug 1492804 in diskimage-builder "ramdisk-functions replace the contents of /etc/modprobe.d/blacklist.conf with "blacklist evbug" only" [Undecided,In progress] - Assigned to Nisha Agarwal (agarwalnisha1980) | 09:00 |
*** untriaged-bot has quit IRC | 09:00 | |
*** regebro has joined #tripleo | 09:02 | |
*** mbound has joined #tripleo | 09:07 | |
*** mcornea has joined #tripleo | 09:12 | |
*** bnemec has quit IRC | 09:13 | |
*** bnemec has joined #tripleo | 09:14 | |
*** jcoufal has joined #tripleo | 09:18 | |
*** jerrygb has joined #tripleo | 09:20 | |
*** paramite has joined #tripleo | 09:23 | |
*** penick has joined #tripleo | 09:24 | |
*** jerrygb has quit IRC | 09:26 | |
*** dtantsur is now known as dtantsur|brb | 09:32 | |
*** dtantsur|brb is now known as dtantsur | 09:33 | |
*** mbound has quit IRC | 09:38 | |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: [WIP]Use forked delorean https://review.openstack.org/222091 | 09:38 |
*** mbound has joined #tripleo | 09:39 | |
*** dtantsur is now known as dtantsur|brb | 09:44 | |
*** matbu has quit IRC | 09:49 | |
*** matbu has joined #tripleo | 09:50 | |
*** penick has quit IRC | 10:07 | |
*** matbu has quit IRC | 10:08 | |
*** matbu has joined #tripleo | 10:10 | |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: Remove puppet-glance cherry-pick https://review.openstack.org/222107 | 10:10 |
*** lazy_prince has quit IRC | 10:29 | |
*** akrivoka has quit IRC | 10:33 | |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: [WIP] Delorean go faster stripes https://review.openstack.org/222091 | 10:33 |
*** mbound has quit IRC | 10:40 | |
spredzy | While following https://repos.fedorapeople.org/repos/openstack-m/docs/master/basic_deployment/basic_deployment_cli.html when I get to Register Nodes section, I have an error with no conductor service registered which supports pxe_ssh | 10:42 |
spredzy | derekh, jistr gfidente|afk does that ring a bell ? | 10:42 |
*** rhallisey has joined #tripleo | 10:44 | |
derekh | spredzy: it doesn't but I'm not sure how uptodate those instructions are, these are the ones slagle has been working on since the move of everything to upstream | 10:45 |
derekh | spredzy: http://docs.openstack.org/developer/tripleo-docs/ | 10:45 |
derekh | spredzy: I havn't tried them but iirc slagle said yesterday they were good | 10:45 |
spredzy | derekh, ack thanks will try with those ones | 10:46 |
derekh | spredzy: sorry, a lot is moving around at the moment | 10:46 |
spredzy | derekh, yep, I can see that, trying to play catchup :) | 10:47 |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: [WIP] Delorean go faster stripes https://review.openstack.org/222091 | 10:49 |
*** dtantsur|brb is now known as dtantsur | 10:51 | |
openstackgerrit | Ramakrishnan G proposed openstack/diskimage-builder: Add proliant-tools element https://review.openstack.org/163754 | 10:54 |
*** shardy_ has joined #tripleo | 11:05 | |
*** shardy has quit IRC | 11:07 | |
openstackgerrit | Ramakrishnan G proposed openstack/diskimage-builder: Add proliant-tools element https://review.openstack.org/163754 | 11:10 |
*** shardy_ has quit IRC | 11:11 | |
*** shardy has joined #tripleo | 11:12 | |
*** akrivoka has joined #tripleo | 11:13 | |
*** regebro has quit IRC | 11:18 | |
*** regebro has joined #tripleo | 11:19 | |
spredzy | derekh, unfortunately same issue :/ | 11:21 |
*** jerrygb has joined #tripleo | 11:21 | |
spredzy | slagle, ^ when you get on if you have any idea about the "no conductor service registered which supports pxe_ssh" when registring nodes | 11:22 |
slagle | spredzy: is ironic-conductor running? | 11:22 |
spredzy | slagle, yes | 11:23 |
slagle | is there anything telling in the log? | 11:23 |
spredzy | slagle, not really http://fpaste.org/265578/18843741/ | 11:26 |
*** jerrygb has quit IRC | 11:26 | |
slagle | spredzy: what about the ironic logs at /var/log/ironic/? | 11:26 |
spredzy | slagle, empty | 11:27 |
slagle | oh, that's right, i have a delorean patch out to fix the ironic logs | 11:27 |
slagle | spredzy: ok, can you check via journalctl? | 11:27 |
spredzy | slagle, you can see the journalctl logs on the the link above | 11:28 |
spredzy | they are open as a background task | 11:28 |
derekh | slagle: lots of ci failures over only, the delorean server was mainly down ;-( | 11:28 |
derekh | slagle: seems to be back now, rdo guys looking into it | 11:28 |
spredzy | slagle, my bad : I see DriverLoadError: python-ironic-inspector-client Python module not found | 11:29 |
slagle | spredzy: hmm, let me see where that's supposed to be coming from | 11:30 |
*** trown|outttypeww is now known as trown | 11:31 | |
slagle | derekh: ok. downloading from epel was also failing several ci jobs yesterday | 11:31 |
slagle | derekh: we see this a lot in rdo ci | 11:31 |
slagle | probably need to pin epel to a specific mirror | 11:31 |
derekh | slagle: yup, back after lunch, I'm trying some pinning inside the dolorean container | 11:32 |
*** morazi has joined #tripleo | 11:32 | |
pino|work | slagle: when you have few minutes, may i have a chat with you wrt using virt-dib in (now called) python-tripleoclient? | 11:34 |
pino|work | (no hurry, feel free to schedule a morning coffee first) | 11:34 |
spredzy | slagle, not sure if that helps http://fpaste.org/265584/14418849/ | 11:35 |
slagle | pino|work: sure, later today maybe. pretty booked up this morning | 11:36 |
pino|work | slagle: oki - do i poke you later, or will you? | 11:36 |
slagle | pino|work: i'll try to ping you when i have a few...if not, you can try me again | 11:40 |
pino|work | oki, thanks | 11:40 |
*** jaosorior has quit IRC | 11:45 | |
*** spzala has joined #tripleo | 11:46 | |
*** MasterPiece has joined #tripleo | 11:48 | |
*** regebro has quit IRC | 11:49 | |
*** jayg|g0n3 is now known as jayg | 11:57 | |
*** jistr is now known as jistr|mtg | 12:03 | |
*** leanderthal has joined #tripleo | 12:03 | |
*** jaosorior has joined #tripleo | 12:06 | |
*** krain_ has joined #tripleo | 12:10 | |
*** thrash|g0ne is now known as thrash | 12:11 | |
*** stendulker has quit IRC | 12:13 | |
*** dprince has joined #tripleo | 12:19 | |
*** dprince has joined #tripleo | 12:20 | |
*** Marga_ has joined #tripleo | 12:31 | |
*** Marga_ has quit IRC | 12:31 | |
*** Marga_ has joined #tripleo | 12:32 | |
*** gfidente has joined #tripleo | 12:37 | |
spredzy | slagle, derekh after following dtantsur suggestion on #rdo I could get an overcloud deployer. However when I try to log into my controller node I am faced with Permission Denied http://fpaste.org/265609/88726144/ | 12:39 |
*** egafford has joined #tripleo | 12:40 | |
*** jerrygb has joined #tripleo | 12:40 | |
slagle | spredzy: try centos user | 12:40 |
spredzy | slagle, working ty | 12:41 |
spredzy | ok so I managed to deploy an overcloud from scratch with instack instead of devtest :) | 12:41 |
slagle | cool, thx for sticking with it | 12:42 |
slagle | we're going through a bit of a rough patch right now, trying to get everything fixed up with the switch over | 12:43 |
spredzy | slagle, I have noted few stuffm issing in the doc - from my understanding- I will redeploy from scratch and if those are really missing from the doc will send a review | 12:44 |
slagle | thanks | 12:44 |
spredzy | slagle, great job anyway ! I mean in less than a day I could get an overcloud up and running, while in devtest early day it took me quite some time | 12:45 |
*** jerrygb has quit IRC | 12:45 | |
EmilienM | slagle: do you have an URL for next agenda meeting? | 12:46 |
slagle | EmilienM: i do! | 12:46 |
slagle | EmilienM: https://wiki.openstack.org/wiki/Meetings/TripleO | 12:47 |
EmilienM | slagle: thank you | 12:47 |
slagle | EmilienM: the one off items there are still from this week | 12:47 |
slagle | you can delete those if you want to add a new one-off agenda item | 12:47 |
EmilienM | ok | 12:47 |
EmilienM | slagle: I see you have a specs topic in regular agenda so I guess it's not useful to add the topic in one-off | 12:49 |
EmilienM | slagle: I would like to initiate discussions about https://review.openstack.org/#/c/222002/ | 12:49 |
slagle | EmilienM: ok, yea, we give folks a chance to bring up specs during the meeting | 12:49 |
slagle | get some initial feedback, ask for reviews, etc | 12:49 |
EmilienM | ok cool | 12:49 |
slagle | dprince: bnemec : review plz https://review.openstack.org/#/c/221474 | 12:52 |
*** jistr|mtg is now known as jistr | 12:52 | |
dprince | slagle: sent, thanks | 12:55 |
openstackgerrit | Merged openstack-infra/tripleo-ci: Get instack and deps from http://git.openstack.org https://review.openstack.org/221474 | 12:55 |
derekh | slagle: while we're talking about the meeting, is there any reason we couldn't have it a few hour earlier? /me would love to go more often | 13:04 |
slagle | derekh: i dont know of one. all we have to do is just propose a different time, and find something on the schedule | 13:07 |
*** lazy_prince has joined #tripleo | 13:08 | |
derekh | slagle: ok, I'll see whats available and mail the list to see what people think, I think the original time was to accommodate a bunch of people who no longer work on the project | 13:09 |
*** Goneri has joined #tripleo | 13:09 | |
*** jprovazn has quit IRC | 13:11 | |
slagle | derekh: sounds good. i'm pretty much open any time on tuesdays during east coast us working hours | 13:12 |
derekh | slagle: cool | 13:13 |
slagle | 1200-2100UTC or so | 13:13 |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: Delorean go faster stripes https://review.openstack.org/222091 | 13:13 |
derekh | dprince: ^^ that takes a whole 7 minutes off the amount of time we do delorean stuff | 13:13 |
derekh | slagle: ack | 13:13 |
dprince | derekh: nice :) | 13:15 |
*** leanderthal has quit IRC | 13:15 | |
derekh | dprince: the estimate I gave you the other day was wrong, I told you we spend 7 or 8 minutes building packages, I forgot about the additional 5 minutes building the delorean image | 13:16 |
derekh | slagle ^^ it also include using a delorean fork (only until we have looked at the repository layering thing you were talking about), then we wont need it because we'll only be building one package | 13:17 |
thrash | slagle: for the acls we discussed yesterday... were you thinking that a new gerrit group would be created for tripleoclient? | 13:18 |
*** krain_ has quit IRC | 13:18 | |
*** pradk has joined #tripleo | 13:19 | |
*** links has quit IRC | 13:23 | |
*** tzumainn has joined #tripleo | 13:31 | |
openstackgerrit | Dan Prince proposed openstack/tripleo-heat-templates: external loadbalancer: Add net_vip_map_external https://review.openstack.org/222189 | 13:31 |
therve | shardy, Can you approve https://review.openstack.org/185879 ? There is a non-blocking test error but I'd be surprised if it's related | 13:31 |
slagle | thrash: either that, or just keep 1 core team, with an understanding that if we give core on the client to some additional folks, they don't +2 on other repos | 13:33 |
slagle | thrash: i need to send this to the list for discussion | 13:33 |
*** spzala has quit IRC | 13:33 | |
slagle | will do so later today | 13:33 |
*** yog_ has quit IRC | 13:33 | |
*** spzala has joined #tripleo | 13:33 | |
shardy | therve: agreed, done | 13:36 |
therve | Thank you! | 13:36 |
thrash | slagle: thanks | 13:37 |
*** jprovazn has joined #tripleo | 13:39 | |
*** jerrygb has joined #tripleo | 13:41 | |
openstackgerrit | Dan Prince proposed openstack/tripleo-heat-templates: external loadbalancer: Add net_vip_map_external https://review.openstack.org/222189 | 13:43 |
slagle | thrash: d0ugal : who are you thinking for core rights on the client repos? just you two? | 13:44 |
*** jerrygb has quit IRC | 13:45 | |
thrash | slagle: I will leave that to akrivoka :) | 13:46 |
slagle | well i think it's more of a who was most active in the reviews and merges when it was under rdo? | 13:46 |
slagle | those are the people i'd propose adding to core | 13:47 |
*** MasterPiece has quit IRC | 13:48 | |
openstackgerrit | Merged openstack/tripleo-image-elements: Add os-collect-config template for zaqar support https://review.openstack.org/185879 | 13:48 |
thrash | slagle: that would be myself and d0ugal then | 13:53 |
*** paramite has quit IRC | 13:55 | |
*** paramite has joined #tripleo | 14:00 | |
*** lblanchard has joined #tripleo | 14:03 | |
d0ugal | slagle: https://github.com/rdo-management/python-rdomanager-oscplugin/graphs/contributors | 14:03 |
d0ugal | slagle: that might give a good idea | 14:03 |
d0ugal | or, a rough idea actually | 14:03 |
*** shardy_ has joined #tripleo | 14:05 | |
slagle | ok, email sent | 14:06 |
*** shardy has quit IRC | 14:06 | |
*** shardy_ has quit IRC | 14:10 | |
*** shardy has joined #tripleo | 14:11 | |
*** jerrygb has joined #tripleo | 14:15 | |
trown | d0ugal: thrash, is there a place to file bugs against python-tripleoclient? doesnt seem to be on launchpad | 14:21 |
trown | or maybe slagle ^ | 14:21 |
thrash | trown: I *think* it would just get filed under tripleo... | 14:21 |
trown | I have some patches to put up, but wanted to file bugs first | 14:21 |
slagle | trown: i'd use tripleo, unless you think it warrants a new project | 14:22 |
trown | slagle: I can file under tripleo for now, but it is probably worth splitting, especially if there are going to be specific cores for it | 14:23 |
slagle | what does the cores have to do with it? | 14:24 |
openstackgerrit | Rob Pothier proposed openstack/tripleo-heat-templates: Port Cisco Nexus/UCSM ExtraConfig to AllNodes https://review.openstack.org/215694 | 14:24 |
trown | slagle: for ironic, all of the subprojects have there own launchpads | 14:24 |
trown | well, it is just easier to have a dashboard for only the bugs you are responsible for | 14:24 |
slagle | i guess maybe | 14:26 |
trown | I am curious if the launchpad hooks will even work | 14:26 |
slagle | for process_bugs.py? | 14:28 |
trown | is that what adds you as the owner of a bug just by putting a patch up with the bug id? | 14:30 |
trown | and then sets it to "fix_committed" once the patch is merged? | 14:31 |
slagle | no, it's for moving bugs to fix_released when you do a release | 14:32 |
slagle | what you describe will work | 14:32 |
slagle | we already do that in tripleo | 14:32 |
slagle | process_bugs.py does require a project though | 14:32 |
slagle | i just do it manually most of the time when i do tripleo releases, since that are already a few projects under the tripleo project | 14:33 |
slagle | i like reviewing them anyway to be sure | 14:33 |
slagle | but anyway, if you want a separate project, i think we could have one | 14:33 |
slagle | was just thinking of keeping things simple. but i suppose simple is relative in this case :) | 14:34 |
*** lazy_prince has quit IRC | 14:36 | |
trown | I am not really bothered either way, we could always change it later if needed | 14:36 |
*** spzala has quit IRC | 14:36 | |
*** lazy_prince has joined #tripleo | 14:36 | |
*** Marga_ has quit IRC | 14:47 | |
*** aufi has quit IRC | 14:50 | |
*** tserong has quit IRC | 14:53 | |
dtantsur | slagle, bnemec or anyone: could you please review/merge https://review.openstack.org/#/c/220513/ ? without it IPA can't be built | 14:55 |
dtantsur | greghaynes, it ^^ no longer depends on testing repo | 14:55 |
*** untriaged-bot has joined #tripleo | 15:00 | |
untriaged-bot | Untriaged bugs so far: | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1488366 | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1493445 | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1493442 | 15:00 |
openstack | Launchpad bug 1488366 in tripleo "TripleO Deployments get stuck sometimes until a timeout is reached" [Undecided,New] | 15:00 |
openstack | Launchpad bug 1493445 in tripleo "When we deploy 1 controller, we set dhcp_agents_per_network to 3" [Undecided,In progress] - Assigned to Marios Andreou (marios-b) | 15:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1492904 | 15:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1486689 | 15:00 |
openstack | Launchpad bug 1493442 in tripleo "puppet-glance: No such file or directory - /etc/glance/glance-api.conf" [Critical,New] | 15:00 |
*** paramite has quit IRC | 15:00 | |
openstack | Launchpad bug 1492904 in diskimage-builder "elements/dkms/post-install.d/99-dkms may get executed after elements/ramdisk/post-install.d/99-build-ramdisk" [Undecided,In progress] - Assigned to Nisha Agarwal (agarwalnisha1980) | 15:00 |
untriaged-bot | https://bugs.launchpad.net/os-collect-config/+bug/1482510 | 15:00 |
openstack | Launchpad bug 1486689 in diskimage-builder "Ramdisk should consider the size unit when inspecting the amount of RAM" [Undecided,In progress] - Assigned to Brad Lodgen (lodgenbd) | 15:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1488445 | 15:00 |
openstack | Launchpad bug 1482510 in heat "OS::Heat::SoftwareDeployment failed due SSL certificate verification error" [Medium,Triaged] - Assigned to Rico Lin (rico-lin) | 15:00 |
openstack | Launchpad bug 1488445 in diskimage-builder "ubuntu/ipa ramdisk cannot be boot successfully" [Undecided,In progress] - Assigned to Ligong Duan (duanlg) | 15:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1488969 | 15:00 |
openstack | Launchpad bug 1488969 in bifrost "debian image w/ironic-agent failing to build" [Medium,Triaged] - Assigned to Julia Kreger (juliaashleykreger) | 15:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1492803 | 15:00 |
openstack | Launchpad bug 1492803 in diskimage-builder "HP Proliant Gen9 Servers with Dynamic Smart Array Controllers storages cannot be deployed" [Undecided,In progress] - Assigned to Nisha Agarwal (agarwalnisha1980) | 15:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1489339 | 15:00 |
openstack | Launchpad bug 1489339 in diskimage-builder "Met the "pkg-map failed"issue for building ubuntu/IPA and debian/IPA ramdisk" [Undecided,In progress] - Assigned to Ye-hong Fang (hongyefang) | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1488176 | 15:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1491280 | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tuskar/+bug/1487067 | 15:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1471802 | 15:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1490584 | 15:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1486967 | 15:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1492804 | 15:00 |
openstack | Launchpad bug 1488176 in tripleo "(tripleo heat templates) Not configuring neutron mechanism drivers in any puppet based deploys" [Undecided,In progress] - Assigned to Marios Andreou (marios-b) | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1494349 | 15:00 |
openstack | Launchpad bug 1491280 in diskimage-builder "built ubuntu iso image failed as processing package grub-efi-amd64 has error " [Undecided,In progress] - Assigned to Ligong Duan (duanlg) | 15:00 |
openstack | Launchpad bug 1487067 in tuskar "Replace 'nova_overcloud_config.yml' with 'nova_overcloud_config.yaml'" [Undecided,New] - Assigned to Wang Wei (wangw-fnst) | 15:00 |
*** untriaged-bot has quit IRC | 15:00 | |
openstack | Launchpad bug 1471802 in diskimage-builder "ironic-agent element hardcodes interfaces names for DHCP." [Undecided,Fix committed] - Assigned to Om Kumar (om-kumar) | 15:00 |
openstack | Launchpad bug 1490584 in diskimage-builder "ramdisk-image-create ironic-agent fails when using source-install" [Undecided,Fix committed] - Assigned to John Trowbridge (trown) | 15:00 |
openstack | Launchpad bug 1486967 in diskimage-builder "Config drive creation fails in UEFI boot mode for whole disk image" [Undecided,In progress] - Assigned to Shivanand Tendulker (stendulker) | 15:00 |
openstack | Launchpad bug 1492804 in diskimage-builder "ramdisk-functions replace the contents of /etc/modprobe.d/blacklist.conf with "blacklist evbug" only" [Undecided,In progress] - Assigned to Nisha Agarwal (agarwalnisha1980) | 15:00 |
openstack | Launchpad bug 1494349 in tripleo "[tripleoclient] DIB includes the "in-tree" elements by default" [Undecided,In progress] - Assigned to John Trowbridge (trown) | 15:00 |
*** Marga_ has joined #tripleo | 15:04 | |
*** tserong has joined #tripleo | 15:06 | |
*** tserong has joined #tripleo | 15:06 | |
trown | dtantsur: btw, I am able to get agent ramdisk on centos using https://review.openstack.org/#/c/222231/ | 15:09 |
trown | dtantsur: no dnf there | 15:09 |
thrash | I think I did this right... https://review.openstack.org/#/c/222194/ | 15:10 |
trown | thrash: do you also want the to use the "publish-to-pypi" tool to do automatic releases? | 15:12 |
*** paramite has joined #tripleo | 15:12 | |
thrash | trown: probably. :) | 15:13 |
thrash | trown: would make sense. | 15:14 |
trown | thrash: I made a comment on the review | 15:14 |
thrash | trown: thanks | 15:14 |
trown | looks correct otherwise | 15:14 |
*** jistr is now known as jistr|mtg | 15:14 | |
*** ifarkas is now known as ifarkas|afk | 15:14 | |
d0ugal | thrash: do you know how we get the proposal bot? | 15:15 |
d0ugal | thrash: I was trying to find that before, but failed | 15:15 |
d0ugal | thrash: (for bumping versions etc.) | 15:15 |
thrash | d0ugal: I do not. I will take a look for it. | 15:15 |
d0ugal | thrash: both tripleoclient and tripleo-common could do with it :) | 15:15 |
trown | d0ugal: do you mean the global requirements one? | 15:16 |
thrash | trown: yes | 15:17 |
dtantsur | trown, yeah, dnf is a problem for Fedora | 15:17 |
d0ugal | trown: Yeah | 15:18 |
trown | I think that is check-requirements in zuul/layout | 15:18 |
trown | dtantsur: do you know if that is right ^, for keeping requirements sync'd | 15:18 |
bnemec | http://git.openstack.org/cgit/openstack/requirements/tree/projects.txt | 15:18 |
thrash | d0ugal: I will add that. | 15:18 |
d0ugal | thrash: Thanks! | 15:19 |
bnemec | trown: thrash: ^ | 15:19 |
thrash | looks like tripleo-common already has it | 15:19 |
trown | oh | 15:19 |
thrash | bnemec: so it goes there and in zuul/layout.yaml? | 15:20 |
thrash | d0ugal: we want python3-jobs too yeah? | 15:20 |
bnemec | thrash: I think it just needs to go there to get the proposal bot. The check-requirements job is to verify the requirements in the project aren't wrong (using projects not in requirements and such). | 15:21 |
d0ugal | thrash: yup | 15:21 |
thrash | bnemec: ack | 15:21 |
bnemec | d0ugal: thrash: Note https://review.openstack.org/#/c/220167/ | 15:23 |
*** lblanchard has quit IRC | 15:25 | |
bnemec | I also don't think you need python3-jobs anymore. python-jobs includes a py34 job: http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/python-jobs.yaml#n347 | 15:25 |
thrash | bnemec: I swear I looked for that... :P | 15:25 |
bnemec | :-) | 15:26 |
thrash | bnemec: I will rebase my change on yours to add a couple of things. | 15:26 |
*** jistr|mtg is now known as jistr | 15:26 | |
bnemec | Sounds good. | 15:26 |
openstackgerrit | Rob Pothier proposed openstack/tripleo-heat-templates: Port Cisco Nexus/UCSM ExtraConfig to AllNodes https://review.openstack.org/215694 | 15:27 |
*** ukalifon has quit IRC | 15:27 | |
*** rlandy has quit IRC | 15:29 | |
*** spzala has joined #tripleo | 15:30 | |
*** lblanchard has joined #tripleo | 15:30 | |
*** rlandy has joined #tripleo | 15:30 | |
thrash | bnemec: d0ugal trown there we go... https://review.openstack.org/#/c/222194/ | 15:31 |
thrash | and for requirements: https://review.openstack.org/222252 | 15:36 |
*** lazy_prince has quit IRC | 15:37 | |
*** alop has joined #tripleo | 15:38 | |
d0ugal | thrash: good work | 15:42 |
*** trown is now known as trown|lunch | 15:44 | |
derekh | the server hosting the delorean trunk that we all hit will be going down on monday for up to 24 hours | 15:47 |
derekh | do we need to mirror things for this period or suck it up ? | 15:48 |
derekh | We could mirror the current repo very quickly, I'm not sure how long it would take to find the places that need to be switched over too it | 15:49 |
openstackgerrit | Merged openstack/diskimage-builder: Make sure dnf won't autoremove packages that we explicitly installed https://review.openstack.org/220513 | 15:56 |
slagle | bnemec: i'm not sure i like this all that much, or is any less hacky than anything else: https://review.openstack.org/#/c/222227/ | 16:02 |
slagle | seems to work though for recreating users (in case of requested password update), and recreating endpoints | 16:02 |
slagle | i'm not sure how else to solve this issue, especially if someone were to request a different local_ip or something (short of deleting/recreating ctlplane) | 16:03 |
*** dtantsur is now known as dtantsur|afk | 16:04 | |
bnemec | Heh, just yesterday I changed the local_ip on one of my underclouds. | 16:05 |
bnemec | But I did my hacky delete everything "solution". | 16:05 |
*** haplomephistos has joined #tripleo | 16:11 | |
*** paramite is now known as paramite|afk | 16:13 | |
haplomephistos | Where would be a good place to ask some DHCP/openvswitch questions with regards to DHCP replies not getting to a baremetal host when deploying my overcloud from the undercloud? | 16:14 |
*** paramite|afk is now known as paramite | 16:15 | |
haplomephistos | Discovery works great, and I can even see DHCP replies in the DHCP namespace and on the physical interface, but the baremetal nodes never receive it | 16:15 |
slagle | lucasagomes: around? have a few mins to help with ^? | 16:21 |
lucasagomes | slagle, hi there | 16:21 |
* lucasagomes reads | 16:21 | |
lucasagomes | haplomephistos, hi there... hmmm so the difference of discovery and deploy is that discovery has it's own DHCP server and deploy we rely on neutron to provide the DHCP server for us | 16:23 |
lucasagomes | haplomephistos, just one thing, do you see anything odd in the firewall rules? Can you check iptables -L ? | 16:24 |
* lucasagomes remember once he saw something odd there | 16:24 | |
*** mcornea has quit IRC | 16:28 | |
*** jistr has quit IRC | 16:40 | |
*** w_ has joined #tripleo | 16:50 | |
*** olaph has quit IRC | 16:53 | |
*** lsmola has quit IRC | 16:53 | |
*** jaosorior has quit IRC | 16:53 | |
*** ifarkas|afk has quit IRC | 16:54 | |
*** jcoufal has quit IRC | 16:56 | |
*** sthillma has joined #tripleo | 16:58 | |
*** sthillma_ has joined #tripleo | 16:58 | |
*** sthillma has quit IRC | 17:02 | |
*** sthillma_ is now known as sthillma | 17:02 | |
*** Marga_ has quit IRC | 17:03 | |
*** Marga_ has joined #tripleo | 17:03 | |
*** paramite has quit IRC | 17:05 | |
*** derekh has quit IRC | 17:06 | |
*** lucasagomes has quit IRC | 17:07 | |
*** trown|lunch is now known as trown | 17:15 | |
*** athomas has quit IRC | 17:25 | |
*** w_ has quit IRC | 17:40 | |
*** shivrao has joined #tripleo | 17:40 | |
*** bvandenh has joined #tripleo | 17:44 | |
*** julim has quit IRC | 17:46 | |
*** SlickNik has joined #tripleo | 17:47 | |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-heat-templates: Make load balancer deployment optional via template param https://review.openstack.org/222305 | 17:48 |
gfidente | dprince, ^^ that is just supposed to make deployment optional | 17:48 |
gfidente | without top-level param | 17:48 |
*** Marga_ has quit IRC | 17:54 | |
*** Marga_ has joined #tripleo | 17:54 | |
dprince | gfidente: cool, commented | 17:58 |
*** sthillma has quit IRC | 17:59 | |
gfidente | tks! | 18:00 |
*** pelix has quit IRC | 18:01 | |
*** penick has joined #tripleo | 18:03 | |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-heat-templates: Make load balancer deployment optional via template param https://review.openstack.org/222305 | 18:03 |
*** sthillma has joined #tripleo | 18:03 | |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: Remove devtest support https://review.openstack.org/221726 | 18:09 |
*** Marga_ has quit IRC | 18:14 | |
*** Marga_ has joined #tripleo | 18:14 | |
openstackgerrit | Merged openstack/tripleo-heat-templates: Set the nova scheduler ram_allocation_ration to 1.0 https://review.openstack.org/218944 | 18:16 |
*** julim has joined #tripleo | 18:37 | |
*** spzala has quit IRC | 18:37 | |
*** julim_ has joined #tripleo | 18:39 | |
*** akrivoka has quit IRC | 18:41 | |
*** julim has quit IRC | 18:42 | |
*** hashar has joined #tripleo | 18:59 | |
*** penick_ has joined #tripleo | 19:00 | |
*** derekh has joined #tripleo | 19:00 | |
*** penick has quit IRC | 19:01 | |
*** penick_ is now known as penick | 19:01 | |
*** penick has quit IRC | 19:29 | |
*** derekh has quit IRC | 19:29 | |
*** sthillma_ has joined #tripleo | 19:39 | |
*** sthillma has quit IRC | 19:40 | |
*** sthillma_ is now known as sthillma | 19:40 | |
*** spzala has joined #tripleo | 19:49 | |
*** yamahata has quit IRC | 19:52 | |
openstackgerrit | Ryan Hallisey proposed openstack/tripleo-specs: Containerize TripleO blueprint https://review.openstack.org/222344 | 19:52 |
*** sdake has joined #tripleo | 19:54 | |
*** jerrygb has quit IRC | 19:58 | |
*** matbu has quit IRC | 19:58 | |
*** matbu has joined #tripleo | 20:00 | |
*** sdake_ has joined #tripleo | 20:02 | |
*** sdake has quit IRC | 20:05 | |
EmilienM | rhallisey: I don't suggest to having separated specs for the same problem https://review.openstack.org/#/c/222002/ | 20:08 |
EmilienM | rhallisey: it's the goal of a spec, to decide where we go | 20:09 |
EmilienM | rhallisey: if you want to share the current work, I suggest to use https://review.openstack.org/#/c/222002/ and keep the informations in the same place | 20:09 |
rhallisey | EmilienM, ok sure. | 20:09 |
Slower | sounds good | 20:09 |
Slower | we can munge what we have into your spec | 20:10 |
rhallisey | EmilienM, I thought we would go with 2 and have folks decide, but either works | 20:10 |
Slower | ours is more specific in details .. it goes through what the patch is currently doing | 20:10 |
EmilienM | I've never seen that | 20:10 |
EmilienM | having 2 specs and one decide? | 20:10 |
EmilienM | it's very frustrating for the guy who got his blueprint rejected | 20:11 |
EmilienM | we should rather brainstorm together as a community/group | 20:11 |
Slower | ok | 20:11 |
rhallisey | EmilienM, ok :) | 20:11 |
Slower | we'll munge these together | 20:11 |
EmilienM | because I already know your blueprint will be accepted | 20:11 |
EmilienM | because you did all the code | 20:11 |
Slower | right | 20:11 |
Slower | haha | 20:11 |
EmilienM | and it seems to work now | 20:11 |
rhallisey | lol | 20:11 |
EmilienM | which is cool | 20:11 |
EmilienM | but to me we never discussed | 20:11 |
EmilienM | guys | 20:11 |
EmilienM | ... | 20:11 |
Slower | right | 20:11 |
rhallisey | EmilienM, ya works fo rus | 20:12 |
Slower | sorry EmilienM you are right | 20:12 |
EmilienM | I've been working in OpenStack since 2011, you won't got me ;-) | 20:12 |
Slower | yeah it's chaos really :) | 20:12 |
EmilienM | ahah | 20:12 |
*** rlandy has quit IRC | 20:13 | |
rhallisey | EmilienM, ya we will merge them tmr | 20:14 |
*** rlandy has joined #tripleo | 20:14 | |
EmilienM | what? lol | 20:14 |
openstackgerrit | Ben Nemec proposed openstack/diskimage-builder: Update rhel7 element readme https://review.openstack.org/222351 | 20:15 |
rhallisey | EmilienM, are you cool with us writing over yours? | 20:15 |
Slower | tmr = tomorrow | 20:15 |
rhallisey | ya sorry about that :) | 20:16 |
EmilienM | rhallisey: well, I also think using Gerrit for discussion is better | 20:16 |
EmilienM | Discussion by comments | 20:16 |
EmilienM | and then, I can push or you can push once we have discussed | 20:16 |
rhallisey | EmilienM, our comments might be paragraphs :) | 20:16 |
EmilienM | I rarely tl;dr | 20:16 |
Slower | EmilienM: the big change the 'overview' section where we detail the bootstrapping etc | 20:17 |
*** yamahata has joined #tripleo | 20:18 | |
*** jayg is now known as jayg|g0n3 | 20:20 | |
openstackgerrit | Ben Nemec proposed openstack/diskimage-builder: Update rhel7 element readme https://review.openstack.org/222351 | 20:20 |
EmilienM | Slower, rhallisey: I would be happy if we could discuss about L30 -> L50 | 20:22 |
EmilienM | before talking about technology, we need to agree on what problem we are solving | 20:22 |
*** matbu has quit IRC | 20:23 | |
*** jprovazn has quit IRC | 20:23 | |
rhallisey | EmilienM, ya we can throw in what we have | 20:24 |
*** matbu has joined #tripleo | 20:24 | |
EmilienM | Slower, rhallisey: also, we can discuss design over an IRC meeting / conv | 20:24 |
rhallisey | EmilienM, https://etherpad.openstack.org/p/container-spec | 20:24 |
EmilienM | rhallisey: I don't understand why we have an etherpad for a spec | 20:25 |
EmilienM | this is not how OpenStack works :( | 20:25 |
EmilienM | I asked we don't have 2 blueprints | 20:26 |
rhallisey | EmilienM, we wanted to edit it together :) | 20:26 |
rhallisey | ya I abandoned the other | 20:26 |
openstackgerrit | Dan Prince proposed openstack/tripleo-heat-templates: Docker compute role configured via Puppet https://review.openstack.org/209505 | 20:26 |
rhallisey | but I just wanted to show you our summary | 20:26 |
Slower | EmilienM: I added some comments to get things started | 20:26 |
dprince | EmilienM: to be fair there is nothing wrong w/ using a etherpad to write a spec... you are just saying you want a spec right? | 20:27 |
*** jcoufal has joined #tripleo | 20:27 | |
*** jcoufal has quit IRC | 20:27 | |
dprince | Slower, rhallisey: just rebased the existing docker puppet patch above ^^ btw | 20:28 |
Slower | dprince: EmilienM: We just used that so Ryan and I could brainstorm.. we did it over voice chat and edited together | 20:28 |
Slower | dprince: woot! | 20:28 |
EmilienM | I don't mind using etherpad but not when a spec is online | 20:28 |
dprince | Slower: yep, I think tht is totally fine | 20:28 |
rhallisey | dprince, cool thx | 20:28 |
EmilienM | because it's not really open | 20:28 |
EmilienM | discussion happen in Gerrit so anyone can participate from any timezone | 20:28 |
Slower | EmilienM: I agree with you, we will work by posting reviews to your spec | 20:29 |
EmilienM | in the etherpad, it's close to people HERE and online NOW | 20:29 |
dprince | EmilienM: I personally work much faster on etherpads... and have no issue w/ them | 20:29 |
EmilienM | but I suggest, you can do how you like | 20:29 |
dprince | EmilienM: but specs are good once the ideas are more solid | 20:29 |
EmilienM | dprince: honestly, I don't want to be fast | 20:29 |
EmilienM | I prefer doing it right this time | 20:29 |
Slower | EmilienM: it's no different than a meeting over lunch or in the office | 20:29 |
EmilienM | it seems like I'm in minority | 20:30 |
dprince | EmilienM: and WTR to two specs or one... I could very easily see us posting multiple specs on this so tht we have complete ideas to discuss | 20:30 |
*** gfidente has quit IRC | 20:30 | |
EmilienM | I continue to read Slower comments | 20:30 |
Slower | but like I say, we will work with you on your review | 20:30 |
*** isq has quit IRC | 20:30 | |
*** jerrygb has joined #tripleo | 20:30 | |
dprince | EmilienM: one idea might be possible within the liberty timeframe for example (i.e. we could get it implemented very soon) | 20:31 |
rhallisey | right, specifically compute | 20:31 |
dprince | EmilienM: and the other may be our mid/long term vision for how we like things to evolve | 20:31 |
dprince | EmilienM: some of the ideas in your spec, like using Magnum are good. but will likely take time | 20:31 |
Slower | EmilienM: yeah we assumed you were thinking more long term.. | 20:31 |
EmilienM | of course I think about long term | 20:32 |
dprince | EmilienM: so perhaps target that for makita | 20:32 |
EmilienM | I know we have deadlines and such | 20:32 |
* dprince has decided to rename that release after his favorite drill | 20:32 | |
EmilienM | but I would avoid creating technical depts | 20:32 |
EmilienM | dprince: OSP9? | 20:33 |
dprince | EmilienM: I don't speak in terms of those things :) | 20:33 |
EmilienM | I feel like I'm pushed out from OSP8 because I propose sane solutions | 20:33 |
EmilienM | I don't care about the version | 20:33 |
dprince | EmilienM: yeah, me neither | 20:34 |
EmilienM | if redhat wants containers TODAY, let's create bash scripts and do it | 20:34 |
dprince | EmilienM: this isn't a Red Hat only thing | 20:34 |
EmilienM | if OpenStack wants to maintain clean code in TripleO that allow containers deployments, I'm in to contribute | 20:34 |
EmilienM | dprince: well... :) that's another discussion | 20:34 |
dprince | EmilienM: this is a... lots of people have put work into an idea thing and I'd like to see us complete that for the compute role thing | 20:34 |
Slower | dprince: haha, here I was thinking.. oh! it's makita, like the company! haha | 20:34 |
Slower | but alas | 20:35 |
dprince | Slower: yeah, I'm going to mistype that more than once I think | 20:35 |
* rhallisey doesn't know drills | 20:35 | |
EmilienM | dprince: don't worry I mistype it every day | 20:35 |
Slower | EmilienM: I think you need to give our solution a fair assessment though. I think it's reasonable | 20:36 |
Slower | and of course we are open to ideas for the future, this is just a first try really | 20:36 |
EmilienM | and I like it | 20:36 |
EmilienM | it can be a first good iteration | 20:36 |
EmilienM | but to me, some discussions needs to happen | 20:36 |
EmilienM | Slower: I'm reading you know | 20:37 |
slagle | EmilienM it seems like you're coming from the idea that since there was no initial spec, no open discussion happened. and i don't think that's true | 20:37 |
dprince | EmilienM: discussions will happen, and having these ideas spec'd out will help greatly | 20:37 |
EmilienM | slagle: I haven't seen any spec until now | 20:38 |
EmilienM | slagle: about containers | 20:38 |
EmilienM | slagle: I only saw code | 20:38 |
slagle | and again...that has not a lot to do with if there has been open discussion | 20:38 |
slagle | in fact, very little to do | 20:38 |
slagle | a lot of work happens and is openly discussed without specs | 20:39 |
dprince | slagle: enough work as gone on though that we should probably have a spec for this | 20:39 |
* dprince will take the blame for that | 20:39 | |
slagle | maybe so | 20:40 |
EmilienM | slagle: where? on the ML? | 20:40 |
slagle | "should have had a spec" does not equal "wasn't done in the open" | 20:40 |
dprince | back to drills though... I really liked the old Makita drill color scheme a lot better than the new one | 20:40 |
dprince | turquoise and orange I think it was... and by old I mean like 15 years ago | 20:41 |
rhallisey | lol | 20:41 |
dprince | the new scheme is like total crap | 20:41 |
Slower | dprince: they changed?! | 20:41 |
rhallisey | dprince, I wasn't allowed to hold power tools at that age :( | 20:41 |
Slower | woah that is old | 20:41 |
dprince | Slower: yeah, totally. shouldn't be allowed to change a color scheme like that | 20:42 |
slagle | EmilienM: yea, i believe there were a few threads | 20:42 |
Slower | dprince: https://ssli.ebayimg.com/00/s/NzY4WDEwMjQ=/z/dTYAAOSwyQtV0FY7/$_86.JPG ? | 20:43 |
Slower | The code was also posted, and honestly you could have grabbed us at any time to discuss it | 20:44 |
slagle | EmilienM: anyway, it just feels you were mischaracterizing the work a bit. especially since none of it has landed. patches are open to reviews and have been around for quite a while | 20:44 |
EmilienM | I'm just interested to be involved | 20:45 |
slagle | and certainly, the discussion is not over or already been decided | 20:45 |
Slower | EmilienM: which is awesome | 20:45 |
slagle | yea, me too. there are some different ideas, lets collaborate on a spec | 20:46 |
EmilienM | my biggest challenge is to understand Slower/dprince/rrhallisey implementation | 20:46 |
*** bvandenh has quit IRC | 20:46 | |
*** haplomephistos has quit IRC | 20:46 | |
dprince | EmilienM: lets pair up and demo it tomorrow? | 20:47 |
EmilienM | dprince: it would be nice | 20:47 |
EmilienM | we could even record it | 20:47 |
dprince | EmilienM: we can show you it working on a local demo | 20:47 |
EmilienM | cool | 20:47 |
EmilienM | dprince: does 3pm works for you? | 20:48 |
dprince | EmilienM: sure, could you send an invite to rhallisey and Slower too | 20:48 |
EmilienM | of course | 20:48 |
dprince | whoever is interested can come | 20:49 |
Slower | EmilienM: I tried to detail what happens in our implementation in the comment to your spec | 20:50 |
*** haplomephistos has joined #tripleo | 20:50 | |
EmilienM | Slower: nicely done | 20:51 |
EmilienM | Slower: I would like to talk a bit about magnum | 20:51 |
EmilienM | last night, sdake_ suggested me not using it | 20:51 |
EmilienM | it seems really bleeding edge and has some limitations | 20:51 |
EmilienM | though on the papier it looks cool | 20:51 |
Slower | EmilienM: that was my impression as well | 20:52 |
Slower | it would be difficult for sure | 20:52 |
Slower | you could use it to stand up the basic services but there are a few problems | 20:52 |
dprince | EmilienM: we want practical not pompous docker dude | 20:52 |
Slower | - I don't think you can specify where a 'pod' will run, you may have 2 sets of compute services on a node | 20:53 |
Slower | - I am really unsure how you'd implement things like bonding etc, as well as all the vlans | 20:53 |
Slower | you basically need control of the host, even though we are using containers | 20:53 |
Slower | we are really only using the 'image snapshot' kind of utility of containers, not the run-anywhere etc. It's still integrated with the host | 20:54 |
Slower | very integrated | 20:54 |
Slower | much more so than what magnum was designed to do.. to distribute containerized work loads | 20:55 |
dprince | EmilienM: do you know where TWC gets their containers off hand | 20:55 |
EmilienM | I just think we heat docker compose is implementing some bits of magnum | 20:55 |
EmilienM | dprince: like in VMs or baremetal? | 20:55 |
Slower | EmilienM: kind of, yes | 20:55 |
dprince | EmilienM: more like where are their Dockerfiles? | 20:56 |
Slower | it's actually docker-compose | 20:56 |
Slower | and one could argue docker-compose, kubernetes, magnum etc all overlap a bit | 20:56 |
EmilienM | I don't know | 20:56 |
EmilienM | have you asked clayton? | 20:56 |
dprince | EmilienM: I will, haven't yet | 20:57 |
EmilienM | I'm asking on #puppet-openstack | 20:57 |
EmilienM | rhallisey: Slower: discussion is happening on the channel | 20:58 |
*** Marga_ has quit IRC | 20:58 | |
rhallisey | kk | 20:58 |
*** Marga_ has joined #tripleo | 20:58 | |
EmilienM | rhallisey, Slower : logs: http://eavesdrop.openstack.org/irclogs/%23puppet-openstack/ | 20:58 |
*** untriaged-bot has joined #tripleo | 21:00 | |
untriaged-bot | Untriaged bugs so far: | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1488366 | 21:00 |
openstack | Launchpad bug 1488366 in tripleo "TripleO Deployments get stuck sometimes until a timeout is reached" [Undecided,New] | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1493445 | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1493442 | 21:00 |
openstack | Launchpad bug 1493445 in tripleo "When we deploy 1 controller, we set dhcp_agents_per_network to 3" [Undecided,In progress] - Assigned to Marios Andreou (marios-b) | 21:00 |
openstack | Launchpad bug 1493442 in tripleo "puppet-glance: No such file or directory - /etc/glance/glance-api.conf" [Critical,New] | 21:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1492904 | 21:00 |
openstack | Launchpad bug 1492904 in diskimage-builder "elements/dkms/post-install.d/99-dkms may get executed after elements/ramdisk/post-install.d/99-build-ramdisk" [Undecided,In progress] - Assigned to Nisha Agarwal (agarwalnisha1980) | 21:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1486689 | 21:00 |
openstack | Launchpad bug 1486689 in diskimage-builder "Ramdisk should consider the size unit when inspecting the amount of RAM" [Undecided,In progress] - Assigned to Brad Lodgen (lodgenbd) | 21:00 |
untriaged-bot | https://bugs.launchpad.net/os-collect-config/+bug/1482510 | 21:00 |
openstack | Launchpad bug 1482510 in heat "OS::Heat::SoftwareDeployment failed due SSL certificate verification error" [Medium,Triaged] - Assigned to Rico Lin (rico-lin) | 21:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1488445 | 21:00 |
openstack | Launchpad bug 1488445 in diskimage-builder "ubuntu/ipa ramdisk cannot be boot successfully" [Undecided,In progress] - Assigned to Ligong Duan (duanlg) | 21:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1488969 | 21:00 |
openstack | Launchpad bug 1488969 in bifrost "debian image w/ironic-agent failing to build" [Medium,Triaged] - Assigned to Julia Kreger (juliaashleykreger) | 21:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1492803 | 21:00 |
openstack | Launchpad bug 1492803 in diskimage-builder "HP Proliant Gen9 Servers with Dynamic Smart Array Controllers storages cannot be deployed" [Undecided,In progress] - Assigned to Nisha Agarwal (agarwalnisha1980) | 21:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1489339 | 21:00 |
openstack | Launchpad bug 1489339 in diskimage-builder "Met the "pkg-map failed"issue for building ubuntu/IPA and debian/IPA ramdisk" [Undecided,In progress] - Assigned to Ye-hong Fang (hongyefang) | 21:00 |
*** lblanchard has quit IRC | 21:00 | |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1488176 | 21:00 |
openstack | Launchpad bug 1488176 in tripleo "(tripleo heat templates) Not configuring neutron mechanism drivers in any puppet based deploys" [Undecided,In progress] - Assigned to Marios Andreou (marios-b) | 21:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1491280 | 21:00 |
openstack | Launchpad bug 1491280 in diskimage-builder "built ubuntu iso image failed as processing package grub-efi-amd64 has error " [Undecided,In progress] - Assigned to Ligong Duan (duanlg) | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tuskar/+bug/1487067 | 21:00 |
openstack | Launchpad bug 1487067 in tuskar "Replace 'nova_overcloud_config.yml' with 'nova_overcloud_config.yaml'" [Undecided,New] - Assigned to Wang Wei (wangw-fnst) | 21:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1471802 | 21:00 |
openstack | Launchpad bug 1471802 in diskimage-builder "ironic-agent element hardcodes interfaces names for DHCP." [Undecided,Fix committed] - Assigned to Om Kumar (om-kumar) | 21:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1490584 | 21:00 |
openstack | Launchpad bug 1490584 in diskimage-builder "ramdisk-image-create ironic-agent fails when using source-install" [Undecided,Fix committed] - Assigned to John Trowbridge (trown) | 21:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1486967 | 21:00 |
openstack | Launchpad bug 1486967 in diskimage-builder "Config drive creation fails in UEFI boot mode for whole disk image" [Undecided,In progress] - Assigned to Shivanand Tendulker (stendulker) | 21:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1492804 | 21:00 |
openstack | Launchpad bug 1492804 in diskimage-builder "ramdisk-functions replace the contents of /etc/modprobe.d/blacklist.conf with "blacklist evbug" only" [Undecided,In progress] - Assigned to Nisha Agarwal (agarwalnisha1980) | 21:00 |
*** untriaged-bot has quit IRC | 21:00 | |
*** gfidente has joined #tripleo | 21:02 | |
openstackgerrit | Dan Prince proposed openstack/tripleo-heat-templates: pacemaker: Set manage_service/enabled via Hiera https://review.openstack.org/221881 | 21:03 |
*** sdake_ has quit IRC | 21:13 | |
*** haplomephistos has quit IRC | 21:15 | |
*** hashar has quit IRC | 21:16 | |
dprince | slagle: could you review this, it fixes network isolation w/ upstream Heat https://review.openstack.org/#/c/221452/ | 21:17 |
*** Marga_ has quit IRC | 21:17 | |
dprince | slagle: once CI passes I'd like to get it in | 21:17 |
*** Marga_ has joined #tripleo | 21:17 | |
*** dprince has quit IRC | 21:18 | |
*** haplomephistos has joined #tripleo | 21:19 | |
*** egafford has left #tripleo | 21:20 | |
*** mbound has joined #tripleo | 21:25 | |
*** sdake has joined #tripleo | 21:26 | |
*** olaph has joined #tripleo | 21:34 | |
*** Goneri has quit IRC | 21:35 | |
*** thrash is now known as thrash|g0ne | 21:42 | |
*** shivrao has quit IRC | 21:50 | |
*** shivrao has joined #tripleo | 21:50 | |
*** derekh has joined #tripleo | 21:51 | |
*** rhallisey has quit IRC | 21:54 | |
slagle | bnemec: heh, nice json smack down :) | 21:57 |
bnemec | slagle: Only because I've done it myself so many times. ;-) | 21:58 |
*** shardy has quit IRC | 21:58 | |
*** mbound has quit IRC | 22:02 | |
*** morazi has quit IRC | 22:08 | |
*** sthillma has quit IRC | 22:22 | |
*** sthillma has joined #tripleo | 22:24 | |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: Add script to monitor tripleo jenkins jobs https://review.openstack.org/81236 | 22:27 |
*** isq has joined #tripleo | 22:29 | |
*** yamahata has quit IRC | 22:30 | |
*** yamahata has joined #tripleo | 22:31 | |
*** Marga_ has quit IRC | 22:32 | |
*** Marga_ has joined #tripleo | 22:35 | |
*** Marga_ has quit IRC | 22:36 | |
*** Marga_ has joined #tripleo | 22:37 | |
*** Marga_ has quit IRC | 22:43 | |
*** Marga_ has joined #tripleo | 22:43 | |
*** alop has quit IRC | 22:45 | |
*** rlandy has quit IRC | 22:58 | |
*** trown is now known as trown|outttypeww | 23:25 | |
*** sthillma_ has joined #tripleo | 23:34 | |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: Remove code to pull clone repositories https://review.openstack.org/222406 | 23:38 |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: Stop building tuskar-ui-extras https://review.openstack.org/222407 | 23:38 |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: Stop building ironic-discoverd https://review.openstack.org/222408 | 23:38 |
*** sthillma has quit IRC | 23:38 | |
*** sthillma_ is now known as sthillma | 23:38 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!