*** Pavo has quit IRC | 00:00 | |
*** schwicht has joined #openstack-kolla | 00:01 | |
*** kbaegis has joined #openstack-kolla | 00:05 | |
kbaegis | Hey all | 00:05 |
---|---|---|
kbaegis | I'm on ocata stable and the "advanced config" isn't being properly respected for cinder | 00:05 |
kbaegis | So I have a minimal config change in /etc/kolla/config/cinder/cinder.conf | 00:06 |
kbaegis | Isn't being changed on a kolla-ansible deploy/reconfigure | 00:06 |
kbaegis | Anyone aware of this being broken? | 00:06 |
mnaser | kbaegis lemme have a quick look @ codebase | 00:19 |
mnaser | ah you're using the wrong path kbaegis | 00:20 |
mnaser | https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/cinder/tasks/config.yml#L27-L49 | 00:20 |
mnaser | you should be at /etc/kolla/config/cinder.conf for global config, for specific services: /etc/kolla/config/cinder-volume/cinder.conf | 00:21 |
kbaegis | tyvm | 00:21 |
kbaegis | Actually, I wanted those changes global | 00:22 |
kbaegis | enabled_backends = lvm-1,lvm-2 | 00:22 |
kbaegis | and then the lvm-2 definition | 00:22 |
mnaser | :D there ya go | 00:25 |
*** rhallisey has quit IRC | 00:42 | |
*** eanylin has joined #openstack-kolla | 00:50 | |
*** kbaegis has quit IRC | 00:53 | |
*** kbaegis1 has joined #openstack-kolla | 00:53 | |
*** kbaegis has joined #openstack-kolla | 01:01 | |
*** kbaegis1 has quit IRC | 01:01 | |
*** ssurana has quit IRC | 01:04 | |
*** shashank_t_ has joined #openstack-kolla | 01:06 | |
*** SamYaple has quit IRC | 01:10 | |
*** SamYaple has joined #openstack-kolla | 01:10 | |
*** chas has joined #openstack-kolla | 01:11 | |
*** chas has quit IRC | 01:15 | |
*** hrw has quit IRC | 01:29 | |
*** hrw has joined #openstack-kolla | 01:31 | |
*** kbaegis has quit IRC | 01:36 | |
Mech422 | deadnull: I found foreman to be pretty good for 'largish' installations - too big for manual setup, too small to need policy based provisioning | 01:41 |
Mech422 | deadnull: I still haven't found anything I really like for 'lab' type stuff where your re-provisioning stuff constantly | 01:41 |
*** shashank_t_ has quit IRC | 01:52 | |
*** dave-mccowan has quit IRC | 01:53 | |
*** shashank_t_ has joined #openstack-kolla | 01:53 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: Move nova scheduler related parameters to [scheduler] group https://review.openstack.org/453966 | 01:55 |
*** jtriley has joined #openstack-kolla | 01:56 | |
*** david-lyle has quit IRC | 01:56 | |
*** david-lyle has joined #openstack-kolla | 01:57 | |
*** shashank_t_ has quit IRC | 01:57 | |
*** sayantan_ has joined #openstack-kolla | 01:59 | |
*** kbaegis has joined #openstack-kolla | 02:04 | |
*** jascott1_ has quit IRC | 02:05 | |
*** jascott1_ has joined #openstack-kolla | 02:05 | |
*** jascott1_ has quit IRC | 02:10 | |
*** jtriley has quit IRC | 02:10 | |
*** david-lyle has quit IRC | 02:12 | |
*** david-lyle has joined #openstack-kolla | 02:28 | |
*** iceyao has joined #openstack-kolla | 02:44 | |
*** dave-mccowan has joined #openstack-kolla | 03:07 | |
*** chas has joined #openstack-kolla | 03:11 | |
*** dave-mcc_ has joined #openstack-kolla | 03:16 | |
*** chas has quit IRC | 03:16 | |
sdake | sup peeps | 03:17 |
*** dave-mccowan has quit IRC | 03:17 | |
*** lamt has joined #openstack-kolla | 03:29 | |
*** dave-mcc_ has quit IRC | 03:33 | |
*** krtaylor has joined #openstack-kolla | 03:34 | |
*** shashank_t_ has joined #openstack-kolla | 03:44 | |
*** kbaegis has quit IRC | 03:48 | |
*** jascott1_ has joined #openstack-kolla | 03:56 | |
*** krtaylor has quit IRC | 04:03 | |
eanylin | Hello sdake | 04:06 |
sdake | sup eanylin | 04:06 |
sdake | just filing my god awful taxes | 04:06 |
sdake | and my wives | 04:06 |
* sdake groans | 04:06 | |
eanylin | oh, I am done with that :D | 04:06 |
sdake | i am as well | 04:07 |
sdake | so whats up | 04:08 |
eanylin | thats good | 04:08 |
eanylin | Am going to try multi-node I guess | 04:08 |
eanylin | and see what happens ;) | 04:09 |
sdake | sounds good - i have heard people try that need to deploy with kargo to get nginx (or deploy nginx or some other type of VIP load balancer) | 04:09 |
eanylin | ok | 04:09 |
eanylin | havent use that before | 04:09 |
sdake | me either | 04:09 |
sdake | i have used haproxy | 04:09 |
sdake | which is a VIP load balancer | 04:09 |
eanylin | yeah, I use haproxy most of the time | 04:09 |
sdake | dont know anything about nginx - know a bit about haproxy | 04:10 |
sdake | although we have no implementation thereof - so you will have to roll your own | 04:10 |
eanylin | yeah | 04:12 |
sdake | if you desire to wriet some code you could always port the haproxy implementation in kolla-kubernetes to helm :) | 04:12 |
eanylin | I have tried 1 control + 1 compute so far | 04:12 |
eanylin | ah, thats true :) | 04:12 |
eanylin | but first need to figure out how to get it to work first :D | 04:12 |
sdake | rather keepalived: | 04:13 |
sdake | https://github.com/openstack/kolla-kubernetes/blob/master/services/keepalived/keepalived-daemonset.yml.j2 | 04:13 |
sdake | that is the older way kolla-kbuernets was structured | 04:13 |
sdake | using jinja2 templates to render manifests | 04:13 |
sdake | now we use helm charts to render kubernetes manifests | 04:13 |
sdake | 1 control + 100s of computes should work fine | 04:14 |
sdake | i'm a little fuzzy on how to handle the load balancing of the control plane | 04:14 |
sdake | kfox1111 can probably add more clarity during the daytime | 04:15 |
sdake | Jeffrey4l where is zhubingbing? | 04:17 |
sdake | Jeffrey4l i've got a new server - the old one is out of commisoion | 04:17 |
eanylin | sdake: Ok. | 04:17 |
eanylin | sdake: First step of my experiment, http://paste.openstack.org/show/605808/ | 04:17 |
sdake | Jeffrey4l need ssh public keys if you fella swant access | 04:18 |
sdake | boy my pulse is low | 04:19 |
sdake | 60 bpm | 04:19 |
sdake | just got an alta hr fitbit | 04:20 |
eanylin | nice, always have nice gadgets ;) | 04:21 |
sdake | mostly to track sleep | 04:21 |
sdake | the HR does a better job of tracking sleep | 04:21 |
sdake | averging about 7 hrs a night | 04:21 |
sdake | i thought it was less - like 6 | 04:22 |
eanylin | nice, average 7hrs :) | 04:22 |
sdake | eanylin curious do you plan to deploy kolla-kbuernetes | 04:22 |
sdake | or playing around with it? | 04:23 |
eanylin | hmm, mostly working on it myself for now | 04:23 |
eanylin | you referring to Production kind of deployment? | 04:23 |
sdake | yup | 04:23 |
sdake | curious if your interested in getting involved in dev, or doing an eval | 04:24 |
eanylin | oh, yeah, I am trying to learn :) | 04:24 |
sdake | laern openstack, learn kubernetes, learn how to dev, which part ;) | 04:25 |
eanylin | so yeah, will be interested in dev | 04:25 |
sdake | btw, you arelearning faster then ayone else :) | 04:25 |
eanylin | haha, thanks :) | 04:25 |
sdake | cool - the fastest way to ramp up beyond actually deploying kolla is to review the code going into kolla | 04:25 |
eanylin | yeah, that is true | 04:25 |
sdake | know how to use gerrit? | 04:25 |
eanylin | I do code review in my current role | 04:26 |
eanylin | yeah | 04:26 |
sdake | cool | 04:26 |
sdake | if your up for it, add kolla-kubernetes to your watched projects | 04:26 |
eanylin | ok | 04:26 |
sdake | need moar reviewers | 04:26 |
eanylin | yeah, same situation | 04:26 |
eanylin | not enough reviewers | 04:26 |
eanylin | its always bad | 04:26 |
sdake | which is current role? | 04:26 |
sdake | which ostk project? | 04:27 |
eanylin | more like developers | 04:27 |
eanylin | what is ostk? | 04:27 |
sdake | openstack | 04:27 |
eanylin | oh, its not specific to any one | 04:27 |
eanylin | I do end to end integration | 04:27 |
eanylin | starting from bare metal ;) | 04:27 |
sdake | eanylin you mean generally openstack lacks reviewers then? | 04:27 |
eanylin | I mean the stuff I am working on | 04:28 |
eanylin | openstack has a lot of reviewers | 04:28 |
eanylin | I think | 04:28 |
sdake | could use moar | 04:28 |
eanylin | based on what I saw the other time with infra gate | 04:28 |
eanylin | the reviewer will look at your codes in quite short time | 04:28 |
eanylin | like within few hours | 04:29 |
sdake | depends on project | 04:29 |
eanylin | ok | 04:29 |
sdake | which review were you looking at? | 04:29 |
eanylin | that was patrole, related to RBAC | 04:29 |
sdake | not famliar with it | 04:29 |
eanylin | yeah | 04:29 |
eanylin | I filed a bug with nova, but havent hear on it for about a week now | 04:30 |
sdake | ya | 04:30 |
sdake | it takees them awhile | 04:30 |
sdake | they have a huge backlog | 04:30 |
eanylin | yeah | 04:30 |
eanylin | for sure | 04:30 |
eanylin | big project :) | 04:30 |
sdake | in terms of commits/reviews nova, neutron, infra, kolla | 04:31 |
eanylin | yup | 04:31 |
eanylin | sdake: You going to Boston? | 04:52 |
sdake | indeed | 04:55 |
sdake | you? | 04:55 |
eanylin | yeah, will be going too | 04:55 |
eanylin | maybe we should meet up :) | 04:56 |
sdake | i'm pretty swamped at summit | 04:56 |
eanylin | that is true | 04:56 |
sdake | although we might run into each other at forum | 04:56 |
eanylin | yeah, too short | 04:56 |
eanylin | yeah | 04:56 |
*** dixiaoli has joined #openstack-kolla | 05:09 | |
*** shashank_t_ has quit IRC | 05:12 | |
*** chas has joined #openstack-kolla | 05:12 | |
*** dixiaoli has quit IRC | 05:13 | |
*** chas has quit IRC | 05:16 | |
*** yingjun has joined #openstack-kolla | 05:21 | |
eanylin | sdake: I got it up :) | 05:21 |
sdake | got which up | 05:22 |
eanylin | cluster | 05:22 |
eanylin | http://paste.openstack.org/show/605812/ | 05:23 |
eanylin | I mislabeled kube02, so the cinder volume ends up there, I removed the label after that | 05:23 |
eanylin | other than that the services are spread across 3 nodes | 05:24 |
eanylin | kube04 is my compute | 05:24 |
eanylin | All nodes on 1.6.1 | 05:26 |
eanylin | [root@kube01 opt(keystone_admin)]$ kubectl get nodes | 05:26 |
eanylin | NAME STATUS AGE VERSION | 05:26 |
eanylin | kube01 Ready 1h v1.6.1 | 05:26 |
eanylin | kube02 Ready 1h v1.6.1 | 05:26 |
eanylin | kube04 Ready 1h v1.6.1 | 05:26 |
eanylin | [root@kube01 opt(keystone_admin)]$ | 05:26 |
*** sayantan_ has quit IRC | 05:32 | |
*** sayantan_ has joined #openstack-kolla | 05:55 | |
*** yingjun has quit IRC | 05:58 | |
*** sayantan_ has quit IRC | 06:14 | |
*** sayantan_ has joined #openstack-kolla | 06:14 | |
*** jascott1_ has quit IRC | 07:05 | |
*** jascott1_ has joined #openstack-kolla | 07:05 | |
*** aolwas has joined #openstack-kolla | 07:09 | |
*** jascott1_ has quit IRC | 07:09 | |
*** shashank_t_ has joined #openstack-kolla | 07:12 | |
*** chas has joined #openstack-kolla | 07:13 | |
*** sayantan_ has quit IRC | 07:14 | |
*** chas has quit IRC | 07:17 | |
*** shashank_t_ has quit IRC | 07:20 | |
*** jascott1_ has joined #openstack-kolla | 07:34 | |
*** dixiaoli has joined #openstack-kolla | 08:09 | |
*** dixiaoli has quit IRC | 08:14 | |
*** manheim has joined #openstack-kolla | 08:26 | |
*** jascott1_ has quit IRC | 08:32 | |
*** iceyao has quit IRC | 08:33 | |
*** manheim has quit IRC | 08:37 | |
*** pbourke has quit IRC | 08:42 | |
*** kristian__ has joined #openstack-kolla | 08:59 | |
*** pbourke has joined #openstack-kolla | 08:59 | |
*** chas has joined #openstack-kolla | 09:14 | |
*** chas has quit IRC | 09:18 | |
*** chas has joined #openstack-kolla | 09:31 | |
*** chas has quit IRC | 09:37 | |
*** qiliang27 has quit IRC | 09:57 | |
*** yingjun has joined #openstack-kolla | 10:45 | |
*** rwallner has joined #openstack-kolla | 10:59 | |
*** rwallner has quit IRC | 11:04 | |
deadnull | Mech422 agreed, basically I want to tie my Ci environment, with our pilot/test deployment to re-deploy after upstream or local changes. if i could leverage the same platform after I break this full scale that would be ideal. | 11:11 |
*** yingjun has quit IRC | 11:12 | |
Mech422 | deadnull that sounds more like a RackHD/DigitalRebar use case... though you could probably jigger foreman to do it | 11:12 |
deadnull | yeah | 11:13 |
Mech422 | I just like the fact that RackHD / DigitalRebar were designed with workflows in mind | 11:13 |
deadnull | true | 11:13 |
deadnull | we're on Cisco UCS, and Foreman does work well with SSH based CIMC connection | 11:13 |
*** yingjun has joined #openstack-kolla | 11:14 | |
Mech422 | I would probably not try to go directly from CI/CD to my provisioner though.. | 11:14 |
Mech422 | I'd let a CM system like ansible handle that level | 11:14 |
*** yingjun has quit IRC | 11:14 | |
deadnull | yes, i was overly ambiguous, ansible would handle the CM/Orchestration | 11:15 |
Mech422 | I consider the provisioners job just to get the metal into a state the CM can use | 11:15 |
deadnull | with some tweaking waitron might kick butt | 11:16 |
Mech422 | deadnull: yeah - be nice if it had a lil web interface | 11:16 |
Mech422 | deadnull: I want some generic ( installs linux,win,*BSD ) and ideally with a workflow engine | 11:17 |
deadnull | agreed, might be a fun project for me :) | 11:17 |
Mech422 | deadnull: and a simple lil webui for changing OS on machines... | 11:17 |
deadnull | this gap really does need to be filled for sure | 11:17 |
*** shashank_t_ has joined #openstack-kolla | 11:17 | |
deadnull | basically i want packer for bare metal | 11:17 |
deadnull | with a webui | 11:17 |
Mech422 | big issue I run into with foreman is its ethernet adapter handling | 11:18 |
deadnull | yep, 100% thats why I stopped using it | 11:18 |
deadnull | because it didnt get my host to a useable state, it was just reinstalled | 11:18 |
Mech422 | its hard to get the templates setup when every OS renames the interfaces :-P | 11:18 |
Mech422 | deadnull: I never got the ansible stuff working with it - but my preseeds installed enough that I could just point ansible at the box after it installed and finish up | 11:19 |
deadnull | yea | 11:20 |
Mech422 | RackHD looks pretty slick - Dell/EMCs putting a lot of effort into it | 11:20 |
Mech422 | but it insists on hating my hardware ipmi and locking up the boxes trying to insert impi_si | 11:21 |
*** shashank_t_ has quit IRC | 11:22 | |
deadnull | looks like some are looking into packer doing this | 11:23 |
deadnull | people creating a squashfs image and using dracut to push it to the host | 11:25 |
Mech422 | yeah...nah :-P | 11:26 |
deadnull | ha :) | 11:26 |
Mech422 | thats not gonna work for non-linux OSs... | 11:26 |
Mech422 | setting up basic pxe boot isn't too bad - its just a bit of housekeeping | 11:27 |
deadnull | yeah | 11:27 |
Mech422 | foreman gets a bit carried away with stuff - its 'heavy' for my small lab | 11:27 |
deadnull | true, you have the non-linux use-case, forgot | 11:27 |
Mech422 | another annoying thing for me, is foreman used to make you go thru like 6 screens to get to the OS selection screen for a machine... | 11:29 |
Mech422 | be nice to see that right on the front page | 11:29 |
deadnull | yeah, agreed, webui is very dense | 11:30 |
*** jascott1_ has joined #openstack-kolla | 11:30 | |
*** gkadam has joined #openstack-kolla | 11:31 | |
*** chas has joined #openstack-kolla | 11:34 | |
Mech422 | deadnull: anyway - I should get some sleep - its 4:30 am here :-) | 11:34 |
deadnull | rgr have a good night, nice chatting! | 11:34 |
Mech422 | deadnull: same here - let me know if you find any good metal provisioning tools - its sorta a pet project of mine ! | 11:35 |
deadnull | Mech422 will do, likewise | 11:35 |
*** jascott1_ has quit IRC | 11:35 | |
*** yingjun has joined #openstack-kolla | 11:37 | |
*** chas has quit IRC | 11:39 | |
*** yingjun has quit IRC | 11:46 | |
*** schwicht has quit IRC | 12:11 | |
*** duritong has joined #openstack-kolla | 12:16 | |
*** targon has joined #openstack-kolla | 12:23 | |
*** targon has quit IRC | 13:26 | |
*** chas has joined #openstack-kolla | 13:35 | |
*** iceyao has joined #openstack-kolla | 13:35 | |
*** chas has quit IRC | 13:40 | |
*** lamt has quit IRC | 13:40 | |
*** lamt has joined #openstack-kolla | 13:42 | |
*** rhallisey has joined #openstack-kolla | 13:54 | |
kolla-slack | <portdirect> Mech422, if you put the work in upfront, foreman is pretty hands off, the autoprovisioner has come on loads in the last few releases. | 13:55 |
*** sayantan_ has joined #openstack-kolla | 14:14 | |
*** iceyao has quit IRC | 14:16 | |
*** yingjun has joined #openstack-kolla | 14:17 | |
*** targon has joined #openstack-kolla | 15:28 | |
*** jascott1_ has joined #openstack-kolla | 15:32 | |
*** chas has joined #openstack-kolla | 15:36 | |
*** jascott1_ has quit IRC | 15:38 | |
*** gkadam has quit IRC | 15:40 | |
*** gkadam_ has joined #openstack-kolla | 15:40 | |
*** chas has quit IRC | 15:40 | |
*** lamt has quit IRC | 15:56 | |
rhallisey | anyone around? I have a helm question | 16:06 |
rhallisey | Error: the server does not allow access to the requested resource | 16:06 |
rhallisey | seems like helm is not configured to access the cluster | 16:06 |
rhallisey | portdirect or sbezverk any idea^ ? | 16:11 |
rhallisey | kubeadm 1.6 has been giving me so much grief | 16:11 |
kolla-slack | <portdirect> Sounds like RBAC? | 16:12 |
kolla-slack | <portdirect> Not really played with 1.6 yet :( | 16:12 |
sbezverk | rhallisey: yep, it is rbac thing | 16:12 |
rhallisey | have you seen this? How would I go about fixing it? | 16:13 |
sbezverk | rhallisey: easy :) you can get latest kolla-kube | 16:14 |
sbezverk | and check setup_kubernetes.sh in tools | 16:14 |
rhallisey | roger that | 16:14 |
sbezverk | at the end you will see kubectl update | 16:14 |
sbezverk | it will setup rbac rules for wide open access, not good idea for prod, but good enough for development | 16:15 |
rhallisey | perfect | 16:15 |
rhallisey | sbezverk portdirect thanks :) | 16:15 |
sbezverk | rhallisey: any time :) | 16:15 |
rhallisey | nice this has all the other hacks I have in my setup | 16:17 |
sdake | rhallisey this is also documented in readable form | 16:20 |
sdake | https://docs.openstack.org/developer/kolla-kubernetes/development-environment.html | 16:20 |
rhallisey | oh nice | 16:20 |
sdake | wrong one | 16:21 |
sdake | moment | 16:21 |
sdake | https://docs.openstack.org/developer/kolla-kubernetes/deployment-guide.html | 16:21 |
sdake | that development environment doc doesn't work | 16:21 |
*** krtaylor has joined #openstack-kolla | 16:25 | |
*** lamt has joined #openstack-kolla | 16:35 | |
*** rhallisey has quit IRC | 16:41 | |
openstackgerrit | Merged openstack/kolla-kubernetes master: Reenable EPEL https://review.openstack.org/453271 | 16:47 |
*** wirehead_ has quit IRC | 16:49 | |
*** sayantan_ has quit IRC | 16:50 | |
openstackgerrit | Merged openstack/kolla-kubernetes master: Update the version of cirros https://review.openstack.org/453432 | 16:51 |
*** wirehead_ has joined #openstack-kolla | 16:51 | |
*** lamt has quit IRC | 16:58 | |
*** Pavo has joined #openstack-kolla | 17:11 | |
openstackgerrit | Steven Dake proposed openstack/kolla-kubernetes master: Placement support in nova service chart https://review.openstack.org/453846 | 17:13 |
*** Pavo has quit IRC | 17:17 | |
openstackgerrit | Steven Dake proposed openstack/kolla-kubernetes master: Fix problem with kollakube res create configmap https://review.openstack.org/439740 | 17:25 |
*** yingjun has quit IRC | 17:32 | |
*** chas has joined #openstack-kolla | 17:37 | |
*** rhallisey has joined #openstack-kolla | 17:37 | |
openstackgerrit | Steven Dake proposed openstack/kolla-kubernetes master: Fix problem with kollakube res create configmap https://review.openstack.org/439740 | 17:37 |
*** tovin07 has quit IRC | 17:39 | |
*** hieulq has quit IRC | 17:39 | |
*** kristian__ has quit IRC | 17:40 | |
*** kristian__ has joined #openstack-kolla | 17:40 | |
*** chas has quit IRC | 17:41 | |
*** tovin07 has joined #openstack-kolla | 17:44 | |
*** hieulq has joined #openstack-kolla | 17:44 | |
*** kristian__ has quit IRC | 17:44 | |
openstackgerrit | Steven Dake proposed openstack/kolla-kubernetes master: Fix problem with kollakube res create configmap https://review.openstack.org/439740 | 17:47 |
*** srwilkers has joined #openstack-kolla | 17:54 | |
*** targon has quit IRC | 17:57 | |
openstackgerrit | Steven Dake proposed openstack/kolla-kubernetes master: Fix problem with kollakube res create configmap https://review.openstack.org/439740 | 17:59 |
*** srwilkers has quit IRC | 18:03 | |
openstackgerrit | Steven Dake proposed openstack/kolla-kubernetes master: Fix problem with kollakube res create configmap https://review.openstack.org/439740 | 18:11 |
openstackgerrit | Steven Dake proposed openstack/kolla-kubernetes master: Fix problem with kollakube res create configmap https://review.openstack.org/439740 | 18:18 |
*** sayantan_ has joined #openstack-kolla | 18:19 | |
*** lamt has joined #openstack-kolla | 18:30 | |
*** jascott1_ has joined #openstack-kolla | 18:37 | |
openstackgerrit | Steven Dake proposed openstack/kolla-kubernetes master: Fix problem with kollakube res create configmap https://review.openstack.org/439740 | 18:41 |
*** jascott1_ has quit IRC | 18:42 | |
openstackgerrit | Steven Dake proposed openstack/kolla-kubernetes master: Fix problem with kollakube res create configmap https://review.openstack.org/439740 | 18:49 |
openstackgerrit | Steven Dake proposed openstack/kolla-kubernetes master: Fix problem with kollakube res create configmap https://review.openstack.org/439740 | 18:55 |
openstackgerrit | Steven Dake proposed openstack/kolla-kubernetes master: Fix problem with kollakube res create configmap https://review.openstack.org/439740 | 18:59 |
*** jascott1_ has joined #openstack-kolla | 19:03 | |
openstackgerrit | Steven Dake proposed openstack/kolla-kubernetes master: Fix problem with kollakube res create configmap https://review.openstack.org/439740 | 19:08 |
*** lamt has quit IRC | 19:10 | |
*** ssurana has joined #openstack-kolla | 19:15 | |
*** krtaylor has quit IRC | 19:15 | |
openstackgerrit | Steven Dake proposed openstack/kolla-kubernetes master: Fix problem with kollakube res create configmap https://review.openstack.org/439740 | 19:16 |
openstackgerrit | Steven Dake proposed openstack/kolla-kubernetes master: Fix problem with kollakube res create configmap https://review.openstack.org/439740 | 19:18 |
openstackgerrit | Steven Dake proposed openstack/kolla-kubernetes master: Fix problem with kollakube res create configmap https://review.openstack.org/439740 | 19:23 |
*** iceyao has joined #openstack-kolla | 19:24 | |
*** iceyao has quit IRC | 19:29 | |
*** bmace has quit IRC | 19:29 | |
*** bmace has joined #openstack-kolla | 19:29 | |
openstackgerrit | Steven Dake proposed openstack/kolla-kubernetes master: Fix problem with kollakube res create configmap https://review.openstack.org/439740 | 19:32 |
*** tvignaud has quit IRC | 19:33 | |
*** chas has joined #openstack-kolla | 19:37 | |
*** chas has quit IRC | 19:42 | |
*** rhallisey has quit IRC | 19:45 | |
*** tvignaud has joined #openstack-kolla | 19:46 | |
*** lamt has joined #openstack-kolla | 19:50 | |
openstackgerrit | Steven Dake proposed openstack/kolla-kubernetes master: Fix problem with kollakube res create configmap https://review.openstack.org/439740 | 19:54 |
*** shashank_t_ has joined #openstack-kolla | 20:02 | |
openstackgerrit | Steven Dake proposed openstack/kolla-kubernetes master: Fix problem with kollakube res create configmap https://review.openstack.org/439740 | 20:05 |
*** iceyao has joined #openstack-kolla | 20:05 | |
*** iceyao has quit IRC | 20:09 | |
*** shashank_t_ has quit IRC | 21:12 | |
*** shashank_t_ has joined #openstack-kolla | 21:13 | |
*** shashank_t_ has quit IRC | 21:17 | |
*** lamt has quit IRC | 21:17 | |
*** chas has joined #openstack-kolla | 21:38 | |
*** srwilkers has joined #openstack-kolla | 21:38 | |
*** lamt has joined #openstack-kolla | 21:39 | |
*** chas has quit IRC | 21:43 | |
*** shashank_t_ has joined #openstack-kolla | 21:44 | |
*** lamt has quit IRC | 22:12 | |
*** ssurana has quit IRC | 22:16 | |
*** lamt has joined #openstack-kolla | 22:17 | |
*** lamt has quit IRC | 22:29 | |
*** asmaa has quit IRC | 22:29 | |
*** lamt has joined #openstack-kolla | 22:43 | |
*** lamt has quit IRC | 22:56 | |
*** srwilkers has quit IRC | 22:58 | |
*** eaguilar has joined #openstack-kolla | 23:06 | |
*** yangyapeng has joined #openstack-kolla | 23:15 | |
*** shashank_t_ has quit IRC | 23:17 | |
*** shashank_t_ has joined #openstack-kolla | 23:17 | |
*** shashank_t_ has quit IRC | 23:22 | |
*** haplo37 has quit IRC | 23:31 | |
*** g3ek has quit IRC | 23:31 | |
*** chas has joined #openstack-kolla | 23:39 | |
*** g3ek has joined #openstack-kolla | 23:43 | |
*** haplo37 has joined #openstack-kolla | 23:43 | |
*** chas has quit IRC | 23:44 | |
*** manheim has joined #openstack-kolla | 23:46 | |
*** shashank_t_ has joined #openstack-kolla | 23:57 | |
*** eaguilar has quit IRC | 23:58 | |
*** shashank_t_ has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!