Thursday, 2015-02-19

*** rickdennis has joined #tripleo00:05
*** Marga_ has quit IRC00:05
*** Marga_ has joined #tripleo00:05
sdakedaneyon is https://blueprints.launchpad.net/kolla/+spec/heat-template finished?00:06
daneyonsdake: yes and merged00:07
daneyonsdake: i just created another bp to update the heat template to support fig. a subsequent patch is on its way00:08
sdakedaneyon do you know the etherpad where we were documenting further blueprints to put in the tracker?00:09
daneyonsdkae: i believe i saved it. one sec. let me see.00:10
daneyonsdkae: I think this is it: https://etherpad.openstack.org/p/kolla-design00:10
daneyonsdake: https://etherpad.openstack.org/p/kolla-design00:10
sdakethanks00:11
sdakedaneyon I'm pretty sure that isn't what we worked together on a team a few weeks ago in irc was00:12
sdakenot sure whre that one came from00:12
daneyonsdake: oops, that was for the Paris DS. I didn't save the recent etherpad00:12
sdakehmm let me check the meeting archive emaybe itiss there00:13
sdakeya that was from paris ods00:13
sdake  * LINK: https://etherpad.openstack.org/p/kolla-blueprint-brainstorm00:14
*** eghobo has joined #tripleo00:17
openstackgerritJames Polley proposed openstack/diskimage-builder: Add a link to the "Writing an element" section  https://review.openstack.org/15720600:17
sdakedaneyon can you tackle https://blueprints.launchpad.net/kolla/+spec/compute-neutron-networking00:22
daneyonsdake: ya00:22
sdakejpeeler here is the one we spoke about in the meeting https://blueprints.launchpad.net/kolla/+spec/add-first-functional-test00:27
*** rickdennis has quit IRC00:28
*** penick has quit IRC00:29
sdakedaneyon you want to tackle the galera container?00:31
daneyonsdake: sure00:33
*** rickdennis has joined #tripleo00:34
daneyonsdake: i think the galera container will be tricky w/o working with a higher layer orchestration. IMO start with MySQL and then add Galera.00:35
*** akrivoka has quit IRC00:35
sdakewe have mysql already00:36
*** dprince has quit IRC00:38
*** rickdennis has quit IRC00:39
*** david-lyle is now known as david-lyle_afk00:41
*** eghobo has quit IRC00:42
*** jdob has quit IRC00:43
*** slagle_ has quit IRC00:43
*** Marga_ has quit IRC00:46
*** noslzzp has quit IRC00:46
*** alop has quit IRC00:46
*** Marga_ has joined #tripleo00:46
*** Marga_ has quit IRC00:47
*** Marga_ has joined #tripleo00:47
openstackgerritDaneyon Hansen proposed stackforge/kolla: Implements: blueprint heat-fig-update  https://review.openstack.org/15721700:54
daneyonsdake: ^^00:54
*** pcrews has quit IRC00:55
sdake_daneyon how does the yaml get into docker-compse container?00:56
*** sdake__ has joined #tripleo00:58
openstackgerritDaneyon Hansen proposed stackforge/kolla: Implements: blueprint rabbit-container-set  https://review.openstack.org/15721800:58
daneyonsdake: ^^00:58
daneyonsdake: the yml never gets into the fig container. think of the fig container as a contained execution space for fig.00:59
sdake__we shouldn't need to import fig into our repo01:00
daneyonsdake: the fig container uses a data volume on the host to read the yaml.01:00
sdake__got it - wfm01:00
*** sdake_ has quit IRC01:01
daneyonsdake: i hear ya about importing all the fig code into our repo. The only thinkg i had to do with fig is add a couple ENVs, then buils the image, push to kollaglue and i updated the readme to include kolla specifics.01:02
sdake__just pull the repo with git and do all that in a container01:02
sdake__I dont want bundled code - it damages the licensing01:03
daneyonsdake: I could kill all the docker-compose code and just create the compose DIR with a README that walks people through the steps to update the compose kollaglue image. Thoughts?01:03
sdake__yup do that01:03
sdake__or automate the creation of the container even better ;)01:03
daneyongot it. let me update the pull01:03
daneyonsdake: how about i create a fig yaml to create a fig service? lol01:04
sdake__recommend we call the TLD "compose" as well01:04
sdake__the tld for our composition file01:05
sdake__s01:05
*** marr has quit IRC01:05
sdake__daneyon there are a bunch o reviews waiting for you too :)01:06
*** Marga_ has quit IRC01:06
daneyonsdake: lucky me01:06
sdake__btw implements: blueprint should be last line in review in future :)01:07
sdake__rather in  commit log01:07
daneyonsdkae: i have one more pr for the rabbit container.... up shortly01:07
*** Marga_ has joined #tripleo01:07
tchaypoCome back to hotel because I'm not feeling well and I want to lie down01:09
tchaypoThere's been a fire and the whole tower is closed.01:10
clarkbtchaypo: fire in the convention center tower?01:11
tchaypoWestin01:11
*** Marga_ has quit IRC01:12
*** sdake__ has quit IRC01:13
openstackgerritDaneyon Hansen proposed stackforge/kolla: Implements: blueprint rabbit-container-set  https://review.openstack.org/15721801:14
openstackgerritSpencer Krum proposed openstack/tripleo-image-elements: Add retries for pip install  https://review.openstack.org/15722101:16
sdakedaneyon how do you have rabbitmq along side mysql in the docker compose?01:18
sdakedaneyon I was thinking we would have01:21
sdake /compse01:21
sdake /compose/rabbitmq01:21
sdakein rabbitmq would be the Dockerfile01:21
sdakethat you use in the example01:21
sdakethen /compse/mysql01:21
sdakewould be the Dockerfile using the mysql image01:21
sdakebut i would be "compose/messaging"01:22
sdake "compsoe/database"01:22
sdake "compose/nova-compute-nova-network"01:22
sdakeetc01:22
daneyonsdake: i'm not following01:24
sdakeatm, you ahve ea readme01:24
sdakebut no way to build the image01:24
sdakewe dont want folks building their own images wihtout examples atleast a;)01:24
sdakeright?01:24
sdakewhere is the fedora-rdo-docker-compose image that you start coming from?01:28
mgagnesdake: I have absolutely no idea what docker is but could it be this? https://registry.hub.docker.com/u/kollaglue/fedora-rdo-docker-compose/01:31
sdakeyes clearly that is what it is, but it was built by something - and I don't see it in the source base;)01:32
mgagnesdake: how about that one? https://github.com/stackforge/kolla/tree/master/docker/fedora-rdo-base01:32
sdakenope01:32
* mgagne talks through his hat =)01:33
openstackgerritDaneyon Hansen proposed stackforge/kolla: Implements: blueprint update-rabbit-container  https://review.openstack.org/15722301:34
*** EmilienM is now known as EmilienM|afk01:36
*** ramishra_ has joined #tripleo01:46
*** pradeep has quit IRC01:46
*** pcrews has joined #tripleo02:13
*** killer_prince is now known as lazy_prince02:21
*** yuanying has joined #tripleo02:29
*** noslzzp has joined #tripleo02:31
*** ramishra_ has quit IRC02:33
sdakeoff to be a cab driver ttyl daneyon02:38
*** cody-somerville has joined #tripleo02:53
*** spzala has joined #tripleo03:10
*** slagle_ has joined #tripleo03:19
*** ramishra_ has joined #tripleo03:44
*** ramishra_ has quit IRC03:49
*** spzala has quit IRC03:50
*** yamahata has quit IRC03:54
*** daneyon has quit IRC03:56
*** untriaged-bot has joined #tripleo04:00
untriaged-botUntriaged bugs so far:04:00
*** ramishra_ has joined #tripleo04:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/142158204:00
openstackLaunchpad bug 1421582 in tripleo "diskimage-builder/elements/debian (as with ubuntu) should include cloud-init-datasources to speed up the booting process" [Undecided,New]04:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/141618004:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/141567404:00
openstackLaunchpad bug 1416180 in diskimage-builder "Grub install fails for Debian Wheezy on Centos 7" [Undecided,New]04:00
untriaged-bothttps://bugs.launchpad.net/tuskar/+bug/142247004:00
openstackLaunchpad bug 1415674 in tripleo "tripleo rabbitmq logrotate broken" [Undecided,New]04:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/140958304:00
openstackLaunchpad bug 1422470 in tuskar "Installation instruction contains wrong description" [Undecided,New]04:00
openstackLaunchpad bug 1409583 in tripleo "overcloud controller os-refresh-config abort because haproxy horizon failed to bind socket" [Undecided,New]04:00
untriaged-bothttps://bugs.launchpad.net/tuskar/+bug/138748704:00
openstackLaunchpad bug 1387487 in tuskar " tripleo-image-elements/elements/tuskar-ui /os-refresh-config /post-configure.d/101-tuskar-ui needs authentication from Keystone" [Undecided,New]04:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/141524004:00
openstackLaunchpad bug 1415240 in diskimage-builder "package-install-v2 breaks older distros" [Undecided,New] - Assigned to John Dewey (retr0h)04:00
*** untriaged-bot has quit IRC04:00
*** pradeep has joined #tripleo04:03
*** lazy_prince is now known as killer_prince04:05
*** pensu has joined #tripleo04:27
*** pradeep has quit IRC04:51
*** yog_ has joined #tripleo04:58
*** ramishr__ has joined #tripleo04:58
*** pensu has quit IRC05:00
*** ramishra_ has quit IRC05:01
*** ramishr__ has quit IRC05:02
*** yuanying has quit IRC05:09
*** yuanying has joined #tripleo05:11
*** yamahata has joined #tripleo05:18
*** ParsectiX has quit IRC05:30
*** ParsectiX has joined #tripleo05:31
*** killer_prince is now known as lazy_prince05:38
*** Marga_ has joined #tripleo05:40
*** Marga_ has quit IRC05:41
*** Marga_ has joined #tripleo05:42
*** zigo has quit IRC05:54
*** zigo has joined #tripleo05:55
*** akuznetsov has joined #tripleo05:55
*** ramishra_ has joined #tripleo05:57
*** ParsectiX has quit IRC05:58
*** ParsectiX has joined #tripleo05:58
*** masco has joined #tripleo06:28
*** slagle_ has quit IRC06:29
*** tzumainn has quit IRC06:34
*** ramishra_ has quit IRC06:43
*** jprovazn has joined #tripleo06:46
*** yamahata has quit IRC06:51
*** yamahata has joined #tripleo06:51
*** mrunge has joined #tripleo07:03
*** mrunge has quit IRC07:03
*** mrunge has joined #tripleo07:03
*** dshulyak_ has joined #tripleo07:04
*** akuznetsov has quit IRC07:04
*** ramishra_ has joined #tripleo07:10
*** dshulyak_ has quit IRC07:10
*** ramishr__ has joined #tripleo07:13
*** ramishra_ has quit IRC07:16
*** dasm|afk is now known as dasm07:18
*** chlong has quit IRC07:19
*** ramishr__ has quit IRC07:19
*** ramishra_ has joined #tripleo07:19
*** ramishra_ has quit IRC07:20
*** ramishra_ has joined #tripleo07:20
*** ramishra_ has quit IRC07:24
*** ramishra_ has joined #tripleo07:25
*** Marga_ has quit IRC07:29
gchamoulit07:32
*** pensu has joined #tripleo07:36
*** ramishra_ has quit IRC07:37
*** dshulyak_ has joined #tripleo07:37
*** ramishra_ has joined #tripleo07:41
*** ramishra_ has quit IRC07:45
openstackgerritMerged openstack/diskimage-builder: Quote to handle empty DIB_RELEASE  https://review.openstack.org/15408307:48
*** sdake_ has joined #tripleo07:49
*** cinerama has quit IRC07:49
*** ishant has joined #tripleo07:55
*** dshulyak_ has quit IRC07:55
*** pradeep has joined #tripleo07:57
*** dshulyak_ has joined #tripleo07:59
*** rdopiera has joined #tripleo08:09
*** maufart has joined #tripleo08:13
*** akuznetsov has joined #tripleo08:23
*** jcoufal has joined #tripleo08:25
*** sdake__ has joined #tripleo08:29
*** sdake_ has quit IRC08:33
*** pensu has quit IRC08:33
*** ifarkas has joined #tripleo08:35
*** mcornea has joined #tripleo08:35
*** yog_ has quit IRC08:38
*** dtantsur|afk is now known as dtantsur08:41
*** ramishra_ has joined #tripleo08:41
*** jistr has joined #tripleo08:42
*** mandre has quit IRC08:43
*** gfidente has joined #tripleo08:44
*** akuznetsov has quit IRC08:44
*** zz_avozza is now known as zz_zz_avozza08:44
*** ramishra_ has quit IRC08:46
*** cinerama has joined #tripleo08:48
*** yog_ has joined #tripleo08:54
*** jp_at_hp has joined #tripleo08:56
*** dshulyak_ has quit IRC08:57
*** jcoufal_ has joined #tripleo09:05
*** jcoufal has quit IRC09:08
*** bvandenh has joined #tripleo09:10
*** lucasagomes has joined #tripleo09:15
*** regebro has joined #tripleo09:19
*** derekh has joined #tripleo09:19
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: Remove heat tempreverts  https://review.openstack.org/15730009:27
*** pensu has joined #tripleo09:33
*** sdake_ has joined #tripleo09:36
*** yamahata has quit IRC09:39
*** sdake__ has quit IRC09:40
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: WIP: Remove neutron temprevert  https://review.openstack.org/15730609:41
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: WIP: Pull in neutron fix  https://review.openstack.org/15730709:41
*** marr has joined #tripleo09:42
*** ramishra_ has joined #tripleo09:43
*** ramishra_ has quit IRC09:47
*** ramishra_ has joined #tripleo09:51
*** zz_zz_avozza is now known as avozza09:52
*** untriaged-bot has joined #tripleo10:00
untriaged-botUntriaged bugs so far:10:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/142158210:00
openstackLaunchpad bug 1421582 in tripleo "diskimage-builder/elements/debian (as with ubuntu) should include cloud-init-datasources to speed up the booting process" [Undecided,New]10:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/141618010:00
openstackLaunchpad bug 1416180 in diskimage-builder "Grub install fails for Debian Wheezy on Centos 7" [Undecided,New]10:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/141567410:00
openstackLaunchpad bug 1415674 in tripleo "tripleo rabbitmq logrotate broken" [Undecided,New]10:00
untriaged-bothttps://bugs.launchpad.net/tuskar/+bug/142247010:00
openstackLaunchpad bug 1422470 in tuskar "Installation instruction contains wrong description" [Undecided,New]10:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/140958310:00
openstackLaunchpad bug 1409583 in tripleo "overcloud controller os-refresh-config abort because haproxy horizon failed to bind socket" [Undecided,New]10:00
untriaged-bothttps://bugs.launchpad.net/tuskar/+bug/138748710:00
openstackLaunchpad bug 1387487 in tuskar " tripleo-image-elements/elements/tuskar-ui /os-refresh-config /post-configure.d/101-tuskar-ui needs authentication from Keystone" [Undecided,New]10:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/141524010:00
openstackLaunchpad bug 1415240 in diskimage-builder "package-install-v2 breaks older distros" [Undecided,New] - Assigned to John Dewey (retr0h)10:00
*** untriaged-bot has quit IRC10:00
*** ramishra_ has quit IRC10:01
*** ramishr__ has joined #tripleo10:01
*** dasm has quit IRC10:04
*** jtomasek_ has joined #tripleo10:07
*** ramishr__ has quit IRC10:14
*** dtantsur is now known as dtantsur|bbl10:21
*** dasm has joined #tripleo10:32
*** rlandy has joined #tripleo10:38
*** jcoufal_ has quit IRC10:45
*** jcoufal has joined #tripleo10:46
*** pelix has joined #tripleo10:46
*** ramishra_ has joined #tripleo10:55
*** avozza is now known as zz_avozza11:07
*** akrivoka has joined #tripleo11:10
*** yog_ has quit IRC11:11
*** ramishr__ has joined #tripleo11:14
*** ramishra_ has quit IRC11:15
*** zz_avozza is now known as avozza11:16
dasmhey11:18
dasmdid anyone try to run latest changes for tripleo on ubuntu 14.04?11:18
*** akuznetsov has joined #tripleo11:19
*** akuznetsov has quit IRC11:19
*** ramishr__ has quit IRC11:19
*** ramishra_ has joined #tripleo11:20
*** ramishra_ has quit IRC11:25
*** ramishra_ has joined #tripleo11:26
*** pradeep has quit IRC11:34
dasmi've raised a bug: https://bugs.launchpad.net/tripleo/+bug/1423519 and self-assigned to it11:39
openstackLaunchpad bug 1423519 in tripleo "libvirt.libvirtError: unsupported configuration: This QEMU doesn't support virtio scsi controller" [Undecided,In progress] - Assigned to dasm (smigiel-dariusz)11:39
*** chlong has joined #tripleo11:41
*** rickdennis has joined #tripleo11:56
*** dtantsur|bbl is now known as dtantsur11:56
*** morazi has quit IRC12:01
*** ramishra_ has quit IRC12:17
*** ramishra_ has joined #tripleo12:20
*** ramishr__ has joined #tripleo12:24
*** ramishra_ has quit IRC12:24
*** yuanying has quit IRC12:25
openstackgerritMerged openstack/tuskar: Update for Installation instruction  https://review.openstack.org/15634012:34
*** akuznetsov has joined #tripleo12:41
*** avozza is now known as zz_avozza12:42
*** pensu has quit IRC12:43
*** masco has quit IRC12:51
*** thrash|g0ne is now known as thrash12:54
*** akuznetsov has quit IRC12:55
*** morazi has joined #tripleo12:58
*** EmilienM|afk is now known as EmilienM12:58
openstackgerrittherese-mchale proposed openstack/tripleo-image-elements: Allow configurable healthcheck interval  https://review.openstack.org/15705912:58
*** pradeep has joined #tripleo13:03
*** zz_avozza is now known as avozza13:10
*** tzumainn has joined #tripleo13:11
*** ramishr__ has quit IRC13:16
*** ramishra_ has joined #tripleo13:16
*** pensu has joined #tripleo13:18
*** ramishra_ has quit IRC13:21
*** pensu has quit IRC13:26
*** ishant has quit IRC13:29
*** pensu has joined #tripleo13:29
*** jistr_ has joined #tripleo13:37
*** jistr has quit IRC13:39
*** ramishra_ has joined #tripleo13:43
*** jistr_ is now known as jistr13:48
openstackgerritRadomir Dopieralski proposed openstack/tuskar-ui: Add "Service Configuration" tab to the Role Edit dialog  https://review.openstack.org/15737513:49
*** jtomasek_ has quit IRC13:52
*** jtomasek has joined #tripleo13:53
*** mkerrin has quit IRC13:55
*** ramishra_ has quit IRC14:03
*** sdake_ has quit IRC14:03
openstackgerritRadomir Dopieralski proposed openstack/tuskar-ui: Add "Service Configuration" tab to the Role Edit dialog  https://review.openstack.org/15737514:03
*** pblaho has quit IRC14:07
*** akuznetsov has joined #tripleo14:11
*** weshay has joined #tripleo14:11
*** ramishra_ has joined #tripleo14:17
*** rickdennis has quit IRC14:21
*** ramishra_ has quit IRC14:22
*** rickdennis has joined #tripleo14:26
*** EmilienM is now known as EmilienM|afk14:32
*** lblanchard has joined #tripleo14:34
derekhDEVTEST FAILING on 2 seperate regressions https://bugs.launchpad.net/tripleo/+bug/1421835 https://bugs.launchpad.net/tripleo/+bug/1423228 | Mid-cycle meetup Feb 18 - 20 in Seattle http://bit.ly/1AiNuMK | Using OpenStack to deploy OpenStack; meetings Tuesday 1900/0800 UTC in #openstack-meeting-alt14:44
openstackLaunchpad bug 1421835 in neutron "Timeout reached while waiting for callback for node" [Undecided,In progress] - Assigned to Derek Higgins (derekh)14:44
openstackLaunchpad bug 1423228 in tripleo "L3 agent for nova compute could not be found" [Critical,Triaged] - Assigned to Derek Higgins (derekh)14:44
*** dasm has quit IRC14:51
*** noslzzp has quit IRC14:51
*** noslzzp has joined #tripleo14:55
*** yamahata has joined #tripleo14:57
*** lazy_prince is now known as killer_prince15:05
*** vinsh has quit IRC15:08
openstackgerritMerged stackforge/kolla: Implements: blueprint heat-fig-update  https://review.openstack.org/15721715:15
openstackgerritRadomir Dopieralski proposed openstack/tuskar-ui: Add node count field to the role edit dialog  https://review.openstack.org/15741215:23
*** vinsh has joined #tripleo15:24
openstackgerritSteven Hardy proposed openstack/tripleo-puppet-elements: Remove duplicate puppet-openstacklib source definition  https://review.openstack.org/15741315:28
openstackgerritMerged openstack-infra/tripleo-ci: Disentangle tarring in logfiles and increase logging  https://review.openstack.org/14981915:31
*** ramishra_ has joined #tripleo15:32
*** akuznetsov has quit IRC15:33
openstackgerritMarek Aufart proposed openstack/python-tuskarclient: Rename command tuskar plan-patch to plan-update  https://review.openstack.org/15741415:34
*** avozza is now known as zz_avozza15:36
*** EmilienM|afk is now known as EmilienM15:41
openstackgerritMerged stackforge/kolla: Implements: blueprint update-rabbit-container  https://review.openstack.org/15722315:43
*** mrunge has quit IRC15:47
*** ramishra_ has quit IRC15:47
*** cipcosma has joined #tripleo15:50
*** killer_prince is now known as lazy_prince15:55
*** maufart has quit IRC15:56
*** untriaged-bot has joined #tripleo16:00
untriaged-botUntriaged bugs so far:16:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/142158216:00
openstackLaunchpad bug 1421582 in tripleo "diskimage-builder/elements/debian (as with ubuntu) should include cloud-init-datasources to speed up the booting process" [Undecided,New]16:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/142351916:00
openstackLaunchpad bug 1423519 in tripleo "libvirt.libvirtError: unsupported configuration: This QEMU doesn't support virtio scsi controller" [Undecided,In progress] - Assigned to dasm (smigiel-dariusz)16:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/141618016:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/141567416:00
untriaged-bothttps://bugs.launchpad.net/tuskar/+bug/142247016:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/140958316:00
untriaged-bothttps://bugs.launchpad.net/tuskar/+bug/138748716:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/141524016:00
*** untriaged-bot has quit IRC16:00
openstackLaunchpad bug 1416180 in diskimage-builder "Grub install fails for Debian Wheezy on Centos 7" [Undecided,New]16:00
openstackLaunchpad bug 1415674 in tripleo "tripleo rabbitmq logrotate broken" [Undecided,New]16:00
openstackLaunchpad bug 1422470 in tuskar "Installation instruction contains wrong description" [Undecided,In progress] - Assigned to dasm (smigiel-dariusz)16:00
openstackLaunchpad bug 1409583 in tripleo "overcloud controller os-refresh-config abort because haproxy horizon failed to bind socket" [Undecided,New]16:00
openstackLaunchpad bug 1387487 in tuskar " tripleo-image-elements/elements/tuskar-ui /os-refresh-config /post-configure.d/101-tuskar-ui needs authentication from Keystone" [Undecided,New]16:00
openstackLaunchpad bug 1415240 in diskimage-builder "package-install-v2 breaks older distros" [Undecided,New] - Assigned to John Dewey (retr0h)16:00
*** ParsectiX has quit IRC16:00
*** ParsectiX has joined #tripleo16:01
*** david-lyle_afk is now known as david-lyle16:04
*** dasm has joined #tripleo16:05
*** slagle_ has joined #tripleo16:06
*** slagle_ has quit IRC16:06
*** derekh changes topic to "DEVTEST FAILING on 2 seperate regressions https://bugs.launchpad.net/tripleo/+bug/1421835 https://bugs.launchpad.net/tripleo/+bug/1423228 | Mid-cycle meetup Feb 18 - 20 in Seattle http://bit.ly/1AiNuMK | Using OpenStack to deploy OpenStack; meetings Tuesday 1900/0800 UTC in #openstack-meeting-alt"16:12
*** cody-somerville has quit IRC16:13
*** ramishra_ has joined #tripleo16:22
*** zz_avozza is now known as avozza16:23
*** pcrews has quit IRC16:27
*** ramishra_ has quit IRC16:27
*** vinsh_ has joined #tripleo16:27
openstackgerritRadomir Dopieralski proposed openstack/tuskar-ui: Add node count field to the role edit dialog  https://review.openstack.org/15741216:30
*** vinsh has quit IRC16:31
*** jdob has joined #tripleo16:33
*** vinsh has joined #tripleo16:34
*** rdopiera has quit IRC16:34
*** vinsh_ has quit IRC16:34
*** vinsh_ has joined #tripleo16:35
*** openstackgerrit has quit IRC16:36
*** openstackgerrit has joined #tripleo16:36
*** vinsh has quit IRC16:38
*** yamahata has quit IRC16:39
*** vinsh_ has quit IRC16:40
*** vinsh has joined #tripleo16:40
*** vinsh has quit IRC16:45
*** lazy_prince is now known as killer_prince16:49
*** alop has joined #tripleo16:49
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates: Puppet: First support Ceph  https://review.openstack.org/15196016:52
*** regebro has quit IRC16:54
*** regebro has joined #tripleo16:55
*** killer_prince is now known as lazy_prince16:55
openstackgerritDan Prince proposed openstack/tripleo-heat-templates: Split out BootstrapNode SoftwareConfig  https://review.openstack.org/15744516:58
*** dprince has joined #tripleo16:58
*** jtomasek has quit IRC17:01
*** noslzzp has quit IRC17:02
*** vinsh has joined #tripleo17:04
*** ParsectiX has quit IRC17:05
*** ParsectiX has joined #tripleo17:06
*** dshulyak_ has joined #tripleo17:07
*** Marga_ has joined #tripleo17:08
*** dshulyak_ has quit IRC17:08
*** dtantsur is now known as dtantsur|afk17:08
*** Marga_ has quit IRC17:09
*** Marga_ has joined #tripleo17:10
*** vinsh has quit IRC17:10
*** yamahata has joined #tripleo17:10
*** pradeep has quit IRC17:12
*** vinsh has joined #tripleo17:18
*** noslzzp has joined #tripleo17:18
*** pradk has joined #tripleo17:19
*** pcrews has joined #tripleo17:21
*** mcornea has quit IRC17:22
*** jcoufal has quit IRC17:25
StevenKdprince: http://docs.openstack.org/developer/tripleo-incubator/puppet.html17:27
*** jistr has quit IRC17:28
*** bvandenh has quit IRC17:32
*** derekh has quit IRC17:34
*** rbrady has quit IRC17:34
*** sseago has quit IRC17:38
*** rbrady has joined #tripleo17:41
*** rbrady has quit IRC17:41
*** rbrady has joined #tripleo17:41
*** ParsectiX has quit IRC17:44
*** ParsectiX has joined #tripleo17:44
* gfidente back soon17:48
*** gfidente has quit IRC17:48
*** sseago has joined #tripleo17:51
*** gfidente has joined #tripleo18:02
*** gfidente has joined #tripleo18:02
EmilienMsdake: hey, stupid question - is there any thinking/WIP to support Puppet deployment in Kolla, instead of bash scripts?18:07
*** olaph has joined #tripleo18:07
*** panda has quit IRC18:07
*** panda has joined #tripleo18:08
*** avozza is now known as zz_avozza18:09
*** sdake_ has joined #tripleo18:12
*** ParsectiX has quit IRC18:16
*** ParsectiX has joined #tripleo18:16
*** sdake_ has quit IRC18:17
*** lucasagomes has quit IRC18:20
*** andreaf_ has joined #tripleo18:29
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates: Puppet: First support Ceph  https://review.openstack.org/15196018:30
EmilienMdprince: I figured a mistake: https://review.openstack.org/#/c/151960/10..11/puppet/ceph-storage-puppet.yaml,cm18:31
*** pradk is now known as prad18:31
tchaypoStevenK: could you take another look at 149791 ?18:32
tchaypoIf you’re happy that your comments have been addressed, it looks like that one is ready to land18:33
tchaypochange 14979118:33
tchaypohrm. no bot help.18:33
tchayposo here’s a handly link18:33
tchaypohttps://review.openstack.org/#/c/149791/18:33
StevenKtchaypo: I have a bookmark with a %s18:34
StevenKFor example in firefox I can do 'lpbug 2726272' and it works18:34
openstackgerritDan Prince proposed openstack/tripleo-heat-templates: Split out BootstrapNode SoftwareConfig  https://review.openstack.org/15744518:36
StevenKtchaypo: I haz +A'd18:37
openstackgerritMerged openstack/tripleo-incubator: Allow setting OS_DEBUG_LOGGING  https://review.openstack.org/14979118:38
openstackgerritMerged openstack/diskimage-builder: Namespace PYPI_MIRROR_URL vars with DIB  https://review.openstack.org/15343018:39
*** penick has joined #tripleo18:39
*** EmilienM is now known as EmilienM|afk18:40
sdakeemilenm yes its been discussed18:42
sdakeemilenm if someone were to come along and write that code, we woluld accept it18:42
sdakeat the moment, we have higher priority problems to solve18:42
sdakelikegetting single node orchestration to work properly18:42
*** jprovazn has quit IRC18:44
tchaypoStevenK: while you’re in a reviewing mood - https://review.openstack.org/#/c/149783/ could do with some love18:45
StevenKtchaypo: Who said I'm in a reviewing mood? :-P18:46
*** sdake_ has joined #tripleo18:47
cineramaStevenK: don't make me set the bunyips on you18:47
sdakeemilenM persoanlly I think puppet for single node orchestration is total overkill18:47
StevenKcinerama: You lost access to the bunyips when you went back to .ca :-P18:47
sdakeemilenm but I recognize some people want to use puppet in that way18:47
tchaypoStevenK: I don’t think that’s neccessarily the case18:50
tchaypoStevenK: have you been to berkely? they have some nice eucalyptus groves, I can easily imagine a bunyip18:51
StevenKtchaypo: I've not visited Berkeley18:53
slaglehttp://www.freedesktop.org/software/systemd/man/systemd-nspawn.html19:19
slagleStevenK: dprince : dnf/yum with --installroot example is in Example 219:20
*** sseago has quit IRC19:25
slagleStevenK: http://koji.fedoraproject.org/koji/packageinfo?packageID=919:31
tchaypogreghaynes: re https://review.openstack.org/#/c/146877/ and wanting to catch only openstack logs19:33
*** vinsh has quit IRC19:34
tchaypogreghaynes: I’m going to say the thing I Was going to say here on a comment instead19:35
*** mrunge has joined #tripleo19:41
*** pelix has quit IRC19:44
tchaypogreghaynes: actually I have a different question - what makes you think kernel.log is being redirected?19:46
greghaynesI looked at the target dir in the test run19:48
*** dasm has quit IRC19:51
tchaypodprince: https://review.openstack.org/#/c/149006/ seems to be the change19:51
*** dasm has joined #tripleo19:51
tchaypogreghaynes: as in, http://logs.openstack.org/77/146877/1/check-tripleo/check-tripleo-ironic-overcloud-precise-ha/bf98f1d/logs/ ?19:52
greghaynestchaypo: download the tarball, check var/log/tripleo/kernel.log19:53
*** penick has quit IRC19:54
*** Marga_ has quit IRC19:54
tchaypookay19:55
tchayposo we’re not actually catching everything from the kernel19:55
tchaypomost of it is still in var/log/kern.log19:56
tchaypowe’re only catching a few items that are logged as user.notice19:56
greghaynesyep19:57
tchaypoI notice on https://review.openstack.org/#/c/146877/1/elements/os-svc-install/rsyslog.d/25-tripleo-apps.conf we specify user.notice19:59
greghaynesyep19:59
tchaypoI was about to say “can’t we change that to local6 or something weird”, thinking that would change where the openstack tools send their logs19:59
*** vinsh has joined #tripleo19:59
tchaypobut then I realised I was reading that wrong - that specifies what we catch, not what we emit, right?19:59
*** penick has joined #tripleo20:04
*** dprince has quit IRC20:08
*** dprince has joined #tripleo20:16
*** Marga_ has joined #tripleo20:25
*** Marga_ has quit IRC20:30
*** penick has quit IRC20:31
openstackgerritBritt Houser proposed stackforge/kolla: Revise container sets  https://review.openstack.org/15751820:32
*** pensu has quit IRC20:40
*** vinsh has quit IRC20:50
*** yamahata has quit IRC20:51
*** w_ has joined #tripleo20:52
*** sdake_ has quit IRC20:54
*** ifarkas has quit IRC20:55
*** sdake_ has joined #tripleo20:56
*** akuznetsov has joined #tripleo20:57
*** sdake_ has quit IRC21:02
*** sdake_ has joined #tripleo21:03
*** akuznetsov has quit IRC21:09
*** sdake_ has quit IRC21:09
*** akrivoka has quit IRC21:12
openstackgerritBritt Houser proposed stackforge/kolla: Add network operation container sets  https://review.openstack.org/15751821:14
openstackgerritBritt Houser proposed stackforge/kolla: Revise HA Control container-set  https://review.openstack.org/15752821:14
openstackgerritBritt Houser proposed stackforge/kolla: Revise OpenStack control container set  https://review.openstack.org/15752921:14
*** penick has joined #tripleo21:16
*** Marga_ has joined #tripleo21:19
*** Marga_ has quit IRC21:20
*** Marga_ has joined #tripleo21:20
openstackgerritAbel Lopez proposed openstack/diskimage-builder: Adding centos to redhat family  https://review.openstack.org/15716021:23
*** alop has quit IRC21:30
*** Marga_ has quit IRC21:30
*** Marga_ has joined #tripleo21:31
*** alop has joined #tripleo21:32
*** morganfainberg is now known as needscoffee21:32
greghaynestchaypo: yes. What needs to happen is the tripleo services need to log "in a better way". This might mean using a less used facility, or somesuch21:34
greghaynesnot really on my radar to figure out ATM though, unfortunately21:34
tchaypoyeah. so i think I’m going to abandon my change and go up-vote spamaps instead.21:36
SpamapSI have a change?21:37
*** cipcosma has quit IRC21:38
tchaypoyou have a change.21:39
*** lazy_prince is now known as killer_prince21:39
SpamapSthank you21:43
openstackgerritRichard Su proposed openstack-infra/tripleo-ci: Fail job if SELinux denials are found  https://review.openstack.org/15374721:45
openstackgerritAbel Lopez proposed openstack/diskimage-builder: Updated readme  https://review.openstack.org/15589321:46
alopbnemec: thanks, I typo'd that, it's actually "ELEMENTS_PATH"21:47
*** jp_at_hp has quit IRC21:48
*** pensu has joined #tripleo21:57
*** untriaged-bot has joined #tripleo22:00
untriaged-botUntriaged bugs so far:22:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/142158222:00
openstackLaunchpad bug 1421582 in tripleo "diskimage-builder/elements/debian (as with ubuntu) should include cloud-init-datasources to speed up the booting process" [Undecided,New]22:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/142351922:00
openstackLaunchpad bug 1423519 in tripleo "libvirt.libvirtError: unsupported configuration: This QEMU doesn't support virtio scsi controller" [Undecided,In progress] - Assigned to dasm (smigiel-dariusz)22:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/141618022:00
openstackLaunchpad bug 1416180 in diskimage-builder "Grub install fails for Debian Wheezy on Centos 7" [Undecided,New]22:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/141567422:00
openstackLaunchpad bug 1415674 in tripleo "tripleo rabbitmq logrotate broken" [Undecided,New]22:00
untriaged-bothttps://bugs.launchpad.net/tuskar/+bug/142247022:00
openstackLaunchpad bug 1422470 in tuskar "Installation instruction contains wrong description" [Undecided,In progress] - Assigned to dasm (smigiel-dariusz)22:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/140958322:00
openstackLaunchpad bug 1409583 in tripleo "overcloud controller os-refresh-config abort because haproxy horizon failed to bind socket" [Undecided,New]22:00
untriaged-bothttps://bugs.launchpad.net/tuskar/+bug/138748722:00
openstackLaunchpad bug 1387487 in tuskar " tripleo-image-elements/elements/tuskar-ui /os-refresh-config /post-configure.d/101-tuskar-ui needs authentication from Keystone" [Undecided,New]22:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/141524022:00
openstackLaunchpad bug 1415240 in diskimage-builder "package-install-v2 breaks older distros" [Undecided,New] - Assigned to John Dewey (retr0h)22:00
*** untriaged-bot has quit IRC22:00
*** Marga_ has quit IRC22:01
dasmalop: if you've abandoned "centos 6 element" are you still planning to deliver "centos in redhat family"?22:05
alopyes22:05
alophopefully tomorrow22:05
dasmhm... so how are you planning to force it to work. or am i missing something?22:07
dasmalop: ^22:07
*** rlandy has quit IRC22:08
alopthe problem comes from the redhat-common element, which uses the newer install-packages-v2 (which requires py27)22:08
alopso22:08
bnemecI'm hoping they're going to talk about the py27/py26 thing at the mid-cycle this week.22:09
alopthe plan is to decouple from that, and either make a centos6 element that is self contained, or make a 'redhat-legacy' element that mimics the current stuff, but without the py27 speciifcs22:09
alopspecifics22:09
alopright now, I've got it working, I removed the dependcy on redhat-common, brought in those pieces, and a couple of other changes, like the grub2 change I have in review22:10
alopbecause you don't have grub2 in centos622:10
alopalso, I had to change the extract-image in redhat-common, because the tar version in the older os doesn't support the --xattr-exclude flag22:11
alopthose three things, and I can build centos6 with dib22:11
alopon a side note, I heard that they're talking in Seattle about spinning off DIB from tripleO?22:12
dasmok, so it involves not only openstack, but also RH changes.22:12
StevenKalop: We did, and we're not.22:12
alopah, cool22:13
*** mrunge has quit IRC22:13
alopI really like working on DIB, and it feels good thinking in my head that it's part of OOO22:13
alopeven if it's a tiny piece22:13
alopdasm: what timezone are you in?22:15
dasmEurope/Warsaw: GMT+1 (or +2 now... i never remember :P)22:15
dasmso, it's around 11PM22:16
*** openstackstatus has joined #tripleo22:16
*** ChanServ sets mode: +v openstackstatus22:16
alopI'm thinking, maybe if the rest of my day clears up, I might have a review in a few hours22:16
alopoh, so you'll see it tomorrow then :)22:16
alophopefully22:16
dasmyeah... most probably22:16
dasmor, if you'll be quick enough and finish it in next 45 minutes, maybe it'll be still Today ;)22:16
StevenK% TZ=Europe/Warsaw date -R22:16
StevenKThu, 19 Feb 2015 23:16:47 +010022:16
StevenKdasm: ^ That's useful22:17
alopdasm: nah, I've got "work" stuff to tackle first22:17
alopthen I can hack on this22:17
dasmStevenK: nice one. didn't know about it.22:17
dasmbtw. i've noticed today a bug: ttps://bugs.launchpad.net/tripleo/+bug/1423519 in Ubuntu 14.0422:19
dasmanyone else had this problem?22:19
dasm(didn't have time to check it again, on Ubu12.04 and second instance of Ubu14.04)22:20
dprinceEmilienM|afk: https://review.openstack.org/#/c/157503/22:20
dprinceEmilienM|afk: I think that should get us proper coverage on tripleo-puppet-elements and puppet-tripleo22:21
*** lblanchard has quit IRC22:23
*** penick has quit IRC22:26
*** gfidente has quit IRC22:32
*** penick has joined #tripleo22:34
*** penick has quit IRC22:34
alopStevenK: you're getting grammar points ;)22:39
openstackgerritAbel Lopez proposed openstack/diskimage-builder: Updated readme  https://review.openstack.org/15589322:41
openstackgerritMerged openstack/os-apply-config: Print JSON-compatible booleans  https://review.openstack.org/14920522:41
dprinceslagle: https://review.openstack.org/#/c/157445/22:45
*** thrash is now known as thrash|g0ne22:59
*** andreaf_ has quit IRC23:00
*** penick has joined #tripleo23:06
dasmguys, have a nice day. see ya23:11
*** dasm is now known as dasm|afk23:11
*** prad has quit IRC23:16
openstackgerritgreghaynes proposed openstack/diskimage-builder: Allow setting DIB_PIP_RETRIES  https://review.openstack.org/15758423:18
*** weshay has quit IRC23:20
*** yuanying has joined #tripleo23:20
*** gfidente has joined #tripleo23:24
*** gfidente has joined #tripleo23:24
openstackgerritgreghaynes proposed openstack/diskimage-builder: Allow setting DIB_PIP_RETRIES  https://review.openstack.org/15758423:29
*** Marga_ has joined #tripleo23:30
*** gfidente has quit IRC23:43
openstackgerritDan Prince proposed openstack/tripleo-heat-templates: Compute: Exec puppet after all configuration  https://review.openstack.org/15760423:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!