Thursday, 2016-03-03

*** kproskurin has quit IRC00:00
*** akwasnie has quit IRC00:00
*** pbourke-mobile has joined #kolla00:00
mandrevhosakot, you can probably separate the images with status error and the one with status parent_error without too much effort00:00
vhosakotmandre: in the output, right ?00:01
mandreyeah00:01
vhosakotmandre: yes..00:01
mandreand log the parent_error ones with a lower log level00:01
sdake_mandre if your looking for work to do, we need reconfigure implemented ;)00:02
sdake_mandre its c&p with a little brain pwoer00:02
dave-mccowanWorking on the SSL blueprint, I have a bug that's got me stumped.  HAProxy is giving the following error, but not making an entry in "show errors".00:03
dave-mccowanx.x.x.x:38034 [02/Mar/2016:20:30:24.191] horizon horizon/<NOSRV> -1/-1/-1/-1/8002 400 187 - - CR-- 1/0/0/0/3 0/0 "<BADREQ>"00:03
mandresorry sdake_, I really can't commit to anything right now00:03
mandremovers are banging at my door... see you00:03
dave-mccowanplease let me know if you have any ideas on where else i can look for clues.00:03
sdake_mandre enjoy yoru move00:03
dave-mccowanSamYaple or anyone else00:04
SamYaplethere is somethign up with horizon right now im trying to fix00:04
vhosakotmandre: both error and parent_error are now LOG.error.... it is ok to parse in output00:05
dave-mccowanSamYaple i saw your wip patch.  what are the symptoms?00:06
*** dims has joined #kolla00:06
The_Ballin all.yml does enable_ceph relate to ceph monitors and the like, or ceph support for cinder?00:12
*** pbourke-mobile has quit IRC00:14
SamYapleThe_Ball: enable_ceph will deploy ceph_mons and setup ods for nova glance and cinder. check the guide online ofr more info00:15
sdake_nihilifer see comment in https://review.openstack.org/#/c/275798/400:16
sdake_you have a typo00:16
rhalliseyight I'm hungry..00:17
sdake_well fwiw the gate is still green00:18
*** prithiv has quit IRC00:19
The_BallSamYaple, I believe you helped me earlier on my quest to only setup cinder (and required services for cinder). Are you saying I should not enable_ceph and just enable_cinder?00:19
*** prithiv has joined #kolla00:19
*** rhallisey has quit IRC00:19
*** ByPasS has quit IRC00:20
openstackgerritNikolai Korablin proposed openstack/kolla: Fixing ambiguity in the documetation  https://review.openstack.org/28752600:25
*** Jeffrey4l has quit IRC00:27
prithivhas anyone tried kolla single node installation ?00:34
*** jtriley has joined #kolla00:35
dave-mccowanprithiv i'm running all-in-one00:38
prithiv@dave: is it ok to chat here or i can ping you in private channel00:38
dave-mccowanprithiv discussion here is encouraged00:39
prithivokay…00:40
prithivdid you face any issue with neutron ?00:40
openstackgerritSerguei Bezverkhi proposed openstack/kolla: Reconfigure for Magnum  https://review.openstack.org/28748900:40
prithivlike network create00:40
dave-mccowani haven't done any neutron stuff yet00:40
dave-mccowanvhosakot does neutron stuff.  there is no reason it shouldn't work in one node.00:41
*** sdake_ has quit IRC00:41
prithivideally it should…00:41
vhosakotdave-mccowan: I did not understand your question00:41
dave-mccowanvhosakot: prithiv has a question about using neutron00:42
vhosakotprithiv: ah ok...00:42
prithivhi vikram00:42
vhosakotprithiv: what issue ? logs ?00:42
prithivi dont see any logs vikram00:42
sbezverkprithiv I aslo run all-in-one and have neutron/ovs working00:42
vhosakotit works for me too all-in-one00:43
prithivfirst of all, did you install openstack client through pip python-openstackclient00:43
vhosakotdid you run kolla-build succeffully ?00:43
prithivyes00:43
vhosakotkolla-ansible prechecks ?00:43
prithivpass00:43
vhosakotkolla-ansible deploy ?00:43
prithivno error… successful deploy00:43
prithivdeployment00:43
prithivone thing...00:44
prithivmy pip install python-openstackclient didnt install neutron client00:44
prithivi have to install it separately00:44
vhosakotyes.. you need to install the clients yourself..00:44
*** sdake has joined #kolla00:45
prithivya i did.. (just the neutron)…00:45
vhosakotquickstart  http://docs.openstack.org/developer/kolla/quickstart.html  does mention "pip install -U python-openstackclient"00:45
prithivyes i did install with pip (pip openstack client install doesnt install neutron client)00:46
vhosakotif you need neutorn, nova clients, they need to be installed using apt-get or yum depending on your distro00:46
prithivyep i installed through apt only…00:46
prithivi face issue only with neutron00:47
prithivdid you make any config changes after deployment00:47
vhosakotwhat issue ? can you pastebin the error ?00:47
vhosakotyou need to make the right changes in /etc/kolla/globals.yml _before_ "kolla-ansible deploy"00:48
prithivits 404 error00:49
prithivyep made those yml file changes00:49
sbezverkprithiv do you see neutron containers running on your server?00:51
prithivyes.. metadata, l3, server, ovs agent and dhcp00:51
sbezverkprithiv in this case, you can check neutron's log to see if you can spot any errors00:53
vhosakotprithiv: can you curl the auth_url in openrc00:53
vhosakotfor me neutron is perfectly fine, so sounds like a local env issue00:53
sbezverkprithiv docker exec heka tail -n 300 /var/log/kolla/neutron/neutron-server.log00:54
vhosakotyes, check neutron's logs in each neutron* container00:54
vhosakotoh, they go to heka.. cool00:54
prithivcurl working00:54
prithivalready checked heka…00:55
prithivdont see any error00:55
openstackgerritNikolai Korablin proposed openstack/kolla: Fixing ambiguity in the documetation  https://review.openstack.org/28752600:55
vhosakotprithiv: does "openstack network list" throw the same error ?00:56
prithivnope00:57
vhosakotah, so neutorn client is working fine then... may be an env issue00:58
prithivbut no other clients are throwing error00:59
The_BallDo I need to configure anything to use the public repo? I get this with deploy: Starting heka container -> msg: The requested image does not exist: kollaglue/centos-binary-heka:2.0.000:59
*** rhallisey has joined #kolla01:01
sdakeSamYaple http://logs.openstack.org/37/286637/9/check/gate-kolla-dsvm-deploy-centos-binary/f722b91/console.html#_2016-03-03_00_05_58_39301:02
prithiv@ The_Ball do ye have any tag for the docker images01:02
dave-mccowansdake the logs from the horizon container aren't going to heka yet.  is that a WIP?01:03
The_Ballprithiv, not sure?01:03
sdakedave-mccowan elemoine is your guy ;)01:03
prithivdocker ps01:04
prithiv@The_Ball01:04
prithivwhat does the tag say in docker -ps01:04
The_Ballprithiv, oh, sorry, no I'm unable to pull anything yet01:04
prithivsorry01:04
prithivdocker images01:04
prithivkollaglue/ubuntu-source-gnocchi-api                 2.0.0               4074a8a981f4        About an hour ago   710.8 MB01:04
prithivwhat does the tag say (2.0.0 is mine)01:05
The_Ballprithiv, kolla-ansible pull doesn't actually manage to pull anything, so I have no images or containers01:05
sdakedave-mccowan can you rebase this to fix the merge conflict https://review.openstack.org/#/c/286988/01:05
prithivare you running mater or liberty branch01:05
dave-mccowansdake i'll take care of it with the next patch set01:06
sdakethanks01:06
The_Ballprithiv, I did a git clone and forgot to select a branch, so I'm on the master branch, that could be my problem I guess/01:06
sdakethe_ball did you build in your docker cache or build for pushing?01:07
sdaketo build for pushing you must specify --registry in the build command operation01:07
*** dims has quit IRC01:08
The_BallI'm trying to do a single host install "all-in-one" but only for cinder et. al.01:08
prithivno master is not a problem01:08
The_BallSo the doc says: "The Kolla community builds and pushes tested images for each tagged release of Kolla, but if running from master, it is recommended to build images locally."01:09
The_BallI would not like to build local images01:10
prithivif you have registry setup, then did you provide other_args option in doker system file01:10
sdakeother_args doesn't exist in docker-engine01:11
sdakethe_ball ya we dont provide any images atall upstream01:11
sdakethat doc is wrong01:11
The_BallSorry I might have misunderstood, I thought I didn't have to build, just pull. Ok I understand01:11
*** prithiv has quit IRC01:18
*** unicell has joined #kolla01:18
*** jtriley has quit IRC01:19
*** jtriley has joined #kolla01:24
*** vhosakot has quit IRC01:29
*** sdake_ has joined #kolla01:29
*** jtriley has quit IRC01:30
*** ssurana has quit IRC01:30
*** sdake_ has quit IRC01:30
*** unicell1 has joined #kolla01:30
*** sdake has quit IRC01:30
*** sdake_ has joined #kolla01:30
*** unicell has quit IRC01:32
*** jtriley has joined #kolla01:32
openstackgerritSteven Dake proposed openstack/kolla: Add reconfigure for manila  https://review.openstack.org/28755001:34
*** vhosakot has joined #kolla01:37
openstackgerritAngus Salkeld proposed openstack/kolla-mesos: Move generate_configs into the Command class  https://review.openstack.org/28639901:40
openstackgerritAngus Salkeld proposed openstack/kolla-mesos: Restart daemons if their config changes  https://review.openstack.org/28466401:40
openstackgerritAngus Salkeld proposed openstack/kolla-mesos: Make write_file return if the contents changed  https://review.openstack.org/28639801:40
openstackgerritAngus Salkeld proposed openstack/kolla-mesos: Fix check_path and requires in start.py  https://review.openstack.org/28755101:40
*** Marga_ has quit IRC01:43
*** openstackgerrit has quit IRC01:47
*** openstackgerrit has joined #kolla01:48
*** phuongnh has joined #kolla01:51
*** jtriley has quit IRC01:51
*** sdake_ has quit IRC01:51
*** tfukushima has joined #kolla01:55
*** unicell1 has quit IRC01:55
*** jasonsb has joined #kolla01:56
*** vhosakot has quit IRC01:57
*** vhosakot has joined #kolla01:57
*** dims has joined #kolla01:59
*** iceyao has joined #kolla02:01
*** d_code has quit IRC02:02
*** jasonsb has quit IRC02:02
*** vhosakot has quit IRC02:07
*** d_code has joined #kolla02:12
*** yuanying_ has joined #kolla02:15
*** Marga_ has joined #kolla02:17
*** Marga_ has quit IRC02:18
*** Marga_ has joined #kolla02:19
*** elmiko_ has joined #kolla02:19
*** dolpher1 has joined #kolla02:20
*** mkoderer___ has joined #kolla02:22
*** mkoderer__ has quit IRC02:23
*** stvnoyes1 has quit IRC02:23
*** sbezverk has quit IRC02:23
*** yuanying has quit IRC02:23
*** dolpher has quit IRC02:23
*** elmiko has quit IRC02:23
*** ccesario has quit IRC02:23
*** dolpher1 is now known as dolpher02:23
*** sbezverk has joined #kolla02:24
*** stvnoyes has joined #kolla02:24
*** ccesario has joined #kolla02:26
*** vhosakot has joined #kolla02:34
*** rhallisey has quit IRC02:36
*** jtriley has joined #kolla02:37
*** rhallisey has joined #kolla02:44
*** rhallisey has quit IRC02:44
*** fthiagogv_ has quit IRC02:47
openstackgerritSam Yaple proposed openstack/kolla: Bump to latest ansible and deps  https://review.openstack.org/28682002:49
openstackgerritSam Yaple proposed openstack/kolla: Fix Keystone v3 and Horizon  https://review.openstack.org/28663702:49
*** vhosakot has quit IRC02:57
*** vhosakot has joined #kolla02:57
*** iceyao_ has joined #kolla02:57
*** jtriley has quit IRC02:59
*** iceyao has quit IRC03:00
*** jtriley has joined #kolla03:02
openstackgerritMerged openstack/kolla: Reconfigure glance service  https://review.openstack.org/28587303:06
*** achanda has joined #kolla03:11
*** yuanying has joined #kolla03:21
*** vincent_1dk has joined #kolla03:25
*** tuvenen has quit IRC03:26
*** vincent_vdk has quit IRC03:26
*** clayton has quit IRC03:26
*** dolpher has quit IRC03:26
*** yuanying_ has quit IRC03:26
*** tuvenen has joined #kolla03:27
*** dolpher has joined #kolla03:27
*** clayton has joined #kolla03:28
*** coolsvap has joined #kolla03:30
*** unicell has joined #kolla03:32
*** unicell has quit IRC03:32
openstackgerritSam Yaple proposed openstack/kolla: Move hostname registration to common  https://review.openstack.org/28758003:48
SamYaplew00t03:48
*** dims has quit IRC03:48
SamYaplesdake full keystone/horizon stuff working with the new bootstrap nad v303:48
SamYapleayoung: full v3 working with this latest patch (no v2 endpoints created)03:49
ayoungSamYaple, w00t!1!1!onewon1!03:50
*** jtriley has quit IRC04:15
*** Jeffrey4l has joined #kolla04:27
*** achanda has quit IRC04:28
*** unicell has joined #kolla04:32
openstackgerritJeffrey Zhang proposed openstack/kolla: Introduce the hacking module to kolla  https://review.openstack.org/26940304:40
*** unicell has quit IRC04:41
openstackgerritMerged openstack/kolla: Make Vagrant libvirt graphics_ip configurable  https://review.openstack.org/28642704:41
*** unicell has joined #kolla04:42
*** jasonsb has joined #kolla04:45
*** Marga_ has quit IRC04:50
*** fthiagogv_ has joined #kolla04:51
*** coolsvap has quit IRC04:52
*** fthiagogv has quit IRC04:54
*** Jeffrey4l has quit IRC04:59
*** Allen_Gao has quit IRC05:05
*** achanda has joined #kolla05:11
*** unicell has quit IRC05:13
*** Marga_ has joined #kolla05:16
*** Marga_ has quit IRC05:16
*** Marga_ has joined #kolla05:16
*** Allen_Gao has joined #kolla05:19
*** salv-orl_ has joined #kolla05:19
*** salv-orlando has quit IRC05:22
openstackgerritDave McCowan proposed openstack/kolla: Add TLS protection on external API endpoints  https://review.openstack.org/28698805:37
openstackgerritNikolai Korablin proposed openstack/kolla: Fixing ambiguity in the documetation  https://review.openstack.org/28752605:38
openstackgerritDave McCowan proposed openstack/kolla: Add TLS protection on external API endpoints  https://review.openstack.org/28698805:40
*** unicell has joined #kolla05:40
*** fthiagogv__ has joined #kolla05:40
*** fthiagogv_ has quit IRC05:43
*** sha has joined #kolla05:44
shaHi all..05:45
shacan anyone suggest me which is recommended for config_strategy, "COPY_ALWAYS" or COPY_ONCE?05:45
shagetting this error while deploying..05:48
sharelated to Image container : http://paste.openstack.org/show/489084/05:50
*** sdake has joined #kolla05:59
*** dave-mccowan has quit IRC06:01
*** vhosakot has quit IRC06:09
*** vhosakot has joined #kolla06:09
*** jtriley has joined #kolla06:12
*** sdake has quit IRC06:16
*** jtriley has quit IRC06:18
*** coolsvap has joined #kolla06:19
*** unicell has quit IRC06:22
openstackgerritAngus Salkeld proposed openstack/kolla-mesos: CLI: Implement service definition  https://review.openstack.org/28699206:22
openstackgerritAngus Salkeld proposed openstack/kolla-mesos: Move common config functions into a new file  https://review.openstack.org/28699506:22
openstackgerritAngus Salkeld proposed openstack/kolla-mesos: Move Runner classes to service.py  https://review.openstack.org/28699406:22
openstackgerritAngus Salkeld proposed openstack/kolla-mesos: CLI: service run  https://review.openstack.org/28699606:22
openstackgerritAngus Salkeld proposed openstack/kolla-mesos: New per-service CLI access  https://review.openstack.org/28679906:22
*** mdnadeem has quit IRC06:27
*** mdnadeem has joined #kolla06:27
*** unicell has joined #kolla06:31
*** subscope has joined #kolla06:35
*** cfarquhar has quit IRC06:37
shawhat is the default mode for Kolla(aio or other) on ubuntu?06:37
*** vhosakot has quit IRC06:38
*** vhosakot has joined #kolla06:39
*** cfarquhar has joined #kolla06:40
*** cfarquhar has quit IRC06:40
*** cfarquhar has joined #kolla06:40
*** chandankumar has joined #kolla06:41
*** alisonh has quit IRC06:47
*** coolsvap has quit IRC06:49
*** unicell has quit IRC06:52
*** coolsvap has joined #kolla07:01
*** alisonh has joined #kolla07:05
openstackgerritMartin André proposed openstack/kolla: Fix keystone boostrap failure reporting  https://review.openstack.org/28762107:08
*** Serlex has joined #kolla07:12
*** mdnadeem has quit IRC07:16
openstackgerritEric Lemoine proposed openstack/kolla: Make Heka send logs to Elasticsearch  https://review.openstack.org/28418807:16
openstackgerritEric Lemoine proposed openstack/kolla: Use alphabetical order in cleanup-containers  https://review.openstack.org/28762607:16
*** mdnadeem has joined #kolla07:16
*** jasonsb has quit IRC07:16
*** coolsvap has quit IRC07:18
*** coolsvap has joined #kolla07:26
*** achanda has quit IRC07:31
openstackgerritAndrey Pavlov proposed openstack/kolla-mesos: New per-service CLI access  https://review.openstack.org/28679907:42
*** jasonsb has joined #kolla07:47
*** achanda has joined #kolla07:49
*** jasonsb has quit IRC07:52
*** mikelk has joined #kolla07:59
elemoine_sha: do you have more information in the Docker engine logs?08:01
elemoine_sha: what mode are you talking about? config_strategy or something else?08:02
*** coolsvap has quit IRC08:03
*** daneyon has joined #kolla08:05
*** daneyon has quit IRC08:06
*** daneyon_ has quit IRC08:09
*** fgimenez has joined #kolla08:11
*** jtriley has joined #kolla08:14
*** neophy has joined #kolla08:14
*** athomas has joined #kolla08:16
*** jtriley has quit IRC08:19
openstackgerritArtur Zarzycki proposed openstack/kolla-mesos: Closes-bug: #1552582  https://review.openstack.org/28764608:27
openstackbug 1552582 in kolla-mesos "Set memcached session engine in horizon" [Medium,New] https://launchpad.net/bugs/1552582 - Assigned to Artur Zarzycki (azarzycki)08:27
openstackgerritArtur Zarzycki proposed openstack/kolla-mesos: Set memcached session engine in horizon  https://review.openstack.org/28764608:28
shaelemoine_: regarding config_strategy..08:29
shaand also need help in resolving the "http://paste.openstack.org/show/489084/" error08:30
elemoine_sha: the default config_strategy used to be COPY_ONCE, but it's changed recently, it's now COPY_ALWAYS08:30
shaI have cloned the latest git08:30
elemoine_sha: note that this is a recent change08:31
elemoine_sha: yeah, I saw your paste already08:31
elemoine_and I was wondering if the docker engine logs would include more information about the issue08:31
shaonly few images were getting copied with the latest git...08:31
shaI mean number of copied images is changing for every build08:32
*** achanda has quit IRC08:32
openstackgerritMartin André proposed openstack/kolla: Simplify logic of vagrantfile  https://review.openstack.org/28765008:33
shaonly these images I got into docker... http://paste.openstack.org/show/489094/08:34
*** dolpher has quit IRC08:35
openstackgerritVikram Hosakote proposed openstack/kolla: Reconfigure neutron service  https://review.openstack.org/28765108:37
*** shardy has joined #kolla08:37
elemoine_sha, what command did you use to build the images? you indeed should have more images than that…08:39
sha./build.py -b ubuntu -t source --registry localhost:4000 --push08:40
sha"4000": docker registry port number08:41
elemoine_ok08:41
elemoine_did you get errors for some of the images?08:42
elemoine_you may want to run the build command again08:42
*** vhosakot has quit IRC08:44
shaDuring build, I observed this http://paste.openstack.org/show/489095/08:45
shaI built approx 7 times08:46
elemoine_so the connection to the registry does not seem to work08:46
shaonly one time I got a good number of images...08:46
shathen I got a errror..related to Image container : http://paste.openstack.org/show/489084/08:47
elemoine_I guess you've read http://docs.openstack.org/developer/kolla/quickstart.html#deploy-a-registry-required-for-multinode08:47
shayes..08:48
*** macsz has joined #kolla08:49
*** jasonsb has joined #kolla08:51
*** daneyon has joined #kolla08:54
*** jasonsb has quit IRC08:55
*** kproskurin has joined #kolla08:57
*** kproskurin has quit IRC08:58
*** kproskurin has joined #kolla09:00
*** mbound has joined #kolla09:05
openstackgerritProskurin Kirill proposed openstack/kolla-mesos: Add bootstrap to openvswitch-db  https://review.openstack.org/28766209:09
*** prithiv has joined #kolla09:09
*** alisonh has quit IRC09:10
*** chandankumar has quit IRC09:11
*** athomas has quit IRC09:14
*** alisonh has joined #kolla09:15
*** athomas has joined #kolla09:20
openstackgerritProskurin Kirill proposed openstack/kolla-mesos: Remove ovs chronos job. Move all bootstraps to vswitchd container  https://review.openstack.org/28767109:29
*** chandankumar has joined #kolla09:34
*** subscope has quit IRC09:38
*** subscope has joined #kolla09:39
*** subscope has quit IRC09:39
openstackgerritProskurin Kirill proposed openstack/kolla-mesos: Remove ovs chronos job. Move all bootstraps to vswitchd container  https://review.openstack.org/28767109:43
*** pbourke has joined #kolla09:45
*** mdnadeem_ has joined #kolla09:47
*** mdnadeem has quit IRC09:50
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Support dependencies inside one host  https://review.openstack.org/28473709:51
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: [WIP] Add Heka support  https://review.openstack.org/28630109:51
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Dependency between nova-libvirt and nova-compute inside host  https://review.openstack.org/28481509:51
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Use constraints only on multinode deployment  https://review.openstack.org/28597009:51
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Allow to override resources in globals.yml  https://review.openstack.org/28483609:51
*** openstackgerrit_ has joined #kolla09:53
*** openstackgerrit_ has quit IRC10:02
*** Jeffrey4l has joined #kolla10:03
*** Serlex has left #kolla10:08
*** Serlex has joined #kolla10:08
*** Serlex has left #kolla10:09
*** Serlex has joined #kolla10:09
*** Serlex has left #kolla10:09
*** Serlex has joined #kolla10:09
*** Serlex has left #kolla10:09
*** Serlex has joined #kolla10:09
*** Serlex has left #kolla10:09
*** Serlex has joined #kolla10:10
*** prithiv1 has joined #kolla10:11
*** prithiv has quit IRC10:12
openstackgerritMerged openstack/kolla-mesos: Add bootstrap to openvswitch-db  https://review.openstack.org/28766210:13
*** jtriley has joined #kolla10:15
*** jtriley has quit IRC10:20
*** iceyao_ has quit IRC10:23
openstackgerritPaul Bourke proposed openstack/kolla: Add documentation for Kolla plugin functionality  https://review.openstack.org/28668810:25
*** vincent_1dk is now known as vincent_vdk10:25
*** vincent_vdk has quit IRC10:25
*** vincent_vdk has joined #kolla10:25
*** subscope has joined #kolla10:27
*** subscope has quit IRC10:29
*** prithiv1 has quit IRC10:30
*** fgimenez has quit IRC10:31
*** prithiv has joined #kolla10:32
*** fgimenez has joined #kolla10:35
*** fgimenez has quit IRC10:35
*** fgimenez has joined #kolla10:35
*** jasonsb has joined #kolla10:52
*** jasonsb has quit IRC10:57
*** salv-orl_ has quit IRC11:01
*** salv-orlando has joined #kolla11:02
*** mdnadeem_ has quit IRC11:03
*** chandankumar has quit IRC11:08
*** dmsimard has quit IRC11:10
*** chandankumar has joined #kolla11:10
*** dims has joined #kolla11:14
*** neophy has quit IRC11:17
*** prithiv has quit IRC11:17
*** salv-orl_ has joined #kolla11:19
*** salv-orlando has quit IRC11:22
*** dims has quit IRC11:26
*** dims has joined #kolla11:27
*** phuongnh has quit IRC11:28
*** jtriley has joined #kolla11:30
*** jtriley has quit IRC11:34
*** mdnadeem has joined #kolla11:37
*** mlima has joined #kolla11:40
*** prithiv has joined #kolla11:43
*** iceyao has joined #kolla11:47
*** dave-mccowan has joined #kolla11:56
openstackgerritEric Lemoine proposed openstack/kolla: Add reconfigure for heka  https://review.openstack.org/28774011:57
*** jtriley has joined #kolla11:58
*** openstackgerrit has quit IRC12:03
*** openstackgerrit has joined #kolla12:03
dave-mccowanelemoine good morning eric12:09
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: [WIP] Add Heka support  https://review.openstack.org/28630112:14
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Allow to override resources in globals.yml  https://review.openstack.org/28483612:14
elemoine_hi dave-mccowan12:16
dave-mccowanelemoine is heka logging for the horizon container still a work in progress?12:16
elemoine_dave-mccowan: yes, horizon is not covered IIRC12:16
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Use constraints only on multinode deployment  https://review.openstack.org/28597012:17
elemoine_I only covered what Rsyslog was covering before12:17
*** rhallisey has joined #kolla12:17
*** rhallisey has quit IRC12:18
*** rhallisey has joined #kolla12:18
elemoine_horizon runs in Apache, so we can copy what's done for Keystone12:19
elemoine_it should be pretty straightforward I think12:19
elemoine_dave-mccowan: I can have a look if you want (as time permits)12:20
*** gfidente has joined #kolla12:21
dave-mccowanelemoine_ great.  there's some good info in /etc/httpd/*  should we open a bug to track it?12:22
openstackgerritRyan Hallisey proposed openstack/kolla: Reconfigure Ironic  https://review.openstack.org/28776012:26
*** macsz has quit IRC12:29
*** jtriley has quit IRC12:32
*** jtriley has joined #kolla12:36
*** dwalsh has joined #kolla12:38
openstackgerritMauricio Lima proposed openstack/kolla: [WIP] Make Heka collect Manila logs  https://review.openstack.org/28687612:48
openstackgerritMauricio Lima proposed openstack/kolla: [WIP] Make Heka collect Manila logs  https://review.openstack.org/28687612:50
openstackgerritThiago Gomes proposed openstack/kolla: Deleting only images from kolla build  https://review.openstack.org/28682312:53
*** jasonsb has joined #kolla12:54
sbezverkGood Morning, appreciate a bit of help here. I suspecting there are some libraries missing for swift-proxy-server to function properly, one of them is ceilometer middleware. When I try to add to install corresponding rpm in Docker file for swift-proxy-server, the build process just ignores it. Any suggestions how to make it working?12:54
rhalliseysbezverk, build with --no-cache12:55
sbezverkrhallisey hereis the command I used: kolla-build --type source --base centos --registry 192.168.80.240:4000 --push --no-cache swift-proxy-server12:56
sbezverkstill no luck12:56
rhalliseyare you sure when you added the package under the centos build and not ubuntu12:57
rhalliseyand that you added it for source and not binary12:57
rhalliseys/when/that12:58
*** jasonsb has quit IRC12:59
sbezverkrhallisey I see where my problem, yum section works only for binary type of sources, I use source type.. that is why whole section gets ignored.. For type source, what is the best way to add missing library?13:01
rhalliseysbezverk, create a sections for source and add 'ceilometermiddleware'13:05
rhalliseythat should do it13:05
*** jmccarthy has quit IRC13:06
rhalliseysource will go out to git and grab it13:06
*** jmccarthy has joined #kolla13:07
sbezverkrhallisey could you point me to an example?13:07
rhalliseysure13:07
rhalliseysbezverk, https://github.com/openstack/kolla/blob/master/docker/glance/glance-base/Dockerfile.j2#L2413:08
sbezverkrhallisey thank you13:09
rhalliseyno prob13:09
*** jtriley has quit IRC13:12
*** dmsimard has joined #kolla13:14
*** sdake has joined #kolla13:14
*** akwasnie has joined #kolla13:16
sdakemorning13:18
sbezverksdake Good morning, while working on reconfigure with swift I hit I think a bug in swift-proxy-server. https://bugs.launchpad.net/kolla/+bug/1552669, could you please check if I am on the right track.13:21
openstackLaunchpad bug 1552669 in kolla "swift-proxy-server container keeps restarting" [Undecided,New] - Assigned to Serguei Bezverkhi (sbezverk)13:21
sdakeyup thoes are new bugs13:22
sbezverksdake here is how I am trying to resolve at least ceilometer thing: http://paste.openstack.org/show/489140/13:23
*** Xu_Chao has quit IRC13:24
sdakesbezverk he swift dependencie for ubuntu may alreadybe correct13:25
openstackgerritMerged openstack/kolla-mesos: Remove ovs chronos job. Move all bootstraps to vswitchd container  https://review.openstack.org/28767113:25
*** JoseMello has joined #kolla13:26
*** fgimenez has quit IRC13:32
*** fgimenez has joined #kolla13:34
openstackgerritMerged openstack/kolla: Reconfigure for Magnum  https://review.openstack.org/28748913:42
*** unicell has joined #kolla13:44
*** elmiko_ is now known as elmiko13:55
*** unicell has quit IRC13:57
*** unicell has joined #kolla13:58
*** tfukushima has quit IRC13:58
*** tfukushima has joined #kolla14:00
*** akwasnie has quit IRC14:00
*** britthouser has joined #kolla14:03
sdakesbezverk run rpm -qa | grep erasure14:03
*** tfukushima has quit IRC14:04
*** Serlex has quit IRC14:06
*** britthou_ has quit IRC14:06
openstackgerritRyan Hallisey proposed openstack/kolla: Reconfigure Ironic  https://review.openstack.org/28776014:07
*** Serlex has joined #kolla14:08
*** prithiv has quit IRC14:08
*** unicell has quit IRC14:09
The_BallDo all logs end up in the heka container?14:10
*** chandankumar has quit IRC14:10
*** jtriley has joined #kolla14:11
*** prithiv has joined #kolla14:12
*** jmccarthy has quit IRC14:17
openstackgerritMerged openstack/kolla: Add reconfigure for manila  https://review.openstack.org/28755014:18
*** iceyao has quit IRC14:19
*** iceyao has joined #kolla14:19
dave-mccowanThe_Ball not all of them yet, at least i've found that the horizon container logs don't go there yet.14:20
*** jmccarthy has joined #kolla14:20
openstackgerritRyan Hallisey proposed openstack/kolla: Reconfigure Ironic  https://review.openstack.org/28776014:22
The_Ballcheers, I found the cinder logs there by nsenter -t <container pid> -m14:23
sdakeis there any way to turn off the swift-proxy-server sbezverk14:24
*** dmsimard has quit IRC14:25
*** vhosakot has joined #kolla14:25
*** spisarski has joined #kolla14:32
openstackgerritMauricio Lima proposed openstack/kolla: Playbook for Manila upgrade  https://review.openstack.org/27804514:37
*** daneyon has quit IRC14:38
*** absubram has joined #kolla14:38
*** thumpba has joined #kolla14:38
*** Jeffrey4l has quit IRC14:41
openstackgerritProskurin Kirill proposed openstack/kolla-mesos: Fix ubuntu config path search  https://review.openstack.org/27896314:45
*** tfukushima has joined #kolla14:46
*** Jeffrey4l has joined #kolla14:48
*** akwasnie has joined #kolla14:55
elemoine_vhosakot: hi14:59
vhosakotelemoine_: hi15:00
elemoine_I saw that you asked about log rotation yesterday during the IRC meeting15:00
elemoine_no, there's no log rotation at the moment15:00
elemoine_this is something I need to work on15:00
*** chandankumar has joined #kolla15:03
vhosakotok cool, thanks for the info! is that part for the diagnostics bp work ?15:04
elemoine_log rotation was mentioned in the spec yes15:05
elemoine_but I'd like to discuss the implementation15:05
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Autodetect number of instances  https://review.openstack.org/28464315:05
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: [WIP] Support dependencies inside one host  https://review.openstack.org/28473715:05
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: [WIP] Add Heka support  https://review.openstack.org/28630115:05
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Dependency between nova-libvirt and nova-compute inside host  https://review.openstack.org/28481515:05
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Use constraints only on multinode deployment  https://review.openstack.org/28597015:05
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Allow to override resources in globals.yml  https://review.openstack.org/28483615:05
*** fgimenez has quit IRC15:06
The_BallWhen I'm making a change to cinder.conf I have to maintain four copies, i.e. /etc/kolla/cinder-{api,backup,volume,scheduler}/cinder.conf . I'm guessing there is a better way I'm unaware of?15:07
vhosakotelemoine_: sure, we can talk about log-rotation... cool15:07
*** inc0 has joined #kolla15:07
elemoine_some time ago SamYaple said that logrotate could be handled by the kolla-toolbox container15:08
elemoine_not sure I understand what it means15:08
*** fgimenez has joined #kolla15:08
*** fgimenez has quit IRC15:08
*** fgimenez has joined #kolla15:08
vhosakotelemoine_: I'd say refer log rotation of an existing service in OpenStack (like nova or neutron).. let me check15:09
vhosakotelemoine_: I am leaving for work now... I will talk after 1 hour... cheers!15:09
elemoine_vhosakot: ok15:09
*** vhosakot has quit IRC15:09
SamYaplemorning15:13
sdakepbourke ping15:15
sdakemorning SamYaple15:15
pbourkehey sdake15:15
sdakeelemoine_ is heka complete or in needs review15:16
*** alyson_ has joined #kolla15:16
inc0good morning15:16
sdakepbourke https://bugs.launchpad.net/kolla/+bug/155266915:16
openstackLaunchpad bug 1552669 in kolla "swift-proxy-server container keeps restarting" [High,Confirmed] - Assigned to Serguei Bezverkhi (sbezverk)15:16
sdakeatm we are sorting out the erasure library15:16
sdakethe rdo  cats say its a misconfiguration15:16
sdakebut he also said a default storage policy is loaded if none are defined15:17
sdakepbourke join #rdo plz15:17
* pbourke rolls eyes15:17
sdakeya i groaned too15:17
sdakebut if proxy is busted reconfigure blocks15:17
pbourkeis source ok?15:17
sdakewe are running centos-source in that example15:18
The_BallDoes that unicode string for volume_backend_name look veird? 2016-03-03 15:16:05.132 1 WARNING cinder.scheduler.filter_scheduler [req-320d5464-3332-4ef6-b52d-15302d1dce76 8ca2c55e564f4f01a87d4fa24d9f45f2 53fb8536e3a94f05bf33b345832f168b - - -] No weighed hosts found for volume with properties: {u'name': u'ceph', u'qos_specs_id': None, u'deleted': False, u'created_at': u'2016-03-03T13:43:30.000000', u'updated_at': None, u'extra_specs': {u'volume_15:18
The_Ballbackend_name': u'\u2019ceph\u2019'}, u'is_public': True, u'deleted_at': None, u'id': u'8fe912f3-36bf-41c0-8c81-7fe2d8eda825', u'description': None}15:18
sdakeThe_Ball  please use a past eservice15:18
openstackgerritSam Yaple proposed openstack/kolla: Move hostname registration to common  https://review.openstack.org/28758015:18
pbourkesdake: I'll look at this in about an hour15:19
sdakepbourke wfm we wil cotninue to investigate until then, since this is blocking reconfigure when swift is enabled15:20
sdakesbezverk do a total cleanup15:25
*** jasonsb has joined #kolla15:25
sdakeon yur deploy target15:25
sdakeand try with that storagepolciy:215:25
openstackgerritDave McCowan proposed openstack/kolla: Add TLS protection on external API endpoints  https://review.openstack.org/28698815:27
openstackgerritMerged openstack/kolla: Simplify logic of vagrantfile  https://review.openstack.org/28765015:27
sbezverksdake ok, doing it..15:27
*** dave-mccowan has quit IRC15:28
*** dave-mccowan has joined #kolla15:28
sbezverksdake here is git diff on newly cloned and modified master: http://paste.fedoraproject.org/333010/1457018915:30
*** achanda has joined #kolla15:33
*** tfukushima has quit IRC15:34
*** achanda has quit IRC15:39
sbezverksdake same thing with clean installation: http://paste.fedoraproject.org/333019/5701968715:42
SamYaplecan I get an ack on this ansible bump ? https://review.openstack.org/#/c/286820/ sdake15:45
*** akwasnie has quit IRC15:45
openstackgerritMauricio Lima proposed openstack/kolla: Make Heka collect Manila logs  https://review.openstack.org/28687615:48
sdakeSamYaple reviewing mooment15:50
openstackgerritSam Yaple proposed openstack/kolla: Bump to latest ansible and deps  https://review.openstack.org/28682015:50
openstackgerritSam Yaple proposed openstack/kolla: Fix Keystone v3 and Horizon  https://review.openstack.org/28663715:50
*** tfukushima has joined #kolla15:50
openstackgerritMauricio Lima proposed openstack/kolla: Make Heka collect Manila logs  https://review.openstack.org/28687615:50
SamYapleugh it rebased15:50
sdakeSamYaple waiting on gate15:50
sdakethis patch failed  the  gate a whole slew of times so i'd like to make sure it actually passes the gate ;)15:52
SamYaplesdake: it did pass the gate :/15:52
sdakeotherwise it looks good15:52
SamYaplei just accidentally rebased15:52
sdakeoh ya rebase15:52
sdakeok wfm15:52
sdakeour policy has always been a rebase can receive a workflow if the last gate passed15:53
SamYapleit was only failing the gate because i had the two patches in the row, i just needed to figure out how to seperate teh changes so both patches pass the gate15:53
openstackgerritMauricio Lima proposed openstack/kolla: Make Heka collect Manila logs  https://review.openstack.org/28687615:54
sdakecool well it s w+15:54
sdake+w now15:54
sdakei am going to wait on this keystone change for the gate for a review15:54
*** inc0 has quit IRC15:56
SamYapleyea i actually changed that one15:56
*** inc0 has joined #kolla15:57
pbourkesdake: now building new swift images15:58
sdakepbourke rockin15:58
sdakeSamYaple ya else gerrit would have said it was a rebase15:58
sdakei assume to adress dave's comments15:58
openstackgerritMerged openstack/kolla: Add documentation for Kolla plugin functionality  https://review.openstack.org/28668815:59
openstackgerritMerged openstack/kolla: ADD user neutron to the neutron-openvswitch-agent docker file  https://review.openstack.org/28677116:00
SamYaplecorrect, and fix manila which just merged16:00
*** ssurana has joined #kolla16:01
*** ssurana has quit IRC16:07
*** haplo37 has joined #kolla16:07
sbezverksdake what is the next step?16:07
sdakesbezverk not sure hang tight16:08
*** dmsimard has joined #kolla16:08
sbezverksdake any chance to continue with ceilometermiddleware?16:08
sdakehttps://github.com/openstack/swift/blob/master/swift/common/storage_policy.py#L2516:09
sdakeyes did you get a log of the build to fpaste?16:09
sdakepbourke there is the storage policy pyeclib dirver that the rdo dude pointed me to16:09
sdakeas if I have time to become an expert in swift in 1 day16:09
*** ssurana has joined #kolla16:09
*** Serlex has left #kolla16:10
sdakepbourke join #rdo16:10
pbourkesdake: im there16:10
sbezverksdake yes http://paste.fedoraproject.org/333039/7021408116:10
*** tfukushima has quit IRC16:11
*** tfukushima has joined #kolla16:12
sdakesbezverk when you bulid from source, python-ceilometerclient is installed via pip16:12
sdakeyou dont want to install it via rpm and pip at the same time16:12
sdakesbezverk why doy ou think pythonceilometerlcient is busted?16:13
sbezverksdake because swift-proxy-server logs tells us about it16:13
sdakesbezverk got a paste of that?16:13
*** tfukushima has quit IRC16:14
sbezverksdake :-) it in the same logs attached to the bug: ImportError: No module named ceilometermiddleware.swift16:14
sdakewell it sounds like ceilometermiddleware needs to be somewhere in the build16:15
sbezverksdake lookfor python traceback http://paste.fedoraproject.org/333047/1457021616:15
sdakeits probably missing from requirements.txt16:15
sbezverksdake I saw other folks were using yum install even when type was source16:16
sbezverksdake so I assumed it is ok..16:16
sbezverksdake please point me to an example with pip install16:16
sbezverkI will change docker for swift-proxy-server16:16
sdakeyour not missing python-swiftclient16:17
sdakeyour missing some other package related to ceilometermiddelware16:17
*** vhosakot has joined #kolla16:18
sbezverksdake yes, that is why I was trying to yum install python-ceilometermiddleware16:19
sbezverkwhen I do it manually, it installs bunch of dependencies along the way16:19
vhosakotelemoine: back in office, ready to chat about log-rotation!16:20
sdakeok well you want to pip install pyhton-ceilometermiddleware in the openstack-base dockerfile16:20
sdakesbezverk https://github.com/openstack/kolla/blob/master/docker/openstack-base/Dockerfile.j2#L11716:21
sbezverksdake even if only swift-proxy-server uses it, it should go to base?16:21
sdakeyou also may want that in the yum sections as well16:21
*** fgimenez has quit IRC16:22
sdakeare we sure only swift-proxy-server uses it?16:22
sbezverksdake 99.99%16:22
sdakeits middleware, it should go in base imo16:22
sbezverksdake ok, let me stick it there and see if it works16:22
sdakerather openstack-base16:22
*** fgimenez has joined #kolla16:24
*** fgimenez has quit IRC16:24
*** fgimenez has joined #kolla16:24
pbourkeSamYaple: sdake: when you guys get a chance can you check out my patch for oraclelinux gates and associated infra change? (no rush)16:24
*** tfukushima has joined #kolla16:24
vhosakotelemoine: ping16:25
vhosakotteam, please use  https://etherpad.openstack.org/p/kolla-mitaka-testing-reconfigure  to test recongif patches16:25
vhosakotthanks for updating it!16:25
sdakepbourke will do16:27
pbourkecheers, haven't done it before so there may be something missing16:28
sdakepbourke sbezverk  has a reconfigure implemetnation done16:28
sdakehe is trying to test it16:28
*** tfukushima has quit IRC16:28
pbourkeok16:29
sdakebut blocked by swift-proxy-server banging around16:29
*** inc0 has quit IRC16:30
*** inc0 has joined #kolla16:31
openstackgerritMerged openstack/kolla: Libvirt needs openvswitch to connect br-int  https://review.openstack.org/28786316:31
*** blahRus has joined #kolla16:33
*** iceyao has quit IRC16:34
*** Jeffrey4l has quit IRC16:36
sbezverksdake, it is a mistery, I added python-ceilometermiddleware to centos-base at the place where you showed and still it does not gets installed, I run script, I do not see ANY references even attemting to isntall it :-(16:36
sdakeyou mean openstack-base?16:37
*** inc0 has quit IRC16:38
*** inc0 has joined #kolla16:38
sbezverksdake yes16:40
SamYaplepbourke: will do16:42
sdakesbezverk its just called ceilometermiddleware16:42
sdakenot python- in front16:42
sbezverksdake ok, let me fix it16:42
*** diogogmt has joined #kolla16:43
SamYaplesdake: pbourke https://review.openstack.org/#/c/286637/16:44
SamYapleyay for proper v316:44
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla: Playbook for rabbitmq upgrade  https://review.openstack.org/28796916:44
sdakebig patch - i reviewed a bit ago - i'll do now moment16:44
*** inc0_ has joined #kolla16:49
sdakesbezverk the magic decoder for that type of change is Partially-Resolves:  #bugid16:49
sdakeiirc16:50
sdakebeen a  while since I actually fixed a bug :)16:50
sbezverksdake just ceilometermiddleware does not work either..16:52
*** inc0 has quit IRC16:52
sdakeit works for me on my centos machine16:52
*** mikelk has quit IRC16:53
sbezverksdake if I do it manually, it works, if I change Docker file and add it there it does not16:53
openstackgerritEric Lemoine proposed openstack/kolla: Use alphabetical order in cleanup-containers  https://review.openstack.org/28762616:54
inc0_SamYaple, with command pipes does not work16:55
sbezverksdake anyway to add some extra logging for build process? I suspect, it is not even using this file Docker file from the location where I am editing it16:55
inc0_I need shell for that16:55
sdakesbezverk it shsould go on line 114 is that where your putting it16:55
inc0_and text manipulation with jinja only is horrible16:55
sdakedid you pip unisntall kolla?16:56
sdakesudo pip uninstall kolla?16:56
sbezverksdake please check http://paste.fedoraproject.org/333092/4570241716:56
inc0_why can't we use shell module?16:56
*** dmsimard has quit IRC16:57
SamYapleinc0_: its not secure. its not best practice16:57
sdakeinc0 seucrity risk16:57
sdakesbezverk try pip show kolla16:57
inc0_hmm16:57
inc0_I'll try to work around it16:58
inc0_but command does not work :(16:58
SamYapleyea we work around it everywhere else16:58
SamYaplecommand does work16:58
SamYapleyou just cant pipe16:58
sdaketry command in a toolbox container ;)16:58
SamYapleso register the output and copy it up like we do everywhere else16:58
inc0_but output is horrible and I need to do lots of stuff with it16:58
openstackgerritMerged openstack/kolla: Bump to latest ansible and deps  https://review.openstack.org/28682016:59
inc0_to be able to use it16:59
SamYapleinc0_: i know. welcome to literally all of our playbooks16:59
inc0_and jinja or ansible does not have toolset I need16:59
sbezverksdake http://paste.fedoraproject.org/333098/1457024316:59
sdakeinc0_ you can make a toolbox python mdoule16:59
pbourkeare there mysql related problems with keystone on master atm?16:59
SamYapleinc0_: you can do any text manipulation you need with jinja216:59
sdakesbezverk the problem is your running pip install kolla17:00
sdakedont do that17:00
SamYaplepbourke: not that i know of17:00
sdakesudo pip uninstall kolla17:00
sdakethen try build17:00
sdakeit will build from your local directory17:00
sdaketools/build.py17:00
SamYapleinc0_: what i would suggest for you is a new script that runs internal to rabbitmq that you can call that returns valid json, look at keystone koll bootstrap script17:00
sdakeSamYaple  that would work too17:01
*** prithiv has quit IRC17:03
openstackgerritDave McCowan proposed openstack/kolla: Add TLS protection on external API endpoints  https://review.openstack.org/28698817:05
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Support dependencies inside one host  https://review.openstack.org/28473717:05
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: [WIP] Add Heka support  https://review.openstack.org/28630117:05
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Dependency between nova-libvirt and nova-compute inside host  https://review.openstack.org/28481517:05
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Use constraints only on multinode deployment  https://review.openstack.org/28597017:05
openstackgerritMichal Rostecki proposed openstack/kolla-mesos: Allow to override resources in globals.yml  https://review.openstack.org/28483617:05
*** bmace has quit IRC17:06
*** bmace has joined #kolla17:06
*** dmsimard has joined #kolla17:07
sbezverksdake it took it this type, I will rebuild swift-proxy-server container to see if the traceback will go away..17:08
*** kproskurin has quit IRC17:11
sdakesbezverk files should be sorted alphabetically before submission as wlel17:12
*** inc0_ has quit IRC17:14
dave-mccowanSamYaple when you get a chance, please take a look at this thread re: SSL termination proxies http://lists.openstack.org/pipermail/openstack-dev/2015-September/074871.html17:16
*** Marga_ has quit IRC17:16
*** mbound has quit IRC17:16
*** Marga_ has joined #kolla17:17
*** salv-orlando has joined #kolla17:20
*** inc0 has joined #kolla17:20
*** fgimenez has quit IRC17:21
*** salv-orl_ has quit IRC17:22
*** inc0 has quit IRC17:25
*** JoseMello has quit IRC17:29
pbourkesdake: I have to run now, prob not going to have time to look at swift again till tomorrow. sbezverk if you're still stuck can you paste what you currently know or have tried into the launchpad bug and I'll pick it up from there17:29
sdakepbourke thanks ttyl17:30
sdakevhosakot did you say you had a nova implementation of reconfig ready?17:31
vhosakotyes, testing...17:31
vhosakotshould be out in 30 mins17:31
vhosakotout for review*17:31
sbezverksdake ok, got rid of pything traceback, now only those missing librries..17:34
vhosakotsdake: what timezone will you be tagging kolla tomorrow at 8 AM ? :)  Arizona time ?17:42
*** akwasnie has joined #kolla17:43
*** inc0 has joined #kolla17:44
sdakei want work done prio to 8am, i'm going to spend day testing and fixing17:44
sdakewe will tag when things are NOT broken17:44
vhosakotcool17:44
vhosakotdone with nova testing17:44
sdakesbezverk to finish the job on the reconofig, i'd recommend taking proxy out of the reconfig playbooks17:47
*** jasonsb has quit IRC17:47
sdakeand make a separate proxy patch for that on top of your existing work17:47
sdakeso submit two commits and say one depends on the resolution of the proxy bug17:47
sdakethis will unblock your testing17:47
sbezverksdake ok17:47
sdakeby the two comits, i mean the two realted to reconfig17:48
sdakeyou need a separate commit for the ceilometermiddleware pip install17:48
*** salv-orl_ has joined #kolla17:49
openstackgerritThiago Gomes proposed openstack/kolla: Add option to use --force to remove images  https://review.openstack.org/28801217:51
*** salv-orlando has quit IRC17:52
*** dmsimard has quit IRC17:56
sbezverksdake really interesting, with installed ceilometer middleware and removed that policy, swift-proxy-stopped flapping17:56
sdakesweet17:56
sdakeproblem solved then?17:56
sdakeor is it still compalinign about those libraries?17:56
sdakethe library complaints may be warnings rather then errors17:57
*** inc0 has quit IRC17:57
sbezverksdake nope, it does not compain17:57
sdakewell I dont know how to explai nthat17:57
*** inc0 has joined #kolla17:59
openstackgerritMerged openstack/kolla: Fixing ambiguity in the documetation  https://review.openstack.org/28752618:02
*** salv-orl_ has quit IRC18:02
*** inc0 has quit IRC18:02
*** inc0 has joined #kolla18:02
*** salv-orl_ has joined #kolla18:03
*** akwasnie has quit IRC18:03
*** salv-orl_ has quit IRC18:10
openstackgerritMerged openstack/kolla: Add new gates for oraclelinux  https://review.openstack.org/24643718:11
*** salv-orlando has joined #kolla18:11
*** Marga_ has quit IRC18:19
*** inc0 has quit IRC18:20
*** inc0 has joined #kolla18:20
sbezverksdake ping18:23
sdakewound me sbezverk18:28
sbezverksdake I tested reconfig and it looks ok, but I cannot complet the test as there is still a bit of oddity with my swift deployment..18:30
sdakedid it reconfigure the services?18:30
sbezverksdake yes18:30
sbezverksdake was it intentional that lvm is not supported by your base image?18:31
sdakewe neve rcould get lvm to work18:31
sdakesbezverk cool if it reconfiged the services lets ship it :)18:31
sbezverksdake hm, I got it working when I was experinenting for iscsi container18:31
sdakewe can sort out bugs in the rcs - we have a month left for rc bug fixing18:31
sdakesbezverk cool that owuld be a feature we woud laccept ;)18:32
sbezverksdake we always use lvm volumes for swift storage18:32
sdakeat swift requires disk storage iirc18:32
sdakeatm18:32
sbezverkI will not be able to find quickly other disk storage18:32
sbezverkall my disk space is in lvm18:33
sdakeyou can make a file loopback mount18:33
sdakeit will be a little sluggy but workable for testing18:33
sbezverkwould it be ok to still send reconfig for review or I need to find somebody18:33
sbezverksdake ok I will try get it working with loopbacks18:34
sdakeread the cinder guide, it has info about loopbacks18:34
sdakeswift guide might as well18:34
sbezverksdake ok will ping you later to confirm..18:35
sdakesbezverk i'd suggest juet getting your reconfig work in teh queue so we can get it merged18:35
openstackgerritSerguei Bezverkhi proposed openstack/kolla: Reconfigure for Swift  https://review.openstack.org/28805918:39
sdakeholy crap there are alot of swift services18:40
*** inc0 has quit IRC18:41
*** inc0 has joined #kolla18:41
sbezverksdake well, seven sons of the seventh son :-)18:41
sdakesbezverk i think your patch isn't correct18:42
sdakeinc0 are yua round18:42
sdakesbezverk i left comments in it18:43
inc0sdake, for a while18:43
inc0wassup?18:43
sdakeneed a patch merged plz18:43
inc0I may be able to help you with that, which one?18:43
sdakehttps://review.openstack.org/#/c/286637/18:43
sdakeand any reconfig patches that are in the queue that look correct18:44
sdakeinc0 review that above patch though don't just rubber stamp18:45
SamYapledave-mccowan: can you sum up that thread at all?18:47
SamYapleare you saying we _do_ need it because i still dont quite agree18:47
SamYapleyou have spent more time on the issue htough18:47
inc0I never do sdake18:47
inc0but this one looks correct18:48
sdakeinc0 sometimes rubber stamps are ok18:48
sdakeif its a 1 liner18:48
sdakeand obivously correct ;)18:48
inc0I don't have to properly test it tho, so I'll trust Sam in that and test it later;)18:48
sdakeyes with reconfigure we are testing "later"18:48
sdakei want the patches merged since it doesn't  affect hte normal workflow18:49
sdakeif reconfigure is broken in mitaka-3 it should be easy enoguh to fix18:49
inc0I'll review them later today, right now I'm in between meetings and context switching is big18:49
sdakesounds good18:49
dave-mccowanSamYaple tl;dr: every service deals with being behind a proxy differently.  there is hope that oslo will make it consistent some day.  in the mean time, for the version endpoints to work with some services you need to define "public_endpoint", otherwise the URL returned will have the wrong scheme.18:50
openstackgerritMerged openstack/kolla: Fix Keystone v3 and Horizon  https://review.openstack.org/28663718:51
dave-mccowanthe first message has the all the real details.  none of the replies disagree with the statements; only discussion for what to do to fix it.18:51
*** shardy has quit IRC18:56
*** daneyon has joined #kolla18:56
sdakeSamYaple would you mind looking at this gate failure please http://logs.openstack.org/45/278045/5/check/gate-kolla-dsvm-deploy-ubuntu-source/a334784/console.html#_2016-03-03_15_03_33_86518:57
sbezverksdake, ansible defines only 4 groups for swift, in each group there are three services18:57
sdakethiss doesn't happen on centos18:57
sdakeany ideas?18:57
sdakesbezverk i see18:58
*** neophy has joined #kolla18:58
sdakesbezverk maybe that part of ansible is broken18:58
sdakebut having everuthing in the same group I think is wrong18:58
*** daneyon_ has joined #kolla18:59
*** athomas has quit IRC18:59
SamYaplelooking19:00
sbezverksdake I think it is done on purpose for swift as it can replicate between different servers but the same type of service info19:00
SamYaplesdake: whats the patchset19:00
sdakeSamYaple which patchset - you mean sbezverk's?19:00
SamYaplethe ony you asked me to look at19:00
sdakehttps://review.openstack.org/#/c/278045/519:01
sdakeit now failed ona timeout on centos but succeeded on ubuntu19:01
* sdake goes mad19:01
sdakewe always timeout on centos of some sort during the day19:01
*** Marga_ has joined #kolla19:01
*** daneyon has quit IRC19:01
sdake(US day)19:01
SamYaplesdake: i dont see the failure...19:02
SamYaplein the patchset i mean19:02
sdakelook at the last recheck19:02
SamYaplegate is green for ubuntu19:02
sdaketoggle ci19:02
SamYapleah ok19:02
sdakeand click it19:02
sdakeit just finished a recheck19:02
SamYapleso whats probably happened is a failure19:03
sdakeit went from red to green on ubuntu19:03
SamYaplei need to sanatize the output for that command19:03
SamYaplebut you know "time in the day"19:03
sdakeSamYaple note i have seen that same error multipel times19:03
sdakeiss it a bug, or a "just happens sometimes" sort of thing19:03
*** Marga_ has quit IRC19:03
sdakeSamYaple  i hear you re time in day19:03
SamYaplejust happens sometimes19:03
SamYapleits not a bug, its likely output that isnt json'd19:04
sdakeany idea what the failure means?19:04
sdakei see19:04
SamYaplethe issue is in the kolla keystone bootstrap script19:04
SamYaplei know that much, but i dont have to to properly make sure it always exists as json19:04
sdakeits outputting some failure that isn't being translated properly to json?19:04
SamYaplethe whole script should never output anything but valid json19:05
SamYaplehavent gotten around to fixing that is my point19:05
sdakegot it19:05
SamYapleit works most of the time, the actual reason for the failure is being masked by non-json output (preventing the decode here)19:06
*** Marga_ has joined #kolla19:06
sdakeyup i understand19:08
sdakewhen we figure out what that output is we need to fix it ;)19:09
sbezverksdake will reconsider your comment?19:10
openstackgerritSerguei Bezverkhi proposed openstack/kolla: Reconfigure for Swift  https://review.openstack.org/28805919:11
vhosakotcan somepne review  https://review.openstack.org/#/c/287651/   (neutron reconfig)... I have tested it and it passed... ot has passed the Jenkins gate as well19:12
vhosakotsomeone*19:12
vhosakotseeing some new errors in nova reconfig and fiing it now19:12
vhosakotfixing*19:12
vhosakotot = and it has19:13
sdakesbezverk looks better19:17
sdakewhat about rrsync?19:17
sbezverksdake could not figure out which group it belongs too19:18
sdakelook at inventory file19:18
sdakemaybe it never made it into a group and isn't being deployed19:18
sbezverksdake that is what I suspect, I do not see it running at all19:19
sbezverkand this confuses me even more :  when: inventory_hostname not in groups['swift-proxy-server']19:19
sbezverksdake it is in start.yml19:20
sdakevhosakot reviewing now19:20
vhosakotsdake: -1 'ed19:20
vhosakotsbezverk: swift has _15_ services, your path set restarts only _14_ of them. please add restarting of the swift_rsyncd container as well19:21
vhosakotAdd this also in the playbook:19:22
sdakeSamYaple can you context switch for a moment and check out https://review.openstack.org/#/c/287651/119:22
vhosakot    - { name: swift_rsyncd, group: swift-proxy-server }19:22
vhosakotsbezverk: ^^^19:22
sdakevhosakot in which playbook, the main one?19:22
sbezverkvhosakot agree about swift_rsyncd missing, but each service is listed in name: blah, group: blah format, for swift_rsyncd I cannot figure out where it belongs to to maintain the format19:23
vhosakotsdake: in  ansible/roles/swift/tasks/do_reconfigure.yml19:23
sdakesbezverk he just told you which group it belongs to19:23
openstackgerritRyan Hallisey proposed openstack/kolla: Libvirt needs openvswitch to connect br-int  https://review.openstack.org/28807519:23
vhosakot- { name: swift_rsyncd, group: swift-proxy-server }19:23
sdaketh eproblem is it is missing from the main playbook i think19:23
vhosakotsdake: sbezverk ^^^19:23
sbezverkvhosakot why then this line in start.yml:  when: inventory_hostname not in groups['swift-proxy-server']19:23
sbezverkfor swift_rsyncd19:24
vhosakotsbezverk:  is it negated condition... the same condition will still hold good in the reconfigure playbook as well19:24
sdakesbezverk so just add another line at the end for that special then?19:25
vhosakotsdake: swift_rsyncd  is restarted  if   inventory_hostname not in groups['swift-proxy-server']19:25
vhosakotconditional containers must also be restarted19:25
sdakeagreed19:25
sbezverkok thanks for clarification..19:26
sdakevhosakot so just add the rsync entry and you are good to go - its in the swift-proy-server group19:26
vhosakotyep19:26
vhosakotsbezverk can do it... add that extra step.. I'm debugging nova restarts19:27
sdakeresetting my cisco password, hope I see you all on the other side :)19:27
* sdake grumps19:27
*** chandankumar has quit IRC19:27
vhosakotsdake: good luck!19:27
openstackgerritSerguei Bezverkhi proposed openstack/kolla: Reconfigure for Swift  https://review.openstack.org/28805919:29
sdakevhosakot i'm going  to need it!19:31
vhosakotsdake: ;)19:32
vhosakotsbezverk: let us wait until the gate results come out19:32
sbezverkvhosakot sure, as long as wait is not for me ;-)19:33
*** sdake_ has joined #kolla19:35
*** sdake has quit IRC19:35
*** daneyon_ has quit IRC19:40
openstackgerritAndrey Pavlov proposed openstack/kolla-mesos: New per-service CLI access  https://review.openstack.org/28679919:45
dave-mccowansdake i want to test each service with TLS turned on.  are all the openstack services that have playbooks operational?  just checking, before i go crazy and set enable_* to "yes".19:50
SamYapledave-mccowan: on service shouldn't affect the other19:51
SamYaplebut _all_ services are in various states of working19:51
openstackgerritMerged openstack/kolla: Reconfigure neutron service  https://review.openstack.org/28765119:51
SamYaplefeel free to turn them all on19:52
dave-mccowanSamYaple thanks.  so i don't chase ghosts, are there any that don't work at least to the point of responding to "openstack foo list"19:54
SamYaplew00t ayoung all merged for v3. no v2.0 endpoints19:54
*** ayoung has quit IRC19:56
sdake_dave-mccowan i think magnum probably doesn't work19:57
sdake_dave-mccowan other then that, things should be working19:57
*** dwalsh has quit IRC19:59
*** dwalsh has joined #kolla20:01
*** fthiagogv has joined #kolla20:01
sbezverksdake how long usually takes for jenkins check to complete?20:05
openstackgerritRyan Hallisey proposed openstack/kolla: Libvirt needs openvswitch to connect br-int  https://review.openstack.org/28807520:07
*** shardy has joined #kolla20:10
*** sdake_ has quit IRC20:11
*** sdake has joined #kolla20:12
vhosakotsbezverk: failed again20:12
vhosakotsbezverk: ERROR:root:./ansible/roles/swift/tasks/reconfigure.yml failed validation: while scanning for the next token20:12
vhosakotsbezverk: in "./ansible/roles/swift/tasks/reconfigure.yml", line 7, column 120:12
vhosakottester first, developer next20:14
vhosakotsdake: SamYaple: thanks for merging neutron reconfig!  nova should be out soon20:16
openstackgerritSerguei Bezverkhi proposed openstack/kolla: Reconfigure for Swift  https://review.openstack.org/28805920:16
openstackgerritDave McCowan proposed openstack/kolla: Add TLS protection on external API endpoints  https://review.openstack.org/28698820:16
sbezverkvhosakot yeah, damn 'tab' got in, removed and re-submitted..20:16
vhosakotsbezverk: you must test first :)20:18
vhosakotJeffrey and I are following this  -  https://etherpad.openstack.org/p/kolla-mitaka-testing-reconfigure20:19
sdakevhosakot  FWIW sbezverk did test an earlier revision which he said worked20:20
vhosakotcool, cool.20:21
*** dave-mccowan has quit IRC20:26
*** dmsimard has joined #kolla20:27
*** ayoung has joined #kolla20:33
openstackgerritRyan Hallisey proposed openstack/kolla: Libvirt needs openvswitch to connect br-int  https://review.openstack.org/28807520:35
d_codeif I want to point kolla-build to a local mirror of the RDO repositories, I see in kolla/common/config.py the parameter rpm_setup_config..  where do I set this value though? doesn’t appear to be a CLI option20:39
d_codedoes that go in /etc/oslo-config-generator/kolla-build.conf ?20:40
sdakehey SamYaple the ceph containers upstream are licensed under which license?20:48
SamYapleyou mean like ceph/ceph-docker?20:50
*** dave-mccowan has joined #kolla20:51
*** dave-mcc_ has joined #kolla20:54
sdakeSamYaple yes20:54
*** salv-orlando has quit IRC20:55
*** salv-orlando has joined #kolla20:55
sdakei see mit20:55
sdakei seem to recall not mit :)20:55
SamYapleim not sure, why whats up?20:55
sdakei think itwould be interesting to break out ceph separately into kolla-ceph20:56
SamYaplei suggested that months ago and you freaked out!20:56
sdakeso folks could have a reusable ceph deployment20:56
SamYaplebut i fully agree20:56
sdakei was freaked out by galaxy20:56
sdakebecause i dont quite understand galaxy20:57
sdakenot really freaked out, just needed more info20:57
SamYapleas long as the dockerfiles stick in the kolla repo external ceph usage is fine20:57
sdakewe would need some special playbooks to handle that, or would that go in galaxy?20:57
*** dave-mccowan has quit IRC20:57
SamYapleim not sure how that would look nor do i have the cycles to think about it20:58
sdakei think our ceph implementation is pretty rockin - not sure about ceph/ceph-docker20:58
sdakehave you tried ceph-docker?20:59
SamYaplelets stick with getting mitaka out and circle back around to this20:59
SamYaplei have20:59
SamYaplei know leseb20:59
sdakeyes this is a midcycle topic20:59
SamYapleopenstack-ansible is using ceph-asnible20:59
sdakerather austin summit topic20:59
SamYaplei got ceph-ansible/ceph-docker to use the openstack-ansible way of configuring things20:59
SamYapleoriginally they were going to do our augment file stuff, but thats not very ansibley21:00
SamYapleopenstack-ansible has a very ansibley action plugin21:00
*** mbound has joined #kolla21:01
sdakewhere is ceph-ansible/ceph-docker located?21:01
SamYaplegithub.com/ceph/ceph-{asnible,docker}21:03
*** fthiagogv_ has joined #kolla21:18
*** fthiagogv has quit IRC21:21
*** daneyon has joined #kolla21:21
sdakeSamYaple got it thanks21:24
*** ayoung has quit IRC21:24
*** dave-mcc_ has quit IRC21:31
sbezverksdake looks like the change is ok this time..21:36
*** fthiagogv_ has quit IRC21:36
*** dave-mccowan has joined #kolla21:40
*** jmccarthy1 has joined #kolla21:41
openstackgerritArtur Zarzycki proposed openstack/kolla: Fix ubuntu marathon container  https://review.openstack.org/28814421:45
openstackgerritVikram Hosakote proposed openstack/kolla: Reconfigure nova service  https://review.openstack.org/28814621:48
sdakeelemoine around?21:48
openstackgerritMerged openstack/kolla: Introduce the hacking module to kolla  https://review.openstack.org/26940321:48
vhosakotsdake: SamYaple: reconfig nova done and out for review!21:49
sdakeWTS DROP ROOT FOR NEUTRON AND CEPH21:49
sdakevhosakot nice21:49
* vhosakot is waiting for gate results21:49
sdakeany postponed items that make sense to carry forward in these blueprints i will be filing essential bugs for in rc121:50
sdakepostponed as in workitems are postponed21:50
vhosakotSamYaple: reconfig of memcached is not supported as it does not have a config file.. is this right ?21:57
sbezverkcan anyone with all-in-one deploeyd and swift running check if swift-rsyncd container running? by some unknonw reason in my test bed this container has not been built by build.py and as a result has not been deployed at all.21:58
sdakedocker images | grep rsync shows no results?22:00
vhosakotsbezverk: do you have  "enable_swift : "yes"  in  /etc/kolla/globals.yml  ?   https://github.com/openstack/kolla/blob/a0fc2bd644ab24b482975c3741872384c754ab03/doc/swift-guide.rst22:01
*** gfidente has quit IRC22:02
*** alyson_ has quit IRC22:02
sdakesbezverk swift-rsyncd builds for me22:03
rhalliseysdake, what filesystem do you use? Which was fastest for builds?22:05
rhalliseyI forgot which was best22:05
sbezverkvhosakot If I did not, do you think other swift containers would be deployed ;-) ??22:05
sbezverksdake I manually build container but it still does not get deployed along with the rest of swift containers22:08
sdakethere must be a problem in the start.yml22:08
sdakeor in the inventory file22:09
*** shardy has quit IRC22:10
sbezverksdake could you share you start.yml so I could diff them22:10
openstackgerritYarko Tymciurak proposed openstack/kolla: Manila upgrade stub  https://review.openstack.org/28815522:14
inc0nihilifer, we had race condigion in review;)22:19
inc0nihilifer, reason we want it fast is that you can't run kolla-ansible upgrade without it22:20
sdakeSamYaple does this gate failure look familiar to you http://logs.openstack.org/45/278045/5/check/gate-kolla-dsvm-deploy-centos-binary/a6165e9/console.html#_2016-03-03_20_27_18_33522:20
*** dwalsh has quit IRC22:20
nihiliferinc0: yes, i see. i removed my vote22:20
SamYaplesdake: yea thats a failure. i submited a patch or it the otherday but let prithiv take over22:21
SamYaplesdake: if he hasnt published a patch i can restore mine22:21
inc0ok, I'm off for today22:21
inc0cya guys tomorrow22:21
SamYapleif its affecting gate it needs a quick merge22:21
sdakelater inc022:22
SamYaplesdake: https://review.openstack.org/#/c/287429/22:22
sdakeSamYaple ya it seems off and on22:22
sdakeSamYaple is that patch ready to go?22:22
sdakeinc0 +2 that change real quick like :)22:23
sdakeI'll talk to sam if it needs a workflow22:23
sdakeor if it needs further work22:23
sdakethe gate is bustola sometimes22:23
sdakeI can't get the damn manila patch past the gate22:23
SamYaplesdake: yea its ready to go https://review.openstack.org/#/c/28742922:24
*** inc0 has quit IRC22:24
openstackgerritMerged openstack/kolla: Add TLS protection on external API endpoints  https://review.openstack.org/28698822:25
sdakenihilifer can you ack SamYaple's patch above22:25
openstackgerritSam Yaple proposed openstack/kolla: When ansible fails it still reads chaged key  https://review.openstack.org/28742922:26
SamYaplesdake: updated teh commit message to include the reported bug22:26
SamYaplejenkins hadn't run yet so no lost time22:26
nihilifersdake: sure, done22:27
sdakenihilifer you will ahve to rebase your manila upgrade patch22:29
sdakeSamYaple this has been tested if you have a moment to review https://review.openstack.org/#/c/288059/422:34
*** ayoung has joined #kolla22:36
sbezverksdake It looks like swift-rsyncd will never start in all-in-one scenario, as it start only on hosts which are not part of swift-proxy-server22:39
sdakesbezverk got it22:40
sdakesbezverk your patch has a minor error22:40
*** daneyon_ has joined #kolla22:40
sdakecan you edit and resubmit plz22:40
sdakehey daneyon22:40
sbezverkit makes things more difficult becasuse for reconfigure, each container is checked if it running22:41
sbezverkif one of dependent containers is not running reconfig fails22:41
SamYaplesbezverk: yea thats a bug. i tried to get those out of the intial review i got a few, but that one must have slipped by22:41
*** rhallisey has quit IRC22:41
SamYapleit should be the list of three servers22:41
*** absubram has quit IRC22:41
sdakewe can probably handle rsync as a techdebt bug22:41
sdakeif we dont have an immediate solution that will merge today22:42
sbezverksdake should I remove rsync then from the commit?22:42
openstackgerritMerged openstack/kolla: Make Heka collect Manila logs  https://review.openstack.org/28687622:42
SamYaplesbezverk: its a three line change22:42
*** jtriley has quit IRC22:42
sdakei'm not sure if SamYaple has an immediate solution, he is our ansible expert around these parts22:42
*** daneyon has quit IRC22:43
nihilifersdake: i'm going sleep unfortunately. if mlima will not be f22:43
sbezverkSamYaple, please let me know how it can be fixed or point to an example22:43
sdakenihilifer  i'll rebase for you if you like22:43
nihiliferwill not be here*, i can rebase it when i'll wake up22:43
sdakei can self approve rebases so we have enough people to approe changes22:44
sdakeor asalkeld can approve when he rolls in22:44
nihilifercool, thank you22:46
asalkeldo/22:46
sdakeasalkeld this needs a review plz https://review.openstack.org/#/c/287490/22:49
asalkeldok22:49
*** jmccarthy1 has quit IRC22:49
sdakeSamYaple re https://review.openstack.org/#/c/288059/ can you suggest the 3 line change that deals with rsync not being run on an AIO node22:50
openstackgerritDave McCowan proposed openstack/kolla: Add two more flavors of openrc to post-deploy  https://review.openstack.org/28816522:50
sdakesbezverk is not a ansible wizard22:50
SamYaplesdake: change the when conditional to match all the other ones22:50
openstackgerritSerguei Bezverkhi proposed openstack/kolla: Reconfigure for Swift  https://review.openstack.org/28805922:52
sdakeSamYaple there area  bunch of when conditionals - which one specificallly - cn you leav your comment in the review?22:52
sbezverksdake addressed last comment and re-submitted22:52
sbezverkSamYaple, if you have ansible doc handy please share so I could rtfm..22:53
openstackgerritMerged openstack/kolla: Reconfigure for Heat  https://review.openstack.org/28749022:54
*** ayoung has quit IRC22:55
*** sdake has quit IRC22:57
*** sdake has joined #kolla23:00
sbezverksdake if I only remove check for rsyncd running state and leave all the rest as is, then it should work perfectly. if it is not running, then we just copy config, which is done anyway, if it is running, start.yml will take care or staring it23:08
*** sdake has quit IRC23:11
*** blahRus has quit IRC23:11
*** alisonh has left #kolla23:13
openstackgerritMerged openstack/kolla: Manila upgrade stub  https://review.openstack.org/28815523:14
*** sdake has joined #kolla23:17
*** ayoung has joined #kolla23:18
asalkeldmy py34 tox target is unhappy (i am sure i have had this error before, just can't remember the solution) http://paste.openstack.org/show/489259/23:18
*** haplo37 has quit IRC23:18
asalkeld(anyone remember how to solve this)23:18
vhosakotsbezverk: the swift patch set looks great23:19
vhosakotsbezverk: +1' ed it... so, it the rsuncd service up now ?23:20
vhosakotrsyncd*23:20
*** sdake has quit IRC23:22
vhosakotsdake: SamYaple: could you guys review the nova reconfig patch set  -  https://review.openstack.org/#/c/288146/  ?   The gate error is unrelated to the code in patch set23:23
*** Jeffrey4l has joined #kolla23:23
*** vhosakot has quit IRC23:25
sbezverkvhosakot it will not be up in all-in-one deployment23:28
sbezverkit does not start if it sits on the same box as swift-proxy-server23:28
*** spisarski has quit IRC23:32
*** neophy has quit IRC23:34
openstackgerritMerged openstack/kolla: When ansible fails it still reads chaged key  https://review.openstack.org/28742923:34
*** sdake has joined #kolla23:41
sdakeyo was out for a bit taking a break23:41
sdakeanyone need anything?23:41
*** rhallisey has joined #kolla23:42
*** Jeffrey4l has quit IRC23:47
*** salv-orl_ has joined #kolla23:52
*** salv-orlando has quit IRC23:55
sbezverk sdake if I only remove check for rsyncd running state and leave all the rest as is, then it should work perfectly. if it is not running, then we just copy config, which is done anyway, if it is running, start.yml will take care or staring it23:56
sdakeyes but that doesnt handle the case of stopping it when config strategy is copy-once23:57
sdakeSamYaple cn you comment where you think the 3 liner belongs in the when conditional and what it should be?23:58

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