kfox1111 | sdake: +1 for a heat template. | 00:01 |
---|---|---|
kfox1111 | that would be awesome. :) | 00:01 |
*** larsks has joined #openstack-kolla | 00:05 | |
larsks | sdake: howdy. | 00:05 |
*** yingjun has joined #openstack-kolla | 00:05 | |
sdake | larsks thanks for coming | 00:05 |
sdake | larsks hated to summon yu like that, but was curious, do you still maintian the kubernetes heat template that an be used standalone? | 00:05 |
sdake | an/can? | 00:05 |
larsks | Noooooooopity nope! | 00:06 |
larsks | Haven't looked at it in a while, actually... | 00:06 |
sdake | do you hve a link to your repo ? | 00:06 |
sdake | rather can you provide one | 00:06 |
*** signed8bit_Zzz is now known as signed8bit | 00:08 | |
*** hieulq has joined #openstack-kolla | 00:14 | |
*** gfidente has quit IRC | 00:17 | |
sdake | kfox1111 another optoin is magnum - they do a decent job of maintaining their heat teplate for kubernetes | 00:19 |
sdake | i dont know what state its in at present | 00:19 |
jrich523 | whats the clean up/removal command? | 00:20 |
*** mliima has joined #openstack-kolla | 00:20 | |
sdake | jrich523 destroy | 00:21 |
sdake | kolla-ansible destroy | 00:21 |
larsks | sdake: sorry, distracted by local conversation. Let me grab that link... | 00:21 |
sdake | jrich523 that only works on mster though | 00:21 |
jrich523 | thanks | 00:21 |
sdake | larsks cool thansk | 00:21 |
larsks | sdake: https://github.com/larsks/heat-kubernetes | 00:21 |
larsks | Like I said, haven't touched that in *ages* | 00:21 |
sdake | kfox1111 ^^ | 00:21 |
jrich523 | yeah no go on this version | 00:21 |
jrich523 | do i just blow away the containers? | 00:21 |
sdake | larsks roger - i think between that and magnum, kfox1111 can sort it out | 00:21 |
sdake | jrich523 single node? | 00:22 |
jrich523 | yup | 00:22 |
sdake | jrich523 is there a cleanup-containers tool in /usr/share/kolla | 00:22 |
sdake | or /usr/local/share/kolla? | 00:22 |
jrich523 | /usr/share i think, but i'll check, thanks | 00:22 |
sdake | run cleanup-containers -f | 00:22 |
sdake | then run cleanup-host | 00:22 |
sdake | make sure to back up /etc ;) | 00:22 |
sdake | jrich523 a reboot in between can sometimes be hepful | 00:23 |
sdake | larks how rht treating you | 00:23 |
sdake | long time no chat | 00:23 |
*** signed8bit is now known as signed8bit_Zzz | 00:23 | |
jrich523 | yeah i've rebooted, maybe i'll try that again... was having rabbit issues, now marie is timing out... | 00:23 |
jrich523 | also i've noticed there are some tricks to getting this setup on vmware workstation, explains some of the much earlier problems :) | 00:24 |
sdake | jrich523 we have a solution for that problem but its going throug hthe gate now | 00:24 |
jrich523 | oh cool | 00:24 |
jrich523 | well i'll likely rebuild again, in a couple of days | 00:25 |
jrich523 | lol | 00:25 |
jrich523 | i will be masterful at this in no time! | 00:25 |
jrich523 | i did the PIP install, looks like the tools arent there (Either location) | 00:26 |
*** duonghq has joined #openstack-kolla | 00:29 | |
sdake | jrich523 ok clone repo | 00:31 |
*** jamesdenton has joined #openstack-kolla | 00:31 | |
sdake | jrich523 we need to fix those tools so they are put in the pip archive | 00:31 |
sdake | git clone http://github.com/openstack/kolla | 00:31 |
jrich523 | im sure its on the list :) | 00:31 |
sdake | cd kolla | 00:31 |
sdake | tools/cleanup-containers -f | 00:31 |
sdake | maek sure not ot overwrite yur existing dir | 00:32 |
jrich523 | yeah i'll clone it in to my home | 00:32 |
*** signed8bit_Zzz is now known as signed8bit | 00:33 | |
jrich523 | ugh, well that fixed the marie db issue, but now im back to the rabbit issue | 00:35 |
sdake | jrich523 we typically expect people to deploy over nad over to gt a feel for how oll works | 00:35 |
jrich523 | which im starting to think i've had before, howeveer dont have a clue what i did to resolve it :-/ | 00:35 |
jrich523 | oh im doing that | 00:35 |
jrich523 | lol | 00:35 |
sdake | which rabbit issue | 00:35 |
jrich523 | well the error is fairly worthless, but... | 00:35 |
jrich523 | failed: [localhost] => (item=localhost) => {"changed": false, "cmd": ["getent", "ahostsv4", "base"], "delta": "0:00:01.654630", "end": "2016-08-31 17:34:45.360238", "item": "localhost", "rc": 2, "start": "2016-08-31 17:34:43.705608", "stdout_lines": [], "warnings": []} | 00:35 |
jrich523 | [rabbitmq | Check if all rabbit hostnames are resolvable] | 00:35 |
sdake | do you ony have ipv6 configuredd? | 00:36 |
sdake | is your hostname in etc/hosts? | 00:36 |
jrich523 | hmm i dont think so, but let me double check | 00:36 |
*** zhurong has joined #openstack-kolla | 00:36 | |
jrich523 | its using localhost (Based on the task data) | 00:36 |
duonghq | jrich525: every related host name should in /etc/hosts | 00:36 |
sdake | jrich523 hostname still must be in /etc/hosts | 00:36 |
sdake | run gtent ahostsv4 base | 00:36 |
jrich523 | hmm well dns works | 00:36 |
sdake | on your base os | 00:36 |
jrich523 | hmm dont seem to have gtent? | 00:37 |
jrich523 | nvm | 00:37 |
sdake | yum search getent | 00:37 |
jrich523 | you missed an e, but, it returns nothing | 00:37 |
jrich523 | also it looks like ipv6 is there | 00:38 |
sdake | ya its supposed to return your host name :) | 00:38 |
sdake | but do you hae na ipv4 address? | 00:38 |
jrich523 | oh crap | 00:38 |
jrich523 | i think i know why now... | 00:38 |
jrich523 | base was the name i used for the template i created | 00:38 |
sdake | do share | 00:38 |
jrich523 | which... wont resolve :) | 00:38 |
sdake | cool | 00:39 |
sdake | which teplat exactly? | 00:39 |
sdake | (template an overloaded term in our architecture) | 00:39 |
jrich523 | it sure is | 00:39 |
jrich523 | just a vm template for centos7 | 00:39 |
jrich523 | so i can build nodes quickly | 00:39 |
jrich523 | also less space required since they are linked clones | 00:40 |
sdake | got it | 00:40 |
sdake | deploying on virtual machines bound to be painful | 00:40 |
*** zhubingbing has joined #openstack-kolla | 00:42 | |
sdake | zhubingbing sup dude | 00:43 |
zhubingbing | hello | 00:43 |
sdake | zhubingbing yo uhave alot of work on your plate between now and sept 15th :) | 00:43 |
zhubingbing | ok | 00:43 |
*** zhiwei has joined #openstack-kolla | 00:43 | |
zhubingbing | I am now in a hurry | 00:44 |
sdake | you hae plenty of time i think | 00:44 |
sdake | barbican seems most pressing | 00:44 |
*** signed8bit has quit IRC | 00:44 | |
zhubingbing | ok | 00:45 |
zhubingbing | i see | 00:45 |
jrich523 | its super painful, but im getting close :) | 00:46 |
duonghq | sdake: did you clear out all bugs? | 00:47 |
sdake | duonghq no not yet | 00:47 |
sdake | duonghq i haven't taggedthe releae | 00:47 |
duonghq | sdake: the release is tagged after rc1 or next few days? | 00:47 |
sdake | duonghq mailinglist has full explination | 00:48 |
sdake | check for last msg from me | 00:48 |
duonghq | ah, ok | 00:49 |
jrich523 | that fixed it... damn it | 00:49 |
*** kbaegis has quit IRC | 00:50 | |
sdake | good to hear :) | 00:50 |
*** kbaegis has joined #openstack-kolla | 00:51 | |
*** chrichip has quit IRC | 00:52 | |
duonghq | hi kbaegis | 00:52 |
kbaegis | Well, pidgin is definitely different than adium :) | 00:52 |
kbaegis | Hi | 00:52 |
duonghq | Is the Horizon running now? | 00:52 |
zhubingbing | https://review.openstack.org/#/c/352515/ | 00:52 |
jrich523 | mine is :D | 00:52 |
kbaegis | duonghq: Yeah. The patch they proposed didn't work out for me | 00:52 |
kbaegis | But basically removing the profiler from sites did it | 00:53 |
zhubingbing | who can help see,Gate error is a good strange | 00:53 |
*** chrichip has joined #openstack-kolla | 00:53 | |
duonghq | ah, deploy failed, interresting | 00:53 |
zhubingbing | so | 00:53 |
zhubingbing | yes | 00:54 |
zhubingbing | duonghq | 00:54 |
zhubingbing | It looks like the nova is wrong. | 00:55 |
duonghq | oh, novncproxy broke | 00:57 |
zhubingbing | yes | 00:57 |
duonghq | rechecked? | 00:58 |
zhubingbing | ping coolsvap | 00:58 |
zhubingbing | help recheck | 00:59 |
duonghq | zhubingbing: he is not here right now | 00:59 |
zhubingbing | ok | 00:59 |
*** karlamrhein has quit IRC | 00:59 | |
sdake | anyone can recheck | 01:00 |
sdake | just type "recheck" into the comment box and click post | 01:00 |
zhubingbing | ok | 01:01 |
zhubingbing | i try | 01:01 |
sdake | zhubingbing the job timed out | 01:01 |
sdake | see the 1 hour 2 minutes thing | 01:01 |
sdake | our gate jobs have a 60 minute timer on them | 01:02 |
zhubingbing | yes | 01:02 |
sdake | gating is running slow because openstack-infra is at capacity | 01:03 |
sdake | or over possibly ;) | 01:03 |
zhubingbing | Oh, I see | 01:04 |
duonghq | for my ps #link https://review.openstack.org/#/c/358539/ | 01:04 |
duonghq | given sdake and other PTL comment | 01:04 |
zhubingbing | I always thought I was a problem | 01:04 |
sdake | zhubingbing huh? | 01:05 |
sdake | zhubingbing somteimes patches are broken | 01:05 |
sdake | sometimes gate is broken | 01:05 |
sdake | sometimes both | 01:05 |
sdake | sometimes inra is over capacity | 01:05 |
zhubingbing | - -ok | 01:05 |
duonghq | so I think there is should be pre-deploy step for setting up user, group | 01:05 |
duonghq | my idea is the ssh user do not need to be the config owner user, it should be in this group only | 01:06 |
duonghq | but if the group is add in ansible's play time, the ssh user is not have the group | 01:06 |
zhubingbing | I have been tested in the local environment, before uploading | 01:06 |
duonghq | so I need another ssh session, mean that another step | 01:07 |
zhubingbing | https://review.openstack.org/#/c/352515/ | 01:07 |
duonghq | and for remove become in every config task, I still need a finalize task in every config playbook to fix owner and group of config file | 01:08 |
zhubingbing | recheck , no response | 01:08 |
sdake | duonghq sounds like a special inventory file for setting up the local bulid node | 01:08 |
sdake | and a special playbook | 01:08 |
sdake | zhubingbing recheck takes awhile | 01:08 |
sdake | probably 4-5 hours with current pace of infra | 01:08 |
sdake | you can see status at zuul.openstack.org | 01:09 |
zhubingbing | ok | 01:09 |
duonghq | sdake: I do not get you idea, I think it is need only for target node? | 01:09 |
sdake | duonghq oh i see wht you mean | 01:09 |
sdake | duonghq is the issue you want to setup the deploy node first | 01:09 |
sdake | and then the deployoment targts second? | 01:10 |
*** adnavare has quit IRC | 01:10 | |
duonghq | sdake: the deploy node do not need many setup, imo | 01:10 |
duonghq | assume that image building is in other node | 01:10 |
duonghq | the deploy node only use ansible to deploy Kolla | 01:11 |
sdake | duonghq makes sense | 01:14 |
sdake | duonghq i htink that all belongs in the baremetal setup then | 01:14 |
sdake | or is that not possible? | 01:14 |
duonghq | sdake: I saw, so I think it is need to factor out general task to other role than in baremetal | 01:15 |
sdake | which general task | 01:15 |
duonghq | leave it in baremetal is somewhat misleading | 01:15 |
duonghq | at least to me | 01:15 |
sdake | its called "bootstrap" | 01:16 |
sdake | that is what yur doing - bootstrapping the servers | 01:16 |
duonghq | for the kolla-ansible tool, I agree, the only confuse is the playbook is placed in baremetal role | 01:16 |
duonghq | kolla-ansible bootstrap-server is totally fine | 01:17 |
duonghq | just the playbook placement | 01:17 |
sdake | so you suggest a different role then bremetal | 01:17 |
sdake | such as bootstrap? | 01:17 |
duonghq | I suggest different role, same level with baremetal | 01:17 |
duonghq | like the precheck one | 01:17 |
duonghq | something likes "bootstrap" role | 01:18 |
sdake | duonghq - you can get a refrence of this log by clicking in the subject on "IRC channel is logged @ | 01:18 |
sdake | the link is here: | 01:18 |
sdake | http://eavesdrop.openstack.org/irclogs/%23openstack-kolla/%23openstack-kolla.2016-09-01.log.html#t2016-09-01T01:05:37 | 01:18 |
sdake | i'd suggest putting that in whtever work your referencing | 01:19 |
sdake | so people can reference it | 01:19 |
duonghq | thank sdake | 01:20 |
duonghq | but, it's should be another bp or just stick into my bp? | 01:20 |
duonghq | I prefer new bp: bootstrap bp (even it's only goal is factor out sean-k-mooney work), | 01:21 |
*** jd7 has joined #openstack-kolla | 01:22 | |
v1k0d3n | hey kfox1111 sorry late, grabbed some dinner. | 01:25 |
v1k0d3n | sure, i'd actually like to work on some of the docs...i learn the most that way. | 01:25 |
v1k0d3n | but dev is probably pretty high with summit soon | 01:26 |
sdake | v1k0d3n i think kfox1111 bounced fo the day | 01:26 |
sdake | v1k0d3n ryan ha a review in teh queue for docs changes | 01:26 |
sdake | v1k0d3n you could alway review it and provide feedback | 01:26 |
sdake | the docs need more love | 01:26 |
v1k0d3n | larsks: man, it's been a while! anything i can help with? (sorry catching up from earlier messages). | 01:27 |
v1k0d3n | ok | 01:27 |
* sdake needs some anestaphine rom the medlock | 01:27 | |
openstackgerrit | Li Yingjun proposed openstack/kolla: Add option ceilometer_database_type for ceilometer https://review.openstack.org/345881 | 01:31 |
sdake | v1k0d3n review.openstack.org | 01:32 |
sdake | log in | 01:32 |
sdake | set watched projects to kolla and kolla-kubernetes | 01:32 |
sdake | then click "my->review" iirc | 01:32 |
sdake | or my watched i think | 01:32 |
*** salv-orlando has joined #openstack-kolla | 01:34 | |
*** jd7 has quit IRC | 01:36 | |
*** chrichip has quit IRC | 01:38 | |
*** chrichip has joined #openstack-kolla | 01:39 | |
*** ayoung has joined #openstack-kolla | 01:43 | |
*** salv-orlando has quit IRC | 01:44 | |
sdake | time to take wife out to birthday dinner | 01:53 |
sdake | bbl | 01:53 |
zhubingbing | snake | 01:55 |
zhubingbing | snake happy birthday | 01:55 |
zhubingbing | snake | 01:55 |
*** harleyren has joined #openstack-kolla | 01:56 | |
zhubingbing | Enjoy the birthday dinner | 01:56 |
sdake | its her birthday | 02:00 |
v1k0d3n | sounds good. thanks sdake i'll get on it in the morning. have fun wtih the wife! | 02:02 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: Add Cinder api and scheduler components https://review.openstack.org/363044 | 02:04 |
duonghq | sdake: have a good time ;) | 02:04 |
*** sdake has quit IRC | 02:06 | |
*** harleyren has quit IRC | 02:08 | |
*** phuongnh has joined #openstack-kolla | 02:11 | |
larsks | v1k0d3n: hey! :) just passing through on sdake's request... | 02:14 |
*** unicell has quit IRC | 02:16 | |
*** chrichip has quit IRC | 02:16 | |
*** mark-casey has joined #openstack-kolla | 02:17 | |
*** chrichip has joined #openstack-kolla | 02:17 | |
duonghq | zhubingbing: I made it | 02:20 |
duonghq | *you | 02:20 |
*** larsks has left #openstack-kolla | 02:21 | |
*** harleyren has joined #openstack-kolla | 02:23 | |
*** fguillot has quit IRC | 02:23 | |
*** harleyren has quit IRC | 02:27 | |
*** larsks has joined #openstack-kolla | 02:30 | |
*** vhosakot has joined #openstack-kolla | 02:37 | |
*** salv-orlando has joined #openstack-kolla | 02:43 | |
*** kbaegis has quit IRC | 02:44 | |
*** ssurana has quit IRC | 02:47 | |
*** vhosakot has quit IRC | 02:48 | |
*** salv-orlando has quit IRC | 02:50 | |
*** banix has quit IRC | 02:52 | |
*** salv-orlando has joined #openstack-kolla | 02:52 | |
*** banix has joined #openstack-kolla | 02:54 | |
*** chrichip has quit IRC | 02:54 | |
*** zhubingbing has quit IRC | 02:55 | |
*** chrichip has joined #openstack-kolla | 02:55 | |
*** banix has quit IRC | 02:56 | |
*** salv-orlando has quit IRC | 02:57 | |
*** dave-mccowan has quit IRC | 02:58 | |
*** karlamrhein has joined #openstack-kolla | 03:00 | |
*** zhubingbing has joined #openstack-kolla | 03:01 | |
*** dave-mccowan has joined #openstack-kolla | 03:02 | |
*** banix has joined #openstack-kolla | 03:03 | |
*** daneyon has joined #openstack-kolla | 03:04 | |
*** daneyon has quit IRC | 03:09 | |
duonghq | inc0, sean-k-mooney: in case you can read this message: the "get real node ip" task still fail, due to 'dict object' has no attribute 'baremetal_nic', don't known which Ansible version do you use? | 03:10 |
duonghq | zhubingbing: are you there? | 03:10 |
zhubingbing | there | 03:11 |
duonghq | have you tried the bootstrap-servers? | 03:11 |
duonghq | kolla-ansible bootstrap-servers | 03:11 |
zhubingbing | yes | 03:11 |
mark-casey | duonghq: I'm pretty sure you have to configure baremetal_nic. It's for Bifrost | 03:11 |
duonghq | the get real node ip work? | 03:11 |
zhubingbing | work | 03:11 |
duonghq | hmm, I expected it can get value from baremetal/default | 03:12 |
duonghq | can you take a look at ansible/roles/baremetal/defaults/main.yml | 03:12 |
mark-casey | I think it specifies a nic on the deploy host not on the nodes | 03:12 |
duonghq | but does it should have a default value? | 03:14 |
duonghq | api_interface is reasonable choice? | 03:14 |
duonghq | rephrase: if the playbook cannot get value from defaults, so why it is placed here? | 03:14 |
*** banix has quit IRC | 03:18 | |
*** harleyren has joined #openstack-kolla | 03:24 | |
openstackgerrit | zhubingbing proposed openstack/kolla: Add Barbican container dockerfile https://review.openstack.org/351822 | 03:27 |
mark-casey | oh | 03:27 |
mark-casey | duonghq: hmm. I'm not sure why you don't have a default. it looks like there is a default in defaults | 03:28 |
duonghq | I mean this one mark-casey | 03:29 |
duonghq | but the playbook cannot get this value | 03:29 |
duonghq | due to Ansible natural | 03:29 |
duonghq | don't know why everybody can use it | 03:29 |
mark-casey | natural? | 03:30 |
duonghq | mark-casey: You can see explanation here: https://launchpad.net/bugs/1618381 | 03:30 |
openstack | Launchpad bug 1618381 in kolla "Baremetal playbook append_to_etc_hosts variable error" [Undecided,In progress] - Assigned to Duong Ha-Quang (duonghq) | 03:30 |
duonghq | https://github.com/ansible/ansible/issues/13343 | 03:30 |
duonghq | it's about how hostvars work | 03:31 |
* duonghq going to take a lunch for awhile, hope that somebody has good idea about this case | 03:34 | |
*** dave-mccowan has quit IRC | 03:41 | |
*** larsks has left #openstack-kolla | 03:45 | |
*** ayoung has quit IRC | 03:47 | |
*** chrichip has quit IRC | 03:48 | |
*** salv-orlando has joined #openstack-kolla | 03:53 | |
*** salv-orlando has quit IRC | 03:56 | |
*** yingjun_ has joined #openstack-kolla | 04:02 | |
*** yingjun has quit IRC | 04:02 | |
openstackgerrit | zhubingbing proposed openstack/kolla: repair gnocchi dockerfile https://review.openstack.org/348388 | 04:09 |
*** fragatina has quit IRC | 04:14 | |
*** pbourke has quit IRC | 04:17 | |
*** pbourke has joined #openstack-kolla | 04:18 | |
*** zhubingbing has quit IRC | 04:20 | |
*** harleyren has quit IRC | 04:22 | |
*** unicell has joined #openstack-kolla | 04:22 | |
*** unicell has quit IRC | 04:27 | |
*** unicell has joined #openstack-kolla | 04:27 | |
*** ssurana has joined #openstack-kolla | 04:30 | |
*** duonghq has quit IRC | 04:33 | |
*** fragatina has joined #openstack-kolla | 04:34 | |
*** mark-casey has quit IRC | 04:34 | |
*** NobodyCam has quit IRC | 04:38 | |
*** elemoine_ has quit IRC | 04:38 | |
*** senk has joined #openstack-kolla | 04:39 | |
*** elemoine_ has joined #openstack-kolla | 04:40 | |
*** NobodyCam has joined #openstack-kolla | 04:41 | |
*** daneyon has joined #openstack-kolla | 04:53 | |
*** harleyren has joined #openstack-kolla | 04:54 | |
*** daneyon has quit IRC | 04:57 | |
openstackgerrit | Mathias proposed openstack/kolla: Added influxdb role https://review.openstack.org/346449 | 05:00 |
*** mewald has joined #openstack-kolla | 05:01 | |
*** salv-orlando has joined #openstack-kolla | 05:03 | |
*** ediardo has quit IRC | 05:03 | |
*** ediardo has joined #openstack-kolla | 05:04 | |
mewald | morning | 05:06 |
*** harlowja_at_home has joined #openstack-kolla | 05:06 | |
*** mgkwill has quit IRC | 05:07 | |
*** mgkwill has joined #openstack-kolla | 05:08 | |
*** salv-orlando has quit IRC | 05:10 | |
*** akwasnie has quit IRC | 05:13 | |
*** macsz has quit IRC | 05:13 | |
openstackgerrit | Md Nadeem proposed openstack/kolla: Added Ansible playbook for congress deploy https://review.openstack.org/350629 | 05:13 |
*** zhubingbing has joined #openstack-kolla | 05:13 | |
*** akwasnie has joined #openstack-kolla | 05:13 | |
*** rstarmer has joined #openstack-kolla | 05:13 | |
*** salv-orlando has joined #openstack-kolla | 05:14 | |
*** macsz has joined #openstack-kolla | 05:14 | |
*** rstarmer has quit IRC | 05:15 | |
zhubingbing | ping Mathias | 05:17 |
*** senk has quit IRC | 05:19 | |
*** fragatin_ has joined #openstack-kolla | 05:22 | |
*** sdake has joined #openstack-kolla | 05:23 | |
openstackgerrit | Md Nadeem proposed openstack/kolla: Update doc for congress https://review.openstack.org/364074 | 05:25 |
zhubingbing | ping Mathias | 05:25 |
*** fragatina has quit IRC | 05:25 | |
sdake | hey folks | 05:27 |
sdake | zhubingbing mathias is mewald | 05:27 |
zhubingbing | ok | 05:27 |
zhubingbing | ping mewald | 05:28 |
zhubingbing | thanks | 05:28 |
sdake | zhubingbing shouldn'tnaked ping imo | 05:28 |
sdake | ping mewald subject works better | 05:28 |
zhubingbing | o | 05:28 |
sdake | unless its personal in nature | 05:28 |
sdake | then nakid pingis fine in y book ;) | 05:28 |
sdake | my | 05:28 |
zhubingbing | i | 05:30 |
zhubingbing | see | 05:30 |
mewald | morning guys | 05:31 |
openstackgerrit | zhubingbing proposed openstack/kolla: repair gnocchi dockerfile https://review.openstack.org/348388 | 05:31 |
sdake | hey mewald | 05:32 |
mewald | zhubingbing: I read your mail. You're welcome to support my patches. I'll be leaving for vacation on Friday so we need to get going :) | 05:32 |
sdake | we made decision today to keep your blueprint in the releae | 05:32 |
mewald | sdake: cool! | 05:32 |
sdake | the deadline is Spet 15 not aug 15 | 05:32 |
zhubingbing | cool | 05:32 |
mewald | yeah though so ;) | 05:32 |
mewald | +t | 05:32 |
sdake | sorry aobut that | 05:32 |
sdake | but as sept 1 rolls around i'll start to kick things out of the release | 05:33 |
mewald | I need people to review you know, I would like to have it merged already | 05:33 |
zhubingbing | I try to finish it today. | 05:33 |
zhubingbing | mewled | 05:33 |
sdake | mewald roger - i've sked the core team to focus on our blueprints for review | 05:33 |
sdake | the rc1 blueprints thatis | 05:33 |
mewald | nice! let's do it | 05:33 |
sdake | mewald also wehave two new core reviewers | 05:33 |
zhubingbing | ok | 05:33 |
mewald | my focus is on influxdb-role (346449) and telegraf-role (346448) patches now. Once they're accepted it makes sense to worry about grafana. Otherwise I'll be rebasing most of my time | 05:35 |
zhubingbing | mewled ,I will make some changes on your basis. | 05:36 |
mewald | sdake: problem with the gate failing for telegraf is that there is no centos image for influxdb. I only developed for ubuntu | 05:36 |
zhubingbing | i can fixed it | 05:36 |
mewald | zhubingbing: you submit patches for centos? | 05:37 |
zhubingbing | ubuntu and centos | 05:37 |
zhubingbing | every thing | 05:38 |
sdake | mewald there is an exception liston the buids in the test gate | 05:39 |
sdake | we eliminate failed builds for binary in some cases | 05:39 |
sdake | moment - link coming | 05:39 |
sdake | https://github.com/openstack/kolla/blob/master/tests/test_build.py#L68 | 05:40 |
sdake | mewald is there a different choice then infuxdb? | 05:41 |
sdake | influxdb has no clustering support | 05:41 |
sdake | they are an opencore model company | 05:41 |
mewald | sdake: I think it can work like this https://github.com/influxdata/influxdb-relay/blob/master/README.md | 05:42 |
sdake | mewald i think logn term that model wont work | 05:43 |
sdake | because influxdb co has said no open source implementation of influxdb will be available | 05:43 |
*** v1k0d3n has quit IRC | 05:43 | |
*** v1k0d3n has joined #openstack-kolla | 05:44 | |
sdake | i think zhubingbing had a link on it | 05:44 |
sdake | lets go with it for now, and we can rework in the future if needed | 05:45 |
mewald | hmm, atm I don't see a lot of other options I could help with. I mean that Gnocchi thing: the other guy from the team posted on our mailing list it wouldnt perform. Graphite is a lot worse in performance in my experience and about clustering I dont know | 05:45 |
sdake | but i'd start looking for an alternatie | 05:45 |
mewald | ok we have to keep that in mind | 05:45 |
sdake | not concerne dwith performance as much as ha | 05:45 |
mewald | really? for monitoring? imho performance data may be lost, no problem | 05:46 |
sdake | possible | 05:46 |
sdake | i've been drinking | 05:46 |
*** mdnadeem has quit IRC | 05:46 | |
sdake | so judgement off :) | 05:46 |
mewald | :D cheers | 05:46 |
sdake | mewald you mentioned vacation | 05:47 |
sdake | when will ou return? | 05:47 |
mewald | Sept 19th | 05:47 |
mewald | so what's required for the patches now? implement centos support or add an exception for the tests to have everything green and shiny in Gerrit? | 05:49 |
mewald | if we need centos support now, we need further patches for already merged stuff | 05:49 |
*** harlowja_at_home has quit IRC | 05:51 | |
*** v1k0d3n has quit IRC | 05:51 | |
sdake | mewald centos source support is required | 06:02 |
sdake | centos binary support is not required | 06:02 |
sdake | exception list for binary builds is acceptable | 06:02 |
sdake | sept 19th - we may have ot remove this from rc1 then | 06:03 |
*** egonzalez90 has joined #openstack-kolla | 06:03 | |
sdake | hey egonzalez90 | 06:03 |
mewald | depends on how many review I get today and tomorrow ;) | 06:03 |
egonzalez90 | morning sdake | 06:03 |
sdake | mewald another optoin is for someone to take over your work | 06:03 |
sdake | while your out | 06:03 |
*** coolsvap has joined #openstack-kolla | 06:05 | |
sdake | sup coolsvap | 06:08 |
*** salv-orl_ has joined #openstack-kolla | 06:08 | |
coolsvap | sdake: hey | 06:08 |
coolsvap | sdake: moving the bugs to o-1 | 06:09 |
sdake | mewald we made that decision without knowledge ofyur impending pto | 06:09 |
mewald | sdake: somebody else taking over is fine with me | 06:09 |
sdake | mewald would you be kind enough to state on the mailing list a link to the blueprint and when you depart for pto and return, and sk for someone to take it over then? | 06:09 |
*** karlamrhein has quit IRC | 06:09 | |
sdake | mewald maybe someon will bite :) | 06:10 |
sdake | coolsvap which bugs? | 06:10 |
coolsvap | the ones i sent you yesterday | 06:10 |
*** salv-orlando has quit IRC | 06:11 | |
*** duonghq has joined #openstack-kolla | 06:11 | |
coolsvap | sdake: we need to do some serious documentation | 06:12 |
coolsvap | there are around 15 doc bus | 06:12 |
coolsvap | bugs | 06:12 |
sdake | coolsvap pretty sure we have a pla nin place for that | 06:14 |
coolsvap | these are mostly docimpact bugs | 06:15 |
coolsvap | a reminder is required imo | 06:15 |
sdake | yup lets keep the reminder in place | 06:15 |
*** mdnadeem has joined #openstack-kolla | 06:16 | |
sdake | (i.e. the bugs) | 06:16 |
coolsvap | i think https://bugs.launchpad.net/kolla/+bug/1613292 can be moved | 06:16 |
openstack | Launchpad bug 1613292 in kolla mitaka "Failed to open some config files: /etc/ironic/ironic.conf" [High,Confirmed] - Assigned to Waldemar Znoinski (wznoinsk) | 06:16 |
sdake | but kick them to ocata | 06:16 |
coolsvap | all doc bugs? | 06:16 |
sdake | i think so | 06:16 |
coolsvap | sdake: alright | 06:16 |
sdake | even though docs are high priority | 06:16 |
coolsvap | mdnadeem: congress dockerfiles merged? | 06:16 |
sdake | we need to fix bugs in the software first | 06:16 |
coolsvap | sdake: will do and will send a mail on list | 06:17 |
coolsvap | for reminder | 06:17 |
sdake | coolsvap mail related to docs? | 06:17 |
coolsvap | yea | 06:17 |
sdake | coolsvap at midcycle we had a pretty well thought out docs session | 06:17 |
sdake | coolsvap the problem is we can't gte all the core team in the same place at the same time to hash over the docs design | 06:17 |
sdake | we hae not yet designed our documentation | 06:18 |
sdake | although ryan is working on it | 06:18 |
coolsvap | sdake: the doc bugs i am talking about is not about design | 06:18 |
sdake | coolsvap you misunderstand me | 06:18 |
sdake | what I mean is desinging documentation is an engineering taask | 06:18 |
coolsvap | we need people to write docs corresponding to docimpact they wrote in commit messages for things | 06:19 |
coolsvap | we can update and move things around during design | 06:19 |
*** Jeffrey4l__ is now known as Jeffrey4l | 06:19 | |
*** mewald1 has joined #openstack-kolla | 06:19 | |
coolsvap | sdake: i agree, yes design is engineering task | 06:20 |
coolsvap | but what i want is docimpact bugs and the engineering task saperated | 06:21 |
sdake | coool email sounds good there | 06:21 |
coolsvap | when you say you need documentation for some stuff you have added/updated | 06:21 |
sdake | maybe you can tag the bugs with docimpact | 06:21 |
sdake | so peopel can find them more easily | 06:21 |
*** ljjjustin has quit IRC | 06:21 | |
*** mewald has quit IRC | 06:21 | |
openstackgerrit | Takashi Sogabe proposed openstack/kolla: Keepalived leaves VIP on the host in case of accidental removal. https://review.openstack.org/364085 | 06:21 |
openstackgerrit | Mathias proposed openstack/kolla: Added influxdb role https://review.openstack.org/346449 | 06:21 |
coolsvap | yes i will | 06:21 |
*** ljjjustin has joined #openstack-kolla | 06:21 | |
sdake | i dont really like docimpact at all | 06:21 |
sdake | i think docs should go in with the code personally | 06:21 |
coolsvap | add the documentation, if it need design update, person responsible will take care of it or contact you | 06:22 |
sdake | but a battle or a different day | 06:22 |
openstackgerrit | Mathias proposed openstack/kolla: Added telegraf role https://review.openstack.org/346448 | 06:22 |
sdake | mewald1 fwiw gate going slow | 06:22 |
openstackgerrit | Mathias proposed openstack/kolla: Added telegraf role https://review.openstack.org/346448 | 06:25 |
openstackgerrit | Mathias proposed openstack/kolla: Added telegraf role https://review.openstack.org/346448 | 06:27 |
mewald1 | I just added the exceptions for centos binary | 06:27 |
mdnadeem | coolsvap, yes | 06:28 |
coolsvap | mdnadeem: in n-3, i cannot see as part of bp/bugs | 06:29 |
*** gfidente has joined #openstack-kolla | 06:30 | |
mdnadeem | coolsvap, https://blueprints.launchpad.net/kolla/+spec/enable-congress-container | 06:31 |
sdake | coolsvap we moed some features around | 06:32 |
sdake | but if congress is ready to go might as well move it into rc1 | 06:33 |
sdake | coolsvap it was part of our triage the blueprints day in our team meeting. | 06:33 |
*** senk has joined #openstack-kolla | 06:35 | |
coolsvap | sdake: yeah i missed update for congress thanks mdnadeem | 06:35 |
mdnadeem | sdake, coolsvap , https://review.openstack.org/#/c/350629/ | 06:36 |
coolsvap | sdake: should we move the needs code review bps and in progress bugs to rc1? | 06:36 |
sdake | yes plese | 06:37 |
sdake | the release hs been submitted | 06:37 |
sdake | i'd do it but out of steam for the day | 06:37 |
sdake | been long and laoriosu :) | 06:37 |
sdake | laborious | 06:37 |
*** Mr_Broken has joined #openstack-kolla | 06:49 | |
*** salv-orl_ has quit IRC | 06:50 | |
coolsvap | sdake: done now n-3 looks good | 06:53 |
egonzalez90 | zhubingbing, ping | 06:53 |
zhubingbing | here | 06:53 |
sdake | coolsvap nice | 06:54 |
sdake | coolsvap was congress part of milestone 3? | 06:55 |
coolsvap | containers are part of rc1 | 06:55 |
sdake | what about playbooksk? | 06:55 |
coolsvap | both | 06:55 |
sdake | ok | 06:56 |
coolsvap | wait | 06:56 |
sdake | i want to keep the feature creep in rc1 to a minimum | 06:56 |
sdake | we have alot of work to do on the bug front | 06:56 |
sdake | coolsvap all i see or congress is a containe in rc1, what about the playbooks - where is that blueprint? | 06:58 |
coolsvap | congress container + playbooks in a single bp | 06:58 |
coolsvap | sdake: ^^ | 06:58 |
coolsvap | thats what i was also confused about | 06:58 |
coolsvap | afaics, it looks in good shape, haven't seen in detail | 06:59 |
coolsvap | can be part of rc1 | 06:59 |
* coolsvap brb lunch | 06:59 | |
openstackgerrit | Merged openstack/kolla: add deploy-servers command https://review.openstack.org/349729 | 07:03 |
openstackgerrit | zhubingbing proposed openstack/kolla: Add gnocchi ansible role https://review.openstack.org/349351 | 07:04 |
*** harleyren has quit IRC | 07:12 | |
openstackgerrit | zhubingbing proposed openstack/kolla: implement Ansible rally role https://review.openstack.org/363456 | 07:16 |
*** ssurana has quit IRC | 07:18 | |
*** jmccarthy has joined #openstack-kolla | 07:21 | |
openstackgerrit | zhubingbing proposed openstack/kolla: implement Ansible rally role https://review.openstack.org/363456 | 07:24 |
*** unicell has quit IRC | 07:26 | |
*** unicell has joined #openstack-kolla | 07:27 | |
*** phuongnh has quit IRC | 07:30 | |
*** phuongnh has joined #openstack-kolla | 07:31 | |
*** daneyon has joined #openstack-kolla | 07:35 | |
*** b_bezak has joined #openstack-kolla | 07:35 | |
mewald1 | zhubingbing: you are doing rally? nice! in case you look at tempest too: The container is broken imho | 07:36 |
zhubingbing | yeah | 07:36 |
zhubingbing | tempest ubuntu ? | 07:37 |
zhubingbing | tempest ubuntu or cents binary? | 07:37 |
mewald1 | ubuntu | 07:39 |
mewald1 | something is wrong with dependencies of python modules or so | 07:39 |
*** daneyon has quit IRC | 07:40 | |
*** neilus has joined #openstack-kolla | 07:40 | |
*** harleyren has joined #openstack-kolla | 07:43 | |
*** mgoddard has joined #openstack-kolla | 07:43 | |
mewald1 | Is https://review.openstack.org/#/c/346449 good enough now regarding the testing stuff? | 07:43 |
*** sdake has quit IRC | 07:43 | |
*** sdake has joined #openstack-kolla | 07:44 | |
openstackgerrit | Merged openstack/kolla: Update doc for congress https://review.openstack.org/364074 | 07:44 |
*** caowei has quit IRC | 07:44 | |
openstackgerrit | zhubingbing proposed openstack/kolla: Added influxdb role https://review.openstack.org/346449 | 07:45 |
zhubingbing | mewald1 | 07:45 |
zhubingbing | hi i have change influxdb | 07:45 |
*** phuongnh has quit IRC | 07:50 | |
*** salv-orlando has joined #openstack-kolla | 07:51 | |
bjolo | morning | 07:53 |
openstackgerrit | Merged openstack/kolla: replace baremetal_nic with api_interface https://review.openstack.org/363916 | 07:53 |
zhubingbing | morning | 07:53 |
*** shardy has joined #openstack-kolla | 07:57 | |
*** salv-orlando has quit IRC | 08:00 | |
*** ljjjustin has quit IRC | 08:00 | |
openstackgerrit | zhubingbing proposed openstack/kolla: Add Barbican container dockerfile https://review.openstack.org/351822 | 08:01 |
*** athomas has joined #openstack-kolla | 08:04 | |
openstackgerrit | Yao Lu proposed openstack/kolla: delete virtual bridge artifacts when cleaning hosts https://review.openstack.org/358924 | 08:05 |
openstackgerrit | Mathias proposed openstack/kolla: Added grafana container https://review.openstack.org/346447 | 08:06 |
openstackgerrit | zhubingbing proposed openstack/kolla: Add Barbican container dockerfile https://review.openstack.org/351822 | 08:07 |
openstackgerrit | Merged openstack/kolla: Fix service_type of mistral endpoint https://review.openstack.org/352120 | 08:08 |
openstackgerrit | Mathias proposed openstack/kolla: Added grafana container https://review.openstack.org/346447 | 08:10 |
*** Serlex has joined #openstack-kolla | 08:11 | |
sdake | submitted for 3 fb 15 wr, 1 half day contributor meetup | 08:11 |
sdake | Jeffrey4l ^^ | 08:11 |
sdake | coolsvap ^^ | 08:11 |
openstackgerrit | Merged openstack/kolla: Fix using filter() to meet python2,3 https://review.openstack.org/361950 | 08:11 |
sdake | egonzalez90 ^^ | 08:11 |
sdake | and anyone else that may cre ;) | 08:12 |
*** matrohon has joined #openstack-kolla | 08:12 | |
coolsvap | sdake: looks good | 08:12 |
sdake | warning we wont et all tht pce | 08:12 |
sdake | space | 08:12 |
duonghq | coolsvap: can you review it: https://review.openstack.org/#/c/362579/ | 08:13 |
openstackgerrit | zhubingbing proposed openstack/kolla: Add gnocchi ansible role https://review.openstack.org/349351 | 08:13 |
sdake | i asked for fb's ahead of workroom sessions and priority on half day contributor meetup on friday faternon | 08:13 |
sdake | so we can shift wr sessions into the half day contributor meetup if needed | 08:13 |
coolsvap | sdake: need your view on https://review.openstack.org/#/c/349295/ | 08:13 |
coolsvap | sdake: yea frm past experience we need more time for some sessions and move things into contributors meetup | 08:14 |
*** mnasiadka has joined #openstack-kolla | 08:15 | |
sdake | coolsvap view made available | 08:16 |
*** harleyren has quit IRC | 08:20 | |
duonghq | coolsvap: ping | 08:21 |
coolsvap | duonghq: pong | 08:21 |
duonghq | can you review this: https://review.openstack.org/#/c/362579/? | 08:21 |
coolsvap | duonghq: on it | 08:22 |
duonghq | thank coolsvap | 08:27 |
duonghq | Jeffrey4l: ping | 08:27 |
openstackgerrit | Mathias proposed openstack/kolla: Added grafana role https://review.openstack.org/346450 | 08:37 |
openstackgerrit | Mathias proposed openstack/kolla: Added telegraf role https://review.openstack.org/346448 | 08:37 |
openstackgerrit | Mathias proposed openstack/kolla: Added influxdb role https://review.openstack.org/346449 | 08:37 |
openstackgerrit | Mathias proposed openstack/kolla: Added grafana container https://review.openstack.org/346447 | 08:37 |
mewald1 | holy crap, hope I did the rebase of https://review.openstack.org/#/c/346450/ right … so many notifications xD | 08:38 |
*** berendt has joined #openstack-kolla | 08:41 | |
*** papacz has joined #openstack-kolla | 08:46 | |
*** prithiv has joined #openstack-kolla | 08:53 | |
*** dcwangmit01_ has joined #openstack-kolla | 08:53 | |
openstackgerrit | Christian Berendt proposed openstack/kolla: Add neutron-vpnaas-agent container https://review.openstack.org/335495 | 08:54 |
openstackgerrit | zhubingbing proposed openstack/kolla: repair gnocchi dockerfile https://review.openstack.org/348388 | 08:55 |
sdake | mewald1 looks ok to me - but i'm beat and need to hit the rack | 08:56 |
*** shardy has quit IRC | 08:58 | |
*** imcsk8 has quit IRC | 08:58 | |
*** lamt has quit IRC | 08:58 | |
*** dcwangmit01 has quit IRC | 08:58 | |
*** brad[] has quit IRC | 08:58 | |
*** qbjolof has quit IRC | 08:58 | |
*** pmisiak has quit IRC | 08:58 | |
*** jidar has quit IRC | 08:58 | |
*** The_Ball has quit IRC | 08:58 | |
*** salv-orlando has joined #openstack-kolla | 08:58 | |
*** salv-orlando has quit IRC | 09:01 | |
*** prithiv has quit IRC | 09:02 | |
openstackgerrit | Nguyen Phuong An proposed openstack/kolla: Ensure doesn't use LOG.warn https://review.openstack.org/364168 | 09:02 |
*** shardy has joined #openstack-kolla | 09:03 | |
*** imcsk8 has joined #openstack-kolla | 09:03 | |
*** lamt has joined #openstack-kolla | 09:03 | |
*** brad[] has joined #openstack-kolla | 09:03 | |
*** qbjolof has joined #openstack-kolla | 09:03 | |
*** The_Ball has joined #openstack-kolla | 09:03 | |
*** jidar has joined #openstack-kolla | 09:03 | |
*** prithiv has joined #openstack-kolla | 09:03 | |
*** pmisiak has joined #openstack-kolla | 09:05 | |
openstackgerrit | Paul Bourke proposed openstack/kolla: Check volume group exists for Cinder in prechecks https://review.openstack.org/354154 | 09:06 |
openstackgerrit | Christian Berendt proposed openstack/kolla: Add neutron-vpnaas-agent container https://review.openstack.org/335495 | 09:06 |
sdake | pbourke did you want to have that discussion about the releae process now? | 09:06 |
pbourke | sdake: sure why not | 09:06 |
wznoinsk | coolsvap: https://bugs.launchpad.net/kolla/+bug/1585955 would the merged patchset be enough to mark it as done in newton? | 09:07 |
openstack | Launchpad bug 1585955 in kolla " add support for non-default database_port in kolla/ansible" [High,Confirmed] - Assigned to Waldemar Znoinski (wznoinsk) | 09:07 |
sdake | there is a repository called http://github.com/openstack/releases | 09:07 |
openstackgerrit | Paul Bourke proposed openstack/kolla: Add guidelines on adding a new service https://review.openstack.org/361253 | 09:07 |
sdake | if you take a look in there, there is a directory called deliverables | 09:07 |
sdake | for us to release a milestone or rc, the release liason (in this csae, me) submits a change like: https://review.openstack.org/364007 | 09:08 |
sdake | the release team has pretty much automated everything | 09:09 |
sdake | once a workflow occurs on the patch, the release is tagged and pushed to pip etc | 09:09 |
sdake | pypi | 09:09 |
sdake | we also release z streams every 45 days | 09:09 |
sdake | a z stream = x.y.z 1.1.2 2=x | 09:09 |
sdake | 2=z i mean | 09:09 |
sdake | we have z streams due next week for 1.2.3 and 2.0.3 | 09:10 |
sdake | in order to facilitate the backport process from mster to the stable releases, we use launchpad to trrack the status of the bug | 09:10 |
sdake | mewald1 i need ot hit the rack | 09:11 |
sdake | but i'll grab all the material i can scour off my disks and send to you tomorrow morning | 09:11 |
sdake | if its in msater, we use the target to series feature of launchpad | 09:12 |
sdake | openstack relesae team mechanics integrate with launchad to tell us which bugs are fixedi n a zstream and which ones re not fixed | 09:12 |
sdake | we find this information via launchpad | 09:13 |
sdake | for example: https://launchpad.net/kolla/+milestone/1.1.3 | 09:14 |
sdake | we are behind on backports | 09:14 |
sdake | as you can see from that milestone list for 1.1.3 | 09:14 |
pbourke | sdake: so that seems ok so far, but doesn't address why we need to enforce a bug for every feature | 09:14 |
sdake | by using launchpd, we can esily see what needs to be backported | 09:14 |
sdake | we dont need da bug for every feature | 09:15 |
sdake | only things thta need bckports | 09:15 |
pbourke | ok | 09:15 |
pbourke | starting to make more sense :) | 09:15 |
sdake | i thought this was pretty clear but apparenty not :( | 09:15 |
sdake | i f its a blueprint its typicl to use the bluerpint tracking which is also integrated with launchpad | 09:16 |
sdake | openstack s a whole is going to bugs only for features and deprecating the blueprint model | 09:16 |
sdake | how that effects what we currently do, no idea | 09:17 |
openstackgerrit | zhubingbing proposed openstack/kolla: Added influxdb role https://review.openstack.org/346449 | 09:17 |
openstackgerrit | Christian Berendt proposed openstack/kolla: Add neutron-vpnaas-agent container https://review.openstack.org/335495 | 09:17 |
openstackgerrit | Christian Berendt proposed openstack/kolla: Integrate neutron-vpnaas-agent into the neutron Ansible role https://review.openstack.org/335502 | 09:17 |
sdake | the reason we want to track patches in a blueprint is to help do what we did today in our team meeting - triage status of blueprints | 09:17 |
sdake | this is why we have work items | 09:18 |
sdake | so we can compare work item list to patch set | 09:18 |
sdake | and make a determination if the blueprint has met its definition of done | 09:18 |
sdake | pbourke i need to hit the rack - would you mind posting a link to this irc discussion on the thread | 09:19 |
berendt | can somebody review https://review.openstack.org/#/c/336943/, one +2 missing, small change | 09:19 |
pbourke | will do, thanks sdake | 09:19 |
berendt | same for https://review.openstack.org/#/c/349006/ | 09:20 |
sdake | pbourke any questions about all that? | 09:21 |
pbourke | sdake: dont think so | 09:21 |
*** mewald1 has quit IRC | 09:21 | |
sdake | I did want to understandd daviey's idea of using change ids to track backports | 09:21 |
pbourke | sdake: how does reno fit in | 09:21 |
pbourke | sdake: does release teams tools publish those somewhere? | 09:22 |
coolsvap | wznoinsk: The merged changed adde in comment #1 is the same which created this documentation bug. This bug needs documentation update. | 09:22 |
sdake | reno is a tool for publishing release notes | 09:22 |
sdake | yes moment | 09:22 |
sdake | https://releases.openstack.org/teams/kolla.html | 09:22 |
sdake | see mitaka: http://docs.openstack.org/releasenotes/kolla/mitaka.html | 09:23 |
berendt | can somebody approve https://blueprints.launchpad.net/kolla/+spec/cloudkitty ? i changed series and target to occata | 09:23 |
pbourke | sdake: cool | 09:24 |
duonghq | can somebody review this: https://review.openstack.org/#/c/364168/1 | 09:25 |
coolsvap | berendt: one question related to https://review.openstack.org/#/c/349006 added in comment | 09:25 |
sdake | see current: http://docs.openstack.org/releasenotes/kolla/unreleased.html | 09:25 |
pbourke | sdake: we can probably update the guidelines then as follows: | 09:26 |
coolsvap | berendt: did you create a blueprint for ansible-cloudkitty? | 09:26 |
pbourke | sdake: trivial bugfix = add TrivialFix | 09:26 |
pbourke | sdake: non trivial bugfix *or* backport: needs bug id | 09:26 |
pbourke | sdake: feature that does not need backport: no tags necessary | 09:26 |
sdake | pbourke i'd like to continue using blueprints for the 3rd line you posted | 09:27 |
coolsvap | sdake: ++ | 09:27 |
pbourke | makes sense | 09:27 |
coolsvap | i was going to say the same | 09:27 |
sdake | pbourke there is also another consideration | 09:28 |
sdake | if an operator reports a bug | 09:28 |
sdake | we should usse tha tbug id even if its trivial | 09:28 |
sdake | pbourke what we need really is a policy document | 09:29 |
pbourke | sdake: agree | 09:29 |
sdake | as was previously suggested on the ml | 09:29 |
sdake | i keep meaning to get to that | 09:29 |
sdake | as soon as fire #999999 is put out | 09:29 |
sdake | we dont have a whole lot of policies | 09:30 |
sdake | i think a project runs best when it uses as little process as is necessaray to make the mechanics work | 09:30 |
sdake | (process/policy) | 09:30 |
sdake | my fire availability is only 6 9s :) | 09:31 |
sdake | fire-fighting that is | 09:31 |
sdake | if you look at neutron for e.g. they have a great policy document | 09:32 |
sdake | but they have a much mor ecomplex project to deal with | 09:32 |
sdake | 3x as many contributors | 09:32 |
sdake | 3x as many reviewers | 09:32 |
sdake | but i dont htink we need to go bonkers on the policy document | 09:33 |
berendt | coolsvap i am not sure about a 2nd blueprint because i think nobody will implement the binary type for the docker images until rc1 | 09:34 |
sdake | berendt that is ok - binray typically trials source | 09:35 |
sdake | trails | 09:35 |
coolsvap | berendt: we need one for ansible as well | 09:35 |
berendt | coolsvap so always 1 bp for docker and 1 bp for ansible? | 09:36 |
coolsvap | berendt: not necessarily | 09:36 |
sdake | berendt we are operating this way becaue we are planningto split the repositories | 09:36 |
coolsvap | ansible review seems is not active for long | 09:36 |
sdake | so there will in the future be separte launchpads - one or ansible one for docker containers | 09:37 |
coolsvap | which mostly will be bumped to o-1 | 09:37 |
openstackgerrit | Christian Berendt proposed openstack/kolla: Add cloudkitty containers for type source https://review.openstack.org/349295 | 09:38 |
Daviey | Ugh, lots of scrollback | 09:38 |
sdake | Daviey its my magnum opus about our process | 09:38 |
sdake | but i'm going to bed | 09:38 |
sdake | feel free to hash on the ml :) | 09:38 |
sdake | i'll read in morning | 09:38 |
berendt | coolsvap yes, i am waiting for gnocchi until i continue the ansible part | 09:38 |
berendt | coolsvap i renamed the existing blueprint to cloudkitty-docker and created https://blueprints.launchpad.net/kolla/+spec/cloudkitty-ansible (needs approval) | 09:40 |
coolsvap | berendt: cool | 09:40 |
berendt | coolsvap i set milestone to occata-1 and series to occata for cloudkitty ansible and will change cloudkitty-docker to newton-rc1 and newton. that's correct? | 09:40 |
coolsvap | berendt: yeah | 09:42 |
berendt | coolsvap done | 09:43 |
*** salv-orlando has joined #openstack-kolla | 09:45 | |
*** yingjun_ has quit IRC | 09:45 | |
openstackgerrit | Merged openstack/kolla: Install neutron-lbaas-dashboard from source in horizon container https://review.openstack.org/336943 | 09:47 |
openstackgerrit | Yao Lu proposed openstack/kolla: delete virtual bridge artifacts when cleaning hosts https://review.openstack.org/358924 | 09:49 |
berendt | coolsvap can you have a look at https://review.openstack.org/#/c/359451/. at the moment i am not sure why deploy_aio tries to download images from docker.io. | 09:49 |
coolsvap | berendt: sure but in half n hour or so | 09:50 |
*** dwalsh has joined #openstack-kolla | 09:52 | |
zhubingbing | why deploy gate error | 09:54 |
sdake | berendt looking moment | 09:55 |
zhubingbing | snake | 09:57 |
berendt | coolsvap no rush.. | 09:57 |
zhubingbing | sdake can you look sahara role and dockerfile | 09:57 |
zhubingbing | https://review.openstack.org/#/c/351294/ | 09:58 |
sdake | zhubingbing going to bed | 09:58 |
zhubingbing | ok | 09:58 |
sdake | berendt the issue is the profile your buliding | 09:58 |
duonghq | night sdake | 09:58 |
sdake | zhubingbing would like to hep - but 3am and need to protect my sleep :) | 09:58 |
zhubingbing | - - | 09:58 |
sdake | berendt ping pbourke - he can get you going on the profiel stuff | 09:58 |
berendt | sdake go to bed :) i will check this later in more detail | 09:58 |
sdake | berendt note - i doubt we can enable heat and horizon in the gate because of memory concerns | 09:59 |
sdake | concerns/constraints | 09:59 |
berendt | sdake hmm. that's bad. | 09:59 |
sdake | can't compose a sentence | 09:59 |
sdake | ya 8gig ram | 09:59 |
sdake | we need to break our gate jobs into seprate gates for arious thigns | 09:59 |
sdake | i wish we could get 16 gig vms | 09:59 |
sdake | that woudl solve alot of stuf for us | 10:00 |
sdake | i am going to havea look at multinode gating next cycle | 10:00 |
sdake | and see if I can get it running in such a way as to have 2 nodes to deploy across | 10:00 |
openstackgerrit | Nguyen Phuong An proposed openstack/kolla: TrivialFix: Ensure doesn't use LOG.warn https://review.openstack.org/364168 | 10:00 |
sdake | 1 compute and 1 controller | 10:00 |
sdake | with 8gb of ram we can deploy a whole lot of controller | 10:01 |
sdake | its when we launch a nova vm the system implodes | 10:01 |
sdake | with 8gb and heat | 10:01 |
sdake | het has a lot of threads | 10:01 |
sdake | horizon is probably safe to enable | 10:01 |
sdake | night all :) | 10:01 |
*** sdake has quit IRC | 10:01 | |
*** zhurong has quit IRC | 10:03 | |
*** duonghq has left #openstack-kolla | 10:04 | |
*** ccesario has quit IRC | 10:06 | |
*** rmart04 has joined #openstack-kolla | 10:09 | |
*** zhubingbing has quit IRC | 10:09 | |
*** zhubingbing has joined #openstack-kolla | 10:10 | |
*** daneyon has joined #openstack-kolla | 10:17 | |
openstackgerrit | Christian Berendt proposed openstack/kolla: Enable deployment of horizon in tools/deploy_aio.sh https://review.openstack.org/359451 | 10:20 |
*** daneyon has quit IRC | 10:22 | |
*** ccesario has joined #openstack-kolla | 10:24 | |
*** zhubingbing has quit IRC | 10:28 | |
openstackgerrit | Christian Berendt proposed openstack/kolla: Add neutron-vpnaas-agent container https://review.openstack.org/335495 | 10:34 |
openstackgerrit | Christian Berendt proposed openstack/kolla: Add neutron-vpnaas-agent container https://review.openstack.org/335495 | 10:35 |
*** zhiwei has quit IRC | 10:40 | |
*** zhiwei has joined #openstack-kolla | 10:41 | |
openstackgerrit | Christian Berendt proposed openstack/kolla: Remove fedora from Dockerfile templates https://review.openstack.org/359447 | 10:46 |
openstackgerrit | narasimha18sv proposed openstack/kolla: Updating ironic configurations in nova.conf https://review.openstack.org/364228 | 10:48 |
*** zhiwei has quit IRC | 10:49 | |
*** Mr_Broken has quit IRC | 10:50 | |
*** Mr_Broken has joined #openstack-kolla | 10:51 | |
*** prithiv has quit IRC | 10:52 | |
*** Mr_Broken has quit IRC | 10:55 | |
*** salv-orlando has quit IRC | 10:58 | |
*** dave-mccowan has joined #openstack-kolla | 11:03 | |
*** Mr_Broken has joined #openstack-kolla | 11:03 | |
*** rhallisey has joined #openstack-kolla | 11:05 | |
*** gfidente has quit IRC | 11:21 | |
*** gfidente has joined #openstack-kolla | 11:23 | |
*** gfidente has quit IRC | 11:23 | |
*** gfidente has joined #openstack-kolla | 11:23 | |
openstackgerrit | Merged openstack/kolla: Use six.StringIO https://review.openstack.org/361797 | 11:25 |
openstackgerrit | Merged openstack/kolla: Add ansible raw task note, add apt-get update https://review.openstack.org/362579 | 11:41 |
*** egonzalez90 has quit IRC | 12:00 | |
*** daneyon has joined #openstack-kolla | 12:06 | |
*** daneyon has quit IRC | 12:10 | |
*** banix has joined #openstack-kolla | 12:12 | |
*** v1k0d3n has joined #openstack-kolla | 12:12 | |
openstackgerrit | zhongshengping proposed openstack/kolla: Deprecate old auth parameters of ironic in nova.conf https://review.openstack.org/364259 | 12:17 |
*** v1k0d3n has quit IRC | 12:17 | |
*** banix has quit IRC | 12:27 | |
*** zhurong has joined #openstack-kolla | 12:34 | |
*** Kimmo___ is now known as Kimmo_ | 12:44 | |
*** kbaegis has joined #openstack-kolla | 12:44 | |
*** v1k0d3n has joined #openstack-kolla | 12:48 | |
*** banix has joined #openstack-kolla | 12:55 | |
*** banix has quit IRC | 13:02 | |
*** dwalsh has quit IRC | 13:03 | |
*** yingjun has joined #openstack-kolla | 13:06 | |
*** salv-orlando has joined #openstack-kolla | 13:07 | |
*** caowei has joined #openstack-kolla | 13:11 | |
*** salv-orlando has quit IRC | 13:13 | |
*** v1k0d3n has quit IRC | 13:20 | |
openstackgerrit | Merged openstack/kolla: Added Ansible playbook for congress deploy https://review.openstack.org/350629 | 13:20 |
*** v1k0d3n has joined #openstack-kolla | 13:24 | |
*** berendt has quit IRC | 13:26 | |
*** huikang has joined #openstack-kolla | 13:26 | |
*** v1k0d3n has quit IRC | 13:27 | |
*** v1k0d3n has joined #openstack-kolla | 13:29 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: Use a local docker image namespace in gate https://review.openstack.org/364310 | 13:29 |
openstackgerrit | Kevin Fox proposed openstack/kolla: ip tool to the toolbox https://review.openstack.org/364317 | 13:38 |
*** diogogmt has quit IRC | 13:39 | |
*** Mr_Broken has quit IRC | 13:40 | |
*** Mr_Broken has joined #openstack-kolla | 13:41 | |
*** ayoung has joined #openstack-kolla | 13:43 | |
*** sbezverk has quit IRC | 13:43 | |
*** sbezverk has joined #openstack-kolla | 13:44 | |
*** v1k0d3n has quit IRC | 13:44 | |
*** diogogmt has joined #openstack-kolla | 13:45 | |
*** Mr_Broken has quit IRC | 13:46 | |
*** zhiwei has joined #openstack-kolla | 13:46 | |
*** egonzalez90 has joined #openstack-kolla | 13:47 | |
*** openstackgerrit has quit IRC | 13:49 | |
*** openstackgerrit has joined #openstack-kolla | 13:49 | |
*** v1k0d3n has joined #openstack-kolla | 13:49 | |
*** v1k0d3n has quit IRC | 13:49 | |
*** diogogmt has quit IRC | 13:50 | |
*** zhiwei has quit IRC | 13:51 | |
*** dwalsh has joined #openstack-kolla | 13:52 | |
*** inc0 has joined #openstack-kolla | 13:57 | |
inc0 | good morning | 13:57 |
*** salv-orlando has joined #openstack-kolla | 13:59 | |
*** papacz has quit IRC | 14:00 | |
*** mgoddard_ has joined #openstack-kolla | 14:00 | |
kfox1111 | morning. | 14:00 |
kfox1111 | inc0: can we get this through quickly? https://review.openstack.org/364317 | 14:00 |
kfox1111 | I was reallly surprised neither ip or ifconfig was in kolla-toolbox | 14:01 |
inc0 | hmm...hold on I think I've seen this in base lately tho | 14:01 |
*** jheroux has joined #openstack-kolla | 14:02 | |
inc0 | https://github.com/openstack/kolla/blob/b4c505a6c8da19be438cbf03e28a4d3f82099a11/docker/openstack-base/Dockerfile.j2#L9 hmm | 14:02 |
*** jtriley has joined #openstack-kolla | 14:02 | |
kfox1111 | odd. | 14:02 |
inc0 | this is only for several distros and in openstack-base | 14:03 |
*** mgoddard has quit IRC | 14:03 | |
inc0 | which toolbox doesn't inherit from afair | 14:03 |
*** michauds has joined #openstack-kolla | 14:03 | |
inc0 | maybe it's worth to install it in base image | 14:03 |
inc0 | ? | 14:03 |
sbezverk | kfox1111: if it is not too early for you ;-) https://review.openstack.org/#/c/363044/ with last comments | 14:03 |
inc0 | but my question is | 14:03 |
inc0 | ah, well k8s will need it | 14:04 |
inc0 | as it's not net=host everywhere | 14:04 |
kfox1111 | inc0: either base image or toolbox works for me. but its broken right now for some reason. | 14:05 |
kfox1111 | sbezverk: let me double check the serviceName thing... I thought it had to be unique. | 14:05 |
*** fguillot has joined #openstack-kolla | 14:06 | |
*** banix has joined #openstack-kolla | 14:07 | |
sbezverk | kfox1111: nova uses the same approach | 14:07 |
kfox1111 | http://kubernetes.io/docs/user-guide/petset/ | 14:07 |
kfox1111 | $(petname).$(governing service domain), where the governing service is defined by the serviceName field on the Pet Set. | 14:07 |
kfox1111 | and since the petname is the petset name with index, that should be unique. | 14:08 |
kfox1111 | yeah. that should work. | 14:08 |
kfox1111 | ok. loos good. :) | 14:09 |
kfox1111 | looks | 14:09 |
sbezverk | thanks | 14:09 |
sbezverk | plesae act accordingle ;-) I want to get my hands on cinder volume | 14:09 |
*** fguillot has quit IRC | 14:10 | |
kfox1111 | I just got nova-compute in container talking to libvirt on the raw host. | 14:10 |
kfox1111 | will document how to do that... | 14:11 |
openstackgerrit | Kevin Fox proposed openstack/kolla: ip tool to the toolbox https://review.openstack.org/364317 | 14:12 |
inc0 | kfox1111, I'd put it in base tbh, make sure to include info that this is needed for kolla-k8s and since kolla-k8s doesn't use net=host, you can't do stuff from outside of container | 14:12 |
kfox1111 | k. | 14:13 |
inc0 | but move it to base, I'm sure it will come in handy in other places too | 14:13 |
rhallisey | sbezverk, what do you think about an in cluster container to work with the clients? | 14:15 |
kfox1111 | much harder in base. :/ | 14:15 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: Use the standard start method for kolla-toolbox container https://review.openstack.org/364344 | 14:15 |
kfox1111 | rhallisey: I'm for it. :) | 14:15 |
rhallisey | kfox1111, ok | 14:15 |
rhallisey | would make for a nice demo tbh | 14:15 |
rhallisey | also for basic testing | 14:15 |
kfox1111 | it can maintain some state and lock things so if multiple admins are doing stuff at the same time, badness doesn't happen. | 14:16 |
rhallisey | and it could generate and openrc! | 14:16 |
rhallisey | start your container, exec in, and your good to go | 14:16 |
kfox1111 | I'd have a look at the new helm. they do the same, and use configmaps for storage. | 14:16 |
kfox1111 | so its pretty stateless. | 14:16 |
kfox1111 | yeah. I'd like to see a container with kolla/kolla-kubernetes in it so you can just run it and go. | 14:17 |
openstackgerrit | Ryan Hallisey proposed openstack/kolla-kubernetes: Extra space in generate-passwords.py https://review.openstack.org/364346 | 14:17 |
kfox1111 | inc0: will putting it in base slow down the review? | 14:18 |
*** zhubingbing has joined #openstack-kolla | 14:18 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: Use a local docker image namespace in gate https://review.openstack.org/364310 | 14:18 |
kfox1111 | theres a lot more places I have to touch and following the if logic is messy. | 14:18 |
kfox1111 | doing it for now in just kolla-kubernetes its just in 2 places. | 14:18 |
inc0 | kfox1111, well, I don't think so, but if you need it *right now* you can use customizations | 14:18 |
inc0 | before change merges | 14:18 |
inc0 | kfox1111, http://docs.openstack.org/developer/kolla/image-building.html#dockerfile-customisation | 14:19 |
sean-k-mooneyAFK | well even before the custimisations you could always install addtional packages using the header support | 14:19 |
kfox1111 | no, I'm more worried about getting in for 3.0.0. | 14:19 |
inc0 | kfox1111, I think we can merge it, I'm saying you can do this at this moment | 14:20 |
kfox1111 | k. | 14:20 |
inc0 | I'd rather you put it to base as it can be useful | 14:20 |
*** williamcaban has joined #openstack-kolla | 14:20 | |
inc0 | I'm pretty sure it will be at some point and I want to avoid having multiple installs of it | 14:20 |
*** coolsvap has quit IRC | 14:22 | |
sbezverk | rhallisey: it could be an option but then how you want external clients/people to use this container? | 14:22 |
rhallisey | sbezverk, they won't | 14:22 |
rhallisey | it's for in cluster development | 14:22 |
rhallisey | no for production | 14:22 |
sbezverk | rhallisey: got it. | 14:22 |
sbezverk | rhallisey: as you know I resolved it by using external haproxy, Kevin also has a solution.. | 14:23 |
rhallisey | nice | 14:23 |
rhallisey | should document them | 14:23 |
sbezverk | rhallisey: but that container will only be testing internal interactions | 14:24 |
rhallisey | ya that's enough for development | 14:24 |
rhallisey | or even an AIO setup | 14:24 |
sbezverk | rhallisey: which image you plan to use for it as base? | 14:24 |
rhallisey | kolla-toolbox | 14:25 |
sbezverk | toolsbox? | 14:25 |
sbezverk | cool | 14:25 |
rhallisey | it has all the clients | 14:25 |
openstackgerrit | Kevin Fox proposed openstack/kolla: ip tool https://review.openstack.org/364317 | 14:26 |
kfox1111 | inc0: I think that should move it to base. | 14:26 |
*** fguillot has joined #openstack-kolla | 14:27 | |
inc0 | Jeffrey4l, so with kolla-k8s without net=host this thing will be needed every time you need to check local IP | 14:27 |
inc0 | which can be pretty often | 14:27 |
kfox1111 | inc0: even without net=host you may need to figure out what ip you have. | 14:28 |
inc0 | well not that often tho - we have ansible for that | 14:28 |
Jeffrey4l | inc0, the best solution is adding iproute in base-image | 14:28 |
kfox1111 | the container is light weight though. | 14:28 |
Jeffrey4l | right? kfox1111 | 14:28 |
*** vhosakot has joined #openstack-kolla | 14:28 | |
inc0 | Jeffrey4l, check the latest review | 14:28 |
inc0 | it's in base | 14:28 |
Jeffrey4l | OK. | 14:29 |
kfox1111 | well, for what I need, actually the best solution might be to put crudini/jq/ip in its own super lightweightcontainer. | 14:29 |
inc0 | let's optimize later | 14:29 |
sbezverk | inc0: ansible has no visibility of kube cluster, and in reality it does not need it | 14:29 |
inc0 | sbezverk, that's why I'm saying we didn't need it before | 14:29 |
openstackgerrit | Merged openstack/kolla: repair aodh image dockerfile https://review.openstack.org/350715 | 14:30 |
sbezverk | ansible will use just one single entry point to api server, everything else kube takes care of it | 14:30 |
inc0 | ansible was our tool for the job before, and with k8s we need different | 14:30 |
*** jtriley has quit IRC | 14:30 | |
Jeffrey4l | kfox1111, a nit | 14:30 |
Jeffrey4l | see the comments in https://review.openstack.org/364317 | 14:31 |
openstackgerrit | Kevin Fox proposed openstack/kolla: add iproute pacagke in base image. https://review.openstack.org/364317 | 14:32 |
kfox1111 | ammended | 14:32 |
kfox1111 | thanks for the quick reviews. :) | 14:32 |
*** signed8bit has joined #openstack-kolla | 14:32 | |
Jeffrey4l | kfox1111, hmm typo still exist https://review.openstack.org/364317 :) | 14:36 |
*** gfidente has quit IRC | 14:36 | |
kfox1111 | I admit to the second typo. the first was copy paste. :) | 14:36 |
kfox1111 | fixing... | 14:37 |
Jeffrey4l | i am sorry for that. :) | 14:37 |
*** jheroux has quit IRC | 14:37 | |
openstackgerrit | Kevin Fox proposed openstack/kolla: add iproute package in base image. https://review.openstack.org/364317 | 14:37 |
kfox1111 | no worries. :) | 14:37 |
*** mnasiadka has quit IRC | 14:38 | |
*** huikang has quit IRC | 14:40 | |
*** huikang has joined #openstack-kolla | 14:41 | |
*** jheroux has joined #openstack-kolla | 14:42 | |
*** caowei has quit IRC | 14:42 | |
kfox1111 | ok. the patch seems to work. | 14:42 |
kfox1111 | and it fixed the kolla-kubernetes issue. | 14:43 |
*** huikang has quit IRC | 14:44 | |
Jeffrey4l | cool | 14:44 |
*** huikang has joined #openstack-kolla | 14:44 | |
kfox1111 | sbezverk: with the init containers, I think we want to change /bin/sh -c ... to | 14:45 |
kfox1111 | /bin/sh -ec ... | 14:45 |
kfox1111 | so if any of the script fails, the init container fails and blocks to whole pod creation. | 14:45 |
kfox1111 | much easer to debug. | 14:45 |
*** huikang has quit IRC | 14:46 | |
*** b_bezak has quit IRC | 14:46 | |
*** huikang has joined #openstack-kolla | 14:46 | |
openstackgerrit | Li Yingjun proposed openstack/kolla: Add option ceilometer_database_type for ceilometer https://review.openstack.org/345881 | 14:47 |
*** huikang has quit IRC | 14:50 | |
*** diogogmt has joined #openstack-kolla | 14:51 | |
*** haplo37__ has joined #openstack-kolla | 14:52 | |
Jeffrey4l | yingjun, ping | 14:56 |
yingjun | Jeffrey4l, pong | 14:56 |
Jeffrey4l | yingjun, about this https://review.openstack.org/345881 | 14:56 |
Jeffrey4l | could u remove remove the ceilometer_database_type variable? I do not think we need add this now. | 14:57 |
Jeffrey4l | we can add this when we really have two options. | 14:57 |
Jeffrey4l | yingjun, ^^ | 14:57 |
inc0 | Jeffrey4l, well technically we have mongo, galera and now gnocci | 14:57 |
Jeffrey4l | inc0, but we are not implement those now. the only one valid option is mongodb | 14:58 |
inc0 | anyway, I'd wait for Ocata with this merge | 14:58 |
inc0 | I don't want to add new config options | 14:58 |
inc0 | in newton | 14:58 |
*** zhurong has quit IRC | 14:58 | |
inc0 | so I agree, let's merge this just after newton tag | 14:59 |
Jeffrey4l | inc0, OK. but add the check and fail fast ( enable ceilometer without enable_mongo ) is nice to have in newton. | 14:59 |
inc0 | nah, I agree we shouldn't have it in newton. | 14:59 |
Jeffrey4l | so i perfer to remove the variable and just add the check task. | 14:59 |
yingjun | I’m ok removing the config, and upload another patch for the new option | 14:59 |
*** egonzalez90 has quit IRC | 15:00 | |
Jeffrey4l | yingjun, cool. thanks. | 15:00 |
sbezverk | kfox1111: hm whenever my init was failing, it was bloking pod from being created, it was stuck on somehting like waiting for init.. | 15:01 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: Liberty is now on 1.1.2 prerelease https://review.openstack.org/334637 | 15:02 |
openstackgerrit | Merged openstack/kolla: Correct permissions to /etc/keystone/domains https://review.openstack.org/350484 | 15:05 |
yingjun | pbourke, about https://review.openstack.org/#/c/345881, it was suggested that a simple pre-check is not enough | 15:07 |
pbourke | yingjun: Jeffrey4l: I dont see point in duplicating prechecks like that | 15:08 |
pbourke | if user runs deploy without prechecks then of course there could be a prolem | 15:08 |
pbourke | *problem | 15:08 |
*** mgoddard_ has quit IRC | 15:08 | |
Jeffrey4l | pbourke, i think it is necessary to add the the check in bootstrap. | 15:09 |
*** mgoddard has joined #openstack-kolla | 15:09 | |
Jeffrey4l | the pre-check only work before deploying. | 15:09 |
pbourke | whats the point in having a separate precheck playbook then | 15:09 |
Jeffrey4l | after deployed, pre-check is not work. | 15:09 |
Jeffrey4l | pbourke, and some guys may do not run pre-check and run deploy directly. silence ignore is not good. | 15:10 |
pbourke | ok | 15:10 |
yingjun | Yeah, that happens often for operators using kolla not running pre-check before deploying. | 15:12 |
yingjun | at least for me... | 15:12 |
Jeffrey4l | pre-check is not good. we need improve it in the O | 15:13 |
openstackgerrit | Li Yingjun proposed openstack/kolla: Add precheck for ceilometer backend https://review.openstack.org/345881 | 15:18 |
*** rmart04 has quit IRC | 15:19 | |
openstackgerrit | zhubingbing proposed openstack/kolla: Add gnocchi ansible role https://review.openstack.org/349351 | 15:21 |
*** v1k0d3n has joined #openstack-kolla | 15:21 | |
kfox1111 | sbezverk: yeah. but I think without the -e, it only does that if the last command in the script fails. | 15:21 |
kfox1111 | the -e causes it to always fail if any of the lines fail. | 15:22 |
Jeffrey4l | kfox1111, may be we need add set -e to all scripts. | 15:22 |
inc0 | guys, what's best way to deploy all the stuff with k8s? | 15:22 |
kfox1111 | inc0: isn't one yet. | 15:22 |
Jeffrey4l | fast failure is good | 15:22 |
inc0 | duh | 15:22 |
kfox1111 | thats the workflow stuff. :/ | 15:22 |
inc0 | so ansible is not there yet? | 15:22 |
kfox1111 | not yet. | 15:22 |
kfox1111 | need a dev to work on that. :) | 15:23 |
sbezverk | inc0: your hands is trhe fastest way to deploy ;-) | 15:23 |
*** sdake has joined #openstack-kolla | 15:23 | |
inc0 | can you type in commands in order that needs to happen? | 15:23 |
openstackgerrit | Merged openstack/kolla-kubernetes: Add Cinder api and scheduler components https://review.openstack.org/363044 | 15:23 |
inc0 | from "I installed k8s" to "yay it works" | 15:23 |
sdake | morning folks | 15:23 |
sbezverk | inc0: the link I pasted to you yesterday | 15:23 |
openstackgerrit | Li Yingjun proposed openstack/kolla: Add precheck for ceilometer backend https://review.openstack.org/345881 | 15:24 |
kbaegis | sdake: Morning | 15:24 |
kfox1111 | inc0: theres a doc in proress for that. but its still in review and in progress. | 15:24 |
sbezverk | gives you very close to what you asked | 15:24 |
kfox1111 | inc0: https://review.openstack.org/#/c/362467/ | 15:24 |
kfox1111 | inc0: need https://review.openstack.org/#/c/364317/ applied currently. | 15:26 |
inc0 | kfox1111, I feel like your private ack machine for last 2 days:P | 15:28 |
inc0 | there ya go | 15:28 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Fail nova-compute init container always https://review.openstack.org/364387 | 15:28 |
kfox1111 | inc0: sorry. :/ | 15:28 |
inc0 | nah, don't be | 15:28 |
inc0 | I want k8s to happen | 15:29 |
inc0 | after all...I'm supposed to demo it in Barcelona | 15:29 |
kfox1111 | heh. | 15:29 |
inc0 | with wirehead and rhallisey | 15:29 |
kfox1111 | then we better make sure it works. :) | 15:29 |
inc0 | yup | 15:29 |
*** neilus has quit IRC | 15:30 | |
yingjun | pbourke, please review one more time for https://review.openstack.org/#/c/345881/, new patch uploaded for code cleanup, thanks! | 15:31 |
*** senk has quit IRC | 15:31 | |
Jeffrey4l | current the gate bust. error message is (1832, u"Cannot change column 'standard_attr_id': used in a foreign key constraint 'qos_policies_ibfk_1'") | 15:32 |
Jeffrey4l | it should be a bug in neutron. any one know the bug id? | 15:32 |
*** senk has joined #openstack-kolla | 15:33 | |
sdake | morning | 15:33 |
Jeffrey4l | morning :) | 15:33 |
sdake | Jeffrey4l ask on #openstack-neutron? | 15:33 |
Jeffrey4l | ok. | 15:34 |
sdake | Jeffrey4l sounds like a databae migration script problem | 15:34 |
openstackgerrit | zhubingbing proposed openstack/kolla: Add sahara ansible role https://review.openstack.org/351294 | 15:34 |
Jeffrey4l | sdake, yep | 15:35 |
kfox1111 | wow. almost all of the kolla-kubernetes patches are merged. :) | 15:37 |
openstackgerrit | Merged openstack/kolla: repair gnocchi dockerfile https://review.openstack.org/348388 | 15:37 |
* kfox1111 makes note to submit some more... ;) | 15:37 | |
inc0 | kfox1111, sbezverk I broke it:( | 15:37 |
inc0 | Error from server: configmaps "mariadb-configmap" already exists | 15:37 |
inc0 | I did bootstrap maria and run maria | 15:38 |
rhallisey | inc0, nah that's fine | 15:38 |
kfox1111 | I think that isn't fatal. | 15:38 |
rhallisey | inc0, you need the password patch I put in | 15:38 |
inc0 | well kubectl get pod is empty | 15:38 |
rhallisey | or your passwords wil be empty | 15:38 |
rhallisey | brb | 15:38 |
*** rhallisey has quit IRC | 15:39 | |
kfox1111 | heh. messed up that order... oh well. | 15:39 |
jrich523 | morning guys | 15:39 |
inc0 | good morning | 15:40 |
kfox1111 | morning | 15:41 |
*** jheroux has quit IRC | 15:42 | |
Jeffrey4l | fyi: relate PS: https://review.openstack.org/#/c/364336/ | 15:42 |
Jeffrey4l | for the gate bust issue. | 15:42 |
*** salv-orlando has quit IRC | 15:43 | |
openstackgerrit | Merged openstack/kolla: add iproute package in base image. https://review.openstack.org/364317 | 15:44 |
openstackgerrit | Merged openstack/kolla-kubernetes: Extra space in generate-passwords.py https://review.openstack.org/364346 | 15:44 |
*** matrohon has quit IRC | 15:50 | |
*** v1k0d3n has quit IRC | 15:51 | |
*** gregragenet has joined #openstack-kolla | 15:51 | |
openstackgerrit | zhubingbing proposed openstack/kolla: Add Barbican ansible role https://review.openstack.org/352515 | 15:52 |
*** v1k0d3n has joined #openstack-kolla | 15:53 | |
gregragenet | Hello - is there a way to have Kolla set up Ceph w/o dedicating an entire disk to it? like to have Ceph use an LVM volume for example? | 15:53 |
kfox1111 | sbezverk: I can do that, but requeres a bunch of changes... | 15:56 |
kfox1111 | log has to be mounted to the init container. | 15:56 |
kfox1111 | the nova subdir doesn't exist so I've got to create it. | 15:56 |
sbezverk | kfox1111: I think it would be good for troublehooting, I was using it and it was very helpfull | 15:57 |
kfox1111 | probably not too bad though... | 15:57 |
kfox1111 | k. | 15:57 |
kfox1111 | what about nova-init for the subdir though? | 15:57 |
kfox1111 | if I do nova, it will run into a permmission issue later. | 15:57 |
kfox1111 | unless I make another init container to fix the permissin. | 15:57 |
kfox1111 | permission | 15:57 |
sbezverk | kfox1111: does not matter where as long as in a pre-defined location :-) | 15:57 |
openstackgerrit | zhubingbing proposed openstack/kolla: implement Ansible rally role https://review.openstack.org/363456 | 15:57 |
kfox1111 | say /var/log/kolla/nova-init/ip.log ? | 15:58 |
sbezverk | kfox1111: super, we could then replicate it everywhere | 15:58 |
kfox1111 | k. | 15:58 |
*** mark-casey has joined #openstack-kolla | 15:58 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: DO NOT MERGE: test the neutron db upgrade fix https://review.openstack.org/364419 | 16:00 |
zhubingbing | hello guys | 16:01 |
zhubingbing | ping caoyuan | 16:02 |
michauds | pbourke: fyi, review https://review.openstack.org/#/c/363968/ fixes bug https://bugs.launchpad.net/kolla/+bug/1616155 which is ranked critical. | 16:03 |
openstack | Launchpad bug 1616155 in kolla mitaka "Unable to import database dump with ansible module in kolla-toolbox due to missing mysql binaries." [Critical,In progress] - Assigned to Stephan Michaud (michauds90) | 16:03 |
pbourke | michauds: Im not sure I agree that is a critical bug though | 16:03 |
michauds | pbourke ohhhh alright! | 16:04 |
inc0 | why it's toolbox issue tho? | 16:04 |
pbourke | michauds: im assuming you have some internal ansible play that can restore a database dump? | 16:05 |
inc0 | also, http://docs.ansible.com/ansible/mysql_db_module.html | 16:05 |
inc0 | this seems to suggest that ansible can indeed do this | 16:05 |
pbourke | inc0: im reading it as the ansible module needs those binaries available | 16:06 |
inc0 | ok, interesting, we use these modules all the way | 16:06 |
inc0 | maybe this part is buggy | 16:06 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: Use the standard start method for kolla-toolbox container https://review.openstack.org/364344 | 16:07 |
*** aNupoisc has joined #openstack-kolla | 16:07 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Fail nova-compute init container always https://review.openstack.org/364387 | 16:07 |
michauds | pbourke, yes I can post an example rule that fails | 16:08 |
pbourke | michauds: sure that would be helpful | 16:08 |
michauds | pbourke Alright, I'll attach it to the bug on launchpad. | 16:09 |
*** karlamrhein has joined #openstack-kolla | 16:10 | |
Jeffrey4l | pbourke, i replied https://review.openstack.org/364333 | 16:10 |
inc0 | sooo kfox1111 sbezverk kubectl get pods return nothniing | 16:12 |
inc0 | how to debug this | 16:12 |
inc0 | ? | 16:12 |
*** salv-orlando has joined #openstack-kolla | 16:12 | |
sdake | hey - re the bandit gate | 16:13 |
sdake | now tht it is operational | 16:13 |
sdake | i was thinking of making it voting | 16:13 |
sdake | (and we are past the milestone 3 bump) | 16:13 |
Jeffrey4l | sbezverk, you may need check this https://review.openstack.org/362027 | 16:13 |
sdake | any objections? | 16:13 |
Jeffrey4l | sdake, no | 16:13 |
sdake | no objections or no dont do that :) | 16:14 |
michauds | pbourke: I added the problematic playbook rule to https://bugs.launchpad.net/kolla/+bug/1616155 | 16:14 |
openstack | Launchpad bug 1616155 in kolla mitaka "Unable to import database dump with ansible module in kolla-toolbox due to missing mysql binaries." [Critical,In progress] - Assigned to Stephan Michaud (michauds90) | 16:14 |
Jeffrey4l | no objections :) | 16:14 |
Jeffrey4l | sdake, ^ | 16:14 |
sdake | michauds fwiw wee dont expect operators to interact with kolla via docker exec | 16:15 |
pbourke | michauds: monasca is not in kolla though? | 16:15 |
sdake | michauds but i dont see harm in adding a package to enable your effforts | 16:15 |
michauds | pbourke: not yet :) | 16:15 |
pbourke | I dont see us backporting it | 16:16 |
sdake | right we wont backport monasca | 16:16 |
sdake | pbourke i thught it was more a matter of people wantin to dump their mysql db | 16:16 |
sdake | for backup purposes | 16:16 |
pbourke | sdake: even if so, my understanding of stable is we dont change it unless we have to | 16:17 |
openstackgerrit | Merged openstack/kolla: Use dumb-init to manage the pid 1 process https://review.openstack.org/364333 | 16:17 |
openstackgerrit | zhubingbing proposed openstack/kolla: Added influxdb role https://review.openstack.org/346449 | 16:17 |
sdake | pbourke rogere - good understanding | 16:17 |
pbourke | maybe other projects manage their stable differently, if so we can chat about changing this policy | 16:17 |
sdake | pbourke - we sosrt of make our own ruels up here | 16:18 |
sdake | as long as they fit in with the stable:follows-policy framework | 16:18 |
michauds | pbourke no, monasca would be new stuff | 16:18 |
*** v1k0d3n has quit IRC | 16:18 | |
openstackgerrit | Merged openstack/kolla: fix sahara dockerfile https://review.openstack.org/351320 | 16:18 |
sdake | pbourke i guess i fundamentally didn't understand the monasca link | 16:18 |
sdake | pbourke again i thought it was more about db backups | 16:19 |
*** v1k0d3n has joined #openstack-kolla | 16:19 | |
sdake | which i think we do want to enable | 16:19 |
sdake | especialy since its a two liner | 16:19 |
pbourke | people can backup without kolla-toolbox in stable | 16:19 |
sdake | how? | 16:19 |
sdake | (just woke up - your my googel:) | 16:20 |
*** aNupoisc has quit IRC | 16:20 | |
sdake | had rough night of drinking too much to top it off | 16:20 |
pbourke | hmm | 16:20 |
pbourke | maybe i was too quick with that last statement :) | 16:20 |
pbourke | but i have a feeling there's a way. this feels like a feature to me | 16:20 |
sdake | i could see making a copy of the docker volume | 16:21 |
sdake | well pbourke make a call | 16:21 |
pbourke | I'm sticking with my -1 on this | 16:21 |
*** senk has quit IRC | 16:21 | |
sdake | wfm - then michauds - i'm sorry for wasting your time on this :( | 16:22 |
sdake | michauds often we have to make quick judgements on backport bugs and sometimes we are imperfect | 16:22 |
sdake | michauds in this case, I misunderstood the situation - so its my blame | 16:22 |
michauds | sdake, no problem. It was a good learning experience :) | 16:22 |
sdake | pbourke can you fix up the bug id | 16:22 |
sdake | pbourke to not target it to backports | 16:22 |
sdake | and leave a note in the backport that it was determined not necessary at this time | 16:23 |
pbourke | michauds: thanks for raising it | 16:23 |
sdake | we may need to revisit that in the future if we have a storming horde of operators angry | 16:23 |
sdake | pbourke it has gone into mster - which is fine from my pov | 16:23 |
pbourke | we may revisit, im known to be easily swayed :p | 16:23 |
*** coolsvap has joined #openstack-kolla | 16:24 | |
coolsvap | sdake: i may have missed something are we holding on +W ? | 16:25 |
sdake | i think we are not super good at handling backports yet | 16:25 |
sdake | coolsvap relating to which? features? | 16:25 |
coolsvap | changes in master | 16:25 |
sdake | coolsvap or this pbourke conversation? | 16:25 |
sdake | bugs -> master | 16:26 |
sdake | blueprints in rc1 -> master | 16:26 |
coolsvap | bugs in master | 16:26 |
*** berendt has joined #openstack-kolla | 16:26 | |
coolsvap | alright got it | 16:26 |
sdake | blueprints not in rc1 -> -2 with the note "Procedural -2 to block merge until rc1 is tagged on September 15th, please keep working on this work. The -2 here does not indicate the work is not vaued." | 16:27 |
sdake | any bug is free reign in master | 16:27 |
sdake | even if its a little featury | 16:27 |
sdake | but not alot feataury | 16:27 |
openstackgerrit | Merged openstack/kolla: Remove unnecessary host at haproxy in site.yml https://review.openstack.org/355861 | 16:27 |
sdake | coolsvap ify ou could make a summary out of this discussion and mail to ml it owuld be appreciated | 16:28 |
openstackgerrit | zhubingbing proposed openstack/kolla: Add sahara ansible role https://review.openstack.org/351294 | 16:29 |
coolsvap | sdake: sure | 16:29 |
sdake | coolsvap thx :) | 16:30 |
sdake | zhubingbing where are you with barbican? | 16:30 |
Jeffrey4l | pbourke, inc0 coolsvap sdake please review this. a critical one https://review.openstack.org/357898 | 16:30 |
sdake | Jeffrey4l on it | 16:30 |
Jeffrey4l | thanks. | 16:30 |
zhubingbing | keystone | 16:30 |
zhubingbing | keystone +barbican | 16:30 |
zhubingbing | i plan in magnum use barbican | 16:31 |
sdake | Jeffrey4l you get rid of the nova volume? | 16:31 |
Jeffrey4l | sdake, no the nova_compuate volume will be created automatically. | 16:32 |
sdake | zhubingbing sweet I was looking for someone to tidy up magnum to use x509 certs or barbican conditionally | 16:32 |
sdake | Jeffrey4l but it doesn't get cretaed in a persisstent way? | 16:32 |
sdake | where is it created | 16:32 |
* sdake just woke up - still warming up ;) | 16:32 | |
sdake | and seriously hung over :( | 16:32 |
Jeffrey4l | when you run `docker run -v nova_compute:/var/lib/nova ...` | 16:32 |
zhubingbing | snake,sure i can help you ? | 16:33 |
Jeffrey4l | no need to create manually. | 16:33 |
Jeffrey4l | when staring/creating the container, it will be created automatically. | 16:33 |
Jeffrey4l | other containers use this pattern. | 16:33 |
Jeffrey4l | we create the volume explicit when we need in some case. | 16:34 |
*** berendt has quit IRC | 16:34 | |
sdake | cool didn't know that Jeffrey4l | 16:34 |
Jeffrey4l | :) | 16:35 |
sdake | Jeffrey4l so jut to clarify - your 100% ceertain after this patch merges we will still have a nova data volume? | 16:35 |
pbourke | i also didnt know that | 16:35 |
Jeffrey4l | yep | 16:35 |
pbourke | :o | 16:35 |
sdake | cool | 16:35 |
sdake | totally not what I would have expected | 16:35 |
sdake | Jeffrey4l so docker volume ls will show the nova volume then? | 16:36 |
Jeffrey4l | check the glance volume, we never create it explicit. | 16:36 |
*** ssurana has joined #openstack-kolla | 16:36 | |
Jeffrey4l | sdake, yep. | 16:36 |
openstackgerrit | Mathias proposed openstack/kolla: Added grafana container https://review.openstack.org/346447 | 16:36 |
sdake | Jeffrey4l - again goes against my thinking of how this stuff should work - so if its bust during the rcs, we may have to be open to a revert here | 16:37 |
Jeffrey4l | pbourke, sdake when removing container, the volume will not be removed, unless you add the -v paramater when delete. like `docker rm -v nova_compute` | 16:37 |
sdake | Jeffrey4l yes but what about first time startup? | 16:37 |
*** papacz has joined #openstack-kolla | 16:37 | |
sdake | Jeffrey4l e.g. do a cleanup-host | 16:38 |
sdake | and then deploy | 16:38 |
sdake | is nova volume still there? | 16:38 |
Jeffrey4l | sdake, when you need it for the first time. for the nova. when start the nova-compute container, it will create the automatically. | 16:38 |
sdake | what triggers that? | 16:39 |
Jeffrey4l | sdake, yes. check the glance role. we never create the glance volume explicit. But the glance volume exist all the time. | 16:39 |
Jeffrey4l | sdake, docker-engine. | 16:39 |
sdake | Jeffrey4l got it - so maybe its new feture of docker? | 16:39 |
sdake | Jeffrey4l can you run docker --version ? | 16:39 |
sdake | our min requirement is 1.10.0 and I'd like to keep it that way if possible | 16:40 |
Jeffrey4l | sdake, hmm this should exist for a long time. i am sure this work at least since docker 1.9 | 16:40 |
sdake | ok good enough for me | 16:40 |
sdake | Jeffrey4l reading through bug log i see what problem yu want to solve | 16:41 |
sdake | Jeffrey4l if this solves it, then sweet :) | 16:41 |
sdake | i think we have some other areas to tackle with this as well | 16:42 |
Jeffrey4l | ya. remove the creating named volume is side effect :) | 16:42 |
Jeffrey4l | sdake, means? | 16:42 |
Jeffrey4l | more test? | 16:42 |
sdake | Jeffrey4l maybe this is not the only scenario where this problem exists | 16:42 |
sdake | (as described in the bug log) | 16:42 |
sdake | clearly we don't want the volume only created once if its missing | 16:43 |
sdake | btw, anyone care to explain to me how runonce owrks? | 16:43 |
sdake | (under the covers) | 16:43 |
sdake | Jeffrey4l also I +w your patch | 16:43 |
Jeffrey4l | sdake, hmm it is the /var/lib/nova/instances folder we need create all the time, not the named volume. :) | 16:44 |
sdake | right - i get that we only want it to run once | 16:45 |
sdake | what I dont understand bout runonce is how ansible knows to only run the bootstrap task one time | 16:45 |
sdake | since ansible keeps no state | 16:45 |
openstackgerrit | Merged openstack/kolla: Create the nova instances directory when need during starting https://review.openstack.org/357898 | 16:45 |
*** aNupoisc has joined #openstack-kolla | 16:46 | |
sdake | i asked sam once and he couldn't gie me a good explination | 16:46 |
*** v1k0d3n has quit IRC | 16:46 | |
*** jamesdenton has quit IRC | 16:47 | |
Jeffrey4l | https://github.com/openstack/kolla/blob/master/ansible/roles/nova/tasks/bootstrap.yml#L78 here how ansible control the bootstrap just run once all the time. | 16:47 |
*** v1k0d3n has joined #openstack-kolla | 16:48 | |
Jeffrey4l | sdake, ^ | 16:48 |
sdake | Jeffrey4l how does this task know only to run only one time: https://github.com/openstack/kolla/blob/master/ansible/roles/nova/tasks/bootstrap.yml#L75 | 16:48 |
sdake | or does runnce mean run only on one host? | 16:49 |
mark-casey | sdake: that. run on one host | 16:49 |
sdake | and the changed when: sorts out when to run bootstrpaping | 16:49 |
sdake | mark-casey cool think i've finaly got thatone now :) thanks | 16:49 |
sdake | been wondering that for years :) | 16:49 |
Jeffrey4l | sdake, the runonce you mean is `run_once` key word in ansible or others? | 16:49 |
*** rhallisey has joined #openstack-kolla | 16:50 | |
sdake | Jeffrey4l yup - i understand it now | 16:50 |
sdake | thansk | 16:50 |
*** godleon has quit IRC | 16:50 | |
Jeffrey4l | cool | 16:50 |
*** v1k0d3n has quit IRC | 16:50 | |
*** v1k0d3n has joined #openstack-kolla | 16:51 | |
mark-casey | sdake: the changed_when only controls when Ansible reports "ok:" or "changed:" for a task, assuming it wasn't "skipped:" | 16:51 |
sdake | mark-casey yup i understan hw that part works | 16:51 |
sdake | its come together | 16:51 |
sdake | thnks ;) | 16:51 |
* sdake STILL learning ansible | 16:51 | |
sdake | btw folks, milestone 3 had soething like 470 commits in it | 16:52 |
*** v1k0d3n has quit IRC | 16:52 | |
sdake | tremendous output! | 16:52 |
sdake | last cycle we had something like 1k commits in total | 16:52 |
mark-casey | I think we all are :), but yea was just clarifying that part didn't prevent repeated runs of the task - it's only an output thing | 16:52 |
sdake | this cycle we hve something like 800 commits thus far | 16:53 |
*** v1k0d3n has joined #openstack-kolla | 16:53 | |
sdake | and a few hundred more to go i think | 16:53 |
mark-casey | wow | 16:53 |
*** zhubingbing has quit IRC | 16:55 | |
*** unicell has quit IRC | 16:55 | |
sdake | my sons' birthday today - 12 years old | 16:56 |
* sdake getting old | 16:56 | |
jrich523 | give it another 6 years and see how you feel :) | 16:57 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: DO NOT MERGE: test the neutron db upgrade fix https://review.openstack.org/364419 | 16:59 |
jrich523 | can anyone give me some guidance on setting up the networking? im getting an error about no host resources, and google is telling me its likely network related, which, makes sense since thats a hot mess for me :) | 17:01 |
Jeffrey4l | my son started school today. | 17:01 |
* Jeffrey4l getting old too. :( | 17:01 | |
jrich523 | oh damn, summer is over | 17:01 |
*** zhubingbing_ has joined #openstack-kolla | 17:03 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: Create the nova instances directory when need during starting https://review.openstack.org/364466 | 17:03 |
*** athomas has quit IRC | 17:05 | |
britthouser | wow sdake! My son turns 11 tomorrow | 17:05 |
sdake | britthouser i think you are either younger then you look or got started earlier then I did :) | 17:07 |
britthouser | He was born when I was 25 | 17:07 |
coolsvap | sdake: sent | 17:09 |
sdake | ya i started around 30 | 17:09 |
sdake | britthouser so I think its a case of both :) | 17:09 |
coolsvap | gn guys | 17:09 |
sdake | my first child was born on a arm shot birth control, and second one on an IUD or whtever it is called | 17:10 |
jrich523 | whhhhaaaat | 17:10 |
sdake | ya - i've got strong swimmers I guess ;) | 17:11 |
britthouser | Sounds like they were meant to be sdake. =) | 17:11 |
*** v1k0d3n has quit IRC | 17:11 | |
jrich523 | lol or she had some plans she didnt let you in on | 17:11 |
sdake | i always wanted kids but was never ready | 17:11 |
sdake | fortunately it was thurst upon me, or I may never have had em :) | 17:11 |
*** v1k0d3n has joined #openstack-kolla | 17:11 | |
jrich523 | no one is ever ready :) | 17:11 |
sdake | jrich523 I find children fairly esy to deal with :) | 17:12 |
jrich523 | usually it isnt the 'dealing with' thats the problem, typically more time/money related | 17:12 |
*** v1k0d3n has quit IRC | 17:13 | |
sdake | jrich523 ya - have dual income high tech worker household | 17:13 |
sdake | so swimming in cash | 17:13 |
sdake | and time - well our kids take care of themselves :) | 17:13 |
jrich523 | lol | 17:13 |
*** v1k0d3n has joined #openstack-kolla | 17:13 | |
sdake | whats cool is I work from home, which means I got to spend alot o time with them hen they were growign into young adults | 17:14 |
zhubingbing_ | https://review.openstack.org/#/c/352515/ stake can you help review barbican role and barbican docker file | 17:14 |
jrich523 | yeah working from home is nice :) | 17:14 |
sdake | zhubingbing_ after meeting (1 hour) you got it | 17:14 |
sdake | Jeffrey4l or pbourke can you also review that | 17:15 |
zhubingbing_ | ok | 17:15 |
sdake | or both of you actually :) | 17:15 |
sdake | need barbican for magnum | 17:15 |
Jeffrey4l | np | 17:15 |
sdake | zhubingbing_ can you also add the x509 cert db method for magnum | 17:15 |
sdake | madhuri implmeneted it | 17:15 |
zhubingbing_ | yes | 17:15 |
zhubingbing_ | ok | 17:15 |
sdake | she can guide you - tell her I sent you her way | 17:15 |
sdake | by ping her in #openstack-containers not privatey | 17:15 |
sdake | zhubingbing_ as a separate patch | 17:16 |
*** egonzalez90 has joined #openstack-kolla | 17:17 | |
zhubingbing_ | madhuri what mean ? | 17:18 |
zhubingbing_ | madhuri is a people, she can guide me complete to add the x509 cert db method for magnum | 17:19 |
zhubingbing_ | and i can in #openstack-contariners contact she? | 17:20 |
Jeffrey4l | zhubingbing_, i think so | 17:20 |
zhubingbing_ | ok | 17:21 |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla: Add Senlin Ansible role https://review.openstack.org/339725 | 17:22 |
*** unicell has joined #openstack-kolla | 17:24 | |
sdake | egonzalez90 say - wil lsenlen land before sept 15th? | 17:25 |
sdake | I'm not sure why that was descoped in our last planning meeting | 17:25 |
sdake | but seems reasonable to introduce into rc1 if its feasible | 17:25 |
egonzalez90 | if gets reviewed can be before 15th | 17:26 |
sdake | egonzalez90 also - it isn't necessary to sign off on blueprints | 17:26 |
sdake | with git that is | 17:26 |
sdake | rather reviews. | 17:27 |
* sdake going backto bed ;) | 17:27 | |
*** severion has joined #openstack-kolla | 17:28 | |
*** v1k0d3n has quit IRC | 17:29 | |
*** senk has joined #openstack-kolla | 17:29 | |
*** severion has quit IRC | 17:30 | |
*** v1k0d3n has joined #openstack-kolla | 17:30 | |
jrich523 | wish i could go back to bed | 17:30 |
*** v1k0d3n has quit IRC | 17:30 | |
*** Serlex has quit IRC | 17:33 | |
Jeffrey4l | fyi: the neutron bug is fixed. the gate should be all green now. | 17:35 |
openstackgerrit | zhubingbing proposed openstack/kolla: Add Barbican ansible role https://review.openstack.org/352515 | 17:38 |
openstackgerrit | zhubingbing proposed openstack/kolla: Add gnocchi ansible role https://review.openstack.org/349351 | 17:39 |
*** zhubingbing_ has quit IRC | 17:41 | |
*** unicell has quit IRC | 17:43 | |
*** unicell has joined #openstack-kolla | 17:43 | |
sdake | Jeffrey4l that was fast | 17:45 |
sdake | jrich523 - ya I was just joking | 17:45 |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla: Add Senlin Ansible role https://review.openstack.org/339725 | 17:45 |
inc0 | yaaaaaaaay, they just detected Ebola in Spain | 17:45 |
Jeffrey4l | ya | 17:45 |
inc0 | happy summit folks | 17:46 |
sdake | inc0 ya i got that same warning rom csco internal | 17:46 |
sdake | bring your DEET | 17:46 |
sdake | tick bite = deadly | 17:46 |
inc0 | if you see someone convulsing and spreading blood all around | 17:46 |
inc0 | don't approach | 17:46 |
egonzalez90 | inc0, really? | 17:46 |
sdake | egonzalez90 serious | 17:46 |
sdake | 2 people hae disease, 1 dead I think now, and 200 people in quaranteen atm | 17:46 |
sdake | first case of ebola in europe - the notice said | 17:47 |
jrich523 | well you do work from home, so... its possible :) | 17:48 |
jrich523 | im not sure how ticks and ebola are related lol | 17:48 |
sdake | jrich523 ticks carry the virus | 17:49 |
jrich523 | they carry a lot of things | 17:49 |
sdake | Two cases of Crimean-Congo haemorrhagic fever (CCHF) have been reported from Spain. A 62-year-old man is thought to have been infected via tick bite during a walk in the Castilla-Leon region. A nurse who treated him prior to his death has also tested positive for the disease. She is currently in a stable condition in an isolation unit in Madrid. Authorities are monitoring about 200 people who had contact with either of the individuals. It is likely | 17:49 |
sdake | this is the first locally acquired case reported in Western Europe. CCHF is a potentially fatal viral illness transmitted by tick bites or through direct contact with infected body fluids. Symptoms include flu-like illness, abdominal pain and bleeding often occurs. There is no vaccine. Protect yourself against tick bites to avoid the illness. | 17:49 |
sdake | i dont think that is ebola | 17:49 |
sdake | but it doens't sound good | 17:49 |
jrich523 | lyme will do similar | 17:50 |
jrich523 | however it doesnt kill you in days | 17:50 |
egonzalez90 | spanish papers says are not ebola, is a similar bloody fever disease | 17:50 |
sdake | ya - we have alot of lyme disease in arizona | 17:50 |
jrich523 | i have it :-/ | 17:50 |
sdake | egonzalez90 ya - see above | 17:50 |
jrich523 | they suspect 75-80% of the population has lyme | 17:51 |
sdake | jrich523 don't know much about it othe then it can be treated within 48 hours if yu have a bullseye after being bitten | 17:51 |
jrich523 | yeah, thats basically wrong | 17:51 |
sdake | interesting | 17:51 |
sdake | jrich523 well I am not a MD/DO/etc :) | 17:51 |
jrich523 | it requires a lot of antibiotics, like 6 months worth | 17:51 |
jrich523 | which they wont give you unless you are certain you have it, which means a test, which takes a month to come back | 17:51 |
jrich523 | at any rate, there is no killing it, just subduing it.. | 17:52 |
sdake | can get antibiotics in mexico and come back across the border ;) | 17:52 |
jrich523 | lol honestly, if you think you had it, i'd advise that | 17:52 |
*** unicell has quit IRC | 17:53 | |
sdake | i've seen pictures of what the tick bite looks like | 17:53 |
sdake | it looks like a big bullseye | 17:53 |
jrich523 | the bullseye is rare, and if you see it, itsl ike 99% you have lyme... if you dont see it, its like 75% chance you have lyme lol | 17:53 |
jrich523 | so, rash or not, you're likely screwed | 17:53 |
jrich523 | which is why its believed such a high portion of the population has it | 17:54 |
jrich523 | since symptoms are really across the spectrum, its hard to identify | 17:54 |
jrich523 | they believe the vast majority of hypochondriac cases are actually lyme | 17:55 |
*** papacz has quit IRC | 17:55 | |
sdake | all the ticks in arizona carry lime dissease | 17:56 |
sdake | or most of em anyway | 17:56 |
jrich523 | thats the other common misconception, only deer ticks carry it | 17:56 |
jrich523 | all ticks do, hell even mosquitoes do | 17:57 |
jrich523 | we're all gonna die! | 17:57 |
jrich523 | wait, i mean, we're all dying! | 17:57 |
*** harlowja_ has joined #openstack-kolla | 17:58 | |
*** harlowja has quit IRC | 18:00 | |
sdake | my kids think immortality is on the horizon | 18:00 |
jrich523 | it is, sorta | 18:01 |
sdake | I think its within human's grasp to live much longer then we do | 18:01 |
jrich523 | we can keep bodies going | 18:01 |
jrich523 | thats "easy" really | 18:01 |
jrich523 | its keeping the brain functioning that we cant do | 18:01 |
sdake | my brain works better now then it ever has | 18:01 |
jrich523 | kidney, liver, heart, all replaceable, either with mechnical things or cell printed versions | 18:01 |
jrich523 | well wait till you're 80 | 18:01 |
jrich523 | and then we can talk about your brain lol | 18:02 |
sdake | i hope I dont live to 80 tbh :) | 18:02 |
sdake | i want to live to a ripe old age of 65-70 and then die in my sleep ;) | 18:02 |
jrich523 | lol you will | 18:02 |
jrich523 | for our age (you're about 40?) | 18:02 |
sdake | my poor mother - she is in bad shape - broke hip and back | 18:02 |
jrich523 | 80 will be young | 18:02 |
sdake | 42 | 18:02 |
jrich523 | im fairly certain 100 will be our common dying age | 18:03 |
sdake | i dont want to live without mobility when i age | 18:03 |
sdake | my grandmother lived to 101 | 18:03 |
jrich523 | meh, self driving cars, exo skeletons, im sure you'll be fine :) | 18:03 |
sdake | jrich523 frightening :) | 18:03 |
jrich523 | besides, you're rolling in cash, you can buy all thse fancy things to keep you moving | 18:03 |
kfox1111 | "what can go wrong" ;) | 18:04 |
jrich523 | hahaa | 18:04 |
jrich523 | nothing, nothing at all :) | 18:04 |
sdake | jrich523 would could possibly go wrong ;) | 18:04 |
*** egonzalez90 has quit IRC | 18:04 | |
kfox1111 | "imagine everything on fire...." :) | 18:04 |
sdake | I feel like I've taken enough punishment for two lifetimes :) | 18:04 |
sdake | and unfortunaely its just beginning | 18:04 |
jrich523 | well if you plan to live to 80, its half way over :) | 18:04 |
jrich523 | you're almost there! | 18:05 |
sdake | coolsvap nice email dude :) | 18:05 |
sdake | ya its the second half thta sucks | 18:06 |
*** salv-orl_ has joined #openstack-kolla | 18:08 | |
*** huikang has joined #openstack-kolla | 18:09 | |
*** salv-orlando has quit IRC | 18:11 | |
*** senk has quit IRC | 18:14 | |
*** Jeffrey4l has quit IRC | 18:15 | |
*** senk has joined #openstack-kolla | 18:16 | |
*** openstackgerrit has quit IRC | 18:18 | |
*** openstackgerrit has joined #openstack-kolla | 18:18 | |
*** yingjun has quit IRC | 18:19 | |
*** senk has quit IRC | 18:19 | |
*** unicell has joined #openstack-kolla | 18:22 | |
jrich523 | can anyone provide some help with setting up networking? i think its the last part to getting this fully working | 18:26 |
sdake | as my wife says, cisco didn't build their empire because networking is easy ;) | 18:30 |
jrich523 | lol | 18:30 |
sdake | jrich523 fwiw netorking works perfectly in msater as well as stable branches with either ovs or linuxbridge | 18:30 |
jrich523 | im fairly certain they made it hard on purpose | 18:31 |
kfox1111 | she's not wrong. :) | 18:31 |
sdake | jrich523 unfortunately I am not a networking expert - so idon't know exactly how to set up your environment | 18:31 |
kfox1111 | jrich523: that, sometimes is true too I think. :) | 18:31 |
sdake | jrich523 sbezverk may be able to help | 18:31 |
jrich523 | well really the problem is that there are no hosts with available resources | 18:31 |
*** harlowja_ has quit IRC | 18:31 | |
sdake | jrich523 another person is jeffrey4l - he undrestands neutron inside and out | 18:31 |
jrich523 | which in reading most people get that because of network issues | 18:31 |
*** harlowja has joined #openstack-kolla | 18:32 | |
sdake | run nova hypervisor-list | 18:32 |
jrich523 | it shows my one host, up/enabled | 18:32 |
jrich523 | i think what i need to do now can all be done in horizon, but, im doing something wrong i think | 18:33 |
kfox1111 | yeah. if the vm takes a while to launch and finally gives up after 3 attempts, thats usually a network issue. | 18:33 |
jrich523 | i think it was 5 attempts, but yeah... a really horrible msg that provides no details | 18:33 |
jrich523 | even poked around the nova logs, nothing all that useful in there | 18:33 |
kfox1111 | that, is something openstack really suffers from. lots of really unhelpful errors. :/ | 18:34 |
jrich523 | right now i have no networks defined, the host is a VM with two network adapters, eth0 is the admin, has an IP assigned to it 192.168.11.20 (vip 30) | 18:34 |
jrich523 | there is no IP assigned to eth1 | 18:34 |
*** unicell has quit IRC | 18:36 | |
jrich523 | both adapters are sitting on the same network (bridge to my local network, 192.168.11) | 18:36 |
ntpttr | ping inc0 | 18:37 |
jrich523 | so i assume if i create a 'flat' network, that should work out ok? | 18:37 |
sdake | jrich523 did you take a look at init-runonce script? | 18:38 |
sdake | jrich523 it needs to be customized foryour environment | 18:38 |
jrich523 | i'll take a look now | 18:38 |
sdake | jrich523 it sets up all the networks as necessary | 18:38 |
sdake | also make sure nova hypervisor-list shows your hypervisors | 18:38 |
jrich523 | it does | 18:39 |
sdake | and nova hypervisor-show shows its up and running | 18:39 |
sdake | the reason it is not working is probaby because you have not set up the neutron networks | 18:39 |
sdake | init-runonce does this | 18:39 |
sdake | but it does it for *my* personal environment | 18:39 |
jrich523 | perfect, i'll dig in to that | 18:39 |
sdake | you will have to customize or your environment | 18:39 |
sdake | or/for | 18:40 |
jrich523 | the nova cmds are looking good | 18:40 |
sdake | thats good news | 18:40 |
sdake | that means you have a functional deployment | 18:40 |
*** unicell has joined #openstack-kolla | 18:40 | |
sdake | just user error at this point | 18:40 |
jrich523 | yeah im getting close | 18:40 |
*** shardy is now known as shardy_afk | 18:40 | |
*** unicell has quit IRC | 18:41 | |
jrich523 | ok so one thing i noticed before, is that a lot of things are referencing br100 | 18:42 |
*** salv-orl_ has quit IRC | 18:42 | |
jrich523 | which if i do ip a, i see i have a br-ex, br-int and br-tun | 18:42 |
inc0 | yaay neutron is broken | 18:46 |
sean-k-mooneyAFK | br100 isnt that a linux bridge thing? | 18:47 |
inc0 | no, migration issue | 18:47 |
inc0 | dbsync is not working | 18:47 |
jrich523 | sean-k-mooneyAFK: from what i've read, yes it is | 18:47 |
jrich523 | all the docs i've come across assume a bunch of things... like.. mostly importantly, that i know linux :) | 18:47 |
sean-k-mooneyAFK | i know that br100 is one of the default bridges created when using linux bridge in devstack | 18:48 |
sean-k-mooneyAFK | jrich523: youll use have to start working on the windows install of kolla | 18:48 |
*** fragatin_ has quit IRC | 18:48 | |
jrich523 | i'd certainly be more comfortable :) | 18:49 |
*** david-lyle has quit IRC | 18:49 | |
sean-k-mooneyAFK | with windows nano server you actully might be able to pull it off at somepoint | 18:49 |
jrich523 | however if its docker, it still uses nix under the covers, so i suspect i'll have similar issues | 18:49 |
sean-k-mooneyAFK | no there is a native windows runtime for docker | 18:50 |
sean-k-mooneyAFK | its part of windows server 2016 | 18:50 |
jrich523 | right, but, when you create containers on windows, that host apps for linux | 18:50 |
*** david-lyle has joined #openstack-kolla | 18:50 | |
jrich523 | it basically builds a linux kernel to run them | 18:50 |
jrich523 | so... its sort of garbage | 18:50 |
sean-k-mooneyAFK | yes but if you were doing a windows version of kolla you would not be using linux at all | 18:51 |
jrich523 | i mean, its cool, but if performance matters, not so much | 18:51 |
*** aNupoisc has quit IRC | 18:51 | |
sean-k-mooneyAFK | unfortuetly most of openstack does not run of windows currently so you could only have compute nodes | 18:52 |
jrich523 | right | 18:52 |
jrich523 | so the only windows i could run, would be hyperv instead of kvm | 18:53 |
jrich523 | which, i guess thats cool | 18:53 |
jrich523 | but meh | 18:53 |
jrich523 | in that init script, i see it mentions physnet1 | 18:54 |
jrich523 | where is that? | 18:54 |
jrich523 | or what is that | 18:54 |
sean-k-mooneyAFK | physnet1 one is the default provider network in neutron | 18:54 |
jrich523 | hmm so when i went to do this via the gui (horizon) it populated that as "default" | 18:55 |
*** yingjun has joined #openstack-kolla | 18:55 | |
jrich523 | is it smart enough to pull a useful name, or is default just... default | 18:55 |
sean-k-mooneyAFK | basically i think kolla maps physnet1 to the br-ex | 18:55 |
sean-k-mooneyAFK | no horizon is not that smart | 18:55 |
jrich523 | can i "look up" physnet1? | 18:55 |
jrich523 | how do i see if its there? | 18:56 |
sean-k-mooneyAFK | you can check the neutron conf | 18:56 |
sean-k-mooneyAFK | well technically the ml2_conf.ini | 18:56 |
jrich523 | i really like how i can use powershell on linux now, at least something im use to :) | 18:57 |
sean-k-mooneyAFK | i like windows but always hated powershell | 18:58 |
jrich523 | whhhaaaatttt?!?! | 18:58 |
jrich523 | how can you dislike objects?! | 18:58 |
sean-k-mooneyAFK | i dont but if im going to use them ill use c# | 18:58 |
jrich523 | well powershell is real time C# | 18:58 |
sdake | sean-k-mooneyAFK do yo uhave remaining patches for bifrost needed? | 18:58 |
sdake | or the bootstrap playbook | 18:59 |
sean-k-mooneyAFK | sdake: i dont think soo at least not for this cycle. ill be addressing the techdebt bugs in the next few weeks but they will be ocata i guess | 18:59 |
jrich523 | http://paste.openstack.org/show/565859/ | 19:00 |
jrich523 | so yeah, looks like physnet1 is mapped to br-ex | 19:00 |
sdake | sean-k-mooneyAFK you have free reign to do whatever needs to be done to make bifrost and the bootstrap playbooks work correctly all the way up to 3.0.0 | 19:00 |
sdake | that is about 3 days prior to summit | 19:00 |
sdake | sean-k-mooneyAFK that includes any tech debt or redesign that is needed | 19:00 |
sdake | sean-k-mooneyAFK i want to maek sure first and foremost the api is solid (the api being kolla-ansible's commands) | 19:01 |
sean-k-mooneyAFK | sdake: oh ok i taught it all had to completed for n3 e.g. today | 19:01 |
jrich523 | sdake: in this init file, is 10.0.2 your external network? | 19:02 |
jrich523 | which for mine would be 192.168.11 | 19:03 |
sean-k-mooneyAFK | sdake: i should be starting on the tech debt items next week. i dont think the interface will change much if at all between now and 3.0.0 | 19:04 |
sdake | jrich523 10.0.2.z is my extrenal network | 19:05 |
*** vbel has quit IRC | 19:05 | |
sdake | 10.0.0.0 is my tenat network | 19:05 |
jrich523 | k, thanks | 19:05 |
sdake | 192.168.1.z is my management network | 19:05 |
*** vbel has joined #openstack-kolla | 19:06 | |
*** Satya_ has joined #openstack-kolla | 19:06 | |
Satya_ | Hi | 19:06 |
sean-k-mooneyAFK | sdake the only thing that i was considering currently was should the image build for the baremetal image be a seperate step from the deployment of the bifrost container | 19:06 |
Satya_ | I am facing a issue where the cinder is not able to connect to ceph cluster in kolla | 19:06 |
sdake | sean-k-mooneyAFK cool well thats sort that out | 19:07 |
sdake | september 15th is deadline for rc1 | 19:07 |
Satya_ | can anyone help? | 19:07 |
sdake | after rc1, bug fixess only | 19:07 |
sdake | sean-k-mooneyAFK we moved some blueprints into rc1 via FFE | 19:07 |
jrich523 | bah, still no luck | 19:08 |
sean-k-mooneyAFK | sdake: ok cool. the only part of the original bifrost blueprint that was not implmented in whats merged was bring your own image. | 19:09 |
*** fragatina has joined #openstack-kolla | 19:10 | |
sean-k-mooneyAFK | sdake: currently bifrost build the image it deploys as part of the bootsrap of the bifrost container and you can customise that | 19:10 |
Satya_ | 2016-09-01 19:02:58.428703 7fa718ff9700 0 -- 10.241.70.95:0/1000487 >> 10.242.193.230:6789/0 pipe(0x7fa710008280 sd=3 :48845 s=1 pgs=0 cs=0 l=1 c=0x7fa7100055d0).connect protocol feature mismatch, my 83ffffffffffff < peer 483ffffefdfbfff missing 400000000000000 | 19:11 |
Satya_ | when i do a ceph -s from cinder-volume kolla | 19:11 |
sean-k-mooneyAFK | Satya_: i have not deployed ceph recently but if you go to one of the ceph contianer and do a ceph status is the ceph cluster running correctly | 19:12 |
*** harlowja_ has joined #openstack-kolla | 19:13 | |
Satya_ | my ceph is external | 19:15 |
Satya_ | but i can run ceph -s on the ceph cluster and thats running fine | 19:15 |
*** aNupoisc has joined #openstack-kolla | 19:17 | |
*** harlowja has quit IRC | 19:17 | |
sean-k-mooneyAFK | Satya_: my guess is that there is a version missmatch between the version of ceph you have deployed externaly and what kolla/cinder expects | 19:17 |
jrich523 | hmm so according to docs, i should have a /etc/sysconfig/network-scripts/ifcfg-br-ex, which i do not | 19:19 |
Satya_ | i installed jewel | 19:20 |
Satya_ | and on the cinder volume ceph-common-0.94.5-1.el7.x86_64 | 19:21 |
jrich523 | how come no one told me its 12:30 :O | 19:23 |
*** salv-orlando has joined #openstack-kolla | 19:23 | |
jrich523 | hmm so i think i need to create the ipcfg-br-ex which binds it to eth1... maybe... | 19:23 |
jrich523 | cuz physnet1 -> br-ex which currently goes no where | 19:24 |
*** chrichip has joined #openstack-kolla | 19:25 | |
*** ssurana has quit IRC | 19:27 | |
*** ssurana has joined #openstack-kolla | 19:27 | |
sean-k-mooneyAFK | Satya_: it looks like kolla expects the hammer release https://github.com/openstack/kolla/blob/master/docker/base/sources.list.ubuntu#L20 | 19:30 |
jrich523 | .. that broke everything | 19:30 |
sean-k-mooneyAFK | jrich523: no you should not need too | 19:31 |
sean-k-mooneyAFK | jrich523: are you using ovs | 19:31 |
jrich523 | i dont have a clue | 19:31 |
Satya_ | can we upgrade the release to jewel? | 19:31 |
Satya_ | as my ceph cluster is running on jewel | 19:31 |
sean-k-mooneyAFK | dose cinder support jewl | 19:31 |
Satya_ | 'yes | 19:31 |
Satya_ | i tried with kilo release | 19:32 |
Satya_ | it was working like charm | 19:32 |
sean-k-mooneyAFK | kilo release of kolla or cinder | 19:32 |
Satya_ | both | 19:32 |
*** unicell has joined #openstack-kolla | 19:32 | |
sean-k-mooneyAFK | oh well in that case im not sure why its not working now | 19:33 |
sean-k-mooneyAFK | jrich523: i belive ovs is the default in kolla | 19:33 |
Satya_ | :( | 19:33 |
jrich523 | i think i've seen mention of it | 19:33 |
jrich523 | so its probably that | 19:33 |
sean-k-mooneyAFK | jrich523: if you do a docker ps you should see an openvswitch container | 19:34 |
jrich523 | yup, a _vswitched and _db | 19:34 |
sean-k-mooneyAFK | jrich523: if you docker exec into th _db container and run ovs-vsctl show it will show you the bridge confiugration | 19:35 |
sean-k-mooneyAFK | jrich523: you should see whatever interface was set as neutorn_external_interface is added to br-ex | 19:36 |
jrich523 | yup, | 19:37 |
jrich523 | that is mapped correctly | 19:37 |
jrich523 | hmm | 19:37 |
sdake | external ceph may be incompatible unless its the same version (hammer) | 19:37 |
sean-k-mooneyAFK | Satya_: i dont know if the ceph driver for cinder use any ceph specifc packages form the ceph repo but you could try chaning https://github.com/openstack/kolla/blob/master/docker/base/sources.list.ubuntu#L20 to jewle and rebuild the cinder container and see if that resolve the issue but unfortnetly my ceph knolage is limited | 19:38 |
sdake | Satya_ - the issue is the protocols change | 19:38 |
sdake | and they re not ersioned | 19:38 |
sdake | so ceph hammer and ceph jewel are incompatible | 19:38 |
sdake | may I suggest installing hammer - or use built-in ceph | 19:39 |
Satya_ | ohh ok | 19:39 |
Satya_ | got it | 19:39 |
sean-k-mooneyAFK | sdake: is there a reason we have not bumped the ceph version in kolla to Jewel yet? | 19:39 |
Satya_ | sdake is there any way we can change the cinder volume container to have jewel package? | 19:39 |
jrich523 | im going to grab lunch, i'll bbl, thanks | 19:40 |
sean-k-mooneyAFK | Satya_: you can specify your own source.list to use when building the containers | 19:40 |
Satya_ | ok | 19:40 |
Satya_ | will try that | 19:40 |
sdake | Satya_ yes it can be done - but not easily | 19:41 |
*** vhosakot has quit IRC | 19:41 | |
sdake | sean-k-mooneyAFK no good reason other then hasn't been planned and capacity constraints | 19:41 |
sdake | sean-k-mooneyAFK and it appears an upgrade might be incompatible from Satya_ 's report | 19:42 |
*** vhosakot has joined #openstack-kolla | 19:42 | |
sdake | although I htin ceph upgrade is a good goal to have and may be worth looking at for rc1 | 19:42 |
sean-k-mooneyAFK | i wonder if we would have to upgrade the ceph contaienr between intermediat version of ceph | 19:42 |
sdake | sean-k-mooneyAFK but we have alot on our plates bug wise | 19:42 |
sdake | i also dont know if ceph has sorted out an upgrade technique | 19:43 |
kfox1111 | anyone using the kube-dashboard? | 19:43 |
sean-k-mooneyAFK | sdake: well i would have hoped they would have at least n-1 upgrade supprot? | 19:44 |
*** v1k0d3n has joined #openstack-kolla | 19:44 | |
sdake | sean-k-mooneyAFK no idea - but worth lookign into | 19:44 |
Satya_ | should i raise a bug again it | 19:45 |
Satya_ | against | 19:45 |
Satya_ | and another issue | 19:45 |
Satya_ | nova resize fails | 19:45 |
Satya_ | as nova is not added to the sudoers list | 19:45 |
Satya_ | adding nova to sudoers list works fine | 19:46 |
*** rmart04 has joined #openstack-kolla | 19:46 | |
*** Pavo has quit IRC | 19:46 | |
Satya_ | this is mainly because while resize vm it runs privsep-helper code as sudo | 19:46 |
sean-k-mooneyAFK | Satya_: what conatieer didn you added nova to the sudoer list? | 19:46 |
Satya_ | nova_compute | 19:46 |
sdake | Satya_ we have that one in the queue i think | 19:47 |
Satya_ | thinking of fixing it | 19:47 |
Satya_ | after raising a bug :) | 19:47 |
sean-k-mooneyAFK | Satya_: the issue is https://github.com/openstack/kolla/blob/master/docker/nova/nova-base/nova_sudoers#L1 | 19:48 |
sdake | Satya_ it may have already merged - moemnt | 19:48 |
sean-k-mooneyAFK | Satya_: you would need to also allow sudo to the privsep helper | 19:49 |
Satya_ | yes | 19:49 |
Satya_ | else resize will fail | 19:50 |
sean-k-mooneyAFK | sdake looking at the reviews i dont see one for the suduers issue | 19:54 |
sean-k-mooneyAFK | sdake: i also dont see a bug for it but i could just be blind | 19:55 |
Satya_ | :) | 19:55 |
*** Pavo has joined #openstack-kolla | 19:56 | |
*** Pavo has quit IRC | 19:57 | |
*** dwalsh has quit IRC | 19:59 | |
*** Pavo has joined #openstack-kolla | 20:00 | |
sean-k-mooneyAFK | anyone know if this is currently being worked on. https://bugs.launchpad.net/kolla/+bug/1545389 | 20:00 |
openstack | Launchpad bug 1545389 in kolla "Multiple drivers support for nova_compute container" [High,In progress] - Assigned to Lingfeng Xiong (xionglingfeng) | 20:00 |
sean-k-mooneyAFK | it would be nice if we could have ironic and kvm in the same could | 20:00 |
sean-k-mooneyAFK | /could/cloud | 20:01 |
*** rmart04 has quit IRC | 20:02 | |
*** banix has quit IRC | 20:03 | |
*** Pavo has quit IRC | 20:04 | |
*** Pavo has joined #openstack-kolla | 20:05 | |
*** coolsvap has quit IRC | 20:12 | |
*** rmart04 has joined #openstack-kolla | 20:14 | |
*** rmart04 has quit IRC | 20:14 | |
*** fguillot has quit IRC | 20:16 | |
*** rmart04 has joined #openstack-kolla | 20:19 | |
*** ccesario has quit IRC | 20:23 | |
*** rmart04 has quit IRC | 20:23 | |
*** Pavo has quit IRC | 20:26 | |
aNupoisc | sdake: are you there | 20:35 |
sdake | aNupoisc yes but busy atm | 20:35 |
sdake | aNupoisc you sorted out your problems didn't you? | 20:35 |
sdake | aNupoisc if not give me 20-30 mins | 20:35 |
sdake | sean-k-mooneyAFK totally agree :) | 20:36 |
aNupoisc | sdake: no i tried couple of things but that did not resolved the problem | 20:36 |
aNupoisc | sdake: okay hover me when you get free | 20:36 |
*** dwalsh has joined #openstack-kolla | 20:40 | |
*** ayoung has quit IRC | 20:46 | |
*** chrichip has quit IRC | 20:53 | |
*** chrichip has joined #openstack-kolla | 20:55 | |
*** banix has joined #openstack-kolla | 20:56 | |
*** banix has quit IRC | 20:59 | |
*** banix has joined #openstack-kolla | 21:00 | |
*** berendt has joined #openstack-kolla | 21:04 | |
*** Pavo has joined #openstack-kolla | 21:06 | |
*** daneyon has joined #openstack-kolla | 21:07 | |
*** huikang has quit IRC | 21:08 | |
*** huikang has joined #openstack-kolla | 21:08 | |
*** dwalsh has quit IRC | 21:12 | |
*** daneyon has quit IRC | 21:12 | |
*** huikang has quit IRC | 21:13 | |
*** v1k0d3n has quit IRC | 21:17 | |
*** Pavo has quit IRC | 21:20 | |
*** v1k0d3n has joined #openstack-kolla | 21:20 | |
sdake | aNupoisc kids birthday and i'm jammed up on time | 21:25 |
sdake | aNupoisc i may have to get back to you later tonight or tomorrow | 21:25 |
*** Pavo has joined #openstack-kolla | 21:26 | |
aNupoisc | sdake: oh wish him from me. Ahh okay | 21:26 |
aNupoisc | sdake: do we create an ansible user? | 21:26 |
sdake | i do not | 21:26 |
sdake | i run sudo kolla-ansible deploy | 21:26 |
*** v1k0d3n has quit IRC | 21:26 | |
aNupoisc | sdake: because docker exec command is asking me to enter password for ansible | 21:26 |
aNupoisc | and that's where it is sitting forever | 21:27 |
sdake | yup i recall seeing error | 21:27 |
aNupoisc | sdake: ahh then what do you call? | 21:27 |
sdake | what do you mean what od i call | 21:27 |
*** v1k0d3n has joined #openstack-kolla | 21:28 | |
aNupoisc | sdake: i mean how do you deploy then | 21:28 |
aNupoisc | sdake: do you mean you deploy ceph using some different technique? | 21:28 |
*** egonzalez90 has joined #openstack-kolla | 21:33 | |
*** shardy_afk has quit IRC | 21:38 | |
*** Satya_ has quit IRC | 21:38 | |
*** shardy_afk has joined #openstack-kolla | 21:40 | |
*** vhosakot has quit IRC | 21:41 | |
sdake | aNupoisc sametechnique | 21:45 |
sdake | but i have my public key in authorized keys for both my normal user and root for an aio deploy | 21:45 |
jrich523 | hey sean-k-mooneyAFK, you around? | 21:47 |
*** inc0 has quit IRC | 21:49 | |
aNupoisc | sdake: oh okay seems i have that in mine too. But seems ssh is not giving a problem. | 21:53 |
aNupoisc | sdake: we can find out that. I am bothering you from your son's bday celebration | 21:54 |
aNupoisc | sdake: we can have webex session later tonight if possible | 21:54 |
jrich523 | mmmm cake | 21:55 |
*** v1k0d3n has quit IRC | 21:58 | |
aNupoisc | jrich523: cake yeah.. | 21:58 |
*** berendt has quit IRC | 21:58 | |
sdake | aNupoisc my schedule jut oepned up - parents cancelled on me | 21:58 |
jrich523 | i hope its chocolate cake | 21:58 |
jrich523 | no cake? :( | 21:58 |
aNupoisc | jrich523: I love chocolate | 21:58 |
jrich523 | as do i | 21:59 |
aNupoisc | sdake: :( | 21:59 |
sdake | aNupoisc so in 1 hour will yoube around? | 21:59 |
sdake | he gets home from school | 21:59 |
sdake | then he will want to open his presents | 21:59 |
aNupoisc | sdake: yes of course | 21:59 |
*** haplo37__ has quit IRC | 21:59 | |
sdake | how about this | 21:59 |
sdake | lets start now | 21:59 |
sdake | and when I hvet o bounce I have to bounce | 21:59 |
sdake | and can be bak after i get done with setup of his new display | 22:00 |
sdake | his presents are not yet wrapped | 22:00 |
aNupoisc | sdake: yes of course | 22:00 |
sdake | and his mother is the wrapper in the household | 22:00 |
aNupoisc | i will come on webex | 22:00 |
aNupoisc | or google talk? what do you prefer | 22:00 |
sdake | http://cisco.webex.com/join/stdake | 22:00 |
sdake | webex pls | 22:00 |
aNupoisc | okay | 22:00 |
*** v1k0d3n has joined #openstack-kolla | 22:02 | |
sdake | click connect to audio | 22:03 |
sdake | the blue button on the left | 22:03 |
aNupoisc | sdake: i am calling you | 22:03 |
*** michauds has quit IRC | 22:04 | |
*** fguillot has joined #openstack-kolla | 22:05 | |
jrich523 | hey steve, are you at all involved with metapod? | 22:05 |
*** banix has quit IRC | 22:06 | |
*** huikang has joined #openstack-kolla | 22:10 | |
*** banix has joined #openstack-kolla | 22:11 | |
*** vhosakot has joined #openstack-kolla | 22:13 | |
Pavo | *Pavo posting sdake's webex on 1000 social sites* lol | 22:13 |
jrich523 | lol | 22:14 |
jrich523 | im fairly certain he'll get an email for everyone that joins it when he isnt there | 22:14 |
jrich523 | and i feel like if he doesnt show up it boots you out | 22:14 |
jrich523 | however im not sure, i do have one of my own tho, and always wondered about it | 22:15 |
Pavo | lol yeah was just messing around | 22:15 |
jrich523 | my url isnt nearly as cool tho :( | 22:16 |
jrich523 | fusionstorm.webex.com/meet/jrich2fusionstorm.com | 22:17 |
jrich523 | seems a tad over kill | 22:18 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: WIP Add cinder volume with iscsi and lvm backend to Kube https://review.openstack.org/364573 | 22:20 |
*** ayoung has joined #openstack-kolla | 22:30 | |
*** ntpttr has quit IRC | 22:31 | |
*** ntpttr has joined #openstack-kolla | 22:31 | |
*** shardy_afk has quit IRC | 22:40 | |
*** v1k0d3n has quit IRC | 22:42 | |
*** v1k0d3n has joined #openstack-kolla | 22:46 | |
*** zhiwei has joined #openstack-kolla | 22:47 | |
*** signed8bit is now known as signed8bit_Zzz | 22:48 | |
*** zhiwei has quit IRC | 22:52 | |
*** yingjun has quit IRC | 22:54 | |
*** yingjun has joined #openstack-kolla | 22:55 | |
*** egonzalez90 has quit IRC | 22:58 | |
*** yingjun has quit IRC | 22:59 | |
*** huikang has quit IRC | 23:00 | |
*** huikang has joined #openstack-kolla | 23:00 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: WIP Add cinder volume with iscsi and lvm backend to Kube https://review.openstack.org/364573 | 23:01 |
*** huikang has quit IRC | 23:05 | |
*** ayoung has quit IRC | 23:05 | |
*** gregragenet has quit IRC | 23:05 | |
*** mark-casey has quit IRC | 23:08 | |
*** salv-orlando has quit IRC | 23:10 | |
aNupoisc | sdake: it worked!! | 23:19 |
sdake | aNupoisc as i would expect | 23:19 |
sdake | grats :) | 23:19 |
aNupoisc | sdake: thanks. Versions are indeed very important to look | 23:20 |
*** v1k0d3n has quit IRC | 23:21 | |
*** v1k0d3n has joined #openstack-kolla | 23:22 | |
*** v1k0d3n has quit IRC | 23:23 | |
*** v1k0d3n has joined #openstack-kolla | 23:24 | |
*** v1k0d3n has quit IRC | 23:28 | |
*** severion has joined #openstack-kolla | 23:28 | |
*** vhosakot has quit IRC | 23:37 | |
*** zhurong has joined #openstack-kolla | 23:48 | |
*** daneyon has joined #openstack-kolla | 23:49 | |
*** daneyon has quit IRC | 23:54 | |
*** diogogmt has quit IRC | 23:58 | |
*** zhurong has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!