*** banix has joined #kolla | 00:00 | |
*** weiyu_ has joined #kolla | 00:00 | |
*** weiyu_ has quit IRC | 00:03 | |
blakec | jpeeler: I'd like to help out with the Ironic ansible bits—I'm using kolla for ironic dev right now. Some service structure questions though... | 00:03 |
---|---|---|
blakec | I chose to create an ironic_data container with /tftboot, shared by ironic_conductor and a tftp container | 00:04 |
blakec | iscsi in the conductor was giving me trouble with an ubuntu host and centos ironic_conductor container b/c of iscsiadm (userspace) to iscsid.socket interactions | 00:06 |
blakec | ubuntu host with ubuntu-source ironic_conductor works fine | 00:06 |
blakec | thoughts? | 00:07 |
*** ccrouch has quit IRC | 00:08 | |
sdake | blakec jpeeler is on the east coast he may not be around at this time | 00:09 |
*** ccrouch has joined #kolla | 00:09 | |
blakec | ah. thanks. will catch up tmrw | 00:10 |
blakec | however, general question though regarding dev workflow. are kolla/docker and kolla/docker_templates basically maintained in parallel? | 00:13 |
sdake | not sure what code your looking at but kolla/docker_tempaltes was moved to kolla/docker | 00:13 |
sdake | and kolla/docker was removed | 00:13 |
sdake | so the answer is no :) | 00:14 |
blakec | Ah! last pull in this particular repo was Aug 24. | 00:15 |
sdake | if you need iscsi connectivity you might try bindmounting /run | 00:15 |
sdake | ya i think i changed that 25 or 26th | 00:15 |
blakec | I will update :) | 00:15 |
sdake | code base was moving at high velocity for most of liberty-3 | 00:15 |
sdake | now things have slowed down a bit | 00:15 |
sdake | now that we are in rcs | 00:15 |
blakec | yep :), it works pretty well as long as host and container distro are the same | 00:16 |
blakec | should there be any kind of check for that situation? | 00:16 |
sdake | that is why you can build for every distroy ou liek ;) | 00:16 |
blakec | just a "hey, try building with this other distro…" | 00:16 |
sdake | centos, fedora, oracle linux, rhel, ubuntu | 00:17 |
sdake | note fedora is busted | 00:17 |
sdake | other distros are at various stages of only supporting from source | 00:17 |
sdake | only centos has binary for example | 00:17 |
blakec | gotcha | 00:18 |
*** ccrouch has quit IRC | 00:18 | |
*** jruano has joined #kolla | 00:18 | |
blakec | sdake, have you heard anything recent on this blueprint https://blueprints.launchpad.net/ironic/+spec/override-pxe-options-via-glance-property ? | 00:19 |
*** ccrouch has joined #kolla | 00:19 | |
sdake | i think it is implemented but i could be mistaken | 00:19 |
blakec | I needed that functionality in ironic too, so I rebased the current patch after there were a bunch of changes post-kilo | 00:20 |
blakec | Ok... I'll work with lucasagomes | 00:20 |
sdake | blakec you a rhatter? | 00:22 |
blakec | nope, but i keep running into them around this ironic stuff ;) | 00:22 |
blakec | happy to have their help | 00:25 |
*** ccrouch has quit IRC | 00:29 | |
sdake | blakec have you deployed openstack using kolla then? | 00:30 |
blakec | correct | 00:30 |
sdake | any feedback? | 00:31 |
sdake | and top 3 pain points? | 00:32 |
*** dolpher has joined #kolla | 00:32 | |
blakec | Sure, was just typing some points of praise: I am very much a subscriber of the atomic upgrades philosophy. I have been bitten before when my code worked with one release, but a change in another API caused a spiral of troubles. | 00:32 |
*** ccrouch has joined #kolla | 00:33 | |
blakec | the ansible deploy obscured how to actually troubleshoot failures —perhaps there are less failures now, but I encountered quite a few trying to use tag:latest circa Sep 1 | 00:33 |
sdake | oh ya you really do have to build your own images at this point | 00:34 |
sdake | especially during development | 00:34 |
sdake | diagnostics are definately a rough spot in kolla | 00:35 |
blakec | now I know: 1) use the same distro as the host, 2) disable haproxy in site.yml (disable_haproxy didn't work—may be fixed now). 3) "docker ps | grep Restarting" … docker logs | 00:36 |
sdake | ya having to be an expert at the internals of kolla is ideally not how diagnostics should work :) | 00:37 |
blakec | but that all seemed fine once I figured out the internals. so I'm very happy now :) | 00:37 |
sdake | we do know diags are a problem and are working to improve the situation | 00:38 |
sdake | but i'm afraid the good stuff with diags wont land until mitaka | 00:38 |
blakec | make sense. seems like the project is advancing very well. I didn't start off with the impression that ./kolla-ansible deploy was like packstack from RDO or anything | 00:39 |
sdake | other pain points beyond diags and image builds in the registry? | 00:39 |
sdake | you think they are similar? | 00:40 |
blakec | Not really, but I suppose you could make the stable release basically a fire-and-forget operations | 00:41 |
sdake | have you tried multinode deployment with ha? | 00:41 |
blakec | no, I haven't | 00:41 |
sdake | works pretty well | 00:41 |
sdake | thats how i run 90% of the time | 00:42 |
blakec | that's pretty cool. most operators are very afraid of that. | 00:42 |
sdake | afraid of multinode ha? | 00:42 |
blakec | yeah, the impression is that complexity is much greater than a simple openstack deloy | 00:43 |
sdake | not much more so | 00:44 |
sdake | works like a champ for me, although I am not operating a cloud ;) | 00:44 |
sdake | and i only have 3 baremetal machines | 00:44 |
*** ccrouch has quit IRC | 00:44 | |
blakec | I think that's really valuable to demonstrate that its not much more difficult | 00:44 |
sdake | are you operating a cloud or playing around with the tech? | 00:45 |
blakec | I'll give it a go | 00:45 |
blakec | trying to develop new features around ironic to put into production, but not operating one myself, no | 00:46 |
*** ccrouch has joined #kolla | 00:46 | |
*** dayou has joined #kolla | 00:47 | |
blakec | oh, my initial pain point was that i couldn't pull images from dockerhub | 00:48 |
blakec | links were broken? | 00:49 |
blakec | or credentials required? | 00:49 |
sdake | yup everyone struggles with that | 00:49 |
sdake | liberty should be the first release where the images in the docker registry should work ;-) | 00:49 |
*** dolpher1 has joined #kolla | 00:49 | |
blakec | Ah. cool. | 00:50 |
*** dolpher has quit IRC | 00:51 | |
blakec | Well I look forward to contributing to the project… Dan walsh's posts mentioning kolla WRT "super-privilieged" containers got me interested in the project in the first place. | 00:52 |
sdake | i dont recall seeing that, was it a blog post or something? | 00:53 |
sdake | writing docs about how to deal with the pain points is highly appreciatied :) | 00:53 |
*** dolpher has joined #kolla | 00:56 | |
blakec | Hmm. thought I saw it in his blog, but also:https://twitter.com/rhatdan/status/519467842727858176 | 00:57 |
openstackgerrit | Steven Dake proposed stackforge/kolla: Make nova use a data container https://review.openstack.org/222004 | 00:58 |
*** dolpher1 has quit IRC | 00:58 | |
sdake | oh kubernetes- ya we tried that didn't work out | 00:58 |
sdake | had to abandon that approach | 00:59 |
blakec | maybe it was his Summit talk | 00:59 |
blakec | anyway, why abandon? | 00:59 |
blakec | sorry if its a long answer, I was interested in that approach | 00:59 |
sdake | kubernetes doesn't work well with --net=host option which we require in our methodology | 01:00 |
sdake | kubernetes has no way to persistently store data | 01:00 |
sdake | kubernetes network model is just not ideal for working with bare metal cloud infrastructure | 01:00 |
sdake | there are a slew of reasons, basically the idea wont ever work imo :) | 01:00 |
blakec | yep, makes sense. well that's a bummer. | 01:01 |
sdake | it might work some day but atm its too complex ot try to tackle | 01:03 |
sdake | when i started kolla we trid to tackle atomic, kubernetes, docker, deploying openstack | 01:04 |
sdake | too much stuff all at once | 01:04 |
*** vilobhmm_11 has quit IRC | 01:04 | |
sdake | blunder on my part | 01:04 |
sdake | live and learn | 01:04 |
*** vilobhmm_11 has joined #kolla | 01:04 | |
*** dayou has quit IRC | 01:08 | |
*** alisonh has quit IRC | 01:10 | |
*** jtriley has joined #kolla | 01:11 | |
*** dims_ has joined #kolla | 01:16 | |
*** jtriley has quit IRC | 01:17 | |
*** weiyu_ has joined #kolla | 01:18 | |
*** dims has quit IRC | 01:19 | |
*** zhiwei has joined #kolla | 01:19 | |
*** ccrouch has quit IRC | 01:20 | |
*** achanda has quit IRC | 01:26 | |
openstackgerrit | Merged stackforge/kolla: Change default ansible_ssh_user to "kolla" https://review.openstack.org/221700 | 01:28 |
*** erkules_ has joined #kolla | 01:28 | |
*** vilobhmm_11 has quit IRC | 01:28 | |
*** achanda has joined #kolla | 01:29 | |
*** alisonh has joined #kolla | 01:30 | |
*** erkules has quit IRC | 01:31 | |
*** diogogmt has joined #kolla | 01:33 | |
*** SourabhP has quit IRC | 01:35 | |
*** Haomeng|2 has joined #kolla | 01:51 | |
*** Haomeng has quit IRC | 01:55 | |
*** zhiwei has quit IRC | 01:56 | |
*** vilobhmm_11 has joined #kolla | 01:56 | |
*** alisonh has quit IRC | 01:56 | |
*** alisonh has joined #kolla | 02:02 | |
openstackgerrit | Steven Dake proposed stackforge/kolla: Enable nova-libvirt to be updated https://review.openstack.org/222014 | 02:16 |
openstackgerrit | Kuo-tung Kao proposed stackforge/kolla: Add deploy all in one node document https://review.openstack.org/221587 | 02:18 |
*** jasonsb has joined #kolla | 02:21 | |
*** unicell has quit IRC | 02:28 | |
*** blakec has quit IRC | 02:33 | |
*** vilobhmm_11 has quit IRC | 02:36 | |
*** tfukushima has joined #kolla | 02:37 | |
kjelly | sdake: https://bugs.launchpad.net/kolla/+bug/1487458 the issue happened when building images. I think we should document this in "doc/image-building.rst" How do you think ? | 02:37 |
openstack | Launchpad bug 1487458 in kolla "build.py fails with error on AUFS" [Medium,In progress] - Assigned to jelly (coding1314) | 02:37 |
sdake | sounds good kjelly | 02:38 |
*** dayou has joined #kolla | 02:48 | |
*** jruano has quit IRC | 02:51 | |
*** jruano has joined #kolla | 02:55 | |
*** sdake_ has joined #kolla | 02:56 | |
*** sdake__ has joined #kolla | 02:57 | |
*** sdake has quit IRC | 02:58 | |
*** sdake_ has quit IRC | 03:01 | |
*** jruano has quit IRC | 03:04 | |
*** dims_ has quit IRC | 03:23 | |
*** apmelton has quit IRC | 03:26 | |
*** apmelton has joined #kolla | 03:28 | |
*** sdake__ is now known as sdake | 03:30 | |
*** achanda has quit IRC | 03:38 | |
*** achanda has joined #kolla | 03:38 | |
*** diga has joined #kolla | 03:47 | |
openstackgerrit | Steven Dake proposed stackforge/kolla: Make nova use a data container https://review.openstack.org/222004 | 04:03 |
openstackgerrit | Steven Dake proposed stackforge/kolla: Enable nova-libvirt to be updated https://review.openstack.org/222014 | 04:03 |
*** shardy_ has joined #kolla | 04:05 | |
*** shardy has quit IRC | 04:07 | |
openstackgerrit | Steven Dake proposed stackforge/kolla: Make nova use a data container https://review.openstack.org/222004 | 04:08 |
openstackgerrit | Steven Dake proposed stackforge/kolla: Enable nova-libvirt to be updated https://review.openstack.org/222014 | 04:08 |
*** shardy_ has quit IRC | 04:11 | |
*** shardy has joined #kolla | 04:11 | |
*** banix has quit IRC | 04:19 | |
*** zhiwei has joined #kolla | 04:23 | |
*** weiyu_ has quit IRC | 04:23 | |
*** dims has joined #kolla | 04:23 | |
*** dims has quit IRC | 04:30 | |
*** vilobhmm_11 has joined #kolla | 04:30 | |
*** diga has quit IRC | 04:50 | |
mandre | centos-binary gate is failing because of 404 on http://trunk.rdoproject.org/centos7/current/delorean.repo | 04:54 |
*** Haomeng|2 is now known as Haomeng | 04:58 | |
*** unicell has joined #kolla | 05:04 | |
sdake | ya | 05:09 |
sdake | delorean is a bunch of fail | 05:09 |
*** sdake_ has joined #kolla | 05:12 | |
*** sdake has quit IRC | 05:15 | |
*** sdake_ has quit IRC | 05:16 | |
*** sdake_ has joined #kolla | 05:18 | |
*** weiyu_ has joined #kolla | 05:18 | |
*** sdake_ is now known as sdake | 05:21 | |
*** weiyu_ has quit IRC | 05:28 | |
*** sdake_ has joined #kolla | 05:29 | |
*** sdake has quit IRC | 05:30 | |
*** weiyu_ has joined #kolla | 05:40 | |
*** weiyu_ has quit IRC | 05:50 | |
openstackgerrit | Kuo-tung Kao proposed stackforge/kolla: Add deploy all in one node document https://review.openstack.org/221587 | 05:59 |
*** sdake has joined #kolla | 06:08 | |
*** sdake_ has quit IRC | 06:11 | |
*** weiyu_ has joined #kolla | 06:12 | |
*** sdake has quit IRC | 06:28 | |
*** sdake has joined #kolla | 06:29 | |
*** Haomeng|2 has joined #kolla | 06:36 | |
*** vilobhmm_111 has joined #kolla | 06:37 | |
*** vilobhmm_11 has quit IRC | 06:39 | |
*** Haomeng has quit IRC | 06:39 | |
*** achanda has quit IRC | 06:39 | |
*** achanda has joined #kolla | 06:39 | |
*** achanda has quit IRC | 06:48 | |
*** vilobhmm_111 has quit IRC | 06:49 | |
*** achanda has joined #kolla | 06:53 | |
*** achanda has quit IRC | 06:54 | |
openstackgerrit | Kuo-tung Kao proposed stackforge/kolla: build.py fails with error on AUFS https://review.openstack.org/222050 | 07:00 |
*** achanda has joined #kolla | 07:00 | |
*** achanda has quit IRC | 07:06 | |
*** achanda has joined #kolla | 07:06 | |
*** achanda has quit IRC | 07:12 | |
*** inc0 has joined #kolla | 07:15 | |
inc0 | SamYaple, are you back from wherever you've been?:) | 07:22 |
*** chandankumar has joined #kolla | 07:23 | |
*** weiyu_ has quit IRC | 07:23 | |
*** jmccarthy has joined #kolla | 07:25 | |
*** inc0 has quit IRC | 07:28 | |
*** weiyu_ has joined #kolla | 07:31 | |
*** Haomeng has joined #kolla | 07:51 | |
*** Haomeng|2 has quit IRC | 07:55 | |
*** diga has joined #kolla | 07:56 | |
*** mbound has joined #kolla | 07:59 | |
openstackgerrit | Merged stackforge/kolla: build.py fails with error on AUFS https://review.openstack.org/222050 | 08:02 |
*** gfidente is now known as gfidente|afk | 08:11 | |
*** sdake has quit IRC | 08:17 | |
*** weiyu_ has quit IRC | 08:24 | |
*** athomas has joined #kolla | 08:25 | |
*** weiyu_ has joined #kolla | 08:26 | |
openstackgerrit | Merged stackforge/kolla: Add deploy all in one node document https://review.openstack.org/221587 | 08:30 |
*** mbound has quit IRC | 08:35 | |
*** SourabhP has joined #kolla | 08:59 | |
*** pbourke has quit IRC | 09:06 | |
*** pbourke has joined #kolla | 09:07 | |
*** mbound has joined #kolla | 09:07 | |
*** dayou has quit IRC | 09:08 | |
vbel | good morning/evening everyone | 09:11 |
vbel | anybody tested nova compute of source type? | 09:12 |
vbel | It looks like it misses qemu-img | 09:12 |
*** weiyu_ has quit IRC | 09:13 | |
*** weiyu_ has joined #kolla | 09:14 | |
openstackgerrit | Merged stackforge/kolla: Make nova use a data container https://review.openstack.org/222004 | 09:15 |
openstackgerrit | Merged stackforge/kolla: Enable nova-libvirt to be updated https://review.openstack.org/222014 | 09:15 |
*** dims has joined #kolla | 09:31 | |
*** SourabhP_ has joined #kolla | 09:37 | |
*** dims has quit IRC | 09:38 | |
*** mbound has quit IRC | 09:38 | |
*** mbound has joined #kolla | 09:39 | |
*** SourabhP has quit IRC | 09:40 | |
*** SourabhP_ is now known as SourabhP | 09:40 | |
*** dims has joined #kolla | 09:49 | |
*** SourabhP_ has joined #kolla | 09:50 | |
*** SourabhP has quit IRC | 09:51 | |
*** SourabhP_ is now known as SourabhP | 09:51 | |
*** SourabhP has quit IRC | 10:15 | |
*** tummy has quit IRC | 10:19 | |
*** dolpher has quit IRC | 10:20 | |
*** diga has quit IRC | 10:22 | |
openstackgerrit | Vladislav Belogrudov proposed stackforge/kolla: First keepalived container is started with wrong priority https://review.openstack.org/222116 | 10:24 |
vbel | ^^ this gives error inside of first keepalived | 10:26 |
*** mbound has quit IRC | 10:40 | |
*** rhallisey has joined #kolla | 10:44 | |
openstackgerrit | Vladislav Belogrudov proposed stackforge/kolla: Ansible does not wait for virtual IP to appear https://review.openstack.org/222130 | 10:51 |
vbel | ^^^ very important timing issue | 10:52 |
rhallisey | that might be what's blocking me | 10:53 |
rhallisey | I think fixes https://bugs.launchpad.net/kolla/+bug/1491782 | 10:54 |
openstack | Launchpad bug 1491782 in kolla "Fail to create haproxy mysql user" [Critical,Triaged] | 10:54 |
vbel | yes, looks like it is | 10:56 |
rhallisey | figured it was a race | 10:56 |
rhallisey | wasn't sure where | 10:56 |
vbel | no, haproxy mysql user does not use VIP | 10:56 |
vbel | at least it should directly check mysql nodes for haproxy user | 10:57 |
vbel | another less important fix is for keepalived error: https://bugs.launchpad.net/kolla/+bug/1494237 | 10:58 |
openstack | Launchpad bug 1494237 in kolla "keepalived config has erroneous priority calculation" [High,In progress] - Assigned to Vladislav Belogrudov (vlad-belogrudov) | 10:58 |
*** zhiwei has quit IRC | 11:03 | |
*** shardy_ has joined #kolla | 11:05 | |
*** Haomeng|2 has joined #kolla | 11:07 | |
*** shardy has quit IRC | 11:07 | |
*** achanda has joined #kolla | 11:08 | |
*** weiyu_ has quit IRC | 11:08 | |
*** Haomeng has quit IRC | 11:10 | |
*** shardy_ has quit IRC | 11:11 | |
*** shardy has joined #kolla | 11:12 | |
*** achanda has quit IRC | 11:12 | |
openstackgerrit | Ryan Hallisey proposed stackforge/kolla: Replace config-external with a JSON file https://review.openstack.org/216874 | 11:30 |
*** weiyu_ has joined #kolla | 11:49 | |
openstackgerrit | Ryan Hallisey proposed stackforge/kolla: Replace config-external with a JSON file for Galera https://review.openstack.org/217880 | 11:50 |
*** dwalsh_ has joined #kolla | 11:50 | |
*** dwalsh has joined #kolla | 11:50 | |
openstackgerrit | Vladislav Belogrudov proposed stackforge/kolla: Source type nova compute container misses qemu-img on VM boot https://review.openstack.org/222154 | 12:00 |
openstackgerrit | Ryan Hallisey proposed stackforge/kolla: Replace config-external with a JSON file for Rabbitmq https://review.openstack.org/218496 | 12:00 |
*** Pencerval has joined #kolla | 12:03 | |
*** Pencerval has quit IRC | 12:04 | |
*** banix has joined #kolla | 12:04 | |
*** weiyu_ has quit IRC | 12:04 | |
*** Pencerval has joined #kolla | 12:04 | |
Pencerval | hi all | 12:04 |
Pencerval | someone could help me? | 12:05 |
Pencerval | im trying to install kolla in a centos7 | 12:05 |
rhallisey | sure | 12:05 |
Pencerval | and in the step | 12:05 |
Pencerval | sudo ansible-playbook -i inventory/all-in-one -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml site.yml | 12:05 |
Pencerval | im getting | 12:05 |
Pencerval | TASK: [mariadb | Creating haproxy mysql user] ********************************* | 12:05 |
Pencerval | failed: [localhost] => {"attempts": 10, "changed": false, "cmd": ["docker", "exec", "-t", "kolla_ansible", "/usr/bin/ansible", "localhost", "-m", "mysql_user", "-a", "login_host='192.168.0.184' login_port='3306' login_user='root' login_password='Pencerval1' name='haproxy' password='' host='%'"], "delta": "0:00:00.291898", "end": "2015-09-10 12:58:0 | 12:05 |
Pencerval | 0.585925", "failed": true, "rc": 2, "start": "2015-09-10 12:58:00.294027", "stdout_lines": ["localhost | FAILED! => {", " \"changed\": false, ", " \"failed\": true, ", " \"msg\": \"unable to connect to database, check login_user and login_password are correct or ~/.my.cnf has the credentials. Exception message: (1130, \\\"Host '192.168.0.1 | 12:05 |
Pencerval | 84' is not allowed to connect to this MariaDB server\\\")\"", "}"], "warnings": []} | 12:05 |
Pencerval | stdout: localhost | FAILED! => { | 12:05 |
Pencerval | "changed": false, | 12:05 |
Pencerval | "failed": true, | 12:05 |
Pencerval | "msg": "unable to connect to database, check login_user and login_password are correct or ~/.my.cnf has the credentials. Exception message: (1130, \"Host '192.168.0.184' is not allowed to connect to this MariaDB server\")" | 12:05 |
Pencerval | } | 12:05 |
Pencerval | msg: Task failed as maximum retries was encountered | 12:05 |
Pencerval | FATAL: all hosts have already failed -- aborting | 12:05 |
Pencerval | PLAY RECAP ******************************************************************** | 12:05 |
Pencerval | to retry, use: --limit @/root/site.retry | 12:05 |
Pencerval | localhost : ok=24 changed=0 unreachable=0 failed=1 | 12:05 |
Pencerval | im missing something? | 12:06 |
rhallisey | ya it's a know bug at the moment | 12:06 |
rhallisey | https://bugs.launchpad.net/kolla/+bug/1491782 | 12:06 |
openstack | Launchpad bug 1491782 in kolla "Fail to create haproxy mysql user" [Critical,Triaged] | 12:06 |
Pencerval | ok | 12:06 |
Pencerval | then | 12:06 |
Pencerval | im in a dead way atm? | 12:06 |
rhallisey | we're still trying to fix it, it's something that has popped up in the last few days | 12:07 |
Pencerval | :D | 12:07 |
rhallisey | ya the allinone is dead atm | 12:07 |
Pencerval | ok | 12:07 |
Pencerval | fuck | 12:07 |
Pencerval | xD | 12:07 |
rhallisey | ya sorry man | 12:07 |
rhallisey | hopefully we will have a fix shortly | 12:07 |
Pencerval | ok GL then | 12:08 |
Pencerval | and thanks | 12:08 |
rhallisey | no problem, sorry it doesn't work atm | 12:08 |
*** diogogmt has quit IRC | 12:08 | |
*** tfukushima has quit IRC | 12:09 | |
Pencerval | could i still use kolla | 12:09 |
Pencerval | for other services? | 12:09 |
Pencerval | or its better to wait a fix | 12:09 |
rhallisey | you can use multinode | 12:10 |
rhallisey | or use ubuntu | 12:10 |
rhallisey | I think this is just in centos | 12:10 |
Pencerval | ouch | 12:10 |
*** tfukushima has joined #kolla | 12:12 | |
openstackgerrit | Merged stackforge/kolla: Ansible does not wait for virtual IP to appear https://review.openstack.org/222130 | 12:17 |
openstackgerrit | Merged stackforge/kolla: First keepalived container is started with wrong priority https://review.openstack.org/222116 | 12:17 |
*** dims has quit IRC | 12:22 | |
*** dims has joined #kolla | 12:23 | |
openstackgerrit | Ryan Hallisey proposed stackforge/kolla: Replace config-external with a JSON file for Keystone https://review.openstack.org/218497 | 12:28 |
*** gfidente has joined #kolla | 12:37 | |
*** ccrouch has joined #kolla | 12:41 | |
openstackgerrit | Ryan Hallisey proposed stackforge/kolla: Replace config-external with a JSON file for Keystone https://review.openstack.org/218497 | 12:48 |
openstackgerrit | Ryan Hallisey proposed stackforge/kolla: Replace config-external with a JSON file for Glance https://review.openstack.org/218501 | 12:54 |
openstackgerrit | Ryan Hallisey proposed stackforge/kolla: Replace config-external with a JSON file for Galera https://review.openstack.org/217880 | 12:57 |
*** Pencerval has quit IRC | 12:58 | |
*** Pencerval has joined #kolla | 12:58 | |
openstackgerrit | Ryan Hallisey proposed stackforge/kolla: Replace config-external with a JSON file for Rabbitmq https://review.openstack.org/218496 | 12:59 |
openstackgerrit | Ryan Hallisey proposed stackforge/kolla: Replace config-external with a JSON file for Keystone https://review.openstack.org/218497 | 13:00 |
openstackgerrit | Ryan Hallisey proposed stackforge/kolla: Replace config-external with a JSON file for Glance https://review.openstack.org/218501 | 13:00 |
openstackgerrit | Ryan Hallisey proposed stackforge/kolla: Replace config-external with a JSON file for Glance https://review.openstack.org/218501 | 13:07 |
jmccarthy | Any else got some +2 love for this here to get it merged ? https://review.openstack.org/#/c/218795/ | 13:08 |
rhallisey | I got the +2 love. I'll take a look | 13:08 |
jmccarthy | Cool - thanks ! I was hoping it could make it without having to do JSON-ification first .. | 13:10 |
rhallisey | ya for sure | 13:10 |
*** ccrouch has quit IRC | 13:19 | |
*** ccrouch has joined #kolla | 13:24 | |
*** chandankumar has quit IRC | 13:26 | |
rhallisey | jmccarthy, nice job on swift. I left a comment in there | 13:31 |
rhallisey | don't worry about the json stuff, swift will merge first | 13:31 |
jmccarthy | Sweet - thanks =) ! | 13:37 |
*** jtriley has joined #kolla | 13:47 | |
*** Haomeng has joined #kolla | 13:52 | |
*** ccrouch has quit IRC | 13:54 | |
*** Haomeng|2 has quit IRC | 13:55 | |
*** jasonamyers has joined #kolla | 14:00 | |
*** shardy_ has joined #kolla | 14:05 | |
*** shardy has quit IRC | 14:06 | |
*** shardy_ has quit IRC | 14:10 | |
*** shardy has joined #kolla | 14:11 | |
*** jruano has joined #kolla | 14:14 | |
*** chandankumar has joined #kolla | 14:18 | |
*** diogogmt has joined #kolla | 14:29 | |
*** jruano_ has joined #kolla | 14:35 | |
*** jruano has quit IRC | 14:38 | |
openstackgerrit | Ryan Hallisey proposed stackforge/kolla: Replace config-external with a JSON file for Nova https://review.openstack.org/218505 | 14:38 |
*** vbel has quit IRC | 15:01 | |
*** vbel has joined #kolla | 15:01 | |
*** blahRus has joined #kolla | 15:03 | |
*** jruano_ has quit IRC | 15:06 | |
*** tummy has joined #kolla | 15:08 | |
*** tfukushima has quit IRC | 15:22 | |
*** diogogmt_ has joined #kolla | 15:36 | |
*** diogogmt has quit IRC | 15:37 | |
*** diogogmt_ is now known as diogogmt | 15:37 | |
*** tfukushima has joined #kolla | 15:38 | |
*** dwalsh has quit IRC | 15:42 | |
*** dwalsh_ has quit IRC | 15:43 | |
openstackgerrit | Ryan Hallisey proposed stackforge/kolla: Replace config-external with a JSON file for Nova https://review.openstack.org/218505 | 15:44 |
*** tummy has quit IRC | 15:50 | |
*** Pencerval_ has joined #kolla | 15:52 | |
*** Pencerval has quit IRC | 15:52 | |
*** Pencerval_ is now known as Pencerval | 15:53 | |
*** bmace has joined #kolla | 15:56 | |
*** ccrouch has joined #kolla | 15:56 | |
*** tummy has joined #kolla | 16:03 | |
*** banix has quit IRC | 16:06 | |
*** jasonsb has quit IRC | 16:08 | |
*** jasonsb has joined #kolla | 16:08 | |
*** ccrouch has quit IRC | 16:10 | |
*** ccrouch has joined #kolla | 16:11 | |
vbel | quite silent here, folks went to pub last night? :) | 16:11 |
Pencerval | hi again | 16:17 |
Pencerval | im triying to build the kolla images | 16:17 |
Pencerval | but kolla_ansible return | 16:18 |
Pencerval | kolla-ansible:The command '/bin/sh -c pip | 16:18 |
Pencerval | ERROR:__main__:kolla-ansible:The command '/bin/sh -c pip --no-cache-dir install shade' returned a non-zero code: 127 | 16:18 |
Pencerval | for all the images | 16:18 |
Pencerval | im missing something? | 16:18 |
Pencerval | ubuntu 14.04 | 16:18 |
Pencerval | pencerval@ubuntu-openstack:~$ pip -V pip 1.5.4 from /usr/lib/python2.7/dist-packages (python 2.7) | 16:19 |
*** tfukushima has quit IRC | 16:20 | |
*** mfalatic has joined #kolla | 16:20 | |
*** ccrouch has quit IRC | 16:23 | |
*** jasonsb has quit IRC | 16:23 | |
*** ccrouch has joined #kolla | 16:26 | |
*** tfukushima has joined #kolla | 16:26 | |
*** jasonsb has joined #kolla | 16:27 | |
*** ccrouch has quit IRC | 16:28 | |
vbel | what is your command to build? Do you have http proxy? | 16:28 |
*** ccrouch1 has joined #kolla | 16:28 | |
*** ccrouch1 has quit IRC | 16:28 | |
*** tfukushima has quit IRC | 16:28 | |
*** ccrouch has joined #kolla | 16:28 | |
*** tfukushima has joined #kolla | 16:28 | |
*** unicell has quit IRC | 16:32 | |
vbel | I am suspicious about the following in start.yml of neutron - http://paste.openstack.org/show/455368/ | 16:37 |
*** chandankumar has quit IRC | 16:38 | |
vbel | why do we do this on compute? e.g. compute does not have neutron_external_interface | 16:38 |
jmccarthy | Is it an artifact from aio deploy ? Guessing | 16:40 |
*** bradjones|away is now known as bradjones | 16:42 | |
*** achanda has joined #kolla | 16:42 | |
vbel | distributed :) | 16:43 |
*** dims_ has joined #kolla | 16:48 | |
*** walters has quit IRC | 16:50 | |
*** dims has quit IRC | 16:51 | |
*** tfukushima has quit IRC | 16:57 | |
*** tummy has quit IRC | 16:59 | |
*** tummy has joined #kolla | 17:04 | |
*** unicell has joined #kolla | 17:04 | |
*** blakec has joined #kolla | 17:04 | |
*** vilobhmm_11 has joined #kolla | 17:11 | |
*** athomas has quit IRC | 17:25 | |
*** tummy has quit IRC | 17:25 | |
*** achanda has quit IRC | 17:31 | |
*** achanda has joined #kolla | 17:32 | |
*** loth has joined #kolla | 17:37 | |
*** dwalsh has joined #kolla | 17:40 | |
*** dwalsh_ has joined #kolla | 17:40 | |
*** chandankumar has joined #kolla | 17:45 | |
*** banix has joined #kolla | 17:56 | |
*** tfukushima has joined #kolla | 17:57 | |
*** tfukushima has quit IRC | 18:01 | |
*** SourabhP has joined #kolla | 18:02 | |
Pencerval | vbel: | 18:13 |
Pencerval | i dont have any proxy | 18:14 |
Pencerval | my command to build is | 18:14 |
Pencerval | tools/build.py -b ubuntu | 18:14 |
*** blakec has quit IRC | 18:17 | |
*** SourabhP has quit IRC | 18:25 | |
*** tfukushima has joined #kolla | 18:27 | |
*** vilobhmm_11 has quit IRC | 18:30 | |
*** vilobhmm_11 has joined #kolla | 18:30 | |
*** tfukushima has quit IRC | 18:32 | |
*** tummy has joined #kolla | 18:33 | |
Pencerval | someone could help me? | 18:34 |
*** chandankumar has quit IRC | 18:41 | |
*** dims_ has quit IRC | 19:11 | |
*** dims has joined #kolla | 19:11 | |
*** achanda has quit IRC | 19:18 | |
*** achanda has joined #kolla | 19:20 | |
*** achanda has quit IRC | 19:22 | |
*** achanda_ has joined #kolla | 19:22 | |
rhallisey | Pencerval, hey sorry | 19:35 |
rhallisey | Pencerval, still around? | 19:35 |
rhallisey | Pencerval, ./tools/build.py -b ubuntu -t (binary || source) --tag latest | 19:36 |
*** jasonamyers has quit IRC | 19:38 | |
*** tummy has quit IRC | 19:40 | |
*** sdake has joined #kolla | 19:54 | |
sdake | yo | 19:56 |
*** achanda_ has quit IRC | 19:56 | |
rhallisey | sdake, hey | 19:57 |
rhallisey | sdake, posted a new set of patches for the reconfigure | 19:57 |
Pencerval | rhallisey: i will try it now | 19:59 |
Pencerval | thanks :D | 19:59 |
rhallisey | Pencerval, no problem | 19:59 |
openstackgerrit | Ryan Hallisey proposed stackforge/kolla: Replace config-external with a JSON file for Glance https://review.openstack.org/218501 | 20:00 |
*** sdake_ has joined #kolla | 20:02 | |
openstackgerrit | Ryan Hallisey proposed stackforge/kolla: Replace config-external with a JSON file for Glance https://review.openstack.org/218501 | 20:03 |
openstackgerrit | Ryan Hallisey proposed stackforge/kolla: Replace config-external with a JSON file https://review.openstack.org/216874 | 20:03 |
openstackgerrit | Ryan Hallisey proposed stackforge/kolla: Replace config-external with a JSON file for Keystone https://review.openstack.org/218497 | 20:03 |
openstackgerrit | Ryan Hallisey proposed stackforge/kolla: Replace config-external with a JSON file for Rabbitmq https://review.openstack.org/218496 | 20:03 |
openstackgerrit | Ryan Hallisey proposed stackforge/kolla: Replace config-external with a JSON file for Galera https://review.openstack.org/217880 | 20:03 |
openstackgerrit | Ryan Hallisey proposed stackforge/kolla: Replace config-external with a JSON file for Nova https://review.openstack.org/218505 | 20:03 |
*** sdake has quit IRC | 20:05 | |
Pencerval | rhallisey: errors with ./tools/build.py -b ubuntu -t binary --tag latest | 20:21 |
Pencerval | all ok with ./tools/build.py -b ubuntu -t source --tag latest | 20:21 |
Pencerval | :D | 20:21 |
rhallisey | I think the only person who uses ubuntu uses source, so I could imagine binary is broken | 20:22 |
rhallisey | Pencerval, can you file a bug given the error you get for ubuntu binary? | 20:22 |
Pencerval | oooooook | 20:23 |
*** tummy has joined #kolla | 20:24 | |
rhallisey | :) | 20:25 |
rhallisey | thanks | 20:25 |
Pencerval | thanks to you | 20:26 |
*** tfukushima has joined #kolla | 20:28 | |
*** gfidente has quit IRC | 20:30 | |
*** tfukushima has quit IRC | 20:33 | |
Pencerval | rhallisey: | 20:46 |
Pencerval | https://bugs.launchpad.net/kolla/+bug/1491782 | 20:46 |
openstack | Launchpad bug 1491782 in kolla "Fail to create haproxy mysql user" [Critical,Triaged] | 20:46 |
Pencerval | this problem happends in ubuntu too | 20:47 |
Pencerval | :S | 20:47 |
*** achanda has joined #kolla | 20:48 | |
*** achanda has quit IRC | 20:54 | |
*** jasonsb has quit IRC | 20:55 | |
rhallisey | :( | 20:56 |
rhallisey | darn | 20:56 |
rhallisey | ya will get on fixing that | 20:56 |
rhallisey | it's blocking me also | 20:57 |
*** gfidente has joined #kolla | 21:02 | |
*** achanda has joined #kolla | 21:02 | |
*** diogogmt has quit IRC | 21:05 | |
*** jtriley has quit IRC | 21:08 | |
*** sdake_ has quit IRC | 21:13 | |
*** jasonsb has joined #kolla | 21:14 | |
*** achanda has quit IRC | 21:15 | |
*** achanda has joined #kolla | 21:15 | |
*** jbweber_ has quit IRC | 21:18 | |
*** unicell has quit IRC | 21:20 | |
*** unicell1 has joined #kolla | 21:20 | |
*** mbound has joined #kolla | 21:25 | |
*** sdake has joined #kolla | 21:26 | |
*** dwalsh_ has quit IRC | 21:27 | |
*** dwalsh has quit IRC | 21:27 | |
*** tfukushima has joined #kolla | 21:29 | |
*** blakec has joined #kolla | 21:31 | |
*** achanda has quit IRC | 21:33 | |
*** tfukushima has quit IRC | 21:34 | |
*** achanda has joined #kolla | 21:34 | |
*** blakec1 has joined #kolla | 21:35 | |
*** banix has quit IRC | 21:36 | |
*** blakec has quit IRC | 21:38 | |
*** rhallisey has quit IRC | 21:54 | |
*** shardy has quit IRC | 21:58 | |
openstackgerrit | Jeff Peeler proposed stackforge/kolla: Add Ansible support for Ironic https://review.openstack.org/219747 | 22:02 |
*** mbound has quit IRC | 22:02 | |
openstackgerrit | Merged stackforge/kolla: Source type nova compute container misses qemu-img on VM boot https://review.openstack.org/222154 | 22:19 |
*** dims_ has joined #kolla | 22:20 | |
*** dims has quit IRC | 22:23 | |
*** dwalsh_ has joined #kolla | 22:30 | |
*** dwalsh has joined #kolla | 22:31 | |
*** achanda has quit IRC | 22:37 | |
*** SourabhP has joined #kolla | 22:46 | |
*** unicell has joined #kolla | 22:47 | |
*** unicell1 has quit IRC | 22:48 | |
*** unicell has quit IRC | 22:52 | |
*** dwalsh_ has quit IRC | 22:52 | |
*** dwalsh has quit IRC | 22:52 | |
*** unicell has joined #kolla | 22:52 | |
*** banix has joined #kolla | 22:54 | |
*** SourabhP has quit IRC | 22:57 | |
*** SourabhP has joined #kolla | 23:04 | |
*** dwalsh_ has joined #kolla | 23:06 | |
*** dwalsh has joined #kolla | 23:06 | |
*** achanda has joined #kolla | 23:17 | |
*** SourabhP has quit IRC | 23:22 | |
*** tfukushima has joined #kolla | 23:30 | |
*** tfukushima has quit IRC | 23:35 | |
*** dwalsh_ has quit IRC | 23:37 | |
*** dwalsh has quit IRC | 23:37 | |
*** SourabhP has joined #kolla | 23:46 | |
*** SourabhP has quit IRC | 23:56 | |
*** Pencerval has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!