*** kproskurin has quit IRC | 00:00 | |
*** akwasnie has quit IRC | 00:00 | |
*** pbourke-mobile has joined #kolla | 00:00 | |
mandre | vhosakot, you can probably separate the images with status error and the one with status parent_error without too much effort | 00:00 |
---|---|---|
vhosakot | mandre: in the output, right ? | 00:01 |
mandre | yeah | 00:01 |
vhosakot | mandre: yes.. | 00:01 |
mandre | and log the parent_error ones with a lower log level | 00: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 pwoer | 00:02 |
dave-mccowan | Working 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-mccowan | x.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 |
mandre | sorry sdake_, I really can't commit to anything right now | 00:03 |
mandre | movers are banging at my door... see you | 00:03 |
dave-mccowan | please let me know if you have any ideas on where else i can look for clues. | 00:03 |
sdake_ | mandre enjoy yoru move | 00:03 |
dave-mccowan | SamYaple or anyone else | 00:04 |
SamYaple | there is somethign up with horizon right now im trying to fix | 00:04 |
vhosakot | mandre: both error and parent_error are now LOG.error.... it is ok to parse in output | 00:05 |
dave-mccowan | SamYaple i saw your wip patch. what are the symptoms? | 00:06 |
*** dims has joined #kolla | 00:06 | |
The_Ball | in all.yml does enable_ceph relate to ceph monitors and the like, or ceph support for cinder? | 00:12 |
*** pbourke-mobile has quit IRC | 00:14 | |
SamYaple | The_Ball: enable_ceph will deploy ceph_mons and setup ods for nova glance and cinder. check the guide online ofr more info | 00:15 |
sdake_ | nihilifer see comment in https://review.openstack.org/#/c/275798/4 | 00:16 |
sdake_ | you have a typo | 00:16 |
rhallisey | ight I'm hungry.. | 00:17 |
sdake_ | well fwiw the gate is still green | 00:18 |
*** prithiv has quit IRC | 00:19 | |
The_Ball | SamYaple, 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 #kolla | 00:19 | |
*** rhallisey has quit IRC | 00:19 | |
*** ByPasS has quit IRC | 00:20 | |
openstackgerrit | Nikolai Korablin proposed openstack/kolla: Fixing ambiguity in the documetation https://review.openstack.org/287526 | 00:25 |
*** Jeffrey4l has quit IRC | 00:27 | |
prithiv | has anyone tried kolla single node installation ? | 00:34 |
*** jtriley has joined #kolla | 00:35 | |
dave-mccowan | prithiv i'm running all-in-one | 00:38 |
prithiv | @dave: is it ok to chat here or i can ping you in private channel | 00:38 |
dave-mccowan | prithiv discussion here is encouraged | 00:39 |
prithiv | okay… | 00:40 |
prithiv | did you face any issue with neutron ? | 00:40 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla: Reconfigure for Magnum https://review.openstack.org/287489 | 00:40 |
prithiv | like network create | 00:40 |
dave-mccowan | i haven't done any neutron stuff yet | 00:40 |
dave-mccowan | vhosakot does neutron stuff. there is no reason it shouldn't work in one node. | 00:41 |
*** sdake_ has quit IRC | 00:41 | |
prithiv | ideally it should… | 00:41 |
vhosakot | dave-mccowan: I did not understand your question | 00:41 |
dave-mccowan | vhosakot: prithiv has a question about using neutron | 00:42 |
vhosakot | prithiv: ah ok... | 00:42 |
prithiv | hi vikram | 00:42 |
vhosakot | prithiv: what issue ? logs ? | 00:42 |
prithiv | i dont see any logs vikram | 00:42 |
sbezverk | prithiv I aslo run all-in-one and have neutron/ovs working | 00:42 |
vhosakot | it works for me too all-in-one | 00:43 |
prithiv | first of all, did you install openstack client through pip python-openstackclient | 00:43 |
vhosakot | did you run kolla-build succeffully ? | 00:43 |
prithiv | yes | 00:43 |
vhosakot | kolla-ansible prechecks ? | 00:43 |
prithiv | pass | 00:43 |
vhosakot | kolla-ansible deploy ? | 00:43 |
prithiv | no error… successful deploy | 00:43 |
prithiv | deployment | 00:43 |
prithiv | one thing... | 00:44 |
prithiv | my pip install python-openstackclient didnt install neutron client | 00:44 |
prithiv | i have to install it separately | 00:44 |
vhosakot | yes.. you need to install the clients yourself.. | 00:44 |
*** sdake has joined #kolla | 00:45 | |
prithiv | ya i did.. (just the neutron)… | 00:45 |
vhosakot | quickstart http://docs.openstack.org/developer/kolla/quickstart.html does mention "pip install -U python-openstackclient" | 00:45 |
prithiv | yes i did install with pip (pip openstack client install doesnt install neutron client) | 00:46 |
vhosakot | if you need neutorn, nova clients, they need to be installed using apt-get or yum depending on your distro | 00:46 |
prithiv | yep i installed through apt only… | 00:46 |
prithiv | i face issue only with neutron | 00:47 |
prithiv | did you make any config changes after deployment | 00:47 |
vhosakot | what issue ? can you pastebin the error ? | 00:47 |
vhosakot | you need to make the right changes in /etc/kolla/globals.yml _before_ "kolla-ansible deploy" | 00:48 |
prithiv | its 404 error | 00:49 |
prithiv | yep made those yml file changes | 00:49 |
sbezverk | prithiv do you see neutron containers running on your server? | 00:51 |
prithiv | yes.. metadata, l3, server, ovs agent and dhcp | 00:51 |
sbezverk | prithiv in this case, you can check neutron's log to see if you can spot any errors | 00:53 |
vhosakot | prithiv: can you curl the auth_url in openrc | 00:53 |
vhosakot | for me neutron is perfectly fine, so sounds like a local env issue | 00:53 |
sbezverk | prithiv docker exec heka tail -n 300 /var/log/kolla/neutron/neutron-server.log | 00:54 |
vhosakot | yes, check neutron's logs in each neutron* container | 00:54 |
vhosakot | oh, they go to heka.. cool | 00:54 |
prithiv | curl working | 00:54 |
prithiv | already checked heka… | 00:55 |
prithiv | dont see any error | 00:55 |
openstackgerrit | Nikolai Korablin proposed openstack/kolla: Fixing ambiguity in the documetation https://review.openstack.org/287526 | 00:55 |
vhosakot | prithiv: does "openstack network list" throw the same error ? | 00:56 |
prithiv | nope | 00:57 |
vhosakot | ah, so neutorn client is working fine then... may be an env issue | 00:58 |
prithiv | but no other clients are throwing error | 00:59 |
The_Ball | Do 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.0 | 00:59 |
*** rhallisey has joined #kolla | 01:01 | |
sdake | SamYaple http://logs.openstack.org/37/286637/9/check/gate-kolla-dsvm-deploy-centos-binary/f722b91/console.html#_2016-03-03_00_05_58_393 | 01:02 |
prithiv | @ The_Ball do ye have any tag for the docker images | 01:02 |
dave-mccowan | sdake the logs from the horizon container aren't going to heka yet. is that a WIP? | 01:03 |
The_Ball | prithiv, not sure? | 01:03 |
sdake | dave-mccowan elemoine is your guy ;) | 01:03 |
prithiv | docker ps | 01:04 |
prithiv | @The_Ball | 01:04 |
prithiv | what does the tag say in docker -ps | 01:04 |
The_Ball | prithiv, oh, sorry, no I'm unable to pull anything yet | 01:04 |
prithiv | sorry | 01:04 |
prithiv | docker images | 01:04 |
prithiv | kollaglue/ubuntu-source-gnocchi-api 2.0.0 4074a8a981f4 About an hour ago 710.8 MB | 01:04 |
prithiv | what does the tag say (2.0.0 is mine) | 01:05 |
The_Ball | prithiv, kolla-ansible pull doesn't actually manage to pull anything, so I have no images or containers | 01:05 |
sdake | dave-mccowan can you rebase this to fix the merge conflict https://review.openstack.org/#/c/286988/ | 01:05 |
prithiv | are you running mater or liberty branch | 01:05 |
dave-mccowan | sdake i'll take care of it with the next patch set | 01:06 |
sdake | thanks | 01:06 |
The_Ball | prithiv, 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 |
sdake | the_ball did you build in your docker cache or build for pushing? | 01:07 |
sdake | to build for pushing you must specify --registry in the build command operation | 01:07 |
*** dims has quit IRC | 01:08 | |
The_Ball | I'm trying to do a single host install "all-in-one" but only for cinder et. al. | 01:08 |
prithiv | no master is not a problem | 01:08 |
The_Ball | So 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_Ball | I would not like to build local images | 01:10 |
prithiv | if you have registry setup, then did you provide other_args option in doker system file | 01:10 |
sdake | other_args doesn't exist in docker-engine | 01:11 |
sdake | the_ball ya we dont provide any images atall upstream | 01:11 |
sdake | that doc is wrong | 01:11 |
The_Ball | Sorry I might have misunderstood, I thought I didn't have to build, just pull. Ok I understand | 01:11 |
*** prithiv has quit IRC | 01:18 | |
*** unicell has joined #kolla | 01:18 | |
*** jtriley has quit IRC | 01:19 | |
*** jtriley has joined #kolla | 01:24 | |
*** vhosakot has quit IRC | 01:29 | |
*** sdake_ has joined #kolla | 01:29 | |
*** jtriley has quit IRC | 01:30 | |
*** ssurana has quit IRC | 01:30 | |
*** sdake_ has quit IRC | 01:30 | |
*** unicell1 has joined #kolla | 01:30 | |
*** sdake has quit IRC | 01:30 | |
*** sdake_ has joined #kolla | 01:30 | |
*** unicell has quit IRC | 01:32 | |
*** jtriley has joined #kolla | 01:32 | |
openstackgerrit | Steven Dake proposed openstack/kolla: Add reconfigure for manila https://review.openstack.org/287550 | 01:34 |
*** vhosakot has joined #kolla | 01:37 | |
openstackgerrit | Angus Salkeld proposed openstack/kolla-mesos: Move generate_configs into the Command class https://review.openstack.org/286399 | 01:40 |
openstackgerrit | Angus Salkeld proposed openstack/kolla-mesos: Restart daemons if their config changes https://review.openstack.org/284664 | 01:40 |
openstackgerrit | Angus Salkeld proposed openstack/kolla-mesos: Make write_file return if the contents changed https://review.openstack.org/286398 | 01:40 |
openstackgerrit | Angus Salkeld proposed openstack/kolla-mesos: Fix check_path and requires in start.py https://review.openstack.org/287551 | 01:40 |
*** Marga_ has quit IRC | 01:43 | |
*** openstackgerrit has quit IRC | 01:47 | |
*** openstackgerrit has joined #kolla | 01:48 | |
*** phuongnh has joined #kolla | 01:51 | |
*** jtriley has quit IRC | 01:51 | |
*** sdake_ has quit IRC | 01:51 | |
*** tfukushima has joined #kolla | 01:55 | |
*** unicell1 has quit IRC | 01:55 | |
*** jasonsb has joined #kolla | 01:56 | |
*** vhosakot has quit IRC | 01:57 | |
*** vhosakot has joined #kolla | 01:57 | |
*** dims has joined #kolla | 01:59 | |
*** iceyao has joined #kolla | 02:01 | |
*** d_code has quit IRC | 02:02 | |
*** jasonsb has quit IRC | 02:02 | |
*** vhosakot has quit IRC | 02:07 | |
*** d_code has joined #kolla | 02:12 | |
*** yuanying_ has joined #kolla | 02:15 | |
*** Marga_ has joined #kolla | 02:17 | |
*** Marga_ has quit IRC | 02:18 | |
*** Marga_ has joined #kolla | 02:19 | |
*** elmiko_ has joined #kolla | 02:19 | |
*** dolpher1 has joined #kolla | 02:20 | |
*** mkoderer___ has joined #kolla | 02:22 | |
*** mkoderer__ has quit IRC | 02:23 | |
*** stvnoyes1 has quit IRC | 02:23 | |
*** sbezverk has quit IRC | 02:23 | |
*** yuanying has quit IRC | 02:23 | |
*** dolpher has quit IRC | 02:23 | |
*** elmiko has quit IRC | 02:23 | |
*** ccesario has quit IRC | 02:23 | |
*** dolpher1 is now known as dolpher | 02:23 | |
*** sbezverk has joined #kolla | 02:24 | |
*** stvnoyes has joined #kolla | 02:24 | |
*** ccesario has joined #kolla | 02:26 | |
*** vhosakot has joined #kolla | 02:34 | |
*** rhallisey has quit IRC | 02:36 | |
*** jtriley has joined #kolla | 02:37 | |
*** rhallisey has joined #kolla | 02:44 | |
*** rhallisey has quit IRC | 02:44 | |
*** fthiagogv_ has quit IRC | 02:47 | |
openstackgerrit | Sam Yaple proposed openstack/kolla: Bump to latest ansible and deps https://review.openstack.org/286820 | 02:49 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Fix Keystone v3 and Horizon https://review.openstack.org/286637 | 02:49 |
*** vhosakot has quit IRC | 02:57 | |
*** vhosakot has joined #kolla | 02:57 | |
*** iceyao_ has joined #kolla | 02:57 | |
*** jtriley has quit IRC | 02:59 | |
*** iceyao has quit IRC | 03:00 | |
*** jtriley has joined #kolla | 03:02 | |
openstackgerrit | Merged openstack/kolla: Reconfigure glance service https://review.openstack.org/285873 | 03:06 |
*** achanda has joined #kolla | 03:11 | |
*** yuanying has joined #kolla | 03:21 | |
*** vincent_1dk has joined #kolla | 03:25 | |
*** tuvenen has quit IRC | 03:26 | |
*** vincent_vdk has quit IRC | 03:26 | |
*** clayton has quit IRC | 03:26 | |
*** dolpher has quit IRC | 03:26 | |
*** yuanying_ has quit IRC | 03:26 | |
*** tuvenen has joined #kolla | 03:27 | |
*** dolpher has joined #kolla | 03:27 | |
*** clayton has joined #kolla | 03:28 | |
*** coolsvap has joined #kolla | 03:30 | |
*** unicell has joined #kolla | 03:32 | |
*** unicell has quit IRC | 03:32 | |
openstackgerrit | Sam Yaple proposed openstack/kolla: Move hostname registration to common https://review.openstack.org/287580 | 03:48 |
SamYaple | w00t | 03:48 |
*** dims has quit IRC | 03:48 | |
SamYaple | sdake full keystone/horizon stuff working with the new bootstrap nad v3 | 03:48 |
SamYaple | ayoung: full v3 working with this latest patch (no v2 endpoints created) | 03:49 |
ayoung | SamYaple, w00t!1!1!onewon1! | 03:50 |
*** jtriley has quit IRC | 04:15 | |
*** Jeffrey4l has joined #kolla | 04:27 | |
*** achanda has quit IRC | 04:28 | |
*** unicell has joined #kolla | 04:32 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: Introduce the hacking module to kolla https://review.openstack.org/269403 | 04:40 |
*** unicell has quit IRC | 04:41 | |
openstackgerrit | Merged openstack/kolla: Make Vagrant libvirt graphics_ip configurable https://review.openstack.org/286427 | 04:41 |
*** unicell has joined #kolla | 04:42 | |
*** jasonsb has joined #kolla | 04:45 | |
*** Marga_ has quit IRC | 04:50 | |
*** fthiagogv_ has joined #kolla | 04:51 | |
*** coolsvap has quit IRC | 04:52 | |
*** fthiagogv has quit IRC | 04:54 | |
*** Jeffrey4l has quit IRC | 04:59 | |
*** Allen_Gao has quit IRC | 05:05 | |
*** achanda has joined #kolla | 05:11 | |
*** unicell has quit IRC | 05:13 | |
*** Marga_ has joined #kolla | 05:16 | |
*** Marga_ has quit IRC | 05:16 | |
*** Marga_ has joined #kolla | 05:16 | |
*** Allen_Gao has joined #kolla | 05:19 | |
*** salv-orl_ has joined #kolla | 05:19 | |
*** salv-orlando has quit IRC | 05:22 | |
openstackgerrit | Dave McCowan proposed openstack/kolla: Add TLS protection on external API endpoints https://review.openstack.org/286988 | 05:37 |
openstackgerrit | Nikolai Korablin proposed openstack/kolla: Fixing ambiguity in the documetation https://review.openstack.org/287526 | 05:38 |
openstackgerrit | Dave McCowan proposed openstack/kolla: Add TLS protection on external API endpoints https://review.openstack.org/286988 | 05:40 |
*** unicell has joined #kolla | 05:40 | |
*** fthiagogv__ has joined #kolla | 05:40 | |
*** fthiagogv_ has quit IRC | 05:43 | |
*** sha has joined #kolla | 05:44 | |
sha | Hi all.. | 05:45 |
sha | can anyone suggest me which is recommended for config_strategy, "COPY_ALWAYS" or COPY_ONCE? | 05:45 |
sha | getting this error while deploying.. | 05:48 |
sha | related to Image container : http://paste.openstack.org/show/489084/ | 05:50 |
*** sdake has joined #kolla | 05:59 | |
*** dave-mccowan has quit IRC | 06:01 | |
*** vhosakot has quit IRC | 06:09 | |
*** vhosakot has joined #kolla | 06:09 | |
*** jtriley has joined #kolla | 06:12 | |
*** sdake has quit IRC | 06:16 | |
*** jtriley has quit IRC | 06:18 | |
*** coolsvap has joined #kolla | 06:19 | |
*** unicell has quit IRC | 06:22 | |
openstackgerrit | Angus Salkeld proposed openstack/kolla-mesos: CLI: Implement service definition https://review.openstack.org/286992 | 06:22 |
openstackgerrit | Angus Salkeld proposed openstack/kolla-mesos: Move common config functions into a new file https://review.openstack.org/286995 | 06:22 |
openstackgerrit | Angus Salkeld proposed openstack/kolla-mesos: Move Runner classes to service.py https://review.openstack.org/286994 | 06:22 |
openstackgerrit | Angus Salkeld proposed openstack/kolla-mesos: CLI: service run https://review.openstack.org/286996 | 06:22 |
openstackgerrit | Angus Salkeld proposed openstack/kolla-mesos: New per-service CLI access https://review.openstack.org/286799 | 06:22 |
*** mdnadeem has quit IRC | 06:27 | |
*** mdnadeem has joined #kolla | 06:27 | |
*** unicell has joined #kolla | 06:31 | |
*** subscope has joined #kolla | 06:35 | |
*** cfarquhar has quit IRC | 06:37 | |
sha | what is the default mode for Kolla(aio or other) on ubuntu? | 06:37 |
*** vhosakot has quit IRC | 06:38 | |
*** vhosakot has joined #kolla | 06:39 | |
*** cfarquhar has joined #kolla | 06:40 | |
*** cfarquhar has quit IRC | 06:40 | |
*** cfarquhar has joined #kolla | 06:40 | |
*** chandankumar has joined #kolla | 06:41 | |
*** alisonh has quit IRC | 06:47 | |
*** coolsvap has quit IRC | 06:49 | |
*** unicell has quit IRC | 06:52 | |
*** coolsvap has joined #kolla | 07:01 | |
*** alisonh has joined #kolla | 07:05 | |
openstackgerrit | Martin André proposed openstack/kolla: Fix keystone boostrap failure reporting https://review.openstack.org/287621 | 07:08 |
*** Serlex has joined #kolla | 07:12 | |
*** mdnadeem has quit IRC | 07:16 | |
openstackgerrit | Eric Lemoine proposed openstack/kolla: Make Heka send logs to Elasticsearch https://review.openstack.org/284188 | 07:16 |
openstackgerrit | Eric Lemoine proposed openstack/kolla: Use alphabetical order in cleanup-containers https://review.openstack.org/287626 | 07:16 |
*** mdnadeem has joined #kolla | 07:16 | |
*** jasonsb has quit IRC | 07:16 | |
*** coolsvap has quit IRC | 07:18 | |
*** coolsvap has joined #kolla | 07:26 | |
*** achanda has quit IRC | 07:31 | |
openstackgerrit | Andrey Pavlov proposed openstack/kolla-mesos: New per-service CLI access https://review.openstack.org/286799 | 07:42 |
*** jasonsb has joined #kolla | 07:47 | |
*** achanda has joined #kolla | 07:49 | |
*** jasonsb has quit IRC | 07:52 | |
*** mikelk has joined #kolla | 07: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 IRC | 08:03 | |
*** daneyon has joined #kolla | 08:05 | |
*** daneyon has quit IRC | 08:06 | |
*** daneyon_ has quit IRC | 08:09 | |
*** fgimenez has joined #kolla | 08:11 | |
*** jtriley has joined #kolla | 08:14 | |
*** neophy has joined #kolla | 08:14 | |
*** athomas has joined #kolla | 08:16 | |
*** jtriley has quit IRC | 08:19 | |
openstackgerrit | Artur Zarzycki proposed openstack/kolla-mesos: Closes-bug: #1552582 https://review.openstack.org/287646 | 08:27 |
openstack | bug 1552582 in kolla-mesos "Set memcached session engine in horizon" [Medium,New] https://launchpad.net/bugs/1552582 - Assigned to Artur Zarzycki (azarzycki) | 08:27 |
openstackgerrit | Artur Zarzycki proposed openstack/kolla-mesos: Set memcached session engine in horizon https://review.openstack.org/287646 | 08:28 |
sha | elemoine_: regarding config_strategy.. | 08:29 |
sha | and also need help in resolving the "http://paste.openstack.org/show/489084/" error | 08:30 |
elemoine_ | sha: the default config_strategy used to be COPY_ONCE, but it's changed recently, it's now COPY_ALWAYS | 08:30 |
sha | I have cloned the latest git | 08:30 |
elemoine_ | sha: note that this is a recent change | 08:31 |
elemoine_ | sha: yeah, I saw your paste already | 08:31 |
elemoine_ | and I was wondering if the docker engine logs would include more information about the issue | 08:31 |
sha | only few images were getting copied with the latest git... | 08:31 |
sha | I mean number of copied images is changing for every build | 08:32 |
*** achanda has quit IRC | 08:32 | |
openstackgerrit | Martin André proposed openstack/kolla: Simplify logic of vagrantfile https://review.openstack.org/287650 | 08:33 |
sha | only these images I got into docker... http://paste.openstack.org/show/489094/ | 08:34 |
*** dolpher has quit IRC | 08:35 | |
openstackgerrit | Vikram Hosakote proposed openstack/kolla: Reconfigure neutron service https://review.openstack.org/287651 | 08:37 |
*** shardy has joined #kolla | 08: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 --push | 08:40 |
sha | "4000": docker registry port number | 08:41 |
elemoine_ | ok | 08:41 |
elemoine_ | did you get errors for some of the images? | 08:42 |
elemoine_ | you may want to run the build command again | 08:42 |
*** vhosakot has quit IRC | 08:44 | |
sha | During build, I observed this http://paste.openstack.org/show/489095/ | 08:45 |
sha | I built approx 7 times | 08:46 |
elemoine_ | so the connection to the registry does not seem to work | 08:46 |
sha | only one time I got a good number of images... | 08:46 |
sha | then 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-multinode | 08:47 |
sha | yes.. | 08:48 |
*** macsz has joined #kolla | 08:49 | |
*** jasonsb has joined #kolla | 08:51 | |
*** daneyon has joined #kolla | 08:54 | |
*** jasonsb has quit IRC | 08:55 | |
*** kproskurin has joined #kolla | 08:57 | |
*** kproskurin has quit IRC | 08:58 | |
*** kproskurin has joined #kolla | 09:00 | |
*** mbound has joined #kolla | 09:05 | |
openstackgerrit | Proskurin Kirill proposed openstack/kolla-mesos: Add bootstrap to openvswitch-db https://review.openstack.org/287662 | 09:09 |
*** prithiv has joined #kolla | 09:09 | |
*** alisonh has quit IRC | 09:10 | |
*** chandankumar has quit IRC | 09:11 | |
*** athomas has quit IRC | 09:14 | |
*** alisonh has joined #kolla | 09:15 | |
*** athomas has joined #kolla | 09:20 | |
openstackgerrit | Proskurin Kirill proposed openstack/kolla-mesos: Remove ovs chronos job. Move all bootstraps to vswitchd container https://review.openstack.org/287671 | 09:29 |
*** chandankumar has joined #kolla | 09:34 | |
*** subscope has quit IRC | 09:38 | |
*** subscope has joined #kolla | 09:39 | |
*** subscope has quit IRC | 09:39 | |
openstackgerrit | Proskurin Kirill proposed openstack/kolla-mesos: Remove ovs chronos job. Move all bootstraps to vswitchd container https://review.openstack.org/287671 | 09:43 |
*** pbourke has joined #kolla | 09:45 | |
*** mdnadeem_ has joined #kolla | 09:47 | |
*** mdnadeem has quit IRC | 09:50 | |
openstackgerrit | Michal Rostecki proposed openstack/kolla-mesos: Support dependencies inside one host https://review.openstack.org/284737 | 09:51 |
openstackgerrit | Michal Rostecki proposed openstack/kolla-mesos: [WIP] Add Heka support https://review.openstack.org/286301 | 09:51 |
openstackgerrit | Michal Rostecki proposed openstack/kolla-mesos: Dependency between nova-libvirt and nova-compute inside host https://review.openstack.org/284815 | 09:51 |
openstackgerrit | Michal Rostecki proposed openstack/kolla-mesos: Use constraints only on multinode deployment https://review.openstack.org/285970 | 09:51 |
openstackgerrit | Michal Rostecki proposed openstack/kolla-mesos: Allow to override resources in globals.yml https://review.openstack.org/284836 | 09:51 |
*** openstackgerrit_ has joined #kolla | 09:53 | |
*** openstackgerrit_ has quit IRC | 10:02 | |
*** Jeffrey4l has joined #kolla | 10:03 | |
*** Serlex has left #kolla | 10:08 | |
*** Serlex has joined #kolla | 10:08 | |
*** Serlex has left #kolla | 10:09 | |
*** Serlex has joined #kolla | 10:09 | |
*** Serlex has left #kolla | 10:09 | |
*** Serlex has joined #kolla | 10:09 | |
*** Serlex has left #kolla | 10:09 | |
*** Serlex has joined #kolla | 10:09 | |
*** Serlex has left #kolla | 10:09 | |
*** Serlex has joined #kolla | 10:10 | |
*** prithiv1 has joined #kolla | 10:11 | |
*** prithiv has quit IRC | 10:12 | |
openstackgerrit | Merged openstack/kolla-mesos: Add bootstrap to openvswitch-db https://review.openstack.org/287662 | 10:13 |
*** jtriley has joined #kolla | 10:15 | |
*** jtriley has quit IRC | 10:20 | |
*** iceyao_ has quit IRC | 10:23 | |
openstackgerrit | Paul Bourke proposed openstack/kolla: Add documentation for Kolla plugin functionality https://review.openstack.org/286688 | 10:25 |
*** vincent_1dk is now known as vincent_vdk | 10:25 | |
*** vincent_vdk has quit IRC | 10:25 | |
*** vincent_vdk has joined #kolla | 10:25 | |
*** subscope has joined #kolla | 10:27 | |
*** subscope has quit IRC | 10:29 | |
*** prithiv1 has quit IRC | 10:30 | |
*** fgimenez has quit IRC | 10:31 | |
*** prithiv has joined #kolla | 10:32 | |
*** fgimenez has joined #kolla | 10:35 | |
*** fgimenez has quit IRC | 10:35 | |
*** fgimenez has joined #kolla | 10:35 | |
*** jasonsb has joined #kolla | 10:52 | |
*** jasonsb has quit IRC | 10:57 | |
*** salv-orl_ has quit IRC | 11:01 | |
*** salv-orlando has joined #kolla | 11:02 | |
*** mdnadeem_ has quit IRC | 11:03 | |
*** chandankumar has quit IRC | 11:08 | |
*** dmsimard has quit IRC | 11:10 | |
*** chandankumar has joined #kolla | 11:10 | |
*** dims has joined #kolla | 11:14 | |
*** neophy has quit IRC | 11:17 | |
*** prithiv has quit IRC | 11:17 | |
*** salv-orl_ has joined #kolla | 11:19 | |
*** salv-orlando has quit IRC | 11:22 | |
*** dims has quit IRC | 11:26 | |
*** dims has joined #kolla | 11:27 | |
*** phuongnh has quit IRC | 11:28 | |
*** jtriley has joined #kolla | 11:30 | |
*** jtriley has quit IRC | 11:34 | |
*** mdnadeem has joined #kolla | 11:37 | |
*** mlima has joined #kolla | 11:40 | |
*** prithiv has joined #kolla | 11:43 | |
*** iceyao has joined #kolla | 11:47 | |
*** dave-mccowan has joined #kolla | 11:56 | |
openstackgerrit | Eric Lemoine proposed openstack/kolla: Add reconfigure for heka https://review.openstack.org/287740 | 11:57 |
*** jtriley has joined #kolla | 11:58 | |
*** openstackgerrit has quit IRC | 12:03 | |
*** openstackgerrit has joined #kolla | 12:03 | |
dave-mccowan | elemoine good morning eric | 12:09 |
openstackgerrit | Michal Rostecki proposed openstack/kolla-mesos: [WIP] Add Heka support https://review.openstack.org/286301 | 12:14 |
openstackgerrit | Michal Rostecki proposed openstack/kolla-mesos: Allow to override resources in globals.yml https://review.openstack.org/284836 | 12:14 |
elemoine_ | hi dave-mccowan | 12:16 |
dave-mccowan | elemoine is heka logging for the horizon container still a work in progress? | 12:16 |
elemoine_ | dave-mccowan: yes, horizon is not covered IIRC | 12:16 |
openstackgerrit | Michal Rostecki proposed openstack/kolla-mesos: Use constraints only on multinode deployment https://review.openstack.org/285970 | 12:17 |
elemoine_ | I only covered what Rsyslog was covering before | 12:17 |
*** rhallisey has joined #kolla | 12:17 | |
*** rhallisey has quit IRC | 12:18 | |
*** rhallisey has joined #kolla | 12:18 | |
elemoine_ | horizon runs in Apache, so we can copy what's done for Keystone | 12:19 |
elemoine_ | it should be pretty straightforward I think | 12:19 |
elemoine_ | dave-mccowan: I can have a look if you want (as time permits) | 12:20 |
*** gfidente has joined #kolla | 12:21 | |
dave-mccowan | elemoine_ great. there's some good info in /etc/httpd/* should we open a bug to track it? | 12:22 |
openstackgerrit | Ryan Hallisey proposed openstack/kolla: Reconfigure Ironic https://review.openstack.org/287760 | 12:26 |
*** macsz has quit IRC | 12:29 | |
*** jtriley has quit IRC | 12:32 | |
*** jtriley has joined #kolla | 12:36 | |
*** dwalsh has joined #kolla | 12:38 | |
openstackgerrit | Mauricio Lima proposed openstack/kolla: [WIP] Make Heka collect Manila logs https://review.openstack.org/286876 | 12:48 |
openstackgerrit | Mauricio Lima proposed openstack/kolla: [WIP] Make Heka collect Manila logs https://review.openstack.org/286876 | 12:50 |
openstackgerrit | Thiago Gomes proposed openstack/kolla: Deleting only images from kolla build https://review.openstack.org/286823 | 12:53 |
*** jasonsb has joined #kolla | 12:54 | |
sbezverk | Good 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 |
rhallisey | sbezverk, build with --no-cache | 12:55 |
sbezverk | rhallisey hereis the command I used: kolla-build --type source --base centos --registry 192.168.80.240:4000 --push --no-cache swift-proxy-server | 12:56 |
sbezverk | still no luck | 12:56 |
rhallisey | are you sure when you added the package under the centos build and not ubuntu | 12:57 |
rhallisey | and that you added it for source and not binary | 12:57 |
rhallisey | s/when/that | 12:58 |
*** jasonsb has quit IRC | 12:59 | |
sbezverk | rhallisey 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 |
rhallisey | sbezverk, create a sections for source and add 'ceilometermiddleware' | 13:05 |
rhallisey | that should do it | 13:05 |
*** jmccarthy has quit IRC | 13:06 | |
rhallisey | source will go out to git and grab it | 13:06 |
*** jmccarthy has joined #kolla | 13:07 | |
sbezverk | rhallisey could you point me to an example? | 13:07 |
rhallisey | sure | 13:07 |
rhallisey | sbezverk, https://github.com/openstack/kolla/blob/master/docker/glance/glance-base/Dockerfile.j2#L24 | 13:08 |
sbezverk | rhallisey thank you | 13:09 |
rhallisey | no prob | 13:09 |
*** jtriley has quit IRC | 13:12 | |
*** dmsimard has joined #kolla | 13:14 | |
*** sdake has joined #kolla | 13:14 | |
*** akwasnie has joined #kolla | 13:16 | |
sdake | morning | 13:18 |
sbezverk | sdake 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 |
openstack | Launchpad bug 1552669 in kolla "swift-proxy-server container keeps restarting" [Undecided,New] - Assigned to Serguei Bezverkhi (sbezverk) | 13:21 |
sdake | yup thoes are new bugs | 13:22 |
sbezverk | sdake here is how I am trying to resolve at least ceilometer thing: http://paste.openstack.org/show/489140/ | 13:23 |
*** Xu_Chao has quit IRC | 13:24 | |
sdake | sbezverk he swift dependencie for ubuntu may alreadybe correct | 13:25 |
openstackgerrit | Merged openstack/kolla-mesos: Remove ovs chronos job. Move all bootstraps to vswitchd container https://review.openstack.org/287671 | 13:25 |
*** JoseMello has joined #kolla | 13:26 | |
*** fgimenez has quit IRC | 13:32 | |
*** fgimenez has joined #kolla | 13:34 | |
openstackgerrit | Merged openstack/kolla: Reconfigure for Magnum https://review.openstack.org/287489 | 13:42 |
*** unicell has joined #kolla | 13:44 | |
*** elmiko_ is now known as elmiko | 13:55 | |
*** unicell has quit IRC | 13:57 | |
*** unicell has joined #kolla | 13:58 | |
*** tfukushima has quit IRC | 13:58 | |
*** tfukushima has joined #kolla | 14:00 | |
*** akwasnie has quit IRC | 14:00 | |
*** britthouser has joined #kolla | 14:03 | |
sdake | sbezverk run rpm -qa | grep erasure | 14:03 |
*** tfukushima has quit IRC | 14:04 | |
*** Serlex has quit IRC | 14:06 | |
*** britthou_ has quit IRC | 14:06 | |
openstackgerrit | Ryan Hallisey proposed openstack/kolla: Reconfigure Ironic https://review.openstack.org/287760 | 14:07 |
*** Serlex has joined #kolla | 14:08 | |
*** prithiv has quit IRC | 14:08 | |
*** unicell has quit IRC | 14:09 | |
The_Ball | Do all logs end up in the heka container? | 14:10 |
*** chandankumar has quit IRC | 14:10 | |
*** jtriley has joined #kolla | 14:11 | |
*** prithiv has joined #kolla | 14:12 | |
*** jmccarthy has quit IRC | 14:17 | |
openstackgerrit | Merged openstack/kolla: Add reconfigure for manila https://review.openstack.org/287550 | 14:18 |
*** iceyao has quit IRC | 14:19 | |
*** iceyao has joined #kolla | 14:19 | |
dave-mccowan | The_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 #kolla | 14:20 | |
openstackgerrit | Ryan Hallisey proposed openstack/kolla: Reconfigure Ironic https://review.openstack.org/287760 | 14:22 |
The_Ball | cheers, I found the cinder logs there by nsenter -t <container pid> -m | 14:23 |
sdake | is there any way to turn off the swift-proxy-server sbezverk | 14:24 |
*** dmsimard has quit IRC | 14:25 | |
*** vhosakot has joined #kolla | 14:25 | |
*** spisarski has joined #kolla | 14:32 | |
openstackgerrit | Mauricio Lima proposed openstack/kolla: Playbook for Manila upgrade https://review.openstack.org/278045 | 14:37 |
*** daneyon has quit IRC | 14:38 | |
*** absubram has joined #kolla | 14:38 | |
*** thumpba has joined #kolla | 14:38 | |
*** Jeffrey4l has quit IRC | 14:41 | |
openstackgerrit | Proskurin Kirill proposed openstack/kolla-mesos: Fix ubuntu config path search https://review.openstack.org/278963 | 14:45 |
*** tfukushima has joined #kolla | 14:46 | |
*** Jeffrey4l has joined #kolla | 14:48 | |
*** akwasnie has joined #kolla | 14:55 | |
elemoine_ | vhosakot: hi | 14:59 |
vhosakot | elemoine_: hi | 15:00 |
elemoine_ | I saw that you asked about log rotation yesterday during the IRC meeting | 15:00 |
elemoine_ | no, there's no log rotation at the moment | 15:00 |
elemoine_ | this is something I need to work on | 15:00 |
*** chandankumar has joined #kolla | 15:03 | |
vhosakot | ok cool, thanks for the info! is that part for the diagnostics bp work ? | 15:04 |
elemoine_ | log rotation was mentioned in the spec yes | 15:05 |
elemoine_ | but I'd like to discuss the implementation | 15:05 |
openstackgerrit | Michal Rostecki proposed openstack/kolla-mesos: Autodetect number of instances https://review.openstack.org/284643 | 15:05 |
openstackgerrit | Michal Rostecki proposed openstack/kolla-mesos: [WIP] Support dependencies inside one host https://review.openstack.org/284737 | 15:05 |
openstackgerrit | Michal Rostecki proposed openstack/kolla-mesos: [WIP] Add Heka support https://review.openstack.org/286301 | 15:05 |
openstackgerrit | Michal Rostecki proposed openstack/kolla-mesos: Dependency between nova-libvirt and nova-compute inside host https://review.openstack.org/284815 | 15:05 |
openstackgerrit | Michal Rostecki proposed openstack/kolla-mesos: Use constraints only on multinode deployment https://review.openstack.org/285970 | 15:05 |
openstackgerrit | Michal Rostecki proposed openstack/kolla-mesos: Allow to override resources in globals.yml https://review.openstack.org/284836 | 15:05 |
*** fgimenez has quit IRC | 15:06 | |
The_Ball | When 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 |
vhosakot | elemoine_: sure, we can talk about log-rotation... cool | 15:07 |
*** inc0 has joined #kolla | 15:07 | |
elemoine_ | some time ago SamYaple said that logrotate could be handled by the kolla-toolbox container | 15:08 |
elemoine_ | not sure I understand what it means | 15:08 |
*** fgimenez has joined #kolla | 15:08 | |
*** fgimenez has quit IRC | 15:08 | |
*** fgimenez has joined #kolla | 15:08 | |
vhosakot | elemoine_: I'd say refer log rotation of an existing service in OpenStack (like nova or neutron).. let me check | 15:09 |
vhosakot | elemoine_: I am leaving for work now... I will talk after 1 hour... cheers! | 15:09 |
elemoine_ | vhosakot: ok | 15:09 |
*** vhosakot has quit IRC | 15:09 | |
SamYaple | morning | 15:13 |
sdake | pbourke ping | 15:15 |
sdake | morning SamYaple | 15:15 |
pbourke | hey sdake | 15:15 |
sdake | elemoine_ is heka complete or in needs review | 15:16 |
*** alyson_ has joined #kolla | 15:16 | |
inc0 | good morning | 15:16 |
sdake | pbourke https://bugs.launchpad.net/kolla/+bug/1552669 | 15:16 |
openstack | Launchpad bug 1552669 in kolla "swift-proxy-server container keeps restarting" [High,Confirmed] - Assigned to Serguei Bezverkhi (sbezverk) | 15:16 |
sdake | atm we are sorting out the erasure library | 15:16 |
sdake | the rdo cats say its a misconfiguration | 15:16 |
sdake | but he also said a default storage policy is loaded if none are defined | 15:17 |
sdake | pbourke join #rdo plz | 15:17 |
* pbourke rolls eyes | 15:17 | |
sdake | ya i groaned too | 15:17 |
sdake | but if proxy is busted reconfigure blocks | 15:17 |
pbourke | is source ok? | 15:17 |
sdake | we are running centos-source in that example | 15:18 |
The_Ball | Does 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_Ball | backend_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 |
sdake | The_Ball please use a past eservice | 15:18 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Move hostname registration to common https://review.openstack.org/287580 | 15:18 |
pbourke | sdake: I'll look at this in about an hour | 15:19 |
sdake | pbourke wfm we wil cotninue to investigate until then, since this is blocking reconfigure when swift is enabled | 15:20 |
sdake | sbezverk do a total cleanup | 15:25 |
*** jasonsb has joined #kolla | 15:25 | |
sdake | on yur deploy target | 15:25 |
sdake | and try with that storagepolciy:2 | 15:25 |
openstackgerrit | Dave McCowan proposed openstack/kolla: Add TLS protection on external API endpoints https://review.openstack.org/286988 | 15:27 |
openstackgerrit | Merged openstack/kolla: Simplify logic of vagrantfile https://review.openstack.org/287650 | 15:27 |
sbezverk | sdake ok, doing it.. | 15:27 |
*** dave-mccowan has quit IRC | 15:28 | |
*** dave-mccowan has joined #kolla | 15:28 | |
sbezverk | sdake here is git diff on newly cloned and modified master: http://paste.fedoraproject.org/333010/14570189 | 15:30 |
*** achanda has joined #kolla | 15:33 | |
*** tfukushima has quit IRC | 15:34 | |
*** achanda has quit IRC | 15:39 | |
sbezverk | sdake same thing with clean installation: http://paste.fedoraproject.org/333019/57019687 | 15:42 |
SamYaple | can I get an ack on this ansible bump ? https://review.openstack.org/#/c/286820/ sdake | 15:45 |
*** akwasnie has quit IRC | 15:45 | |
openstackgerrit | Mauricio Lima proposed openstack/kolla: Make Heka collect Manila logs https://review.openstack.org/286876 | 15:48 |
sdake | SamYaple reviewing mooment | 15:50 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Bump to latest ansible and deps https://review.openstack.org/286820 | 15:50 |
openstackgerrit | Sam Yaple proposed openstack/kolla: Fix Keystone v3 and Horizon https://review.openstack.org/286637 | 15:50 |
*** tfukushima has joined #kolla | 15:50 | |
openstackgerrit | Mauricio Lima proposed openstack/kolla: Make Heka collect Manila logs https://review.openstack.org/286876 | 15:50 |
SamYaple | ugh it rebased | 15:50 |
sdake | SamYaple waiting on gate | 15:50 |
sdake | this patch failed the gate a whole slew of times so i'd like to make sure it actually passes the gate ;) | 15:52 |
SamYaple | sdake: it did pass the gate :/ | 15:52 |
sdake | otherwise it looks good | 15:52 |
SamYaple | i just accidentally rebased | 15:52 |
sdake | oh ya rebase | 15:52 |
sdake | ok wfm | 15:52 |
sdake | our policy has always been a rebase can receive a workflow if the last gate passed | 15:53 |
SamYaple | it 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 gate | 15:53 |
openstackgerrit | Mauricio Lima proposed openstack/kolla: Make Heka collect Manila logs https://review.openstack.org/286876 | 15:54 |
sdake | cool well it s w+ | 15:54 |
sdake | +w now | 15:54 |
sdake | i am going to wait on this keystone change for the gate for a review | 15:54 |
*** inc0 has quit IRC | 15:56 | |
SamYaple | yea i actually changed that one | 15:56 |
*** inc0 has joined #kolla | 15:57 | |
pbourke | sdake: now building new swift images | 15:58 |
sdake | pbourke rockin | 15:58 |
sdake | SamYaple ya else gerrit would have said it was a rebase | 15:58 |
sdake | i assume to adress dave's comments | 15:58 |
openstackgerrit | Merged openstack/kolla: Add documentation for Kolla plugin functionality https://review.openstack.org/286688 | 15:59 |
openstackgerrit | Merged openstack/kolla: ADD user neutron to the neutron-openvswitch-agent docker file https://review.openstack.org/286771 | 16:00 |
SamYaple | correct, and fix manila which just merged | 16:00 |
*** ssurana has joined #kolla | 16:01 | |
*** ssurana has quit IRC | 16:07 | |
*** haplo37 has joined #kolla | 16:07 | |
sbezverk | sdake what is the next step? | 16:07 |
sdake | sbezverk not sure hang tight | 16:08 |
*** dmsimard has joined #kolla | 16:08 | |
sbezverk | sdake any chance to continue with ceilometermiddleware? | 16:08 |
sdake | https://github.com/openstack/swift/blob/master/swift/common/storage_policy.py#L25 | 16:09 |
sdake | yes did you get a log of the build to fpaste? | 16:09 |
sdake | pbourke there is the storage policy pyeclib dirver that the rdo dude pointed me to | 16:09 |
sdake | as if I have time to become an expert in swift in 1 day | 16:09 |
*** ssurana has joined #kolla | 16:09 | |
*** Serlex has left #kolla | 16:10 | |
sdake | pbourke join #rdo | 16:10 |
pbourke | sdake: im there | 16:10 |
sbezverk | sdake yes http://paste.fedoraproject.org/333039/70214081 | 16:10 |
*** tfukushima has quit IRC | 16:11 | |
*** tfukushima has joined #kolla | 16:12 | |
sdake | sbezverk when you bulid from source, python-ceilometerclient is installed via pip | 16:12 |
sdake | you dont want to install it via rpm and pip at the same time | 16:12 |
sdake | sbezverk why doy ou think pythonceilometerlcient is busted? | 16:13 |
sbezverk | sdake because swift-proxy-server logs tells us about it | 16:13 |
sdake | sbezverk got a paste of that? | 16:13 |
*** tfukushima has quit IRC | 16:14 | |
sbezverk | sdake :-) it in the same logs attached to the bug: ImportError: No module named ceilometermiddleware.swift | 16:14 |
sdake | well it sounds like ceilometermiddleware needs to be somewhere in the build | 16:15 |
sbezverk | sdake lookfor python traceback http://paste.fedoraproject.org/333047/14570216 | 16:15 |
sdake | its probably missing from requirements.txt | 16:15 |
sbezverk | sdake I saw other folks were using yum install even when type was source | 16:16 |
sbezverk | sdake so I assumed it is ok.. | 16:16 |
sbezverk | sdake please point me to an example with pip install | 16:16 |
sbezverk | I will change docker for swift-proxy-server | 16:16 |
sdake | your not missing python-swiftclient | 16:17 |
sdake | your missing some other package related to ceilometermiddelware | 16:17 |
*** vhosakot has joined #kolla | 16:18 | |
sbezverk | sdake yes, that is why I was trying to yum install python-ceilometermiddleware | 16:19 |
sbezverk | when I do it manually, it installs bunch of dependencies along the way | 16:19 |
vhosakot | elemoine: back in office, ready to chat about log-rotation! | 16:20 |
sdake | ok well you want to pip install pyhton-ceilometermiddleware in the openstack-base dockerfile | 16:20 |
sdake | sbezverk https://github.com/openstack/kolla/blob/master/docker/openstack-base/Dockerfile.j2#L117 | 16:21 |
sbezverk | sdake even if only swift-proxy-server uses it, it should go to base? | 16:21 |
sdake | you also may want that in the yum sections as well | 16:21 |
*** fgimenez has quit IRC | 16:22 | |
sdake | are we sure only swift-proxy-server uses it? | 16:22 |
sbezverk | sdake 99.99% | 16:22 |
sdake | its middleware, it should go in base imo | 16:22 |
sbezverk | sdake ok, let me stick it there and see if it works | 16:22 |
sdake | rather openstack-base | 16:22 |
*** fgimenez has joined #kolla | 16:24 | |
*** fgimenez has quit IRC | 16:24 | |
*** fgimenez has joined #kolla | 16:24 | |
pbourke | SamYaple: 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 #kolla | 16:24 | |
vhosakot | elemoine: ping | 16:25 |
vhosakot | team, please use https://etherpad.openstack.org/p/kolla-mitaka-testing-reconfigure to test recongif patches | 16:25 |
vhosakot | thanks for updating it! | 16:25 |
sdake | pbourke will do | 16:27 |
pbourke | cheers, haven't done it before so there may be something missing | 16:28 |
sdake | pbourke sbezverk has a reconfigure implemetnation done | 16:28 |
sdake | he is trying to test it | 16:28 |
*** tfukushima has quit IRC | 16:28 | |
pbourke | ok | 16:29 |
sdake | but blocked by swift-proxy-server banging around | 16:29 |
*** inc0 has quit IRC | 16:30 | |
*** inc0 has joined #kolla | 16:31 | |
openstackgerrit | Merged openstack/kolla: Libvirt needs openvswitch to connect br-int https://review.openstack.org/287863 | 16:31 |
*** blahRus has joined #kolla | 16:33 | |
*** iceyao has quit IRC | 16:34 | |
*** Jeffrey4l has quit IRC | 16:36 | |
sbezverk | sdake, 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 |
sdake | you mean openstack-base? | 16:37 |
*** inc0 has quit IRC | 16:38 | |
*** inc0 has joined #kolla | 16:38 | |
sbezverk | sdake yes | 16:40 |
SamYaple | pbourke: will do | 16:42 |
sdake | sbezverk its just called ceilometermiddleware | 16:42 |
sdake | not python- in front | 16:42 |
sbezverk | sdake ok, let me fix it | 16:42 |
*** diogogmt has joined #kolla | 16:43 | |
SamYaple | sdake: pbourke https://review.openstack.org/#/c/286637/ | 16:44 |
SamYaple | yay for proper v3 | 16:44 |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla: Playbook for rabbitmq upgrade https://review.openstack.org/287969 | 16:44 |
sdake | big patch - i reviewed a bit ago - i'll do now moment | 16:44 |
*** inc0_ has joined #kolla | 16:49 | |
sdake | sbezverk the magic decoder for that type of change is Partially-Resolves: #bugid | 16:49 |
sdake | iirc | 16:50 |
sdake | been a while since I actually fixed a bug :) | 16:50 |
sbezverk | sdake just ceilometermiddleware does not work either.. | 16:52 |
*** inc0 has quit IRC | 16:52 | |
sdake | it works for me on my centos machine | 16:52 |
*** mikelk has quit IRC | 16:53 | |
sbezverk | sdake if I do it manually, it works, if I change Docker file and add it there it does not | 16:53 |
openstackgerrit | Eric Lemoine proposed openstack/kolla: Use alphabetical order in cleanup-containers https://review.openstack.org/287626 | 16:54 |
inc0_ | SamYaple, with command pipes does not work | 16:55 |
sbezverk | sdake 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 it | 16:55 |
inc0_ | I need shell for that | 16:55 |
sdake | sbezverk it shsould go on line 114 is that where your putting it | 16:55 |
inc0_ | and text manipulation with jinja only is horrible | 16:55 |
sdake | did you pip unisntall kolla? | 16:56 |
sdake | sudo pip uninstall kolla? | 16:56 |
sbezverk | sdake please check http://paste.fedoraproject.org/333092/45702417 | 16:56 |
inc0_ | why can't we use shell module? | 16:56 |
*** dmsimard has quit IRC | 16:57 | |
SamYaple | inc0_: its not secure. its not best practice | 16:57 |
sdake | inc0 seucrity risk | 16:57 |
sdake | sbezverk try pip show kolla | 16:57 |
inc0_ | hmm | 16:57 |
inc0_ | I'll try to work around it | 16:58 |
inc0_ | but command does not work :( | 16:58 |
SamYaple | yea we work around it everywhere else | 16:58 |
SamYaple | command does work | 16:58 |
SamYaple | you just cant pipe | 16:58 |
sdake | try command in a toolbox container ;) | 16:58 |
SamYaple | so register the output and copy it up like we do everywhere else | 16:58 |
inc0_ | but output is horrible and I need to do lots of stuff with it | 16:58 |
openstackgerrit | Merged openstack/kolla: Bump to latest ansible and deps https://review.openstack.org/286820 | 16:59 |
inc0_ | to be able to use it | 16:59 |
SamYaple | inc0_: i know. welcome to literally all of our playbooks | 16:59 |
inc0_ | and jinja or ansible does not have toolset I need | 16:59 |
sbezverk | sdake http://paste.fedoraproject.org/333098/14570243 | 16:59 |
sdake | inc0_ you can make a toolbox python mdoule | 16:59 |
pbourke | are there mysql related problems with keystone on master atm? | 16:59 |
SamYaple | inc0_: you can do any text manipulation you need with jinja2 | 16:59 |
sdake | sbezverk the problem is your running pip install kolla | 17:00 |
sdake | dont do that | 17:00 |
SamYaple | pbourke: not that i know of | 17:00 |
sdake | sudo pip uninstall kolla | 17:00 |
sdake | then try build | 17:00 |
sdake | it will build from your local directory | 17:00 |
sdake | tools/build.py | 17:00 |
SamYaple | inc0_: 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 script | 17:00 |
sdake | SamYaple that would work too | 17:01 |
*** prithiv has quit IRC | 17:03 | |
openstackgerrit | Dave McCowan proposed openstack/kolla: Add TLS protection on external API endpoints https://review.openstack.org/286988 | 17:05 |
openstackgerrit | Michal Rostecki proposed openstack/kolla-mesos: Support dependencies inside one host https://review.openstack.org/284737 | 17:05 |
openstackgerrit | Michal Rostecki proposed openstack/kolla-mesos: [WIP] Add Heka support https://review.openstack.org/286301 | 17:05 |
openstackgerrit | Michal Rostecki proposed openstack/kolla-mesos: Dependency between nova-libvirt and nova-compute inside host https://review.openstack.org/284815 | 17:05 |
openstackgerrit | Michal Rostecki proposed openstack/kolla-mesos: Use constraints only on multinode deployment https://review.openstack.org/285970 | 17:05 |
openstackgerrit | Michal Rostecki proposed openstack/kolla-mesos: Allow to override resources in globals.yml https://review.openstack.org/284836 | 17:05 |
*** bmace has quit IRC | 17:06 | |
*** bmace has joined #kolla | 17:06 | |
*** dmsimard has joined #kolla | 17:07 | |
sbezverk | sdake 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 IRC | 17:11 | |
sdake | sbezverk files should be sorted alphabetically before submission as wlel | 17:12 |
*** inc0_ has quit IRC | 17:14 | |
dave-mccowan | SamYaple 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.html | 17:16 |
*** Marga_ has quit IRC | 17:16 | |
*** mbound has quit IRC | 17:16 | |
*** Marga_ has joined #kolla | 17:17 | |
*** salv-orlando has joined #kolla | 17:20 | |
*** inc0 has joined #kolla | 17:20 | |
*** fgimenez has quit IRC | 17:21 | |
*** salv-orl_ has quit IRC | 17:22 | |
*** inc0 has quit IRC | 17:25 | |
*** JoseMello has quit IRC | 17:29 | |
pbourke | sdake: 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 there | 17:29 |
sdake | pbourke thanks ttyl | 17:30 |
sdake | vhosakot did you say you had a nova implementation of reconfig ready? | 17:31 |
vhosakot | yes, testing... | 17:31 |
vhosakot | should be out in 30 mins | 17:31 |
vhosakot | out for review* | 17:31 |
sbezverk | sdake ok, got rid of pything traceback, now only those missing librries.. | 17:34 |
vhosakot | sdake: what timezone will you be tagging kolla tomorrow at 8 AM ? :) Arizona time ? | 17:42 |
*** akwasnie has joined #kolla | 17:43 | |
*** inc0 has joined #kolla | 17:44 | |
sdake | i want work done prio to 8am, i'm going to spend day testing and fixing | 17:44 |
sdake | we will tag when things are NOT broken | 17:44 |
vhosakot | cool | 17:44 |
vhosakot | done with nova testing | 17:44 |
sdake | sbezverk to finish the job on the reconofig, i'd recommend taking proxy out of the reconfig playbooks | 17:47 |
*** jasonsb has quit IRC | 17:47 | |
sdake | and make a separate proxy patch for that on top of your existing work | 17:47 |
sdake | so submit two commits and say one depends on the resolution of the proxy bug | 17:47 |
sdake | this will unblock your testing | 17:47 |
sbezverk | sdake ok | 17:47 |
sdake | by the two comits, i mean the two realted to reconfig | 17:48 |
sdake | you need a separate commit for the ceilometermiddleware pip install | 17:48 |
*** salv-orl_ has joined #kolla | 17:49 | |
openstackgerrit | Thiago Gomes proposed openstack/kolla: Add option to use --force to remove images https://review.openstack.org/288012 | 17:51 |
*** salv-orlando has quit IRC | 17:52 | |
*** dmsimard has quit IRC | 17:56 | |
sbezverk | sdake really interesting, with installed ceilometer middleware and removed that policy, swift-proxy-stopped flapping | 17:56 |
sdake | sweet | 17:56 |
sdake | problem solved then? | 17:56 |
sdake | or is it still compalinign about those libraries? | 17:56 |
sdake | the library complaints may be warnings rather then errors | 17:57 |
*** inc0 has quit IRC | 17:57 | |
sbezverk | sdake nope, it does not compain | 17:57 |
sdake | well I dont know how to explai nthat | 17:57 |
*** inc0 has joined #kolla | 17:59 | |
openstackgerrit | Merged openstack/kolla: Fixing ambiguity in the documetation https://review.openstack.org/287526 | 18:02 |
*** salv-orl_ has quit IRC | 18:02 | |
*** inc0 has quit IRC | 18:02 | |
*** inc0 has joined #kolla | 18:02 | |
*** salv-orl_ has joined #kolla | 18:03 | |
*** akwasnie has quit IRC | 18:03 | |
*** salv-orl_ has quit IRC | 18:10 | |
openstackgerrit | Merged openstack/kolla: Add new gates for oraclelinux https://review.openstack.org/246437 | 18:11 |
*** salv-orlando has joined #kolla | 18:11 | |
*** Marga_ has quit IRC | 18:19 | |
*** inc0 has quit IRC | 18:20 | |
*** inc0 has joined #kolla | 18:20 | |
sbezverk | sdake ping | 18:23 |
sdake | wound me sbezverk | 18:28 |
sbezverk | sdake 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 |
sdake | did it reconfigure the services? | 18:30 |
sbezverk | sdake yes | 18:30 |
sbezverk | sdake was it intentional that lvm is not supported by your base image? | 18:31 |
sdake | we neve rcould get lvm to work | 18:31 |
sdake | sbezverk cool if it reconfiged the services lets ship it :) | 18:31 |
sbezverk | sdake hm, I got it working when I was experinenting for iscsi container | 18:31 |
sdake | we can sort out bugs in the rcs - we have a month left for rc bug fixing | 18:31 |
sdake | sbezverk cool that owuld be a feature we woud laccept ;) | 18:32 |
sbezverk | sdake we always use lvm volumes for swift storage | 18:32 |
sdake | at swift requires disk storage iirc | 18:32 |
sdake | atm | 18:32 |
sbezverk | I will not be able to find quickly other disk storage | 18:32 |
sbezverk | all my disk space is in lvm | 18:33 |
sdake | you can make a file loopback mount | 18:33 |
sdake | it will be a little sluggy but workable for testing | 18:33 |
sbezverk | would it be ok to still send reconfig for review or I need to find somebody | 18:33 |
sbezverk | sdake ok I will try get it working with loopbacks | 18:34 |
sdake | read the cinder guide, it has info about loopbacks | 18:34 |
sdake | swift guide might as well | 18:34 |
sbezverk | sdake ok will ping you later to confirm.. | 18:35 |
sdake | sbezverk i'd suggest juet getting your reconfig work in teh queue so we can get it merged | 18:35 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla: Reconfigure for Swift https://review.openstack.org/288059 | 18:39 |
sdake | holy crap there are alot of swift services | 18:40 |
*** inc0 has quit IRC | 18:41 | |
*** inc0 has joined #kolla | 18:41 | |
sbezverk | sdake well, seven sons of the seventh son :-) | 18:41 |
sdake | sbezverk i think your patch isn't correct | 18:42 |
sdake | inc0 are yua round | 18:42 |
sdake | sbezverk i left comments in it | 18:43 |
inc0 | sdake, for a while | 18:43 |
inc0 | wassup? | 18:43 |
sdake | need a patch merged plz | 18:43 |
inc0 | I may be able to help you with that, which one? | 18:43 |
sdake | https://review.openstack.org/#/c/286637/ | 18:43 |
sdake | and any reconfig patches that are in the queue that look correct | 18:44 |
sdake | inc0 review that above patch though don't just rubber stamp | 18:45 |
SamYaple | dave-mccowan: can you sum up that thread at all? | 18:47 |
SamYaple | are you saying we _do_ need it because i still dont quite agree | 18:47 |
SamYaple | you have spent more time on the issue htough | 18:47 |
inc0 | I never do sdake | 18:47 |
inc0 | but this one looks correct | 18:48 |
sdake | inc0 sometimes rubber stamps are ok | 18:48 |
sdake | if its a 1 liner | 18:48 |
sdake | and obivously correct ;) | 18:48 |
inc0 | I don't have to properly test it tho, so I'll trust Sam in that and test it later;) | 18:48 |
sdake | yes with reconfigure we are testing "later" | 18:48 |
sdake | i want the patches merged since it doesn't affect hte normal workflow | 18:49 |
sdake | if reconfigure is broken in mitaka-3 it should be easy enoguh to fix | 18:49 |
inc0 | I'll review them later today, right now I'm in between meetings and context switching is big | 18:49 |
sdake | sounds good | 18:49 |
dave-mccowan | SamYaple 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 |
openstackgerrit | Merged openstack/kolla: Fix Keystone v3 and Horizon https://review.openstack.org/286637 | 18:51 |
dave-mccowan | the 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 IRC | 18:56 | |
*** daneyon has joined #kolla | 18:56 | |
sdake | SamYaple 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_865 | 18:57 |
sbezverk | sdake, ansible defines only 4 groups for swift, in each group there are three services | 18:57 |
sdake | thiss doesn't happen on centos | 18:57 |
sdake | any ideas? | 18:57 |
sdake | sbezverk i see | 18:58 |
*** neophy has joined #kolla | 18:58 | |
sdake | sbezverk maybe that part of ansible is broken | 18:58 |
sdake | but having everuthing in the same group I think is wrong | 18:58 |
*** daneyon_ has joined #kolla | 18:59 | |
*** athomas has quit IRC | 18:59 | |
SamYaple | looking | 19:00 |
sbezverk | sdake I think it is done on purpose for swift as it can replicate between different servers but the same type of service info | 19:00 |
SamYaple | sdake: whats the patchset | 19:00 |
sdake | SamYaple which patchset - you mean sbezverk's? | 19:00 |
SamYaple | the ony you asked me to look at | 19:00 |
sdake | https://review.openstack.org/#/c/278045/5 | 19:01 |
sdake | it now failed ona timeout on centos but succeeded on ubuntu | 19:01 |
* sdake goes mad | 19:01 | |
sdake | we always timeout on centos of some sort during the day | 19:01 |
*** Marga_ has joined #kolla | 19:01 | |
*** daneyon has quit IRC | 19:01 | |
sdake | (US day) | 19:01 |
SamYaple | sdake: i dont see the failure... | 19:02 |
SamYaple | in the patchset i mean | 19:02 |
sdake | look at the last recheck | 19:02 |
SamYaple | gate is green for ubuntu | 19:02 |
sdake | toggle ci | 19:02 |
SamYaple | ah ok | 19:02 |
sdake | and click it | 19:02 |
sdake | it just finished a recheck | 19:02 |
SamYaple | so whats probably happened is a failure | 19:03 |
sdake | it went from red to green on ubuntu | 19:03 |
SamYaple | i need to sanatize the output for that command | 19:03 |
SamYaple | but you know "time in the day" | 19:03 |
sdake | SamYaple note i have seen that same error multipel times | 19:03 |
sdake | iss it a bug, or a "just happens sometimes" sort of thing | 19:03 |
*** Marga_ has quit IRC | 19:03 | |
sdake | SamYaple i hear you re time in day | 19:03 |
SamYaple | just happens sometimes | 19:03 |
SamYaple | its not a bug, its likely output that isnt json'd | 19:04 |
sdake | any idea what the failure means? | 19:04 |
sdake | i see | 19:04 |
SamYaple | the issue is in the kolla keystone bootstrap script | 19:04 |
SamYaple | i know that much, but i dont have to to properly make sure it always exists as json | 19:04 |
sdake | its outputting some failure that isn't being translated properly to json? | 19:04 |
SamYaple | the whole script should never output anything but valid json | 19:05 |
SamYaple | havent gotten around to fixing that is my point | 19:05 |
sdake | got it | 19:05 |
SamYaple | it 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 #kolla | 19:06 | |
sdake | yup i understand | 19:08 |
sdake | when we figure out what that output is we need to fix it ;) | 19:09 |
sbezverk | sdake will reconsider your comment? | 19:10 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla: Reconfigure for Swift https://review.openstack.org/288059 | 19:11 |
vhosakot | can somepne review https://review.openstack.org/#/c/287651/ (neutron reconfig)... I have tested it and it passed... ot has passed the Jenkins gate as well | 19:12 |
vhosakot | someone* | 19:12 |
vhosakot | seeing some new errors in nova reconfig and fiing it now | 19:12 |
vhosakot | fixing* | 19:12 |
vhosakot | ot = and it has | 19:13 |
sdake | sbezverk looks better | 19:17 |
sdake | what about rrsync? | 19:17 |
sbezverk | sdake could not figure out which group it belongs too | 19:18 |
sdake | look at inventory file | 19:18 |
sdake | maybe it never made it into a group and isn't being deployed | 19:18 |
sbezverk | sdake that is what I suspect, I do not see it running at all | 19:19 |
sbezverk | and this confuses me even more : when: inventory_hostname not in groups['swift-proxy-server'] | 19:19 |
sbezverk | sdake it is in start.yml | 19:20 |
sdake | vhosakot reviewing now | 19:20 |
vhosakot | sdake: -1 'ed | 19:20 |
vhosakot | sbezverk: swift has _15_ services, your path set restarts only _14_ of them. please add restarting of the swift_rsyncd container as well | 19:21 |
vhosakot | Add this also in the playbook: | 19:22 |
sdake | SamYaple can you context switch for a moment and check out https://review.openstack.org/#/c/287651/1 | 19:22 |
vhosakot | - { name: swift_rsyncd, group: swift-proxy-server } | 19:22 |
vhosakot | sbezverk: ^^^ | 19:22 |
sdake | vhosakot in which playbook, the main one? | 19:22 |
sbezverk | vhosakot 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 format | 19:23 |
vhosakot | sdake: in ansible/roles/swift/tasks/do_reconfigure.yml | 19:23 |
sdake | sbezverk he just told you which group it belongs to | 19:23 |
openstackgerrit | Ryan Hallisey proposed openstack/kolla: Libvirt needs openvswitch to connect br-int https://review.openstack.org/288075 | 19:23 |
vhosakot | - { name: swift_rsyncd, group: swift-proxy-server } | 19:23 |
sdake | th eproblem is it is missing from the main playbook i think | 19:23 |
vhosakot | sdake: sbezverk ^^^ | 19:23 |
sbezverk | vhosakot why then this line in start.yml: when: inventory_hostname not in groups['swift-proxy-server'] | 19:23 |
sbezverk | for swift_rsyncd | 19:24 |
vhosakot | sbezverk: is it negated condition... the same condition will still hold good in the reconfigure playbook as well | 19:24 |
sdake | sbezverk so just add another line at the end for that special then? | 19:25 |
vhosakot | sdake: swift_rsyncd is restarted if inventory_hostname not in groups['swift-proxy-server'] | 19:25 |
vhosakot | conditional containers must also be restarted | 19:25 |
sdake | agreed | 19:25 |
sbezverk | ok thanks for clarification.. | 19:26 |
sdake | vhosakot so just add the rsync entry and you are good to go - its in the swift-proy-server group | 19:26 |
vhosakot | yep | 19:26 |
vhosakot | sbezverk can do it... add that extra step.. I'm debugging nova restarts | 19:27 |
sdake | resetting my cisco password, hope I see you all on the other side :) | 19:27 |
* sdake grumps | 19:27 | |
*** chandankumar has quit IRC | 19:27 | |
vhosakot | sdake: good luck! | 19:27 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla: Reconfigure for Swift https://review.openstack.org/288059 | 19:29 |
sdake | vhosakot i'm going to need it! | 19:31 |
vhosakot | sdake: ;) | 19:32 |
vhosakot | sbezverk: let us wait until the gate results come out | 19:32 |
sbezverk | vhosakot sure, as long as wait is not for me ;-) | 19:33 |
*** sdake_ has joined #kolla | 19:35 | |
*** sdake has quit IRC | 19:35 | |
*** daneyon_ has quit IRC | 19:40 | |
openstackgerrit | Andrey Pavlov proposed openstack/kolla-mesos: New per-service CLI access https://review.openstack.org/286799 | 19:45 |
dave-mccowan | sdake 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 |
SamYaple | dave-mccowan: on service shouldn't affect the other | 19:51 |
SamYaple | but _all_ services are in various states of working | 19:51 |
openstackgerrit | Merged openstack/kolla: Reconfigure neutron service https://review.openstack.org/287651 | 19:51 |
SamYaple | feel free to turn them all on | 19:52 |
dave-mccowan | SamYaple 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 |
SamYaple | w00t ayoung all merged for v3. no v2.0 endpoints | 19:54 |
*** ayoung has quit IRC | 19:56 | |
sdake_ | dave-mccowan i think magnum probably doesn't work | 19:57 |
sdake_ | dave-mccowan other then that, things should be working | 19:57 |
*** dwalsh has quit IRC | 19:59 | |
*** dwalsh has joined #kolla | 20:01 | |
*** fthiagogv has joined #kolla | 20:01 | |
sbezverk | sdake how long usually takes for jenkins check to complete? | 20:05 |
openstackgerrit | Ryan Hallisey proposed openstack/kolla: Libvirt needs openvswitch to connect br-int https://review.openstack.org/288075 | 20:07 |
*** shardy has joined #kolla | 20:10 | |
*** sdake_ has quit IRC | 20:11 | |
*** sdake has joined #kolla | 20:12 | |
vhosakot | sbezverk: failed again | 20:12 |
vhosakot | sbezverk: ERROR:root:./ansible/roles/swift/tasks/reconfigure.yml failed validation: while scanning for the next token | 20:12 |
vhosakot | sbezverk: in "./ansible/roles/swift/tasks/reconfigure.yml", line 7, column 1 | 20:12 |
vhosakot | tester first, developer next | 20:14 |
vhosakot | sdake: SamYaple: thanks for merging neutron reconfig! nova should be out soon | 20:16 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla: Reconfigure for Swift https://review.openstack.org/288059 | 20:16 |
openstackgerrit | Dave McCowan proposed openstack/kolla: Add TLS protection on external API endpoints https://review.openstack.org/286988 | 20:16 |
sbezverk | vhosakot yeah, damn 'tab' got in, removed and re-submitted.. | 20:16 |
vhosakot | sbezverk: you must test first :) | 20:18 |
vhosakot | Jeffrey and I are following this - https://etherpad.openstack.org/p/kolla-mitaka-testing-reconfigure | 20:19 |
sdake | vhosakot FWIW sbezverk did test an earlier revision which he said worked | 20:20 |
vhosakot | cool, cool. | 20:21 |
*** dave-mccowan has quit IRC | 20:26 | |
*** dmsimard has joined #kolla | 20:27 | |
*** ayoung has joined #kolla | 20:33 | |
openstackgerrit | Ryan Hallisey proposed openstack/kolla: Libvirt needs openvswitch to connect br-int https://review.openstack.org/288075 | 20:35 |
d_code | if 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 option | 20:39 |
d_code | does that go in /etc/oslo-config-generator/kolla-build.conf ? | 20:40 |
sdake | hey SamYaple the ceph containers upstream are licensed under which license? | 20:48 |
SamYaple | you mean like ceph/ceph-docker? | 20:50 |
*** dave-mccowan has joined #kolla | 20:51 | |
*** dave-mcc_ has joined #kolla | 20:54 | |
sdake | SamYaple yes | 20:54 |
*** salv-orlando has quit IRC | 20:55 | |
*** salv-orlando has joined #kolla | 20:55 | |
sdake | i see mit | 20:55 |
sdake | i seem to recall not mit :) | 20:55 |
SamYaple | im not sure, why whats up? | 20:55 |
sdake | i think itwould be interesting to break out ceph separately into kolla-ceph | 20:56 |
SamYaple | i suggested that months ago and you freaked out! | 20:56 |
sdake | so folks could have a reusable ceph deployment | 20:56 |
SamYaple | but i fully agree | 20:56 |
sdake | i was freaked out by galaxy | 20:56 |
sdake | because i dont quite understand galaxy | 20:57 |
sdake | not really freaked out, just needed more info | 20:57 |
SamYaple | as long as the dockerfiles stick in the kolla repo external ceph usage is fine | 20:57 |
sdake | we would need some special playbooks to handle that, or would that go in galaxy? | 20:57 |
*** dave-mccowan has quit IRC | 20:57 | |
SamYaple | im not sure how that would look nor do i have the cycles to think about it | 20:58 |
sdake | i think our ceph implementation is pretty rockin - not sure about ceph/ceph-docker | 20:58 |
sdake | have you tried ceph-docker? | 20:59 |
SamYaple | lets stick with getting mitaka out and circle back around to this | 20:59 |
SamYaple | i have | 20:59 |
SamYaple | i know leseb | 20:59 |
sdake | yes this is a midcycle topic | 20:59 |
SamYaple | openstack-ansible is using ceph-asnible | 20:59 |
sdake | rather austin summit topic | 20:59 |
SamYaple | i got ceph-ansible/ceph-docker to use the openstack-ansible way of configuring things | 20:59 |
SamYaple | originally they were going to do our augment file stuff, but thats not very ansibley | 21:00 |
SamYaple | openstack-ansible has a very ansibley action plugin | 21:00 |
*** mbound has joined #kolla | 21:01 | |
sdake | where is ceph-ansible/ceph-docker located? | 21:01 |
SamYaple | github.com/ceph/ceph-{asnible,docker} | 21:03 |
*** fthiagogv_ has joined #kolla | 21:18 | |
*** fthiagogv has quit IRC | 21:21 | |
*** daneyon has joined #kolla | 21:21 | |
sdake | SamYaple got it thanks | 21:24 |
*** ayoung has quit IRC | 21:24 | |
*** dave-mcc_ has quit IRC | 21:31 | |
sbezverk | sdake looks like the change is ok this time.. | 21:36 |
*** fthiagogv_ has quit IRC | 21:36 | |
*** dave-mccowan has joined #kolla | 21:40 | |
*** jmccarthy1 has joined #kolla | 21:41 | |
openstackgerrit | Artur Zarzycki proposed openstack/kolla: Fix ubuntu marathon container https://review.openstack.org/288144 | 21:45 |
openstackgerrit | Vikram Hosakote proposed openstack/kolla: Reconfigure nova service https://review.openstack.org/288146 | 21:48 |
sdake | elemoine around? | 21:48 |
openstackgerrit | Merged openstack/kolla: Introduce the hacking module to kolla https://review.openstack.org/269403 | 21:48 |
vhosakot | sdake: SamYaple: reconfig nova done and out for review! | 21:49 |
sdake | WTS DROP ROOT FOR NEUTRON AND CEPH | 21:49 |
sdake | vhosakot nice | 21:49 |
* vhosakot is waiting for gate results | 21:49 | |
sdake | any postponed items that make sense to carry forward in these blueprints i will be filing essential bugs for in rc1 | 21:50 |
sdake | postponed as in workitems are postponed | 21:50 |
vhosakot | SamYaple: reconfig of memcached is not supported as it does not have a config file.. is this right ? | 21:57 |
sbezverk | can 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 |
sdake | docker images | grep rsync shows no results? | 22:00 |
vhosakot | sbezverk: do you have "enable_swift : "yes" in /etc/kolla/globals.yml ? https://github.com/openstack/kolla/blob/a0fc2bd644ab24b482975c3741872384c754ab03/doc/swift-guide.rst | 22:01 |
*** gfidente has quit IRC | 22:02 | |
*** alyson_ has quit IRC | 22:02 | |
sdake | sbezverk swift-rsyncd builds for me | 22:03 |
rhallisey | sdake, what filesystem do you use? Which was fastest for builds? | 22:05 |
rhallisey | I forgot which was best | 22:05 |
sbezverk | vhosakot If I did not, do you think other swift containers would be deployed ;-) ?? | 22:05 |
sbezverk | sdake I manually build container but it still does not get deployed along with the rest of swift containers | 22:08 |
sdake | there must be a problem in the start.yml | 22:08 |
sdake | or in the inventory file | 22:09 |
*** shardy has quit IRC | 22:10 | |
sbezverk | sdake could you share you start.yml so I could diff them | 22:10 |
openstackgerrit | Yarko Tymciurak proposed openstack/kolla: Manila upgrade stub https://review.openstack.org/288155 | 22:14 |
inc0 | nihilifer, we had race condigion in review;) | 22:19 |
inc0 | nihilifer, reason we want it fast is that you can't run kolla-ansible upgrade without it | 22:20 |
sdake | SamYaple 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_335 | 22:20 |
*** dwalsh has quit IRC | 22:20 | |
nihilifer | inc0: yes, i see. i removed my vote | 22:20 |
SamYaple | sdake: yea thats a failure. i submited a patch or it the otherday but let prithiv take over | 22:21 |
SamYaple | sdake: if he hasnt published a patch i can restore mine | 22:21 |
inc0 | ok, I'm off for today | 22:21 |
inc0 | cya guys tomorrow | 22:21 |
SamYaple | if its affecting gate it needs a quick merge | 22:21 |
sdake | later inc0 | 22:22 |
SamYaple | sdake: https://review.openstack.org/#/c/287429/ | 22:22 |
sdake | SamYaple ya it seems off and on | 22:22 |
sdake | SamYaple is that patch ready to go? | 22:22 |
sdake | inc0 +2 that change real quick like :) | 22:23 |
sdake | I'll talk to sam if it needs a workflow | 22:23 |
sdake | or if it needs further work | 22:23 |
sdake | the gate is bustola sometimes | 22:23 |
sdake | I can't get the damn manila patch past the gate | 22:23 |
SamYaple | sdake: yea its ready to go https://review.openstack.org/#/c/287429 | 22:24 |
*** inc0 has quit IRC | 22:24 | |
openstackgerrit | Merged openstack/kolla: Add TLS protection on external API endpoints https://review.openstack.org/286988 | 22:25 |
sdake | nihilifer can you ack SamYaple's patch above | 22:25 |
openstackgerrit | Sam Yaple proposed openstack/kolla: When ansible fails it still reads chaged key https://review.openstack.org/287429 | 22:26 |
SamYaple | sdake: updated teh commit message to include the reported bug | 22:26 |
SamYaple | jenkins hadn't run yet so no lost time | 22:26 |
nihilifer | sdake: sure, done | 22:27 |
sdake | nihilifer you will ahve to rebase your manila upgrade patch | 22:29 |
sdake | SamYaple this has been tested if you have a moment to review https://review.openstack.org/#/c/288059/4 | 22:34 |
*** ayoung has joined #kolla | 22:36 | |
sbezverk | sdake 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-server | 22:39 |
sdake | sbezverk got it | 22:40 |
sdake | sbezverk your patch has a minor error | 22:40 |
*** daneyon_ has joined #kolla | 22:40 | |
sdake | can you edit and resubmit plz | 22:40 |
sdake | hey daneyon | 22:40 |
sbezverk | it makes things more difficult becasuse for reconfigure, each container is checked if it running | 22:41 |
sbezverk | if one of dependent containers is not running reconfig fails | 22:41 |
SamYaple | sbezverk: yea thats a bug. i tried to get those out of the intial review i got a few, but that one must have slipped by | 22:41 |
*** rhallisey has quit IRC | 22:41 | |
SamYaple | it should be the list of three servers | 22:41 |
*** absubram has quit IRC | 22:41 | |
sdake | we can probably handle rsync as a techdebt bug | 22:41 |
sdake | if we dont have an immediate solution that will merge today | 22:42 |
sbezverk | sdake should I remove rsync then from the commit? | 22:42 |
openstackgerrit | Merged openstack/kolla: Make Heka collect Manila logs https://review.openstack.org/286876 | 22:42 |
SamYaple | sbezverk: its a three line change | 22:42 |
*** jtriley has quit IRC | 22:42 | |
sdake | i'm not sure if SamYaple has an immediate solution, he is our ansible expert around these parts | 22:42 |
*** daneyon has quit IRC | 22:43 | |
nihilifer | sdake: i'm going sleep unfortunately. if mlima will not be f | 22:43 |
sbezverk | SamYaple, please let me know how it can be fixed or point to an example | 22:43 |
sdake | nihilifer i'll rebase for you if you like | 22:43 |
nihilifer | will not be here*, i can rebase it when i'll wake up | 22:43 |
sdake | i can self approve rebases so we have enough people to approe changes | 22:44 |
sdake | or asalkeld can approve when he rolls in | 22:44 |
nihilifer | cool, thank you | 22:46 |
asalkeld | o/ | 22:46 |
sdake | asalkeld this needs a review plz https://review.openstack.org/#/c/287490/ | 22:49 |
asalkeld | ok | 22:49 |
*** jmccarthy1 has quit IRC | 22:49 | |
sdake | SamYaple re https://review.openstack.org/#/c/288059/ can you suggest the 3 line change that deals with rsync not being run on an AIO node | 22:50 |
openstackgerrit | Dave McCowan proposed openstack/kolla: Add two more flavors of openrc to post-deploy https://review.openstack.org/288165 | 22:50 |
sdake | sbezverk is not a ansible wizard | 22:50 |
SamYaple | sdake: change the when conditional to match all the other ones | 22:50 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla: Reconfigure for Swift https://review.openstack.org/288059 | 22:52 |
sdake | SamYaple there area bunch of when conditionals - which one specificallly - cn you leav your comment in the review? | 22:52 |
sbezverk | sdake addressed last comment and re-submitted | 22:52 |
sbezverk | SamYaple, if you have ansible doc handy please share so I could rtfm.. | 22:53 |
openstackgerrit | Merged openstack/kolla: Reconfigure for Heat https://review.openstack.org/287490 | 22:54 |
*** ayoung has quit IRC | 22:55 | |
*** sdake has quit IRC | 22:57 | |
*** sdake has joined #kolla | 23:00 | |
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 it | 23:08 |
*** sdake has quit IRC | 23:11 | |
*** blahRus has quit IRC | 23:11 | |
*** alisonh has left #kolla | 23:13 | |
openstackgerrit | Merged openstack/kolla: Manila upgrade stub https://review.openstack.org/288155 | 23:14 |
*** sdake has joined #kolla | 23:17 | |
*** ayoung has joined #kolla | 23:18 | |
asalkeld | my 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 IRC | 23:18 | |
asalkeld | (anyone remember how to solve this) | 23:18 |
vhosakot | sbezverk: the swift patch set looks great | 23:19 |
vhosakot | sbezverk: +1' ed it... so, it the rsuncd service up now ? | 23:20 |
vhosakot | rsyncd* | 23:20 |
*** sdake has quit IRC | 23:22 | |
vhosakot | sdake: 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 set | 23:23 |
*** Jeffrey4l has joined #kolla | 23:23 | |
*** vhosakot has quit IRC | 23:25 | |
sbezverk | vhosakot it will not be up in all-in-one deployment | 23:28 |
sbezverk | it does not start if it sits on the same box as swift-proxy-server | 23:28 |
*** spisarski has quit IRC | 23:32 | |
*** neophy has quit IRC | 23:34 | |
openstackgerrit | Merged openstack/kolla: When ansible fails it still reads chaged key https://review.openstack.org/287429 | 23:34 |
*** sdake has joined #kolla | 23:41 | |
sdake | yo was out for a bit taking a break | 23:41 |
sdake | anyone need anything? | 23:41 |
*** rhallisey has joined #kolla | 23:42 | |
*** Jeffrey4l has quit IRC | 23:47 | |
*** salv-orl_ has joined #kolla | 23:52 | |
*** salv-orlando has quit IRC | 23: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 it | 23:56 |
sdake | yes but that doesnt handle the case of stopping it when config strategy is copy-once | 23:57 |
sdake | SamYaple 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!