*** Eva-i has quit IRC | 00:38 | |
*** oikiki has quit IRC | 00:39 | |
*** Suramya has joined #openstack-outreachy | 02:52 | |
*** nikhil has quit IRC | 05:46 | |
*** oikiki has joined #openstack-outreachy | 06:06 | |
*** Suramya_ has joined #openstack-outreachy | 06:49 | |
*** jpich has joined #openstack-outreachy | 07:09 | |
*** oikiki has quit IRC | 07:43 | |
*** Eva-i has joined #openstack-outreachy | 09:41 | |
*** Eva-i1 has joined #openstack-outreachy | 09:48 | |
*** Eva-i has quit IRC | 09:48 | |
*** Eva-i1 has quit IRC | 09:58 | |
*** raildo has joined #openstack-outreachy | 12:07 | |
*** rossella_s has quit IRC | 12:49 | |
*** rossella_s has joined #openstack-outreachy | 12:51 | |
*** rossella_s has quit IRC | 13:01 | |
*** rossella_s has joined #openstack-outreachy | 13:03 | |
*** lifeless has quit IRC | 13:28 | |
*** lifeless has joined #openstack-outreachy | 13:29 | |
*** slunkad has quit IRC | 14:32 | |
dims | Suramya : Suramya_ : hi | 15:07 |
---|---|---|
Suramya_ | Hey hi,I tried creating a kubernetes clusted but doing kubeadm init errored saying Port 2379 is in use I think the etcd is in use by openstack | 15:09 |
Suramya_ | cluster* | 15:09 |
dims | run "lsof -i :2379" it will show you which process (yes, should be the etcd started by devstack) | 15:10 |
enriquetaso | Hi Suramya_ and dims | 15:11 |
dims | "sudo systemctl stop devstack@etcd.service" should stop that service | 15:11 |
enriquetaso | dims++ | 15:12 |
dims | Suramya_ : see https://github.com/openstack-dev/devstack/blob/master/lib/etcd3#L28 for the devstack code that starts etcd | 15:12 |
dims | enriquetaso : hu | 15:12 |
dims | enriquetaso : hi | 15:12 |
*** jpich has quit IRC | 15:13 | |
dims | Suramya_ : Suramya : another thing to do is to edit this line https://github.com/openstack-dev/devstack/blob/master/lib/etcd3#L30 and specify a different port and reinstall devstack | 15:14 |
dims | i'll try to make it an external option in devstack | 15:14 |
dims | (or you can submit a patch for devstack too! :) | 15:15 |
Suramya | dims:right doing `sudo systemctl stop devstack@etcd.service` will stop the devstack then how will we use it with kubernetes | 15:17 |
dims | will stop just that etcd service | 15:17 |
dims | so then run kubeadm | 15:18 |
dims | the etcd service that kubeadm starts will work for both openstack and kubernetes | 15:18 |
dims | (short term hack) | 15:18 |
Suramya | dims: oh alright | 15:18 |
Suramya | enriquetaso:hey hi :) | 15:19 |
dims | longer term is to avoid port clash by making devstack use an alternate port (or specify an alternate port) | 15:19 |
Suramya | dims:yeah right .I would like to submit a patch to devstack for this :) | 15:19 |
dims | Suramya : not sure if you saw this already - https://medium.com/@arthur.souzamiranda/kubernetes-with-openstack-cloud-provider-current-state-and-upcoming-changes-part-1-of-2-48b161ea449a | 15:19 |
dims | Suramya : sounds good! | 15:20 |
dims | biab | 15:21 |
Suramya | dims: oh great, yeah just saw this blog thanks | 15:22 |
Suramya | dims: till then u suggest I init kubeadm by stopping ? | 15:22 |
dims | `sudo systemctl stop devstack@etcd.service` and then kubeadm init | 15:32 |
*** maysamacedos has joined #openstack-outreachy | 15:59 | |
vkmc | maysamacedos, o/ | 16:00 |
vkmc | you made it :) | 16:00 |
maysamacedos | Hi :) | 16:01 |
vkmc | I already have an internship idea for you | 16:01 |
maysamacedos | great | 16:01 |
vkmc | I've worked last release on adding metering information for manila... for monitoring/billing purposes | 16:01 |
vkmc | but we need to add some more meters | 16:01 |
vkmc | so this internship idea would require you to learn about manila and ceilometer | 16:01 |
vkmc | does this sound good? | 16:01 |
vkmc | we can look for something else, but that is something that you can accomplish in three months and also will allow you to do some other things if you want | 16:01 |
vkmc | (contribute with other tasks, other bug fixes and such I mean) | 16:02 |
maysamacedos | yes, this sounds good | 16:03 |
vkmc | all right | 16:04 |
vkmc | let's work on your application first | 16:04 |
vkmc | so... you told me you contributed some fixes already, right? | 16:04 |
maysamacedos | yes, with security guide documentation | 16:05 |
vkmc | cool | 16:06 |
vkmc | do you have links to it? | 16:06 |
maysamacedos | yes | 16:07 |
vkmc | there is a documentation bug here in manila that might be good as well https://bugs.launchpad.net/manila/+bug/1594372 | 16:07 |
openstack | Launchpad bug 1594372 in Manila "[doc] Add user_id and project_id to snapshot APIs" [Low,New] - Assigned to Goutham Pacha Ravi (gouthamr) | 16:07 |
maysamacedos | https://bugs.launchpad.net/ossp-security-documentation/+bug/1715554 | 16:07 |
openstack | Launchpad bug 1715554 in OpenStack Security Guide Documentation "Broken links in guide" [Undecided,Fix released] - Assigned to Maysa de Macedo Souza (maysa) | 16:07 |
maysamacedos | this bug that you shared is assigned to another person, is this a problem? | 16:08 |
vkmc | maysamacedos, so... we need to ask him if it's ok for us to take it | 16:11 |
vkmc | let's do it | 16:11 |
vkmc | let's go to #openstack-manila | 16:11 |
vkmc | so... while we wait him to get back to us | 16:16 |
vkmc | I wanted to ask you | 16:16 |
vkmc | have you set up your development environment? | 16:16 |
vkmc | maysamacedos, ^ | 16:16 |
maysamacedos | for working on Manila not yet | 16:17 |
maysamacedos | but I am doing it | 16:19 |
maysamacedos | right now | 16:19 |
vkmc | maysamacedos, all right, let me know if you need any help | 16:32 |
vkmc | we usually use vms with ubuntu/fedora on them | 16:32 |
vkmc | and we use a tool called devstack to deploy a minimum openstack environment | 16:32 |
*** oikiki has joined #openstack-outreachy | 18:37 | |
Suramya | dims: \o/ have a kubernetes cluster running .Started a separate etcd on a docker for kubeadm | 19:10 |
dims | Suramya : nice! | 19:41 |
*** maysamacedos has quit IRC | 20:29 | |
*** raildo has quit IRC | 20:49 | |
*** Suramya_ has quit IRC | 22:06 | |
*** Suramya has quit IRC | 22:06 | |
*** oikiki has quit IRC | 22:45 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!