* kfox1111 sighs https://github.com/dougbtv/openshift-stackanetes | 00:00 | |
Pavo | kfox1111 finally figured out how to test kolla k8s without having to install kubernetes myself | 00:01 |
---|---|---|
kfox1111 | Pavo: yeah? | 00:01 |
Pavo | spin up a few centos atomic instances inside my openstack deployment | 00:02 |
Pavo | they already have kubernetes | 00:02 |
kfox1111 | ah. yeah. that should work. | 00:02 |
Pavo | so.......... a question | 00:02 |
kfox1111 | thats basically what the gate is doing. | 00:02 |
Pavo | not related | 00:02 |
*** sayantan_ has quit IRC | 00:03 | |
Pavo | but I wanna start writing ansible scripts to basically do what heat does without using heat | 00:03 |
kfox1111 | why? | 00:04 |
*** schwicht has joined #openstack-kolla | 00:04 | |
Pavo | because heat is good at setting up the infrustucre stuff but not good at configuration of instances | 00:05 |
Pavo | I am using ansible tower for configuration | 00:05 |
kfox1111 | you can use heat to launch the infrastructure and then use ansible to configure the stuff | 00:06 |
Pavo | but says I need to install a pip package on the target nodes | 00:06 |
Pavo | would that be the physical target nodes or the containers | 00:06 |
kfox1111 | I think ansible can just use ssh | 00:06 |
kfox1111 | and it will insall anything else it needs. | 00:07 |
Pavo | it can but to use the openstack ansible modules there is something that needs to be installed on the target host | 00:07 |
Pavo | trying to find the name of it right now | 00:07 |
Pavo | can't remember | 00:08 |
Pavo | ok its pip package shade | 00:08 |
Pavo | is required on target nodes | 00:08 |
kfox1111 | should only need the modules on the host, not the vm? | 00:08 |
Pavo | but can't determine if its the containers since the openstack services are in containers | 00:08 |
Pavo | Requirements (on host that executes module) | 00:09 |
kfox1111 | you can use the main host to install whatever you need to on the vm's. | 00:09 |
Pavo | thats what ansible docs say | 00:09 |
Pavo | hmmm | 00:10 |
Pavo | grrr now I'm getting a 500 internal server error trying to access horizon | 00:12 |
Pavo | wtf | 00:12 |
Pavo | think I messed up the horizon local_settings reconfigure | 00:14 |
Pavo | reminder to self don't DnD | 00:14 |
Pavo | "Drink and Deploy" | 00:14 |
Pavo | lol | 00:15 |
kfox1111 | hehe | 00:16 |
Pavo | built myself a beast of a hackintosh this weekend | 00:17 |
jascott1 | do tell | 00:17 |
Pavo | Z170 MSI motherboard i7 6700k, 64Gb ram, RX 480 8Gb gfx card | 00:18 |
Pavo | and 4k monitor | 00:18 |
Pavo | once the PCIe riser comes in for these HP servers, gonna try hackintoshing one of those for shits and giggles | 00:19 |
*** jrobinson_ has joined #openstack-kolla | 00:20 | |
jascott1 | nice! | 00:20 |
Pavo | I think macOS has a 64 core limit though | 00:21 |
Pavo | so might have to pull a proc | 00:21 |
Pavo | and also think it has a 128Gb limit | 00:21 |
Pavo | ram | 00:21 |
*** jrobinson has quit IRC | 00:21 | |
kfox1111 | heh. I remember when we had the worlds first 128 proc linux machien. | 00:23 |
kfox1111 | sgi altix. | 00:23 |
Pavo | lol yeah me too | 00:25 |
jascott1 | Pavo bummer that you will have to make do with 64 cores and 128GB :D | 00:25 |
Pavo | ikr | 00:25 |
Pavo | :P | 00:25 |
jascott1 | what are you doing with that? realtime weather prediction? | 00:25 |
kfox1111 | and linus was against multicore linux for sooo long. :) | 00:25 |
kfox1111 | then he was against the namespacing behind containers.... :) | 00:26 |
Pavo | honestly just curious if it can be done | 00:26 |
Pavo | but thinking about making a Steam streaming server inside openstack using PCIe passthrough for the GPU which will be 2x Nvidia GTX 1080s | 00:26 |
jascott1 | wow | 00:26 |
Pavo | gotta figure out how to do PCIe passthrough with kolla deployment though | 00:27 |
Pavo | yeah I HUGE ideas | 00:27 |
jascott1 | you mean like PSNow/Onlive streaming style? | 00:27 |
Pavo | like Nvidia streaming online service right now that came out | 00:27 |
Pavo | but using Steam instead | 00:27 |
Pavo | since I can host that myself | 00:27 |
kfox1111 | Pavo: we've been trying to do that for a while. | 00:28 |
Pavo | it will be EPIC | 00:28 |
kfox1111 | the problem is nova still doesn't fully support uefi based vm's. | 00:28 |
jascott1 | I saw an article about streaming overwatch from GPU enabled AWS boxen the other day | 00:28 |
jascott1 | oh wait it was Azure not AWS | 00:28 |
Pavo | no need for UEFI based VMs | 00:28 |
kfox1111 | and uefi's needed for graphics card passthrough that doesn't make you want to kill yourself. | 00:28 |
*** schwicht has quit IRC | 00:28 | |
Pavo | seriously? | 00:28 |
Pavo | didn't know that GPU pass through required UEFI VM | 00:29 |
kfox1111 | the problem is bios. | 00:29 |
jascott1 | https://lg.io/2016/10/12/cloudy-gamer-playing-overwatch-on-azures-new-monster-gpu-instances.html | 00:29 |
kfox1111 | bios was designed ages ago, when there was only one graphics card per machine. | 00:29 |
kfox1111 | then intel started putting in graphics cards onto the cpu. | 00:29 |
kfox1111 | so the bios hooked into them and broke what little gpu passhtourgh that was working. | 00:30 |
Pavo | grrrr still can't upload 12Gb openstack images inside horizon wt | 00:30 |
Pavo | wtf | 00:30 |
kfox1111 | uefi on the other hand, was designed in the modern ages when multiple graphics cards were a thing. | 00:30 |
kfox1111 | so they designed proper support in. | 00:30 |
Pavo | oh I know alot about UEFI | 00:30 |
kfox1111 | there's a redhat article on it, where they tried for many years to make gpu passhtrough production worthy. | 00:30 |
Pavo | been working with a group of people to get hackintosh bootloader inside UEFI firmware | 00:30 |
*** vhosakot has joined #openstack-kolla | 00:30 | |
kfox1111 | then they gave up and said uefi only. | 00:30 |
Pavo | and successful | 00:31 |
kfox1111 | nice | 00:31 |
kfox1111 | the only outstanding patch for nova I know of now, is one where vm's wont delete if they are uefi backed. | 00:31 |
Pavo | seriously when is horizon gonna fix that upload size limit issue | 00:31 |
*** schwicht has joined #openstack-kolla | 00:31 | |
kfox1111 | Pavo: when glance fixes their broken api? :/ | 00:32 |
kfox1111 | I've heard rumer that recent horizons could maybe do ajax image uploading. | 00:32 |
Pavo | lol | 00:32 |
kfox1111 | havent seen if that code actually made it in or not. | 00:32 |
kfox1111 | glance v1 had streaming upload. then v2 broke it without a good replacement. | 00:32 |
kfox1111 | then they are talking about fixing it in a 3rd version. :/ | 00:32 |
*** vhosakot has quit IRC | 00:32 | |
Pavo | yeah apparently you can use a setting in local_settings for horizon that uses glance API instead of uploading to horizon web server first, it goes directly to glance API but haven't been successful in getting it to work | 00:33 |
kfox1111 | Pavo: https://review.openstack.org/#/c/357190/ this is the review I think. | 00:33 |
*** vhosakot has joined #openstack-kolla | 00:33 | |
Pavo | windows openstack images are always gonna be minimum 7Gb | 00:33 |
kfox1111 | Pavo: yeah. that s the thing. if you get it to work, please let me know. :) | 00:33 |
kfox1111 | yeah. windows doesn't understand small. | 00:34 |
Pavo | will try and when I do will do | 00:34 |
*** jrobinson_ is now known as jrobinson-afk | 00:34 | |
*** schwicht has quit IRC | 00:34 | |
Pavo | lol thats what she said | 00:34 |
kfox1111 | :) | 00:34 |
Pavo | man I am tempted to host a Mattermost server, IRC been pissing me off | 00:34 |
kfox1111 | I've heard good things about it. | 00:35 |
kfox1111 | we've been using gitlab and they recommend mattermost. | 00:36 |
Pavo | Mattermost=Slack with MORE features | 00:38 |
Pavo | and these cisco csr1000v been pissing me off here lately also | 00:38 |
Pavo | can not for the life of me figure out how to automate thier bootstrap process | 00:38 |
Pavo | without using a config drive | 00:38 |
Pavo | yeah mattermost if the shiznet | 00:38 |
Pavo | where yo work kfox1111? | 00:38 |
Pavo | you* I mean | 00:38 |
Pavo | if you don't mind me asking | 00:38 |
kfox1111 | pnnl | 00:41 |
kfox1111 | http://www.pnnl.gov/ | 00:41 |
Pavo | oh snap, we have done some dealing with you guys here lately | 00:42 |
Pavo | Cyber Protection Brigade | 00:43 |
kfox1111 | nice. :) | 00:43 |
*** tyrola has quit IRC | 00:45 | |
Pavo | small world | 00:45 |
*** sayantan_ has joined #openstack-kolla | 00:46 | |
openstackgerrit | Joshua Harlow proposed openstack/kolla: Add nova-cells docker building file (for those that use cells v1 or v2) https://review.openstack.org/418116 | 00:46 |
*** tyrola has joined #openstack-kolla | 00:46 | |
openstackgerrit | Joshua Harlow proposed openstack/kolla: Add nova-cells docker building file (for those that use cells v1 or v2) https://review.openstack.org/418116 | 00:47 |
*** newmember has quit IRC | 00:48 | |
*** salv-orlando has joined #openstack-kolla | 00:49 | |
*** duonghq has joined #openstack-kolla | 00:52 | |
duonghq | morning guys | 00:52 |
Pavo | so.... kfox1111 you are saying if say I wanted to create an ansible script to upload all images I wanted inside openstack using ansible openstack glance module http://docs.ansible.com/ansible/glance_image_module.html I would only need the install pip package shade on the actual host of the openstack containers and not the containers themselves? | 00:52 |
*** salv-orlando has quit IRC | 00:53 | |
Pavo | like that module says the Requirements (on host that executes module) | 00:54 |
Pavo | python >= 2.6 | 00:54 |
Pavo | python-glanceclient | 00:54 |
Pavo | python-keystoneclient | 00:54 |
Pavo | would the glance container have to have those installed and not the host? | 00:54 |
*** jrobinson-afk is now known as jrobinson | 00:55 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: WIP memcached operator https://review.openstack.org/418073 | 00:55 |
jascott1 | pavo have you checked out Rocket.Chat? Despite being javascript based its got a lot of great features | 00:55 |
*** saneax is now known as saneax-_-|AFK | 00:56 | |
Pavo | *vomit* javescript | 00:56 |
Pavo | lol jk | 00:56 |
Pavo | no haven't seen it yet | 00:56 |
Pavo | will check it out | 00:56 |
Pavo | I know Mattermost is amazinf though | 00:56 |
jascott1 | i like golang and was drawn to mattermost but the other seemed alot more complete. that was almost a year ago tho | 00:56 |
Pavo | amazing* | 00:57 |
Pavo | damn can't type | 00:57 |
jascott1 | ya I will have to give it another spin | 00:57 |
kfox1111 | sbezverk: nice. | 00:57 |
*** jrobinson has quit IRC | 00:57 | |
srwilkers | evening | 01:00 |
*** Pavo has quit IRC | 01:00 | |
*** jtriley has joined #openstack-kolla | 01:01 | |
kfox1111 | sbezverk: srwilkers: portdirect: https://review.openstack.org/#/c/417717/ | 01:03 |
kfox1111 | last patch done. | 01:04 |
kfox1111 | its a doozie though. | 01:04 |
*** zhubingbing has joined #openstack-kolla | 01:04 | |
kfox1111 | I can try and break it up a bit, now that its all working if its too much. but was trying to get it done quick for this coming wednesday's release. | 01:04 |
sbezverk | kfox1111: I started check experimental | 01:05 |
kfox1111 | oh. yeah. thanks. | 01:05 |
sbezverk | once it is done will ack | 01:05 |
*** vhosakot has quit IRC | 01:06 | |
openstackgerrit | Merged openstack/kolla-ansible: Move congress precheck into its own role https://review.openstack.org/413971 | 01:12 |
*** inc0 has joined #openstack-kolla | 01:12 | |
*** Pavo has joined #openstack-kolla | 01:14 | |
*** yingjun has joined #openstack-kolla | 01:27 | |
*** inc0 has quit IRC | 01:27 | |
*** sdake has quit IRC | 01:29 | |
sbezverk | kfox1111: you need to change tag for iscsi and tgtd for 3.0.1 | 01:29 |
*** david-lyle has joined #openstack-kolla | 01:31 | |
*** MasterOfBugs has quit IRC | 01:32 | |
portdirect | evening srwilkers | 01:36 |
portdirect | and kfox1111 , sbezverk o/ | 01:36 |
*** david-lyle has quit IRC | 01:37 | |
kfox1111 | sbezverk: oops. | 01:38 |
kfox1111 | hey portdirect | 01:38 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Finish transitioning to the global api https://review.openstack.org/417717 | 01:39 |
sbezverk | portdirect: o/ | 01:42 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: WIP memcached operator https://review.openstack.org/418073 | 01:42 |
portdirect | will have a look at that ps asap kfox1111, just got caught with something | 01:43 |
kfox1111 | portdirect: thanks :) | 01:43 |
srwilkers | kfox1111, let me take a gander | 01:44 |
kfox1111 | srwilkers: thanks. :) | 01:45 |
*** unicell has quit IRC | 01:46 | |
*** jianyi has joined #openstack-kolla | 01:50 | |
*** salv-orlando has joined #openstack-kolla | 01:50 | |
*** salv-orlando has quit IRC | 01:54 | |
*** ssurana has joined #openstack-kolla | 01:55 | |
*** ssurana has quit IRC | 01:55 | |
*** adrian_otto has quit IRC | 01:56 | |
*** caowei has joined #openstack-kolla | 02:01 | |
*** jemcevoy has joined #openstack-kolla | 02:02 | |
jemcevoy | I just ran into a problem installing mongodb replication set... "can't find self in the replset config" Anyone have an idea what may be wrong? | 02:05 |
sbezverk | kfox1111: still uses 2.0.2 tag | 02:08 |
sbezverk | not good ;-) | 02:08 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible: [wip] enable ceilometer related project in gate https://review.openstack.org/412278 | 02:11 |
*** Pavo has quit IRC | 02:13 | |
*** Pavo has joined #openstack-kolla | 02:14 | |
*** yingjun has quit IRC | 02:18 | |
jemcevoy | Pavo: Have you seen this one? installing mongodb replication set... "can't find self in the replset config" Anyone have an idea what may be wrong? | 02:18 |
Pavo | haven't seen that one before | 02:19 |
Pavo | is that using master or 3.0.1? | 02:19 |
jemcevoy | 3.0.1 | 02:19 |
jemcevoy | I just replumbled my network to use an now IP range. I am pretty sure that I have DNS setup properly as well as the /etc/host file But I do not have DNS reverse lookup working.. Could that be the cause? | 02:21 |
*** zhurong has joined #openstack-kolla | 02:23 | |
*** sayantan_ has quit IRC | 02:26 | |
Pavo | yeah haven't seen that before jemcevoy | 02:27 |
jemcevoy | Pavo: Any idea when 3.0.2 will be ready? | 02:27 |
Pavo | have no clue, I'm waiting on the murano and magmum fixes to be pushed to pip package | 02:28 |
jemcevoy | Ahhh.. Is there an email announcement list that I can signup for to get a ping when 3.0.2 releases Pavo ? | 02:31 |
Pavo | I wished | 02:31 |
jemcevoy | Thanks | 02:32 |
jemcevoy | I'll look at mongo in the morning | 02:32 |
openstackgerrit | qiankun.zhang proposed openstack/kolla-ansible: Enable tacker-horizon when enable_tacker is yes https://review.openstack.org/407822 | 02:32 |
*** zhurong has quit IRC | 02:35 | |
*** jrich523 has quit IRC | 02:36 | |
*** srwilkers has quit IRC | 02:37 | |
*** jtriley has quit IRC | 02:38 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: WIP memcached operator https://review.openstack.org/418073 | 02:39 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Move etcd precheck into its own role https://review.openstack.org/416063 | 02:43 |
*** schwicht has joined #openstack-kolla | 02:43 | |
*** jtriley has joined #openstack-kolla | 02:44 | |
*** Pavo has quit IRC | 02:44 | |
*** awiddersheim has quit IRC | 02:46 | |
*** satyar has joined #openstack-kolla | 02:47 | |
openstackgerrit | satroutr proposed openstack/kolla-ansible: RabbitMQ cluster interface should not depend on primary hostname https://review.openstack.org/404944 | 02:48 |
*** salv-orlando has joined #openstack-kolla | 02:51 | |
*** salv-orlando has quit IRC | 02:55 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Move nova precheck into its own role https://review.openstack.org/415564 | 02:57 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Move rabbitmq precheck into its own role https://review.openstack.org/417731 | 03:01 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible: [wip] enable ceilometer related project in gate https://review.openstack.org/412278 | 03:02 |
*** jrobinson has joined #openstack-kolla | 03:03 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Move keystone precheck into its own role https://review.openstack.org/417723 | 03:05 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Move iscsi precheck into its own role https://review.openstack.org/417725 | 03:06 |
celo_r | Hi, I'm running 3.0.2dev79. When 3.0.2 gets out, is there a procedure to upgrade that is more seamless than a clean install? I understand that a normal upgrade wouldn't work as they both share the same image tags. | 03:06 |
*** zhurong has joined #openstack-kolla | 03:08 | |
*** adrian_otto has joined #openstack-kolla | 03:09 | |
openstackgerrit | Surya Prakash Singh proposed openstack/kolla-ansible: Variable name improvement https://review.openstack.org/417883 | 03:09 |
*** rhallisey has quit IRC | 03:11 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Move mariadb precheck into its own role https://review.openstack.org/415587 | 03:12 |
*** mgiles has quit IRC | 03:14 | |
*** sayantan_ has joined #openstack-kolla | 03:15 | |
*** adrian_otto has quit IRC | 03:16 | |
*** adrian_otto has joined #openstack-kolla | 03:18 | |
*** jianyi has quit IRC | 03:21 | |
*** adrian_otto has quit IRC | 03:29 | |
*** adrian_otto has joined #openstack-kolla | 03:30 | |
*** inc0 has joined #openstack-kolla | 03:34 | |
*** satyar has quit IRC | 03:36 | |
*** zhurong has quit IRC | 03:37 | |
openstackgerrit | Wei Cao proposed openstack/kolla: Add dragonflow container https://review.openstack.org/418193 | 03:46 |
*** prameswar has joined #openstack-kolla | 03:47 | |
*** awiddersheim has joined #openstack-kolla | 03:47 | |
*** awiddersheim has quit IRC | 03:51 | |
*** salv-orlando has joined #openstack-kolla | 03:52 | |
*** mdnadeem has joined #openstack-kolla | 03:53 | |
*** dave-mccowan has quit IRC | 03:55 | |
*** salv-orlando has quit IRC | 03:57 | |
*** inc0 has quit IRC | 04:03 | |
openstackgerrit | Wei Cao proposed openstack/kolla: Add dragonflow container https://review.openstack.org/418193 | 04:05 |
*** skramaja_ has joined #openstack-kolla | 04:10 | |
*** skramaja has quit IRC | 04:12 | |
*** skramaja has joined #openstack-kolla | 04:15 | |
*** skramaja_ has quit IRC | 04:16 | |
*** sdake has joined #openstack-kolla | 04:23 | |
sdake | hey peeps | 04:25 |
sdake | evening :) | 04:25 |
openstackgerrit | Surya Prakash Singh proposed openstack/kolla-ansible: Heat configuration param change for heat-api section https://review.openstack.org/417883 | 04:27 |
*** v1k0d3n has joined #openstack-kolla | 04:30 | |
*** adrian_otto1 has joined #openstack-kolla | 04:34 | |
*** adrian_otto has quit IRC | 04:37 | |
*** jrobinson is now known as jrobinson-afk | 04:39 | |
*** jemcevoy has quit IRC | 04:39 | |
openstackgerrit | Surya Prakash Singh proposed openstack/kolla: Heat configuration param change for heat-api section for newton https://review.openstack.org/418200 | 04:42 |
*** ssurana has joined #openstack-kolla | 04:44 | |
*** celo_r has quit IRC | 04:51 | |
*** salv-orlando has joined #openstack-kolla | 04:53 | |
*** salv-orlando has quit IRC | 04:57 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Move searchlight precheck into its own role https://review.openstack.org/415135 | 04:58 |
*** sacharya has quit IRC | 04:58 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Move senlin precheck into its own role https://review.openstack.org/415486 | 04:58 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Move grafana precheck into its own role https://review.openstack.org/416055 | 04:59 |
*** adrian_otto1 has quit IRC | 05:00 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Move murano precheck into its own role https://review.openstack.org/415113 | 05:00 |
*** adrian_otto has joined #openstack-kolla | 05:02 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Move nova precheck into its own role https://review.openstack.org/415564 | 05:02 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Move etcd precheck into its own role https://review.openstack.org/416063 | 05:03 |
*** cliles has quit IRC | 05:06 | |
*** adrian_otto has quit IRC | 05:12 | |
*** jtriley has quit IRC | 05:16 | |
*** saneax-_-|AFK is now known as saneax | 05:17 | |
*** jrobinson-afk is now known as jrobinson | 05:18 | |
*** cliles has joined #openstack-kolla | 05:22 | |
*** sdake_ has joined #openstack-kolla | 05:29 | |
*** sdake has quit IRC | 05:32 | |
*** satyar has joined #openstack-kolla | 05:40 | |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible: [WIP] Add fluentd role https://review.openstack.org/407392 | 05:42 |
openstackgerrit | qiankun.zhang proposed openstack/kolla-ansible: Enable tacker_horizon when enable_tacker is yes https://review.openstack.org/407822 | 05:48 |
*** awiddersheim has joined #openstack-kolla | 05:49 | |
*** salv-orlando has joined #openstack-kolla | 05:53 | |
*** awiddersheim has quit IRC | 05:55 | |
*** salv-orlando has quit IRC | 05:58 | |
*** sacharya has joined #openstack-kolla | 05:59 | |
openstackgerrit | zhubingbing proposed openstack/kolla: Fix kuryr container https://review.openstack.org/418206 | 05:59 |
*** sacharya has quit IRC | 06:03 | |
*** tovin07 has joined #openstack-kolla | 06:04 | |
*** sdake has joined #openstack-kolla | 06:07 | |
openstackgerrit | zhubingbing proposed openstack/kolla: Fix kuryr container https://review.openstack.org/418206 | 06:07 |
zhubingbing | sdake sup | 06:08 |
sdake | chillen zhubingbing | 06:08 |
sdake | how about yourself | 06:08 |
zhubingbing | i am fine | 06:08 |
zhubingbing | https://review.openstack.org/407392 | 06:08 |
zhubingbing | can u look it ,fluentd role | 06:09 |
*** sdake_ has quit IRC | 06:09 | |
*** salv-orlando has joined #openstack-kolla | 06:18 | |
*** sayantan_ has quit IRC | 06:19 | |
*** zhurong has joined #openstack-kolla | 06:24 | |
*** pcaruana has quit IRC | 06:26 | |
*** unicell has joined #openstack-kolla | 06:46 | |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible: Add Zun docker images support in README.rst https://review.openstack.org/418215 | 06:48 |
openstackgerrit | satroutr proposed openstack/kolla-ansible: RabbitMQ cluster interface should not depend on primary hostname https://review.openstack.org/404944 | 06:51 |
*** unicell has quit IRC | 07:02 | |
*** unicell has joined #openstack-kolla | 07:02 | |
*** inc0 has joined #openstack-kolla | 07:03 | |
*** inc0 has quit IRC | 07:03 | |
*** sdake_ has joined #openstack-kolla | 07:03 | |
*** sdake has quit IRC | 07:06 | |
zhubingbing | sup inc0 | 07:14 |
*** unicell has quit IRC | 07:16 | |
*** unicell has joined #openstack-kolla | 07:17 | |
*** msimonin has quit IRC | 07:17 | |
*** salv-orlando has quit IRC | 07:18 | |
*** zhubingbing has quit IRC | 07:19 | |
*** zhubingbing has joined #openstack-kolla | 07:29 | |
*** sdake has joined #openstack-kolla | 07:30 | |
openstackgerrit | zhubingbing proposed openstack/kolla: Fix kuryr container https://review.openstack.org/418206 | 07:31 |
*** sdake_ has quit IRC | 07:32 | |
Mech422 | zhubingbing: Hi! I was wondering if you have grok patterns for openstack logs ? I noticed you seem to be working on it for kolla-kube? | 07:36 |
zhubingbing | yes | 07:36 |
Mech422 | zhubingbing: oh awesome! are they available online anywhere? the regex's I got from redhats site seem to be out of date... | 07:37 |
zhubingbing | wow | 07:38 |
zhubingbing | can u give me a reference link? | 07:38 |
duonghq | sbezverk, ping | 07:45 |
*** brad[] has quit IRC | 07:50 | |
*** brad[] has joined #openstack-kolla | 07:50 | |
*** awiddersheim has joined #openstack-kolla | 07:52 | |
*** yangzb09 has joined #openstack-kolla | 07:56 | |
*** awiddersheim has quit IRC | 07:57 | |
*** sacharya has joined #openstack-kolla | 08:00 | |
*** skramaja has quit IRC | 08:00 | |
*** skramaja_ has joined #openstack-kolla | 08:01 | |
*** yangzb09 has quit IRC | 08:04 | |
*** yangzb09 has joined #openstack-kolla | 08:04 | |
*** sacharya has quit IRC | 08:05 | |
*** skramaja_ is now known as skramaja | 08:05 | |
openstackgerrit | zhubingbing proposed openstack/kolla: Fix kuryr container https://review.openstack.org/418206 | 08:08 |
*** pcaruana has joined #openstack-kolla | 08:09 | |
*** saneax is now known as saneax-_-|AFK | 08:10 | |
*** salv-orlando has joined #openstack-kolla | 08:11 | |
*** saneax-_-|AFK is now known as saneax | 08:18 | |
*** msimonin has joined #openstack-kolla | 08:19 | |
openstackgerrit | satroutr proposed openstack/kolla-ansible: RabbitMQ cluster interface should not depend on primary hostname https://review.openstack.org/404944 | 08:20 |
openstackgerrit | Surya Prakash Singh proposed openstack/kolla-ansible: Docs update releated to hostname resolution in RabbitMQ https://review.openstack.org/418252 | 08:23 |
satyar | Hi sp_ | 08:25 |
sp_ | satyar: hi.. | 08:26 |
satyar | you are surya prakash | 08:26 |
satyar | am i right? | 08:26 |
sp_ | satyar: Yes | 08:26 |
*** yangzb09 has quit IRC | 08:26 | |
*** strigazi_AFK is now known as strigazi | 08:26 | |
sp_ | satyar: how can I help ? | 08:26 |
satyar | https://review.openstack.org/404944 this patch will help operators in a way the rabbit is no more required to work on api_interface | 08:27 |
satyar | as per the bug https://bugs.launchpad.net/kolla/+bug/1583655 | 08:27 |
openstack | Launchpad bug 1583655 in kolla "rabbitmq setup from secondary IP" [Wishlist,In progress] - Assigned to Satya Sanjibani Routray (satroutr) | 08:27 |
sp_ | satyar: BRB | 08:29 |
satyar | sure | 08:29 |
sp_ | satyar: but we need to update the doc too w.r.t this | 08:30 |
sp_ | satyar: I think it won't impact anything | 08:31 |
satyar | yes | 08:31 |
satyar | we need to update the doc also | 08:31 |
satyar | but that will go in a separate commit | 08:31 |
sp_ | satyar: So please review this | 08:32 |
satyar | sure | 08:32 |
*** itoperatorguy has joined #openstack-kolla | 08:32 | |
sp_ | satyar: ok, let me know if any further improvement required on this. | 08:32 |
satyar | sure | 08:33 |
sp_ | satyar: I will update that too in the same patch. | 08:33 |
sp_ | satyar: thanks, to keep an eye on this. | 08:33 |
satyar | wc :) | 08:33 |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible: [WIP] Add fluentd role https://review.openstack.org/407392 | 08:36 |
*** Serlex has joined #openstack-kolla | 08:39 | |
satyar | sp_ added my comments please take a look | 08:41 |
*** egonzalez has joined #openstack-kolla | 08:41 | |
egonzalez | morning o/ | 08:41 |
sp_ | satyar: ok | 08:41 |
openstackgerrit | qiankun.zhang proposed openstack/kolla-ansible: Move solum precheck into its own role https://review.openstack.org/418256 | 08:42 |
*** yangzb09 has joined #openstack-kolla | 08:43 | |
satyar | Hi sdake | 08:43 |
satyar | hi sean-k-mooney | 08:44 |
*** ocaner has joined #openstack-kolla | 08:46 | |
*** jrobinson has quit IRC | 08:52 | |
*** awiddersheim has joined #openstack-kolla | 08:53 | |
*** pcaruana has quit IRC | 08:55 | |
*** jrobinson has joined #openstack-kolla | 08:56 | |
openstackgerrit | jianyi proposed openstack/kolla-ansible: Alphabetical sorting optimization https://review.openstack.org/418268 | 08:56 |
*** awiddersheim has quit IRC | 08:57 | |
openstackgerrit | jianyi proposed openstack/kolla-ansible: [TrivialFix] Alphabetical sorting optimization https://review.openstack.org/418268 | 08:58 |
*** athomas has joined #openstack-kolla | 09:04 | |
*** tyrola has quit IRC | 09:06 | |
*** tyrola has joined #openstack-kolla | 09:07 | |
*** pcaruana has joined #openstack-kolla | 09:08 | |
*** prameswar has quit IRC | 09:08 | |
*** saneax is now known as saneax-_-|AFK | 09:11 | |
openstackgerrit | Surya Prakash Singh proposed openstack/kolla-ansible: Docs update releated to hostname resolution in RabbitMQ https://review.openstack.org/418252 | 09:19 |
*** lucasmasiero has joined #openstack-kolla | 09:21 | |
sp_ | satyar: around ? | 09:23 |
satyar | sup sp_ | 09:29 |
*** yee379 has quit IRC | 09:30 | |
*** yee379 has joined #openstack-kolla | 09:30 | |
*** rmart04 has joined #openstack-kolla | 09:31 | |
satyar | sp_ there are few more changes need to be done check eduardo's comments and my comments | 09:32 |
openstackgerrit | Surya Prakash Singh proposed openstack/kolla-ansible: Docs update releated to hostname resolution in RabbitMQ https://review.openstack.org/418252 | 09:33 |
*** saneax-_-|AFK is now known as saneax | 09:33 | |
sp_ | satyar: please check now | 09:34 |
satyar | commit message you missed | 09:34 |
satyar | thats why the topic is detached | 09:34 |
*** wznoinsk has quit IRC | 09:35 | |
*** wznoinsk has joined #openstack-kolla | 09:35 | |
*** pcaruana has quit IRC | 09:35 | |
*** mannamne has joined #openstack-kolla | 09:35 | |
sp_ | satyar: actually "Closed-Bug:" is working fine that is why i left that | 09:36 |
satyar | that should come to topic | 09:36 |
*** sayantani01 has quit IRC | 09:37 | |
*** rbergeron has quit IRC | 09:37 | |
*** denaitre_ has quit IRC | 09:37 | |
*** slagle has quit IRC | 09:37 | |
*** masber has quit IRC | 09:37 | |
*** stevemar has quit IRC | 09:37 | |
*** stevemar has joined #openstack-kolla | 09:37 | |
*** denaitre has joined #openstack-kolla | 09:37 | |
*** slagle has joined #openstack-kolla | 09:37 | |
*** rbergeron has joined #openstack-kolla | 09:37 | |
*** masber has joined #openstack-kolla | 09:37 | |
egonzalez | satyar sp_ topic is the way we can track common changes in gerrit, Closes-Bug is how lauchpad track them | 09:38 |
*** tyrola has quit IRC | 09:38 | |
*** hogepodge has quit IRC | 09:38 | |
*** strigazi has quit IRC | 09:38 | |
*** sgordon has quit IRC | 09:38 | |
*** dasTor has quit IRC | 09:38 | |
*** hogepodge has joined #openstack-kolla | 09:39 | |
*** strigazi has joined #openstack-kolla | 09:39 | |
*** dasTor has joined #openstack-kolla | 09:39 | |
*** tyrola has joined #openstack-kolla | 09:39 | |
*** openstack has joined #openstack-kolla | 14:30 | |
pbourke | true | 14:30 |
pbourke | I think limits can be set for those in docker config | 14:30 |
Jeffrey4l | yep. during running, we can add more strict parameter for docker logs. | 14:31 |
*** saneax-_-|AFK is now known as saneax | 14:32 | |
*** lrensing has joined #openstack-kolla | 14:36 | |
*** saneax is now known as saneax-_-|AFK | 14:36 | |
zhubingbing | hi | 14:37 |
*** sacharya has joined #openstack-kolla | 14:37 | |
openstackgerrit | zhubingbing proposed openstack/kolla: Remove unnecessary /var/log/sahara directory https://review.openstack.org/418425 | 14:37 |
*** masuberu has quit IRC | 14:39 | |
*** saneax-_-|AFK is now known as saneax | 14:40 | |
*** dturner has quit IRC | 14:41 | |
*** lamt has joined #openstack-kolla | 14:43 | |
*** adrian_otto has joined #openstack-kolla | 14:45 | |
*** yangzb09_ has quit IRC | 14:48 | |
*** skramaja has quit IRC | 14:49 | |
*** absubram has joined #openstack-kolla | 14:49 | |
*** salv-orlando has quit IRC | 14:49 | |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible: Remove precheck.yml in certificates https://review.openstack.org/418431 | 14:53 |
*** adrian_otto has quit IRC | 14:53 | |
*** adrian_otto has joined #openstack-kolla | 14:57 | |
openstackgerrit | Merged openstack/kolla: Fix kuryr container https://review.openstack.org/418206 | 14:57 |
Jeffrey4l | egonzalez, around? | 15:01 |
egonzalez | Jeffrey4l: yup | 15:02 |
Jeffrey4l | https://review.openstack.org/#/c/407392/ about this. | 15:02 |
Jeffrey4l | i saw you want to keep heka for a while. | 15:02 |
Jeffrey4l | any idea how long and when we should remove heka totally? | 15:03 |
egonzalez | not keep, maintain support for one release. Don't think operators will want to replace without option to maintain heka at least one release | 15:03 |
egonzalez | for me i would remove it, but deprecation policy has to be maintained. Or we don't need it? | 15:03 |
Jeffrey4l | egonzalez, iirc we have announced deprecated heka in newton cycle. | 15:03 |
Jeffrey4l | egonzalez, check this http://docs.openstack.org/releasenotes/kolla/newton.html#deprecation-notes | 15:04 |
egonzalez | hrm, OK thats fine then | 15:05 |
Jeffrey4l | cool. thanks ;) | 15:05 |
egonzalez | thanks, though it was in O release | 15:05 |
*** tovin07 has quit IRC | 15:11 | |
*** tovin07 has joined #openstack-kolla | 15:11 | |
*** adrian_otto has quit IRC | 15:12 | |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible: [WIP] Add fluentd role https://review.openstack.org/407392 | 15:17 |
des_consolado | holy shit this shit actually works :D | 15:17 |
des_consolado | finally deployed multinode successfully phew... | 15:18 |
*** sayantani01 has joined #openstack-kolla | 15:22 | |
*** mliima has joined #openstack-kolla | 15:25 | |
egonzalez | des_consolado: hurrah o/ | 15:26 |
des_consolado | hmm... what to do now... I've just got a bunch of containers sitting there... I guess I should try to connect to horizon or something | 15:28 |
*** zhubingbing has quit IRC | 15:29 | |
*** rhallisey has quit IRC | 15:29 | |
*** zhubingbing has joined #openstack-kolla | 15:29 | |
egonzalez | des_consolado: execute tools/init-runonce script to setup a basic network and a cirros image | 15:29 |
egonzalez | or use VIP to connect to horizon and do it by yourself | 15:30 |
des_consolado | oh yeah it's on the VIP, nice... | 15:31 |
*** DanyC has joined #openstack-kolla | 15:31 | |
des_consolado | Damn I have so much to learn lol... I think we're actually going to be deploying this shit and maintaining it in production, I work for a reasonably sized service provider... lotta responsibility and so little knowledge lmao D: | 15:31 |
*** salv-orlando has joined #openstack-kolla | 15:31 | |
des_consolado | will have a few months to play around and implement anyway tho so it should be okay | 15:32 |
egonzalez | des_consolado: kolla is easy to learn ;) | 15:33 |
*** tonanhngo has joined #openstack-kolla | 15:34 | |
*** rhallisey has joined #openstack-kolla | 15:38 | |
Serlex | https://i.imgflip.com/1hejwo.jpg | 15:39 |
Serlex | one for you consolado | 15:39 |
*** hieulq_ has joined #openstack-kolla | 15:42 | |
satyar | Hi jeffrey4l | 15:44 |
Jeffrey4l | sup satyar | 15:45 |
*** adrian_otto has joined #openstack-kolla | 15:45 | |
egonzalez | Serlex: hehe | 15:46 |
*** adrian_otto has quit IRC | 15:49 | |
*** sayantan_ has joined #openstack-kolla | 15:49 | |
*** DanyC has quit IRC | 15:50 | |
*** sayantani01 has quit IRC | 15:50 | |
satyar | can you please review https://review.openstack.org/#/c/418252/ | 15:51 |
satyar | not sure why gate is not yet ran on this though | 15:51 |
satyar | jeffrey4l | 15:51 |
*** DanyC has joined #openstack-kolla | 15:52 | |
Jeffrey4l | satyar, you just changed the spec folder. so it only run doc job. this is expected. | 15:52 |
satyar | https://review.openstack.org/#/c/404944/ | 15:53 |
satyar | sorry my mistake gave you wrong link | 15:53 |
satyar | the link is https://review.openstack.org/#/c/404944/ | 15:53 |
* Jeffrey4l is checking. | 15:54 | |
*** lrensing has quit IRC | 15:55 | |
*** lrensing has joined #openstack-kolla | 15:55 | |
*** yangzb09_ has joined #openstack-kolla | 15:56 | |
*** DanyC has quit IRC | 15:56 | |
egonzalez | satyar: is was executed, dunno why not apears in gerrit | 15:57 |
egonzalez | search 404944 in http://status.openstack.org/zuul/ | 15:57 |
Jeffrey4l | satyar, seems the there is something wrong in openstack-infra | 15:57 |
Jeffrey4l | check http://zuul.openstack.org/ | 15:57 |
*** adrian_otto has joined #openstack-kolla | 15:57 | |
Jeffrey4l | lots of gate take more than 4 hours. | 15:58 |
Jeffrey4l | seems infra guys are working on this. | 15:58 |
egonzalez | well, not finished, oracle source did not finish yet | 15:58 |
satyar | ok :) | 15:58 |
*** yangzb09_ has quit IRC | 16:00 | |
*** ssurana has joined #openstack-kolla | 16:10 | |
*** shasha_t_ has joined #openstack-kolla | 16:11 | |
*** itoperatorguy has quit IRC | 16:11 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Move mistral precheck into its own role https://review.openstack.org/415515 | 16:12 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Move mistral precheck into its own role https://review.openstack.org/415515 | 16:14 |
*** mannamne has joined #openstack-kolla | 16:15 | |
*** hieulq_ has quit IRC | 16:16 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: WIP memcached operator https://review.openstack.org/418073 | 16:17 |
satyar | jeffrey4l : egonzalez gate is done please review :) | 16:17 |
*** salv-orl_ has joined #openstack-kolla | 16:22 | |
openstackgerrit | Mauricio Lima proposed openstack/kolla-ansible: Update kolla-ansible links on README https://review.openstack.org/418467 | 16:22 |
*** fguillot has joined #openstack-kolla | 16:22 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Move searchlight precheck into its own role https://review.openstack.org/415135 | 16:23 |
*** salv-orlando has quit IRC | 16:25 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Move grafana precheck into its own role https://review.openstack.org/416055 | 16:27 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Move etcd precheck into its own role https://review.openstack.org/416063 | 16:27 |
*** absubram has quit IRC | 16:29 | |
*** absubram has joined #openstack-kolla | 16:29 | |
openstackgerrit | Merged openstack/kolla-ansible: [TrivialFix] Alphabetical sorting optimization https://review.openstack.org/418268 | 16:31 |
*** newmember has joined #openstack-kolla | 16:31 | |
*** msimonin has quit IRC | 16:31 | |
*** msimonin has joined #openstack-kolla | 16:34 | |
openstackgerrit | satroutr proposed openstack/kolla-ansible: RabbitMQ cluster interface should not depend on primary hostname https://review.openstack.org/404944 | 16:37 |
*** msimonin has quit IRC | 16:38 | |
*** msimonin has joined #openstack-kolla | 16:38 | |
egonzalez | sean-k-mooney: is there a way to see how is rendered in doc gates this file? https://review.openstack.org/#/c/342354/11/doc/template-override/ovs-dpdk-source.j2 | 16:39 |
egonzalez | i think doc/template-override folder should be indexed | 16:40 |
sean-k-mooney | actully currently i dont have that done | 16:40 |
*** vhosakot has joined #openstack-kolla | 16:40 | |
sean-k-mooney | i generally read the docs from git not the web but i belive there was an example of doing that form one of the old doc changes. | 16:41 |
*** sdake has joined #openstack-kolla | 16:41 | |
sean-k-mooney | i would perfer to do that in a seperate change if i can. | 16:41 |
sean-k-mooney | egonzalez: perhaps in https://review.openstack.org/#/c/417429/ | 16:42 |
sean-k-mooney | or in just a seperate patch fully to fix up the docs. | 16:42 |
*** sdake_ has quit IRC | 16:43 | |
egonzalez | sean-k-mooney: oo yeah, maybe doc gates fail if an empty folder is indexed | 16:43 |
kfox1111 | morning | 16:44 |
*** ocaner has quit IRC | 16:44 | |
openstackgerrit | Mauricio Lima proposed openstack/kolla-ansible: Allow cinder supports lvm and ceph backend https://review.openstack.org/418482 | 16:47 |
sean-k-mooney | egonzalez: well i could add the indexing in the dpdk patch i just think its cleaner to have a seperate one. also i dont know how to do it off the top of my head so ill need to go look it up | 16:48 |
*** tovin07 has left #openstack-kolla | 16:48 | |
openstackgerrit | satroutr proposed openstack/kolla-ansible: RabbitMQ cluster interface should not depend on primary hostname https://review.openstack.org/404944 | 16:53 |
sean-k-mooney | Jeffrey4l: hi are you arround? just wondering what if anything you would like me to change in https://review.openstack.org/#/c/417429/1 | 16:54 |
sean-k-mooney | Jeffrey4l: are you ok with it as is or would you like me to respin? | 16:54 |
*** saneax is now known as saneax-_-|AFK | 16:55 | |
Jeffrey4l | how about template stored in contrib/template-overide and link to doc/template-override ? | 16:55 |
Jeffrey4l | sean-k-mooney, ^^ | 16:57 |
openstackgerrit | Merged openstack/kolla: HA router fails using neutron-vpn-agent https://review.openstack.org/415872 | 16:58 |
sean-k-mooney | Jeffrey4l: that is an option but im not sure what that buy us | 16:58 |
Jeffrey4l | not maintain two copied. | 16:58 |
sean-k-mooney | Jeffrey4l: you could have a contrib/docs folder and symlink that to /doc/contrib | 16:59 |
*** bmace has quit IRC | 16:59 | |
sean-k-mooney | Jeffrey4l: its not two copies | 16:59 |
sean-k-mooney | one is the template | 16:59 |
*** bmace has joined #openstack-kolla | 16:59 | |
sean-k-mooney | the other file is the documnetation for it | 16:59 |
sean-k-mooney | Jeffrey4l: i have an example in this review https://review.openstack.org/#/c/342354/11 | 17:00 |
Jeffrey4l | so is there link or not? | 17:00 |
sean-k-mooney | no link | 17:00 |
sean-k-mooney | docs https://review.openstack.org/#/c/342354/11/doc/template-override/ovs-dpdk-source.j2 template example https://review.openstack.org/#/c/342354/11/contrib/template-override/ovs-dpdk-source.j2 | 17:00 |
Jeffrey4l | ok. looks good. i misunderstood. | 17:01 |
Jeffrey4l | removed my -1 | 17:01 |
sean-k-mooney | ok cool, it is good to clarify this. if you missunderstood others could | 17:01 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Finish transitioning to the global api https://review.openstack.org/417717 | 17:01 |
*** strigazi is now known as strigazi_AFK | 17:02 | |
pbourke | can some people please review https://review.openstack.org/#/c/398373/ | 17:02 |
sean-k-mooney | damb i just spotted a bug... the documentation should have an rst file extention not .j2 | 17:03 |
*** inc0 has joined #openstack-kolla | 17:04 | |
inc0 | good morning my dear team | 17:05 |
*** DanyC has joined #openstack-kolla | 17:06 | |
*** jrich523 has joined #openstack-kolla | 17:06 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: WIP memcached operator https://review.openstack.org/418073 | 17:06 |
sbezverk | morning inc0 | 17:06 |
sbezverk | kfox1111: so hopefully it will be last massive ps ;-)?? | 17:08 |
kfox1111 | +1 | 17:08 |
openstackgerrit | Merged openstack/kolla: Remove footer block and variable in *-base images https://review.openstack.org/415880 | 17:09 |
kfox1111 | I can think of one more that we may want to do today though shouldn't actually change many lilnes. | 17:09 |
kfox1111 | lines | 17:09 |
kfox1111 | which woudl be to rename microservices to have the types in it. | 17:09 |
kfox1111 | so, like memcached package name is used by the microservice, | 17:09 |
kfox1111 | and it would be nice if that was available for a service level package. | 17:09 |
kfox1111 | so rename memcached memcached-statefulset | 17:10 |
kfox1111 | etc. | 17:10 |
kfox1111 | what do you think? | 17:10 |
jrich523 | shouldnt it be kolla-memcached :) | 17:11 |
inc0 | operators are pods right? | 17:11 |
jrich523 | lol just ignore me :) | 17:11 |
srwilkers | kfox1111, i think thats a good idea | 17:11 |
inc0 | kolla-kuberentes-memcached | 17:11 |
inc0 | morah repos! | 17:12 |
inc0 | morah! | 17:12 |
jrich523 | lol | 17:12 |
openstackgerrit | Merged openstack/kolla: Add .project and .pydevproject to .gitignore https://review.openstack.org/417574 | 17:12 |
inc0 | so guys, I'd really would like us to start exploring doing helm install stable/memcache instead of keep our own implementation | 17:13 |
inc0 | it's going to be better long term | 17:13 |
*** david-lyle has joined #openstack-kolla | 17:13 | |
inc0 | but we can discuss this shift in approach in ptg. It would be important pre 1.0 tho as will affect upgrades | 17:13 |
inc0 | and by affect I mean really really heavily | 17:13 |
*** egonzalez has quit IRC | 17:14 | |
kfox1111 | inc0: the repo is already kolla. so kolla/memcached or kolla-kubernetes/memcached | 17:14 |
kfox1111 | :) | 17:14 |
kfox1111 | inc0: they need a lot of owork on stable's build system for that to be a thing. | 17:14 |
kfox1111 | ie, they need a build system. ;) | 17:15 |
inc0 | yeah, but let's try to keep these doors open | 17:15 |
inc0 | I'd love to narrow our scope to just openstack at the end of the day | 17:15 |
kfox1111 | yup. doors are open. but not possible for a while until someone puts in a lot of work to helm and kubernetes/charts. | 17:15 |
inc0 | kfox1111, that can be us for start | 17:15 |
inc0 | I mean we do write it anyway | 17:16 |
kfox1111 | inc0: are you volunteering? :) | 17:16 |
inc0 | we might as well do it in k8s/charts | 17:16 |
kfox1111 | not as easy for me. | 17:16 |
kfox1111 | cla's and my org don't mix too well. | 17:16 |
kfox1111 | it was a year+ fight to get the openstack cla done. | 17:16 |
srwilkers | kfox1111, thats understandable. youre in a .gov right? | 17:16 |
kfox1111 | yeah. | 17:16 |
inc0 | fair enough, I might actually volunteer, but we need clear approach towards this | 17:17 |
inc0 | it will be better long term | 17:17 |
srwilkers | yeah, ive heard stories about getting CLAs in place for people working for .govs | 17:17 |
kfox1111 | yeah. its an organziational nightmare. :/ | 17:17 |
srwilkers | ive actually been getting more involved with helm lately. have a few PRs im hoping to get in today or tomorrow to be honest | 17:17 |
kfox1111 | I think one big step in the right direction would be local depends. | 17:17 |
inc0 | I'm concerned that if we host stuff like mariadb | 17:17 |
kfox1111 | if someone can get that into helm, it would get us a fair way to more helm native. | 17:18 |
inc0 | that will render upgrades impossible if we'd like to move out of it | 17:18 |
inc0 | local depends? what do you mean | 17:18 |
inc0 | ? | 17:18 |
kfox1111 | inc0: I've yet to see a nontrivial mariadb/rabbit anywhere. :/ | 17:18 |
kfox1111 | for k8s that is. | 17:18 |
inc0 | well we can just copy ours | 17:18 |
kfox1111 | inc0: right now, helm requires full url to a prebuilt package for dependencies. | 17:18 |
kfox1111 | thats a real pain for when you want to build multiple packages in one repo. | 17:19 |
kfox1111 | I want a way to say "local-dep: ../foo" | 17:19 |
kfox1111 | and it would just cp -a in that chart as a dep. | 17:19 |
inc0 | so question, do we really need our build system when helm grows better dependency mgmt | 17:20 |
inc0 | ? | 17:20 |
kfox1111 | inc0: see https://github.com/kubernetes/helm/issues/1639 | 17:20 |
inc0 | I mean it does make sense anyway | 17:20 |
kfox1111 | inc0: well, if they get all the features of a proper build system, then no. | 17:20 |
kfox1111 | but when? | 17:20 |
* kfox1111 shrugs | 17:20 | |
*** DanyC has quit IRC | 17:20 | |
inc0 | ok, dumb question | 17:21 |
kfox1111 | its very obvious they haven't ever considered the use case where a chart has more then one trivial depenedency. | 17:21 |
inc0 | what does build system do here? | 17:21 |
mliima | https://review.openstack.org/#/c/417094/ | 17:21 |
kfox1111 | inc0: we curently have 93 helm microservice packages. | 17:21 |
kfox1111 | and will have one service package per service. | 17:21 |
kfox1111 | and one common lib at the moment. | 17:21 |
kfox1111 | thats a heck of a lot of "cd helm/microservice/x; helm dep up; cd /builddir; helm package $foo/helm/microservice/x; | 17:22 |
sbezverk | kfox1111: I still do not like idea to use kube object in the microservice name | 17:22 |
sbezverk | what if we decide in future change it? I do not see any advantage of doing it.. | 17:23 |
kfox1111 | sbezverk: yeah. I still don't like using -pod as its not a pod. :/ | 17:23 |
*** Serlex has quit IRC | 17:23 | |
kfox1111 | sbezverk: didn't we have a vote on what to do? I cant remember. | 17:23 |
sbezverk | kfox1111: at least pod can be explained :-) what ever you use in kube to luanch somehting it will end up as a pod | 17:23 |
kfox1111 | sbezverk: no, it ends up as a set of pods 99% of the time. :/ | 17:24 |
kfox1111 | ideally the user shouldn't be seeing the underlying types anyway. | 17:24 |
sbezverk | in this case I would prefer to not use at all anything | 17:24 |
kfox1111 | operators or helm service packages would hide that detail. | 17:24 |
kfox1111 | the problelm then is, | 17:24 |
kfox1111 | mariadb would be mariadb for microservice, | 17:25 |
kfox1111 | and then the name couldn't be used for a mariadb service package. | 17:25 |
kfox1111 | helm install kolla/mariadb for pv/pvc/svc/statefulset | 17:25 |
*** pcaruana has quit IRC | 17:25 | |
inc0 | bbiaf, moving to office | 17:25 |
*** inc0 has quit IRC | 17:25 | |
srwilkers | its best to adopt a naming convention here that makes sense to people inside and outside of this channel. thats why i think it's a good idea. | 17:26 |
*** zhubingbing has quit IRC | 17:27 | |
sbezverk | srwilkers: could you clarify on good idea ;-)?? | 17:27 |
*** manjeets has joined #openstack-kolla | 17:27 | |
*** krtaylor has quit IRC | 17:28 | |
srwilkers | i think starting with the kubernetes type appended to the name is a good start. i agree -- if we decide to change things, it'd become necessary to revisit the name | 17:28 |
srwilkers | however, it's got the benefit of being clear as to what it is | 17:28 |
portdirect | most people are specifc about the type of thing they are working with, I think - eg deployment, daemonset etc | 17:28 |
portdirect | there is a style document thats being worked on by bitnami and helm i think | 17:28 |
srwilkers | with the level of granularity that we're working with, we're going to have to explore something to distinguish the differences | 17:29 |
sbezverk | I do not know guys, If we change under the hood engine it should not force us to call a car car-engine-x | 17:30 |
sbezverk | it is still damn car | 17:30 |
openstackgerrit | Merged openstack/kolla: Remove unnecessary /var/log/sahara directory https://review.openstack.org/418425 | 17:31 |
kfox1111 | yeah. but it makes it easier on a user to do helm install foo-daemonset | 17:31 |
kfox1111 | kubectl get daemonsets and see something expected. | 17:31 |
kfox1111 | I can see a case where we may even provide multiple engines with different object types. | 17:31 |
kfox1111 | we kind of have that with lvm vs ceph. | 17:31 |
sbezverk | kfox1111: disagree from helm perspective use does not care | 17:32 |
sbezverk | he/she start microservice | 17:32 |
kfox1111 | at the service level, I agree. at the microservice, I disagree. | 17:32 |
sbezverk | but if you target kubectl users then yes | 17:32 |
kfox1111 | if they want the level of detail of microservice, they probably care to know all the details? | 17:32 |
des_consolado | I tried adding a compute node to the inventory and then removing it, it worked quite well but obviously left stuff over. I used tools/cleanup* scripts on that node to clean up the remnant shit I think, is this the right way to do it or is there a way to get ansible to do it more cleanly? | 17:32 |
*** f13o_ has quit IRC | 17:32 | |
portdirect | cant find link to draft style guide but i think moving forward they are going to try and encourage, names in the format <type(abbreviated)>-<thing> | 17:33 |
portdirect | so kfoxs example above would be ds-foo | 17:33 |
kfox1111 | wow. that seems backwards. :) | 17:34 |
sbezverk | portdirect: man these guys just want to get into the dna of everything ;-) | 17:34 |
kfox1111 | I guess it makes sense from one perspective. | 17:35 |
kfox1111 | kubectl get ds foo | 17:35 |
kfox1111 | matches helm install ds-foo | 17:35 |
kfox1111 | but its really ugly for sort order. | 17:35 |
kfox1111 | portdirect: yeah, see if yo ucan dig up the helm guide. if they have a convention, I guess we should try and follow it. | 17:35 |
*** unicell has quit IRC | 17:35 | |
kfox1111 | if it sorts poorly, but its a convention, helm can fix the sort when searching. | 17:36 |
jrich523 | anyone using RHEL systems? | 17:36 |
jrich523 | im trying to use the ansible module, it requires pyOpenSSL, when i do yum provides pyOpenSSL its telling me the version available is like 0.13.1-3 | 17:38 |
jrich523 | which im real sure is SUPER old | 17:38 |
jrich523 | there was some issues with the yum repo stuff (damn RHEL) and i was curious if i was out of my mind, or if that is really super old and the repo is still messed up | 17:39 |
*** athomas has quit IRC | 17:45 | |
*** ccesario has quit IRC | 17:47 | |
*** klindgren_ has quit IRC | 17:48 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: WIP memcached operator https://review.openstack.org/418073 | 17:48 |
portdirect | kfox1111: ah cool - see your on slack - it was so0k who was working on that stuff i think | 17:50 |
portdirect | I've pmed him so hopefully he will get back | 17:50 |
*** klindgren has joined #openstack-kolla | 17:52 | |
kfox1111 | k. cool. | 17:53 |
kfox1111 | would be nice to get an answer by the first half of today so we have time to rename stuff if we decide thats a good thing. | 17:53 |
kfox1111 | then we can still cut the release tomorrow. | 17:53 |
*** lrensing has quit IRC | 17:54 | |
sbezverk | kfox1111: I added a few things into the operator and now it reacts on a chance of thinrd party object. when you have chance, please check mecached ps. | 17:54 |
*** lrensing has joined #openstack-kolla | 17:55 | |
kfox1111 | sbezverk: cool. :) will do. | 17:57 |
kfox1111 | sbezverk: nice. know if k8s controllers support long polling? | 17:58 |
*** msimonin has quit IRC | 17:59 | |
*** sayantan_ has quit IRC | 18:00 | |
kfox1111 | if they do, you can drop the sleeps. | 18:00 |
*** unicell has joined #openstack-kolla | 18:00 | |
*** athomas has joined #openstack-kolla | 18:01 | |
sbezverk | kfox1111: not sure I follow could you clarify what long polling means, never heard about it before | 18:02 |
*** krtaylor has joined #openstack-kolla | 18:02 | |
kfox1111 | sbezverk: https://www.pubnub.com/blog/2014-12-01-http-long-polling/ | 18:03 |
kfox1111 | basically it lets the controller respond more realtime. | 18:04 |
* sbezverk reading | 18:05 | |
kfox1111 | since they are using etcd which I think supports it, and k8s seems pretty responsive to new requests, I'd be surprised if it didn't support long polling. | 18:06 |
sbezverk | kfox1111: curious if it would require a different api or maybe something in header request.. | 18:07 |
kfox1111 | yeah. sometimes they do require a url flag or a header. | 18:08 |
*** mannamne has quit IRC | 18:08 | |
kfox1111 | or they may just default it on. | 18:08 |
sbezverk | kfox1111: one more thing, so we are on the same page.. thirdparty object is only stores info for a controller, so there is no pod or sets of pods assiciated with it. it was my confusion until recently. | 18:12 |
kfox1111 | yeah. its the request from the user to the operator for desired state. | 18:13 |
sbezverk | kfox1111: ok then we are in sync :) | 18:13 |
kfox1111 | same as a "deployment" k8s object is a request from the user to k8s. then some controller somewhere "realizes" that request. | 18:13 |
*** inc0 has joined #openstack-kolla | 18:15 | |
sdake | sbezverk portdirect sorry guys missed our meeting | 18:15 |
sdake | sbezverk did you want to rescheduel? | 18:15 |
sdake | portdirect ^^ | 18:15 |
sbezverk | sdake: resent invite for tomorrow 10 am est | 18:25 |
portdirect | 3pm wfm :) | 18:30 |
satyar | hi sdake | 18:31 |
*** unicell has joined #openstack-kolla | 18:31 | |
satyar | can you please review https://review.openstack.org/#/c/404944 | 18:31 |
*** Pavo has quit IRC | 18:32 | |
sdake | sup satyar | 18:32 |
satyar | how are you? | 18:32 |
sdake | satyar failing gate | 18:33 |
sdake | busy | 18:33 |
sdake | typically dont look at patches that aren't passing the gate ;) | 18:33 |
satyar | https://review.openstack.org/#/c/404944 ??? | 18:33 |
satyar | this one failing gate? | 18:33 |
sdake | ya xenial is is RED | 18:33 |
sdake | rather red | 18:33 |
sdake | it is on my end atleast | 18:33 |
*** Bico_Fino has joined #openstack-kolla | 18:35 | |
inc0 | good news everyone | 18:38 |
inc0 | now every patch to kolla will publish fresh registry to tarballs.o.o | 18:39 |
kfox1111 | nice. :) | 18:39 |
inc0 | kfox1111, I'll experiment with adding this to kolla-k8s gates | 18:40 |
inc0 | I'll have to pick your brain later | 18:40 |
kfox1111 | inc0: sweet. :) | 18:41 |
inc0 | hmm I think stable registry is still iffy | 18:41 |
sean-k-mooney | inc0: any idea of how much internal bandwidth that will introduces | 18:41 |
sean-k-mooney | or save | 18:41 |
inc0 | it's about 2gig per distro/typ[e | 18:41 |
*** erhudy has joined #openstack-kolla | 18:41 | |
kfox1111 | inc0: was thinking we'd permute the gate with stable/trunk versions. | 18:41 |
inc0 | but afair they mirror tarballs across regions | 18:42 |
kfox1111 | once 3.0.2 lands, we can get rid of the last of the workarounds, | 18:42 |
inc0 | what do you mean by permute? | 18:42 |
kfox1111 | and I think specifying mirror would be just one line in ceph_workflow.sh. | 18:42 |
inc0 | I'd encourage you guys to stick to master | 18:42 |
inc0 | stable-to-stable and so on | 18:42 |
inc0 | now you can do it | 18:42 |
kfox1111 | I would like to support both stable/trunk on one version. this lets us test upgrades. | 18:43 |
inc0 | and this is our way in kolla-ansible, I'd love to keep this behavior same across all deliverables | 18:43 |
inc0 | kfox1111, might not be always possible | 18:43 |
inc0 | and upgrades will have to be stable ocata -> master anyway | 18:43 |
kfox1111 | it will be if we gate against it. :) | 18:43 |
kfox1111 | stable N -> trunk N+1 | 18:43 |
inc0 | well that's what I mean | 18:44 |
kfox1111 | when n+1 is cut, then the current stable will be able to upgrade from previous to current. | 18:44 |
inc0 | but kolla-k8s stable -> kolla-k8s n+1 | 18:44 |
inc0 | not just images | 18:44 |
satyar | sdake canonical requires shell = True | 18:44 |
*** ccesario has joined #openstack-kolla | 18:44 | |
inc0 | so yeah, I agree about gating, just not that important for k8s now | 18:44 |
kfox1111 | other way around. current kolla-k8s should be able to upgrade from n-1 to n. | 18:44 |
*** Pavo has joined #openstack-kolla | 18:44 | |
sdake | satyar ok | 18:45 |
satyar | if we implement that we may open up a security issue | 18:45 |
*** prameswar has quit IRC | 18:45 | |
inc0 | I'd be happy to have ansible upgrade gates tho, now it's reasonable | 18:45 |
kfox1111 | I think upgrades will be the thing that makes kolla-kubernetes. | 18:45 |
inc0 | when we fix this upload, that's on us | 18:45 |
kfox1111 | as upgrades are very hard normally. | 18:45 |
inc0 | agree | 18:45 |
satyar | what will be the recommendation sdake | 18:45 |
sdake | kfox1111 its the thing that made kolla-ansible | 18:45 |
inc0 | kolla-ansible does it reasonably well | 18:45 |
inc0 | and people love that | 18:45 |
sdake | satyar depends on the security risk and if its real or not | 18:45 |
inc0 | to me upgrades are not nice to have - hard requirement | 18:46 |
sdake | dave-mccowan - can you review that change and see if the line satayr is talking about is dangerous? | 18:46 |
satyar | the recommendation is always make it false | 18:46 |
sdake | satyar dave-mccowan is ptl of barbican | 18:46 |
sdake | satyar we have some overrides for it in the code base already | 18:46 |
sdake | we use #nosec for that in those cases | 18:46 |
satyar | as per https://security.openstack.org/guidelines/dg_use-subprocess-securely.html | 18:46 |
sdake | they just have to be eyeballed | 18:46 |
kfox1111 | so for trunk kolla-k8s, we test against stable & trunk kolla. and once its tagged as stable, it supports n-1 and n then. | 18:46 |
satyar | ok | 18:47 |
sdake | kfox1111 generally we only provide compatibility between 1.0.0 and 2.0.0 | 18:47 |
kfox1111 | that way there's an upgrade path forward. | 18:47 |
sdake | and we did a poor job of it on ansible ;) | 18:47 |
satyar | then changing it to shell = True | 18:47 |
satyar | that will pass the gate i guess | 18:47 |
kfox1111 | sdake: the lack of gating makes that really hard. :/ | 18:47 |
sdake | satyar it needs a review | 18:48 |
kfox1111 | much easier when you can see what breaks right away. :) | 18:48 |
inc0 | yeah, registry for stable will allow us to make proper gating of it | 18:48 |
satyar | hmmm | 18:48 |
*** Pavo has quit IRC | 18:48 | |
kfox1111 | uh, this is an interesting thread: [infra][diskimage-builder] containers, Containers, CONTAINERS! | 18:48 |
inc0 | yeah I've read it | 18:48 |
satyar | sdake any pointer for that.. :) | 18:49 |
inc0 | I need to check with pabelanger if there is anything we can help with | 18:49 |
sdake | satyar yes - dave-mccowan can provide a review if he is willing | 18:49 |
kfox1111 | ah. it sounds like they are trying to build the root images? | 18:50 |
kfox1111 | I guess there's some benifit to that. | 18:50 |
sean-k-mooney | kfox1111: building the root images that dib uses as a base for your images? | 18:51 |
*** Pavo has joined #openstack-kolla | 18:51 | |
kfox1111 | sbezverk: is this ok: https://review.openstack.org/#/c/417717/ or do I need to recheck? | 18:51 |
sean-k-mooney | kfox1111: e.g. building the ubuntu could image | 18:51 |
kfox1111 | sean-k-mooney: yeah. I think its about building the ubuntu/centos base container images from scratch. | 18:52 |
sean-k-mooney | ah well dib can produce docker files but they use the could images as a base | 18:52 |
sean-k-mooney | it would be nice to be able to build the cloud images too then you could use gtp partition tabels which make building baremetal images for ceph nodes posible | 18:53 |
sean-k-mooney | thats one of the litle anoyences i have with using the default could images. | 18:54 |
kfox1111 | ah. yeah. and uefi support. | 18:56 |
kfox1111 | portdirect: srwilkers: https://review.openstack.org/#/c/417717/ ? | 18:57 |
kfox1111 | should be good to go. | 18:57 |
kfox1111 | thx. | 18:58 |
srwilkers | np | 19:01 |
openstackgerrit | Merged openstack/kolla-kubernetes: Finish transitioning to the global api https://review.openstack.org/417717 | 19:02 |
kfox1111 | technosophos: name-type seems to be popular | 19:02 |
kfox1111 | ^------- so it seems like that may be as defacto a convention as there is? | 19:02 |
*** dturner has joined #openstack-kolla | 19:03 | |
sbezverk | kfox1111: I gave my +2 | 19:04 |
*** satyar_ has joined #openstack-kolla | 19:05 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Remove unneeded file. https://review.openstack.org/418527 | 19:05 |
kfox1111 | sbezverk: thanks. :) | 19:05 |
kfox1111 | here's a real easy one. :) | 19:05 |
kfox1111 | I thought we had done this one a while ago. | 19:05 |
*** Bico_Fino has quit IRC | 19:06 | |
*** satyar has quit IRC | 19:09 | |
*** kproskurin has quit IRC | 19:09 | |
*** sacharya_ has joined #openstack-kolla | 19:14 | |
*** satyar_ has quit IRC | 19:14 | |
*** satyar has joined #openstack-kolla | 19:15 | |
sbezverk | kfox1111: so is it ok then to merge helm-repo after I fix merge conflict? | 19:16 |
*** sacharya has quit IRC | 19:16 | |
kfox1111 | sbezverk: yeah, and port to the global api? | 19:16 |
*** rhallisey has quit IRC | 19:17 | |
inc0 | hey, so I've sent email to all the cores about process we'll take for adding new deliverables | 19:18 |
*** strigazi_AFK is now known as strigazi | 19:21 | |
mliima | done inc0 :) | 19:23 |
inc0 | thanks | 19:23 |
inc0 | kfox1111, where should I put config for registry? | 19:23 |
sbezverk | kfox1111: ok I wll give it ia try with global | 19:23 |
inc0 | in gates? | 19:23 |
kfox1111 | inc0: hmm.... probably setup_gate.sh | 19:24 |
kfox1111 | will need to load it pretty early, | 19:25 |
kfox1111 | and then later on there is a second that ssh's into the slave node and sets things up there too. probably should pull the tar/ingest at the begininng of that if block too. | 19:25 |
inc0 | yeah I guess we need to run registry on both | 19:26 |
kfox1111 | and in ceph_workflow.sh, there is a common_vars=... line | 19:26 |
inc0 | and change kolla-k8s to use 127.0.0.1:4000 images | 19:26 |
kfox1111 | should change that to docker_registry=.... | 19:27 |
inc0 | hmm...where do you install docker in gates? | 19:27 |
inc0 | we need to setup insecure registry too | 19:27 |
kfox1111 | I've heard if the registry is http://127.0.0.1 it automatically sets insecure registry? | 19:28 |
kfox1111 | as its not really insecure. | 19:28 |
inc0 | no idea | 19:28 |
kfox1111 | k8s had a pattern they recommended, | 19:28 |
kfox1111 | where you run a registry via a daemonset bound to localhost to have it available everywhere. | 19:28 |
inc0 | ok let's try | 19:29 |
*** rhallisey has joined #openstack-kolla | 19:30 | |
srwilkers | rhallisey, o// | 19:32 |
*** strigazi is now known as strigazi_AFK | 19:32 | |
*** salv-orl_ has quit IRC | 19:32 | |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla-kubernetes: WIP - local registry in gates https://review.openstack.org/418550 | 19:33 |
kfox1111 | inc0: for now, should it only be for zuul_branch = trunk? | 19:34 |
kfox1111 | well, I guess that is probably always true... | 19:34 |
inc0 | yeah, I copied it from ansible | 19:34 |
inc0 | just testing for noe | 19:35 |
inc0 | now | 19:35 |
*** pcaruana has joined #openstack-kolla | 19:37 | |
*** satyar has quit IRC | 19:38 | |
*** msimonin has joined #openstack-kolla | 19:41 | |
*** satyar has joined #openstack-kolla | 19:43 | |
*** sayantani01 has joined #openstack-kolla | 19:45 | |
*** msimonin has quit IRC | 19:46 | |
*** msimonin1 has joined #openstack-kolla | 19:46 | |
*** des_consolado has quit IRC | 19:46 | |
*** des_consolado has joined #openstack-kolla | 19:46 | |
*** jtriley has quit IRC | 19:54 | |
*** jtriley has joined #openstack-kolla | 19:56 | |
openstackgerrit | Joshua Harlow proposed openstack/kolla: Add nova-cells docker building file (for those that use cells v1 or v2) https://review.openstack.org/418116 | 19:58 |
mliima | guys, need reviews here -> https://review.openstack.org/#/c/418482/, https://review.openstack.org/#/c/418467/ and https://review.openstack.org/#/c/417094/ | 20:02 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Convert ceph-rbd and ceph-admin to microservice packages. https://review.openstack.org/418556 | 20:05 |
*** jtriley has quit IRC | 20:06 | |
openstackgerrit | satroutr proposed openstack/kolla-ansible: RabbitMQ cluster interface should not depend on primary hostname https://review.openstack.org/404944 | 20:10 |
*** mannamne has joined #openstack-kolla | 20:13 | |
*** sacharya_ has quit IRC | 20:14 | |
*** sacharya has joined #openstack-kolla | 20:15 | |
*** Pavo has quit IRC | 20:17 | |
*** sayantani01 has quit IRC | 20:19 | |
*** gfidente is now known as gfidente|afk | 20:20 | |
*** adrian_otto has quit IRC | 20:20 | |
*** sayantani01 has joined #openstack-kolla | 20:22 | |
*** sayantani01 has quit IRC | 20:28 | |
*** sayantani01 has joined #openstack-kolla | 20:29 | |
*** salv-orlando has joined #openstack-kolla | 20:33 | |
openstackgerrit | Merged openstack/kolla: Improve kolla-build cmd help message https://review.openstack.org/416450 | 20:35 |
n0isyn0ise | re | 20:39 |
n0isyn0ise | /part | 20:39 |
*** n0isyn0ise has left #openstack-kolla | 20:39 | |
*** salv-orlando has quit IRC | 20:40 | |
*** n0isyn0ise has joined #openstack-kolla | 20:40 | |
*** jtriley has joined #openstack-kolla | 20:41 | |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla-kubernetes: WIP - local registry in gates https://review.openstack.org/418550 | 20:43 |
*** Bico_Fino has joined #openstack-kolla | 20:44 | |
*** salv-orlando has joined #openstack-kolla | 20:49 | |
*** msimonin1 has quit IRC | 20:49 | |
*** msimonin has joined #openstack-kolla | 20:49 | |
*** rhallisey has quit IRC | 20:54 | |
inc0 | kfox1111, you're gating only on centos-binary? | 21:01 |
kfox1111 | centos-binary and ubunutu-binary | 21:01 |
inc0 | any chances we could do it on source? | 21:02 |
inc0 | I mean source gates are voting | 21:02 |
kfox1111 | just more jobs. | 21:02 |
inc0 | so if something is broken in binary gates, change can still merge | 21:02 |
kfox1111 | there alreayd is a var for binary. just need to add source to the list. | 21:02 |
kfox1111 | oh, for trunk? | 21:03 |
kfox1111 | cause binaries should vote for released packages. | 21:03 |
*** dave-mccowan has quit IRC | 21:03 | |
*** wcb has joined #openstack-kolla | 21:06 | |
openstackgerrit | Joshua Harlow proposed openstack/kolla: Add nova-cells docker building file (for those that use cells v1 or v2) https://review.openstack.org/418116 | 21:07 |
*** shananigans has quit IRC | 21:08 | |
*** shananigans has joined #openstack-kolla | 21:08 | |
*** irtermite has quit IRC | 21:08 | |
sdake | sbezverk alive? | 21:08 |
*** irtermite has joined #openstack-kolla | 21:09 | |
sdake | cloudnull jack of all trades, master of _many_ :) | 21:11 |
satyar | hi sdake | 21:11 |
*** williamcaban has quit IRC | 21:11 | |
cloudnull | o/ | 21:11 |
satyar | please review https://review.openstack.org/#/c/404944 | 21:12 |
cloudnull | sdake: did you need me / | 21:12 |
sdake | cloudnull was just looking at your bio - it needs updating with the above ;-) | 21:12 |
cloudnull | oh. my openstack bio ? | 21:12 |
sdake | on cloudnull.io | 21:12 |
cloudnull | haha. | 21:12 |
sdake | satyar i'll take a look | 21:13 |
satyar | Thanks sdake | 21:13 |
cloudnull | I'm considering migrating that to medium . idk if i want to self host any longer. | 21:13 |
cloudnull | sdake: hows the jeep ? | 21:14 |
cloudnull | was it a total loss? ;) | 21:14 |
* cloudnull would have claimed it | 21:14 | |
cloudnull | :p | 21:14 |
sdake | cloudnull what happened tothe jeep? | 21:17 |
sdake | kfox1111 have a review of satyar 's change - it affects kolla-kubernetes i suspect | 21:18 |
kfox1111 | sdake: which one? | 21:18 |
kfox1111 | https://review.openstack.org/#/c/404944 ? | 21:18 |
sdake | yup | 21:18 |
sdake | api_interface is expanded with another ip rabbitmq_interface | 21:18 |
cloudnull | sdake: https://twitter.com/robynbergeron/status/818201127720128512 | 21:18 |
cloudnull | to which i replied https://twitter.com/cloudnull/status/818288333235388416 :) | 21:19 |
sdake | cloudnull the sad part is there is more bird crap in it that wasn't cleaned up:) | 21:19 |
kfox1111 | yeah. that may affect kolla-kubernetes. | 21:19 |
*** satyar has quit IRC | 21:20 | |
kfox1111 | looks like s/api_interface/rabbit_interface/ ? | 21:20 |
sdake | kfox1111 something like that but only for rabbitmq | 21:21 |
sdake | so we need another variable- but i think 3.0.2 is already tagged and ready to go | 21:21 |
sdake | so that can wait until we tag kolla-kubernetes | 21:21 |
kfox1111 | well, that looks like a ansible var. | 21:25 |
kfox1111 | the kolla-kubernetes ones has orchestration_engine == 'KUBERNETES in it. | 21:25 |
sdake | kfox1111 oh - must have missed that | 21:26 |
*** jrobinson has joined #openstack-kolla | 21:28 | |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla-kubernetes: WIP - local registry in gates https://review.openstack.org/418550 | 21:30 |
*** schwicht has quit IRC | 21:31 | |
*** Jeffrey4l_ has joined #openstack-kolla | 21:35 | |
*** Jeffrey4l has quit IRC | 21:35 | |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla-kubernetes: WIP - local registry in gates https://review.openstack.org/418550 | 21:40 |
inc0 | kfox1111, so running registry in k8s with ceph backend would actually be pretty cool thing | 21:44 |
kfox1111 | they dropped ceph support from the registry. :/ | 21:45 |
kfox1111 | they are recommending s3 though. | 21:45 |
kfox1111 | so you could deploy ceph+radosgw, then back a docker-registry with it. | 21:45 |
kfox1111 | not as simple as it use to be though. :/ | 21:45 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Add -type to all microservices missing them. https://review.openstack.org/418587 | 21:47 |
*** krtaylor has quit IRC | 21:47 | |
inc0 | kfox1111, well just using k8s volume should be enough | 21:47 |
kfox1111 | that would work for a single instance. | 21:47 |
kfox1111 | not one per node ala daemonset. | 21:47 |
kfox1111 | do they have a shared fs backend? | 21:48 |
*** pcaruana has quit IRC | 21:48 | |
inc0 | no idea | 21:48 |
kfox1111 | if they do, cephfs is another option. | 21:48 |
kfox1111 | been having good luck with it recently. | 21:48 |
kfox1111 | portdirect: srwilkers: second please? https://review.openstack.org/#/c/418527/ | 21:49 |
srwilkers | done :) | 21:50 |
kfox1111 | thx. :) | 21:50 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Convert ceph-rbd and ceph-admin to microservice packages. https://review.openstack.org/418556 | 21:52 |
openstackgerrit | Merged openstack/kolla-kubernetes: Remove unneeded file. https://review.openstack.org/418527 | 21:52 |
*** fguillot has quit IRC | 21:55 | |
kfox1111 | so, one last possible changeset... | 21:55 |
kfox1111 | were going to be cutting 0.4.0. | 21:55 |
kfox1111 | we currently have most of the containers pinned to 2.0.2 and a few 3.0.1. | 21:55 |
kfox1111 | but all the helm packages are named 3.0.0-1 | 21:55 |
kfox1111 | shoudl we rename them 0.4.0-1? | 21:56 |
kfox1111 | that way, we can decide later what version numbers to use and upgrades should still work. | 21:56 |
srwilkers | i think thats a good idea, unless theres something preventing that | 21:56 |
sdake | i think so | 21:56 |
sdake | shoul dbe a simple sed across the code base | 21:56 |
*** jtriley has quit IRC | 21:57 | |
kfox1111 | yeah. I can do that ps right after the -type one goes through. | 21:57 |
kfox1111 | shoudl be easy. | 21:57 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: Helm repository container and service https://review.openstack.org/417474 | 21:57 |
sbezverk | kfox1111: could you please check helm-repo all.yaml | 21:58 |
sbezverk | I want to make sure it follow the new api | 21:58 |
kfox1111 | will do | 21:58 |
sbezverk | thank you, I have not changed templates yet | 22:01 |
kfox1111 | k | 22:02 |
kfox1111 | I'll just review all_vals then. | 22:02 |
kfox1111 | k. commented | 22:03 |
*** rhallisey has joined #openstack-kolla | 22:04 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Add -type to all microservices missing them. https://review.openstack.org/418587 | 22:04 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Convert ceph-rbd and ceph-admin to microservice packages. https://review.openstack.org/418556 | 22:07 |
*** unicell has quit IRC | 22:07 | |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla-kubernetes: WIP - local registry in gates https://review.openstack.org/418550 | 22:07 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Add -type to all microservices missing them. https://review.openstack.org/418587 | 22:07 |
*** adrian_otto has joined #openstack-kolla | 22:08 | |
*** goldyfruit has quit IRC | 22:10 | |
*** emmmork has quit IRC | 22:20 | |
*** salv-orl_ has joined #openstack-kolla | 22:23 | |
*** salv-orlando has quit IRC | 22:25 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Convert ceph-rbd and ceph-admin to microservice packages. https://review.openstack.org/418556 | 22:25 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Add -type to all microservices missing them. https://review.openstack.org/418587 | 22:26 |
kfox1111 | inc0: you may need a test loop to check on the server until it shows. | 22:28 |
inc0 | why? docker should just work right? | 22:29 |
kfox1111 | well, there's a time when the container starts, but isn't surving yet. | 22:30 |
kfox1111 | docker has no machinsim to block until the server actually starts. | 22:31 |
kfox1111 | if you were to make a helm microservice package for it, we could reuse the wait_for_pod scripts. | 22:31 |
*** jheroux has quit IRC | 22:33 | |
kfox1111 | otherwise, its not to hard to write the check loop. | 22:33 |
*** srwilkers has quit IRC | 22:33 | |
kfox1111 | see function wait_for_vm in tests/bin/basic_tests.sh | 22:33 |
kfox1111 | could just curl the docker server until it shows. | 22:33 |
*** krtaylor has joined #openstack-kolla | 22:33 | |
kfox1111 | and timeout if it takes too long. | 22:34 |
*** sayantani01 has quit IRC | 22:36 | |
inc0 | yeah might be good idea, we run docker on loopback tho? | 22:36 |
kfox1111 | for which? storage? network? | 22:36 |
kfox1111 | api? | 22:37 |
inc0 | storage backend | 22:38 |
inc0 | we use devicemapper in gates | 22:38 |
inc0 | ? | 22:38 |
kfox1111 | default. so probably devicemapper on centos and aufs for ubuntu. | 22:38 |
*** lrensing has quit IRC | 22:42 | |
*** adrian_otto has quit IRC | 22:46 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Convert ceph-rbd and ceph-admin to microservice packages. https://review.openstack.org/418556 | 22:54 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Add -type to all microservices missing them. https://review.openstack.org/418587 | 23:04 |
*** dave-mccowan has joined #openstack-kolla | 23:05 | |
*** mannamne has quit IRC | 23:07 | |
*** mannamne has joined #openstack-kolla | 23:08 | |
*** Pavo has joined #openstack-kolla | 23:13 | |
*** yangzb09_ has joined #openstack-kolla | 23:13 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Convert ceph-rbd and ceph-admin to microservice packages. https://review.openstack.org/418556 | 23:14 |
*** saneax-_-|AFK is now known as saneax | 23:17 | |
*** MasterOfBugs has joined #openstack-kolla | 23:20 | |
*** qwang has quit IRC | 23:21 | |
*** akwasnie has quit IRC | 23:21 | |
*** ediardo has quit IRC | 23:21 | |
*** turvey has quit IRC | 23:21 | |
*** qwang has joined #openstack-kolla | 23:21 | |
*** akwasnie has joined #openstack-kolla | 23:22 | |
*** turvey has joined #openstack-kolla | 23:22 | |
*** nick-ma_ has quit IRC | 23:23 | |
*** nick-ma_ has joined #openstack-kolla | 23:26 | |
*** Bico_Fino has quit IRC | 23:26 | |
*** kklimonda has left #openstack-kolla | 23:28 | |
*** kklimonda has joined #openstack-kolla | 23:28 | |
inc0 | kfox1111, soo...mind if I turn our dockers to btrfs? | 23:28 |
kfox1111 | think it matters? | 23:28 |
kfox1111 | its risky changing things. | 23:28 |
kfox1111 | if it will make things much faster though, probably worth it. | 23:29 |
kfox1111 | I've seen a slight but not significant difference between centos jobs and ubuntuo ones. | 23:29 |
inc0 | well it matters a lot on building images | 23:30 |
kfox1111 | we're not building images though? | 23:30 |
kfox1111 | I thought that was the point of using the tarballs? | 23:31 |
inc0 | no we're not | 23:31 |
*** rhallisey has quit IRC | 23:31 | |
inc0 | so it might not be that bad | 23:31 |
kfox1111 | k. I'm just nervious the partitioning requirements will make it harder to get going. The various vm's in the gate have quite different setups in places. | 23:32 |
kfox1111 | networking for example's really weird on some ndoes. | 23:32 |
kfox1111 | nodes | 23:32 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Convert ceph-rbd and ceph-admin to microservice packages. https://review.openstack.org/418556 | 23:33 |
kfox1111 | thoguht I guess if your doing it in gate for kolla, you must have figured that part out already. | 23:34 |
inc0 | Jeffrey4l_, would be person to talk to | 23:34 |
inc0 | and SamYaple | 23:34 |
kfox1111 | yeah. so if you want, I guess its cool. | 23:35 |
*** ediardo has joined #openstack-kolla | 23:36 | |
*** unicell has joined #openstack-kolla | 23:37 | |
*** yangzb09_ has quit IRC | 23:39 | |
*** mannamne has quit IRC | 23:41 | |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla-kubernetes: WIP - local registry in gates https://review.openstack.org/418550 | 23:47 |
kfox1111 | does centos support overlay2? | 23:47 |
*** inc0 has quit IRC | 23:48 | |
*** lamt has quit IRC | 23:49 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Add -type to all microservices missing them. https://review.openstack.org/418587 | 23:53 |
sdake | kfox1111 no | 23:56 |
kfox1111 | inc0 same issue: your trying to pull before the containers done starting. | 23:56 |
*** vhosakot has quit IRC | 23:56 | |
kfox1111 | sdake: ok. I didn't think so. | 23:56 |
kfox1111 | its basically devmapper and btrfs right? | 23:57 |
*** Pavo has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!