Tuesday, 2016-09-13

*** dimtruck is now known as zz_dimtruck00:00
*** kevinz has joined #openstack-containers00:00
*** shu-mutou-AFK is now known as shu-mutou00:00
*** swatson_ has joined #openstack-containers00:04
*** tushar has quit IRC00:11
*** tonanhngo has quit IRC00:12
*** mbound has quit IRC00:16
*** tonanhngo has joined #openstack-containers00:19
*** banix has joined #openstack-containers00:20
*** syed_ has quit IRC00:22
*** tonanhngo has quit IRC00:24
*** tonanhngo has joined #openstack-containers00:25
*** tonanhngo has quit IRC00:30
openstackgerritShu Muto proposed openstack/magnum-ui: Setup JavaScript test environment  https://review.openstack.org/36854100:33
*** Jeffrey4l has quit IRC00:33
*** Jeffrey4l has joined #openstack-containers00:47
*** muralia has joined #openstack-containers00:49
*** kevinz has quit IRC00:51
*** muralia_ has joined #openstack-containers00:51
*** muralia has quit IRC00:54
*** tonanhngo has joined #openstack-containers00:54
*** tonanhngo has quit IRC00:56
*** sergmelikyan has joined #openstack-containers00:56
*** banix has quit IRC01:08
*** mbound has joined #openstack-containers01:16
*** mbound has quit IRC01:22
*** syed_ has joined #openstack-containers01:32
*** banix has joined #openstack-containers01:44
*** vijendar has joined #openstack-containers01:59
*** vijendar has quit IRC02:03
openstackgerritMerged openstack/magnum-ui: Add sign certificate action to cluster panel  https://review.openstack.org/36708602:09
openstackgerritMerged openstack/magnum-ui: Setup JavaScript test environment  https://review.openstack.org/36854102:13
*** daneyon has joined #openstack-containers02:15
*** sergmelikyan has quit IRC02:19
*** sergmelikyan has joined #openstack-containers02:20
*** daneyon has quit IRC02:20
*** sergmelikyan has quit IRC02:20
openstackgerritShu Muto proposed openstack/magnum-ui: Fix eslint errors on Cluster Templates  https://review.openstack.org/36867402:27
*** zz_dimtruck is now known as dimtruck02:28
*** hongbin has joined #openstack-containers02:29
*** spedione|AWAY is now known as spedione02:29
*** spedione is now known as spedione|AWAY02:31
*** sergmelikyan has joined #openstack-containers02:34
*** sergmeli_ has joined #openstack-containers02:40
openstackgerritMerged openstack/magnum-ui: Fix eslint errors on Cluster Templates  https://review.openstack.org/36867402:41
*** sergmelikyan has quit IRC02:42
*** mkrai has joined #openstack-containers02:47
*** sergmeli_ has quit IRC02:47
*** sergmelikyan has joined #openstack-containers02:50
*** sergmelikyan has quit IRC02:50
*** sergmeli_ has joined #openstack-containers02:55
*** duonghq has joined #openstack-containers02:57
*** tonanhngo has joined #openstack-containers02:58
*** tonanhngo has quit IRC02:58
*** banix has quit IRC03:01
*** sergmelikyan has joined #openstack-containers03:05
*** adisky has joined #openstack-containers03:08
*** sergmeli_ has quit IRC03:09
*** sergmelikyan has quit IRC03:17
*** tonanhngo has joined #openstack-containers03:23
*** kevinz has joined #openstack-containers03:28
*** sdake has joined #openstack-containers03:31
*** syed_ has quit IRC03:42
*** hongbin has quit IRC03:55
*** daneyon has joined #openstack-containers04:04
*** daneyon has quit IRC04:08
*** kamal__ has joined #openstack-containers04:26
kamal__Hello. Any one can help me debug magnum connectivity to openstack here04:27
rajiv_@kamal, I will try.04:27
kamal__I get this error04:29
kamal__root@controller:/usr/lib/python2.7/dist-packages/heatclient/v1# magnum --debug service-list DEBUG (base:188) Making authentication request to http://192.168.182.243:35357/v3/auth/tokens INFO (connectionpool:205) Starting new HTTP connection (1): 192.168.182.243 DEBUG (connectionpool:385) "POST /v3/auth/tokens HTTP/1.1" 201 4685 DEBUG (iso8601:184) Parsed 2016-09-13T05:28:25.387673Z into {'tz_sign': None, 'second_fract04:29
*** dimtruck is now known as zz_dimtruck04:29
rajiv_What is your issue, please describe in detail.04:29
kamal__I have installed magnum from sources04:30
rajiv_devstack?04:30
kamal__No. It is from sources04:30
kamal__I don't use devstack..04:31
rajiv_ok04:31
openstackgerrityatin proposed openstack/magnum: Restrict server type only to vm/bm  https://review.openstack.org/36914504:31
kamal__root@controller:/usr/lib/python2.7/dist-packages/magnumclient/v1# magnum baymodel-list ERROR: publicURL endpoint for container service not found04:31
kamal__somewhere it points to publicURL04:31
rajiv_ok, i got it.04:32
rajiv_All the services register there endpoints to keystone04:32
kamal__i have all the endpoints configured04:32
rajiv_But i think, you missed installation steps and did not register public url of the magnum in keystone section.04:32
rajiv_can you share "openstack endpoint list --long"04:32
kamal__Yes. I have all public, internal and private04:33
rajiv_Please share the output of the command.04:33
kamal__root@controller:~# openstack endpoint list +----------------------------------+-----------+--------------+-----------------+---------+-----------+----------------------------------------------+ | ID                               | Region    | Service Name | Service Type    | Enabled | Interface | URL                                          | +----------------------------------+-----------+--------------+-------------04:34
kamal__I think i am not able to share complete list here04:35
rajiv_can you share part relevant to mangum?04:35
kamal__| 1fd736f673774397af1c1719748e6a06 | RegionOne | magnum       | container-infra | True    | public    | http://192.168.182.243:9511/v1               |04:35
kamal__| RegionOne | magnum       | container-infra | True    | admin     | http://192.168.182.243:9511/v1               |04:36
kamal__| RegionOne | magnum       | container-infra | True    | internal  | http://192.168.182.243:9511/v1               |04:36
rajiv_can you send "curl http://192.168.182.243:9511/v1"?04:36
kamal__root@controller:~# curl http://192.168.182.243:9511/v1 {"media_types": [{"base": "application/json", "type": "application/vnd.openstack.magnum.v1+json"}], "links": [{"href": "http://192.168.182.243:9511/v1/", "rel": "self"}, {"href": "http://docs.openstack.org/developer/magnum/dev/api-spec-v1.html", "type": "text/html", "rel": "describedby"}], "mservices": [{"href": "http://192.168.182.243:9511/v1/mservices/", "rel":04:38
kamal__i do get a response04:38
rajiv_ok04:38
rajiv_When do you get this issue? i mean what are the operations you performed?04:39
rajiv_was it working earlier?04:39
kamal__I just installed magnum. I am not able to get it working04:40
rajiv_When do you get this error?04:40
rajiv_have you created service for magnum in keystone?04:40
kamal__Yes04:41
rajiv_have you specified magnum service while creating endpoint?04:42
kamal__Yes. I did follow teh exact steps in the guide04:42
rajiv_if you have created, can you please cross check them?04:42
kamal__| ca6b7911138b44d0b8f527783141b834 | magnum   | container-infra |04:43
kamal__I did check in two machines with a 4 tries. I still get the same issue04:43
rajiv_can you check keystone logs?04:43
*** duonghq has quit IRC04:43
*** duonghq has joined #openstack-containers04:45
*** duonghq has quit IRC04:45
*** duonghq has joined #openstack-containers04:45
kamal__do you have magnum configured on your machine04:46
rajiv_yes04:46
*** duonghq has quit IRC04:46
kamal__can you check if it is container or container-infra for the services04:46
kamal__i have named magnum services as container-infra. I hope that could be the issue04:47
*** duonghq has joined #openstack-containers04:47
rajiv_let me check04:48
rajiv_@yatin, can you please check?04:49
yatinkarel| 94c08e256d504cf6a954305023127cb1 | RegionOne | magnum       | container-infra |04:49
rajiv_@kamal: please verify it once.04:50
rajiv_@kamal, can you check region name04:51
kamal__The regionname is correct. All other services pointing to RegionOne are working fine except magnum04:52
rajiv_can you check keystone logs? and let us know?04:52
*** duonghq has quit IRC04:52
*** duonghq has joined #openstack-containers04:53
kamal__root@controller:~# magnum baymodel-list +------+------+ | uuid | name | +------+------+ +------+------+04:54
kamal__Looks like it was something to do with the installer from sources04:54
kamal__https://ask.openstack.org/en/question/94509/magnum-commands-return-error-not-authorized/04:55
kamal__I can see that it should be container instead on container-infra04:55
kamal__as the source code points to container in /usr/lib/python2.7/dist-packages/magnumclient/v1/client.py04:56
rajiv_Is the source code latest?04:57
kamal__could be a bug that needs to be addressed in code to have the reference uniform between devstack and install from  source04:57
rajiv_are you using latest code?04:58
kamal__I did a clone from git clone https://git.openstack.org/openstack/magnum.git04:58
kamal__Hope that is the latest04:58
kamal__Thanks Rajiv05:00
rajiv_np :)05:00
*** Jeffrey4l_ has joined #openstack-containers05:00
*** duonghq has quit IRC05:00
rajiv_BTW are you using magnum for development purpose?05:01
*** duonghq has joined #openstack-containers05:01
*** Jeffrey4l has quit IRC05:04
rajiv_kamal: https://github.com/openstack/python-magnumclient/blob/master/magnumclient/v1/client.py#L2905:06
rajiv_If it is solved by above setting then it seems code is old.05:07
*** vijaykc4 has joined #openstack-containers05:10
*** sdake_ has joined #openstack-containers05:10
*** sdake has quit IRC05:12
*** amitkqed has quit IRC05:16
*** amitkqed has joined #openstack-containers05:16
*** takashi has joined #openstack-containers05:23
kamal__i will have a look rajiv..05:25
*** tushar has joined #openstack-containers05:34
*** tushar has quit IRC05:35
*** duonghq has quit IRC05:47
*** duonghq has joined #openstack-containers05:48
*** tushar has joined #openstack-containers05:50
*** vijaykc4 has quit IRC05:50
*** tushar has quit IRC05:51
tonanhngoDoes anyone know how to get Neutron LBaaS V1 on devstack?   Apparently it has been removed recently.05:51
*** daneyon has joined #openstack-containers05:52
*** mjura has joined #openstack-containers05:57
*** daneyon has quit IRC05:57
*** anush__ has joined #openstack-containers06:04
*** mjura has quit IRC06:05
*** mjura has joined #openstack-containers06:05
*** vijaykc4 has joined #openstack-containers06:10
*** mikelk has joined #openstack-containers06:12
*** duonghq has quit IRC06:18
*** rcernin has joined #openstack-containers06:19
*** diga has joined #openstack-containers06:21
*** fragatina has quit IRC06:25
*** fragatina has joined #openstack-containers06:26
*** fragatin_ has joined #openstack-containers06:29
openstackgerritShu Muto proposed openstack/magnum-ui: Use "cluster" and "cluster_template" of magnumclient  https://review.openstack.org/36916606:29
*** fragatina has quit IRC06:30
*** fragatin_ has quit IRC06:33
openstackgerritShu Muto proposed openstack/magnum-ui: Reorder item actions for cluster  https://review.openstack.org/36916706:39
*** vijaykc4 has quit IRC06:41
*** vijaykc4 has joined #openstack-containers06:53
*** vijaykc4 has quit IRC07:01
*** swatson_ has quit IRC07:01
*** pcaruana has joined #openstack-containers07:02
*** mmotiani has quit IRC07:11
*** anush_ has quit IRC07:11
*** mmotiani has joined #openstack-containers07:16
*** bunting has quit IRC07:16
*** bunting has joined #openstack-containers07:16
*** sdake has joined #openstack-containers07:19
*** sdake_ has quit IRC07:20
*** apuimedo is now known as apuimedo|away07:22
*** bunting has quit IRC07:25
*** bunting has joined #openstack-containers07:26
*** vijaykc4 has joined #openstack-containers07:28
*** anush_ has joined #openstack-containers07:28
openstackgerritKenji Ishii proposed openstack/magnum-ui: Enable test coverage in run_test.sh and tox  https://review.openstack.org/36879007:37
*** daneyon has joined #openstack-containers07:40
*** apuimedo|away is now known as apuimedo07:41
openstackgerritShu Muto proposed openstack/magnum-ui: Use "cluster" and "cluster_template" of magnumclient  https://review.openstack.org/36916607:41
*** daneyon has quit IRC07:45
openstackgerritShu Muto proposed openstack/magnum-ui: Reorder item actions for cluster  https://review.openstack.org/36916707:45
openstackgerritShu Muto proposed openstack/magnum-ui: Fix eslint errors on Clusters and the others  https://review.openstack.org/36919507:45
*** openstackgerrit has quit IRC07:48
*** openstackgerrit has joined #openstack-containers07:49
*** tonanhngo has quit IRC07:50
*** hexagone has joined #openstack-containers07:50
openstackgerritShu Muto proposed openstack/magnum-ui: Fix eslint errors on Clusters and the others  https://review.openstack.org/36919508:01
*** tushar has joined #openstack-containers08:01
*** tushar has quit IRC08:02
*** vijaykc4 has quit IRC08:03
*** mbound has joined #openstack-containers08:05
*** sdake has quit IRC08:10
*** tushar has joined #openstack-containers08:17
*** tonanhngo has joined #openstack-containers08:17
*** tushar has quit IRC08:18
*** tonanhngo has quit IRC08:18
openstackgerritrajiv proposed openstack/magnum: Heat templates of different drivers contain duplicate code  https://review.openstack.org/34785808:20
*** zenoway has joined #openstack-containers08:26
*** zigo_ is now known as zigo08:34
*** yamamoto has joined #openstack-containers08:39
openstackgerritOpenStack Proposal Bot proposed openstack/magnum-ui: Imported Translations from Zanata  https://review.openstack.org/36924208:48
openstackgerritKenji Ishii proposed openstack/magnum-ui: Enable test coverage in run_test.sh and tox  https://review.openstack.org/36879008:59
*** takashi has quit IRC08:59
*** xiangxinyong_ is now known as xiangxinyong09:01
*** anush__ has quit IRC09:04
*** prithiv has joined #openstack-containers09:07
*** trananhkma has joined #openstack-containers09:10
openstackgerritMerged openstack/magnum: Create sysconfig mount for kubernetes controller mgr  https://review.openstack.org/36899609:24
*** fragatina has joined #openstack-containers09:26
strigazihi yolanda, may I push a job to build our ubuntu mesos image on infra?09:26
yolandayes, you can do it. It needs to push only one image at a time, we cannot have history of old images09:27
strigazithat is fine, and we might also need to build a fedora-24 for baremetal09:28
yolandaso you could add some validation as it's done with the one i created09:29
strigazifeddora atomic has only for size, is that enough?09:29
yolandait depends on what you consider09:29
yolandaat least size, to validate the image has not failed on construction, but if you have another validation rules, that can go there09:30
*** fragatina has quit IRC09:30
strigazithe size makes sense on what to expect. Another thing is to test that the correct version of mesos is installed.09:31
strigaziwe can iteratate on that09:31
yolanda++09:34
*** dane_leblanc_ has joined #openstack-containers09:46
*** shu-mutou is now known as shu-mutou-AFK09:47
openstackgerritSpyros Trigazis proposed openstack/magnum: Update Fedora Atomic element from 23 to 24  https://review.openstack.org/34477909:48
*** dane_leblanc__ has quit IRC09:50
*** mikal has joined #openstack-containers10:12
*** mikal has quit IRC10:14
*** mikal has joined #openstack-containers10:16
*** daneyon has joined #openstack-containers10:23
openstackgerrityatin proposed openstack/magnum: Change the type of flannel_network_subnetlen to 'number'  https://review.openstack.org/36931810:26
*** daneyon has quit IRC10:27
*** tushar has joined #openstack-containers10:28
*** tushar has quit IRC10:29
*** ramishra has quit IRC10:31
*** prithiv has quit IRC10:33
*** ramishra has joined #openstack-containers10:33
*** yatink has joined #openstack-containers10:36
*** yatinkarel has quit IRC10:40
*** tushar has joined #openstack-containers10:44
*** tushar has quit IRC10:45
*** flaper87 has joined #openstack-containers10:48
*** flaper87 has quit IRC10:48
*** flaper87 has joined #openstack-containers10:48
*** tonanhngo has joined #openstack-containers10:49
*** tonanhngo has quit IRC10:51
openstackgerrityatin proposed openstack/magnum: Init magnum centralize config  https://review.openstack.org/35620110:58
openstackgerrityatin proposed openstack/magnum: Centralize config option: api section  https://review.openstack.org/35620810:58
*** wznoinsk has quit IRC11:05
*** dane_leblanc__ has joined #openstack-containers11:06
*** dane_leblanc_ has quit IRC11:09
*** diga has quit IRC11:13
*** wznoinsk has joined #openstack-containers11:18
*** kamal__ has quit IRC11:20
*** tonanhngo has joined #openstack-containers11:31
*** sergmelikyan has joined #openstack-containers11:31
*** tonanhngo has quit IRC11:31
*** yamamoto has quit IRC11:35
*** sergmelikyan has quit IRC11:41
*** tonanhngo has joined #openstack-containers11:53
*** tonanhngo has quit IRC11:55
*** wznoinsk has quit IRC12:06
*** trananhkma has quit IRC12:10
*** daneyon has joined #openstack-containers12:11
*** mkrai has quit IRC12:12
*** tonanhngo has joined #openstack-containers12:13
*** wznoinsk has joined #openstack-containers12:13
*** tonanhngo has quit IRC12:13
*** sergmelikyan has joined #openstack-containers12:14
*** prithiv has joined #openstack-containers12:15
*** daneyon has quit IRC12:16
*** yamamoto has joined #openstack-containers12:17
*** askb has quit IRC12:18
*** vijaykc4 has joined #openstack-containers12:21
*** srwilkers_ has joined #openstack-containers12:37
*** yamamoto has quit IRC12:42
*** yamamoto has joined #openstack-containers12:43
*** srwilkers_ has quit IRC12:44
*** yamamoto has quit IRC12:47
*** muralia has joined #openstack-containers12:50
*** muralia_ has quit IRC12:50
*** prithiv has quit IRC12:53
*** Jeffrey4l_ has quit IRC12:55
*** vijaykc4 has quit IRC12:55
*** Jeffrey4l_ has joined #openstack-containers12:57
*** rlrossit has joined #openstack-containers13:04
*** sdake_ has joined #openstack-containers13:04
*** yamamoto has joined #openstack-containers13:09
*** sdake_ is now known as sdake13:10
*** rpothier has joined #openstack-containers13:19
*** banix has joined #openstack-containers13:24
openstackgerritMerged openstack/magnum-ui: Enable test coverage in run_test.sh and tox  https://review.openstack.org/36879013:39
*** tonanhngo has joined #openstack-containers13:40
*** tonanhngo has quit IRC13:40
*** zz_dimtruck is now known as dimtruck13:42
*** banix has quit IRC13:44
*** vijaykc4 has joined #openstack-containers13:47
*** banix has joined #openstack-containers13:48
*** hongbin has joined #openstack-containers13:51
*** sdake has quit IRC13:58
*** wznoinsk has quit IRC13:59
*** yamamoto has quit IRC13:59
*** daneyon has joined #openstack-containers14:00
*** tonanhngo has joined #openstack-containers14:00
*** anush__ has joined #openstack-containers14:00
*** tonanhngo has quit IRC14:01
*** daneyon has quit IRC14:05
openstackgerrityatin proposed openstack/magnum: Centralize config option: api section  https://review.openstack.org/35620814:06
*** wznoinsk has joined #openstack-containers14:10
*** sdake has joined #openstack-containers14:12
*** vijendar has joined #openstack-containers14:17
*** rlrossit has quit IRC14:23
*** dimtruck is now known as zz_dimtruck14:24
*** yamamoto has joined #openstack-containers14:25
*** jmckind has joined #openstack-containers14:25
*** tonanhngo has joined #openstack-containers14:25
*** rlrossit_ has joined #openstack-containers14:26
*** tonanhngo has quit IRC14:27
*** banix has quit IRC14:30
*** banix has joined #openstack-containers14:31
*** tonanhngo has joined #openstack-containers14:33
*** syed_ has joined #openstack-containers14:38
*** dave-mccowan has joined #openstack-containers14:41
*** zz_dimtruck is now known as dimtruck14:41
*** spedione|AWAY is now known as spedione14:48
*** sergmelikyan has quit IRC14:50
*** sergmelikyan has joined #openstack-containers14:58
*** mjura has quit IRC15:01
*** Drago1 has joined #openstack-containers15:01
*** Drago1 has quit IRC15:01
*** Drago1 has joined #openstack-containers15:01
*** yamamoto has quit IRC15:04
*** spedione is now known as spedione|AWAY15:08
*** filler has quit IRC15:10
*** hexagone has quit IRC15:10
*** hexagone has joined #openstack-containers15:11
*** filler has joined #openstack-containers15:12
openstackgerritMerged openstack/magnum-ui: Use "cluster" and "cluster_template" of magnumclient  https://review.openstack.org/36916615:14
*** yamamoto has joined #openstack-containers15:20
openstackgerritSpyros Trigazis proposed openstack/magnum: Update Fedora Atomic element from 23 to 24  https://review.openstack.org/34477915:24
*** dave-mccowan has quit IRC15:32
*** dave-mccowan has joined #openstack-containers15:37
Drago1strigazi: ping15:38
strigaziDrago1: hi15:39
Drago1strigazi: Could you elaborate on "It would be great if we could make this operation as general as possible"15:39
vijendarstrigazi:  were you able to create cluster with the new image you created?15:41
*** rlrossit_ has quit IRC15:41
*** mikelk has quit IRC15:44
*** vijaykc4 has quit IRC15:45
*** sergmelikyan has quit IRC15:45
*** sergmelikyan has joined #openstack-containers15:45
*** banix has quit IRC15:46
hongbinHi all, the magnum team meeting will start in about 15 minutes. I don't have a stable internet connection today, so strigazi will chair the meeting.15:46
*** banix has joined #openstack-containers15:48
*** sergmeli_ has joined #openstack-containers15:49
*** sergmelikyan has quit IRC15:50
*** zul has joined #openstack-containers15:52
*** sergmeli_ has quit IRC15:53
*** adrian_otto has joined #openstack-containers15:57
*** sheel has joined #openstack-containers15:57
*** sergmelikyan has joined #openstack-containers15:57
*** jmckind_ has joined #openstack-containers16:00
*** jmckind has quit IRC16:01
*** tushar has joined #openstack-containers16:03
*** Hieu has joined #openstack-containers16:06
*** prithiv has joined #openstack-containers16:21
*** fragatina has joined #openstack-containers16:28
*** rlrossit has joined #openstack-containers16:29
*** fragatina has quit IRC16:32
*** fragatina has joined #openstack-containers16:33
*** vijaykc4 has joined #openstack-containers16:38
*** etoews has joined #openstack-containers16:38
*** daneyon has joined #openstack-containers16:42
*** fragatina has quit IRC16:45
*** hongbin has quit IRC16:45
*** fragatina has joined #openstack-containers16:45
*** yamamoto has quit IRC16:45
*** daneyon has quit IRC16:46
*** zenoway has quit IRC16:47
*** prithiv has quit IRC16:48
*** Hieu has quit IRC16:50
*** pcaruana has quit IRC16:59
adrian_ottoI want to discuss https://review.openstack.org/352358 (rajiv_) which adds a more restricted security group for the cluster. I'm not sure about having essentially an "all closed" network security policy on all new clusters. From a security perspective it's a best practice to be secure by default. From a practical perspective, it means that every "real" application will require a custom COE driver.17:00
*** yatin has joined #openstack-containers17:00
*** rajiv__ has joined #openstack-containers17:01
adrian_ottoOne way to address this is to allow an alternate cluster.yaml to be passed in at cluster creation time.17:01
strigaziadrian_otto: that is the case for all other drivers?17:01
adrian_ottoor to open ports that we expect most applications will use, such as TCP/80 and TCP/44317:02
rajiv__What if we specify these ports at cluster creation time17:03
strigaziWe can do it like in kubecluster https://github.com/openstack/magnum/blob/master/magnum/drivers/k8s_fedora_atomic_v1/templates/kubecluster.yaml#L31617:03
adrian_ottostrigazi: I will have to look to see what the other drivers do, but I'm pretty sure we have a default open network firewall policy on those17:03
*** rcernin has quit IRC17:03
*** xek has quit IRC17:03
tonanhngoIs it reasonable for users to adjust the security group after the cluster is created?17:03
adrian_ottotonanhngo: using what mechanism?17:04
adrian_ottoyou mean by updating the heat stack directly through the heat API?17:04
rajiv__What if we allow specifying ports at cluster creation time and later let the user modify this parameters17:05
tonanhngoadrian_otto:  by Horizon, or cli17:05
strigaziuser access magnum mostrly be cli17:06
adrian_ottorajiv__: Are you suggesting that we have a cluster parameter like allowed_port_list=22,80,443,2376,5317:06
rajiv__yes17:07
adrian_ottothen we need to add in parsing for the protocol (tcp|udp|other)17:07
rajiv__yes, we will have to.17:07
adrian_ottorajiv__: Allowed_port_list=tcp/22,tcp/80,tcp/443,tcp/2376,udp/5317:08
adrian_ottoand then what about port ranges?17:08
strigaziit sounds nice, but if it's done by heat it is like wrarpping their cli17:08
adrian_ottosoon we get to the point where we have re-implemented everything that the secgroup_manager heat resource already does17:08
rajiv__I mean, we can pass these arguments to heat template17:08
rajiv__and generate security groups depending on this parameter.17:09
adrian_ottoOne possibility is to have a nested heat template where the secgroup_manager resource is in a template by itself17:09
adrian_ottoand we could allow that to be sent in as a parameter17:09
-openstackstatus- NOTICE: The Gerrit service on review.openstack.org is being restarted now to address current performance problems, but should return to a working state within a few minutes17:10
adrian_ottothe trouble we get into there is now we need a way for templates to be uploaded by users.17:10
adrian_ottoso they can be referenced by Magnum17:10
strigaziI think we can afford to pass the ports on creation time17:10
strigazibut managing them with magnum is like wrapping heat17:10
rajiv__+1 strigazi17:10
adrian_ottoDrago1: do you remember if Heat added a template repository17:10
Drago1adrian_otto: No support, but I have a different, simpler idea17:11
Drago1allow the user to specify a json blob identical to the "rules" property (a list of maps)17:11
strigaziDrago1: at creation time?17:12
Drago1add another security group called secgroup_custom, or similar that simply takes the parameter17:12
Drago1and have it default to an empty list17:12
*** fragatina has quit IRC17:13
adrian_ottoit can default to what's expressed in https://review.openstack.org/35235817:13
Drago1That works17:13
adrian_ottothe big thing I'm worried about is that I don't want 99% of magnum end users to have to specify this JSON blob17:13
adrian_ottoI want the default policy to be something that's generally useful17:13
strigaziat cern we will because all vms are behind a massive firewall17:14
adrian_ottostrigazi: meaning your users will all have to specify an alternate "rules" blob?17:14
strigaziopening ports like 80 and 443 makes totally sense17:14
strigaziyes17:15
adrian_ottook, so here's a counter proposal that I could live ith:17:15
adrian_otto1) We update https://review.openstack.org/352358 to include tcp/80 and tcp/443, and we do the same for all the default drivers.17:15
adrian_otto2) We add a feature to use at bay creation time to override those rules with your own, as Drago suggested.17:16
strigazi+2 :)17:16
adrian_ottodo those as two separate patches17:16
rajiv__But we should allow ports for swarm services17:16
strigazijajiv: of course17:17
rajiv__user might not aware about the ports required by swarm services17:17
adrian_ottothat way most users don't bother with the additional rules feature, and those cloud operators who want higher security can always tweak their driver for their installation.17:17
Drago1rajiv_: That is what the regular security group can be for17:17
adrian_ottorajiv__: that's a good callout... idea:17:17
yatinShould not allow to override but add additional rules, Also allow at cluster updation time17:17
strigaziyatin: no at update time17:17
adrian_ottowe could put some simple parsing logic during the input validation for the "rules" parameter, and if the COE ports are prohibited, raise an exception.17:18
Drago1Or we can have two security groups, one of which is not overridable17:18
adrian_ottoDrago1: <317:18
rajiv__+2 Drago117:18
yatin+1 drago17:18
adrian_ottobrilliant.17:18
Drago1Heh, that's what I said originally ;)17:18
adrian_ottoyeah, you're so great!!17:19
adrian_ottook, rajiv__ you happy with this appreoach?17:19
rajiv__yes, i am happy :D17:19
adrian_ottook, then I'm gong to comment on https://review.openstack.org/352358 and look forward to your revision17:19
strigaziI guess the override fo rules will come with ocata17:20
rajiv__Thanks Adrian for the discussion17:20
rajiv__thanks everyone for the discussion, if it is important, i can try it for newton release.17:21
adrian_ottoThanks for participating. I think this feature is going to be sweet!17:21
strigazirajiv__ We will freeze the repo tomorrow, it's not critical17:21
rajiv__So i have to do it for all drivers, may be in different patch.17:21
strigazisince the update is the same thing do it in one go17:22
rajiv__ok17:22
strigazimesos need open 808017:22
strigaziand 505017:22
rajiv__ok17:23
strigaziDrago1: for the restart17:24
strigazilet me read the bp one more time17:24
Drago1strigazi: Okay17:24
adrian_ottowhat happens if you have two security groups, where one is default allow, and another is default-deny?17:24
*** xek has joined #openstack-containers17:24
Drago1strigazi: https://blueprints.launchpad.net/magnum/+spec/cluster-restart-operation17:24
adrian_ottoor are they always default-deny by nature?17:25
*** vijaykc4 has quit IRC17:25
Drago1adrian_otto: I think they might be default-deny, yes http://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Neutron::SecurityGroup17:26
Drago1There's no option that looks like that flag17:26
adrian_ottook17:27
yatinAll cores: Are there any bugs/blueprints/patches that need to land in newton and no one is working on that or some help is needed, then i want to work on them, If there is one please let me know17:28
adrian_ottoyatin: ok17:28
Drago1yatin: From the meeting, it seemed like there wasn't except for some documentation17:29
Drago1Not that I'm a core17:29
rajiv__Adrian: i think, you have worked on patches similar to this one https://bugs.launchpad.net/magnum/+bug/154330817:30
openstackLaunchpad bug 1543308 in Magnum "We must not disable selinux" [Critical,In progress] - Assigned to rajiv (rajiv-kumar)17:30
strigaziDrago1: Is  the python code going to be the same for all drivers? Can we use rabbit for messages?17:30
adrian_ottorajiv__: yes17:30
rajiv__I would like your opinion for this, what were the issues that you faced?17:30
jvgrantDrago1: i tested your restart patch and it seems to work well.  Is it normal for the update to show other resources updating even though they are not impacted by restart?17:31
adrian_ottorajiv__: there were two key challenges:17:31
adrian_otto1) docker had bugs that made it not work with selinux turned on. Those bugs have been resolved as of docker v1.1017:31
rajiv__okay17:31
adrian_otto2) selinux interfered with setup steps that happened during cloud-init17:32
adrian_ottothe workaround to @3 was to temporarily disable selinux during cloud-init, and then re-enable it.17:32
rajiv__ok17:32
adrian_ottos/@3/#2/17:32
Drago1jvgrant: Yes, I'm not sure what to do with that. Thing is, the softwaredeployment for master is inside kubemaster.yaml. Anything that depends on that resourcegroup will "update" even though nothing really changes.17:32
adrian_ottoideally we would have an initial selinux policy that worked during cloud-init, and then we install a more restrictive policy after cloud-init completes.17:33
jvgrantDrago1: don't think it is an issue, just wanted to make sure it was expected17:33
adrian_ottomaking that work will take some diagnostic work17:33
Drago1strigazi: I don't think we should assume it will be the same. It might be true for restart, but for other operations, it may differ per-driver17:33
rajiv__adrian_otto: thanks for sharing information. is there anything else i need to take care.17:34
Drago1strigazi: I might not fully understand what you're asking about rabbit. As far as I know, all of the action endpoints will just be a trigger, so the rabbit messages only need the cluster UUID17:34
adrian_ottorajiv__: that's it. Thanks for all your terrific work!17:34
strigazifor restart should be the same, for everything else I too expect to be different17:35
strigaziDrago1: you mention zaqar for MQ17:35
strigazican't we use rabbit instead of it?17:36
Drago1strigazi: I mention zaqar as the transport for the software config in Heat. It's outside of the scope of magnum, since it depends on how Heat is configured17:36
Drago1Zaqar is one option, as is POLL_SERVER_HEAT, POLL_TEMP_URL, and POLL_SERVER_CFN17:36
strigaziso we need heat to poll all nodes right?17:37
*** yatin_ has joined #openstack-containers17:38
Drago1strigazi: It's the other way around. The nodes poll Heat or Swift or a Zaqar queue —whatever they're configured to poll.17:38
*** rajiv__ has quit IRC17:39
Drago1But yes17:39
yatin_Ok Drago1, Adrian please let me know on IRC if something has to be done. Thanks17:39
*** yatin has quit IRC17:40
*** mbound has quit IRC17:42
strigaziDrago1: as per http://docs.openstack.org/developer/heat/template_guide/environment.html#retrieving-events it doesn't mention rabbit anywhere but I guess is doable17:43
strigaziwhat do you think?17:43
Drago1jvgrant: Yes, it's not something I want to be in there, but it's harmless. I think that when everything's split out into nodegroups, it won't do that. Also, everything can run in parallel (since the minion SD won't depend on the master SD finishing)17:43
Drago1strigazi: What you linked is unrelated17:44
Drago1strigazi: However, that IS relevant to notifications vs polling for magnum knowing when the stack status has updated17:45
*** yamamoto has joined #openstack-containers17:46
*** yatin_ has quit IRC17:47
Drago1strigazi: If you want to use ZAQAR_MESSAGE as the software config transport, heat will create a zaqar queue for you and set everything up. Again, it's completely up to the cloud operator and magnum doesn't care.17:48
*** yamamoto has quit IRC17:51
strigaziDrago1: For service restart, what is going to be passed exactly?17:52
Drago1strigazi: Assuming the transport is POLL_SERVER_HEAT, magnum will issue a stack update that causes the software deployment to update. This causes Heat to make the SD's config (a bash script) available at some endpoint.17:55
Drago1That endpoint is continuously polled by the software config agent on each node in the cluster. When the agent sees the new config, it pulls it down and applies it, then signals Heat that it's done.17:55
Drago1That will be the same for all lifecycle operations that use Heat's software config17:57
strigaziThis bash script can'tlive already in the nodes?17:57
Drago1Restart's particular script is: https://review.openstack.org/#/c/368981/1/magnum/drivers/k8s_fedora_atomic_v1/templates/kubemaster.yaml@41117:58
Drago1strigazi: Well it can, sure. The script that Heat makes available can be as simple as a command that runs a particular script that's already on the node17:59
strigaziSo why we must transport SDs at runtime?17:59
Drago1strigazi: It's the way that Heat signals the agent. How else would that be done?18:00
strigaziI expected an api call from heat to the heat agent18:00
Drago1strigazi: Heat can't always, and probably shouldn't, be able to connect directly to a node18:00
Drago1Due to NAT18:00
*** sergmelikyan has quit IRC18:01
strigaziI'm close to get it18:01
strigazi1. magnum-api receives the api call18:01
*** vijendar has quit IRC18:02
strigazi2. magnum conducor will make a call on the heat api right?18:02
*** sergmelikyan has joined #openstack-containers18:02
strigazifor a stack update18:02
strigazi3. heat wiil contact the heat-agent18:03
*** dimtruck is now known as zz_dimtruck18:03
strigazi4. the heat agent will notify heat18:03
strigazi5. magnum will sync the cluster status with heat18:04
strigazithat's it?18:04
strigaziDrago1 ^^18:04
Drago1strigazi: Yes, but for 3, Heat makes the config available so that the next time the heat-agent polls Heat, it will know it has things to do18:05
strigazinow it's much more clear18:05
Drago1It is not Heat contacting the agent18:05
strigaziI got it18:05
Drago1I had to wrap my head around the interaction between Heat and the agent as well, because I would have preferred it to not poll, but there are good reasons why that is a better option18:06
*** sheel has quit IRC18:06
*** sergmelikyan has quit IRC18:06
*** shubhams has quit IRC18:07
strigazirabbit fits in this proccess. I'll investigate further18:07
strigaziI would be nice to update the bp with these info18:07
strigaziand I'm a fun of specs, if you want push one in parallel with the spec18:08
strigaziI meat in parallel with the code18:08
strigaziDrago1, would you be interested in an f24 atomic image with os-collect-config, os-refresh-config and os-apply-config?18:10
*** fragatina has joined #openstack-containers18:10
Drago1strigazi: What do you mean "rabbit fits in this process"? I'm not sure where in the process you're talking about18:10
strigaziheat could publish a message to a rabbit queue18:11
Drago1strigazi: Yes I would, that would be very nice. However, I'm not sure what can be stored on the image, so I was going with a containerized agent18:11
Drago1strigazi: I was reading up on how to customize an ostree and it seemed like a lot of work just to get a file on the thing18:12
Drago1strigazi: Yes, as long as rabbit is an available backend for zaqar18:13
strigaziand the nodes would get that message, then they could poll heat for the SD18:13
*** rcernin has joined #openstack-containers18:13
strigazifor the image, you need only these three packages? (But  if we can do it with a containered agent is better)18:14
Drago1strigazi: I just want to bake the container image into the atomic image18:15
strigazican you publish the dockerfile?18:15
Drago1strigazi: Sure18:16
Drago1strigazi: Is it okay if it's just on github for the moment18:16
strigaziyeap18:16
Drago1strigazi: It's actually a dockerfile + script that's called in the dockerfile18:17
Drago1And currently I've screwed it up because I was looking at the size of the layers18:17
Drago1Just a warning :P18:17
strigaziok :018:17
strigazi:)18:17
strigazii'm leaving, it's 20:18 here, I'll be online though18:18
strigazibye18:18
Drago1strigazi: Ok, should I email you?18:19
*** sergmelikyan has joined #openstack-containers18:20
tonanhngodane_leblanc__: Hi Dane18:21
dane_leblanc__Hi Ton18:21
tonanhngoThanks for the patch, you are quick :)18:22
dane_leblanc__Thanks. Was working on a (partial) update to the user doc page18:22
tonanhngoSo you got it working on devstack?18:22
dane_leblanc__No, I'm still getting the error "SubnetID required". Figured this was a problem in Kubernetes driver for OpenStack18:23
*** david-lyle has quit IRC18:23
tonanhngoI was trying to get LBaaS v1, but couldn't get it running.  Looks like it's been removed from the Neutron devstack plugin18:23
*** sergmelikyan has quit IRC18:24
dane_leblanc__My main testbed has LBaaS V1 (no V2), it's specific to my company18:24
tonanhngoNot devstack?18:24
*** sergmelikyan has joined #openstack-containers18:24
dane_leblanc__Mitaka magnum + Liberty everything else18:24
dane_leblanc__Right, no devstack18:24
dane_leblanc__I have a Devstack setup that I was going to try today18:25
tonanhngoI see.  We probably have to revert to an older Neutron plugin to get v118:26
tonanhngofor devstack18:26
dane_leblanc__Right18:26
*** david-lyle has joined #openstack-containers18:26
tonanhngoFor your use case, will you stay with v1, or plan to move to v2?18:27
dane_leblanc__V1 for now, but then V2 in a couple of months18:28
Drago1strigazi: emailed!18:28
tonanhngook, so we do want to get v1 working then?18:28
dane_leblanc__That would be great for what I'm working on...18:29
dane_leblanc__but the general community probably needs the V2 solution?18:29
*** sergmelikyan has quit IRC18:29
*** hongbin has joined #openstack-containers18:29
tonanhngoI would think so, since v1 has been deprecated18:29
dane_leblanc__Whatever is broken with kube 1.2 / LBaaS V1 will probably also be broken with kube 1.3 / LBaaS v2, I would think. (i.e. needs to be fixed anyway?)18:31
tonanhngoSo for the update to the doc, I guess you would mention about updating the options --cloud-config and --cloud-provider for the controller manager?18:32
dane_leblanc__Yes, exactly. And restart the kube controller pod or container18:32
tonanhngoGreat.  That should do it.18:33
tonanhngoYou might want to mention about the v1 / v2 issue18:33
dane_leblanc__Okay, should I put a note in that things are still broken for both V1 & V2 (point to a bug)?18:34
*** pcaruana has joined #openstack-containers18:36
tonanhngoWell, we plan to get it working at least for v1, and take a shot at v2.  User should be aware that v1 is deprecated in Newton.18:37
tonanhngoLike you said, some of the change is needed anyway.18:37
dane_leblanc__Okay, sounds good.18:37
*** vijendar has joined #openstack-containers18:51
*** chetna16 has joined #openstack-containers18:53
*** vijendar has quit IRC18:57
tonanhngodane_leblanc__: BTW, if you can paste the log with the error message about SubnetID, I can take a look.  I don't have a set up with LBaaS v1 right now.18:58
dane_leblanc__tonanhngo: E0907 16:26:54.375286       1 servicecontroller.go:173] Failed to process service delta. Retrying: failed to create external load balancer for service default/nginx-service: SubnetID is required18:58
*** vijendar has joined #openstack-containers19:09
*** zul has quit IRC19:13
*** chetna16 has quit IRC19:16
*** david-lyle has quit IRC19:16
*** adrian_otto has quit IRC19:16
*** banix has quit IRC19:16
*** dave-mccowan has quit IRC19:16
*** anush_ has quit IRC19:16
*** bunting has quit IRC19:16
*** Daviey_ has quit IRC19:16
*** swatson has quit IRC19:16
*** htruta has quit IRC19:16
*** sahilsinha has quit IRC19:16
*** sgordon has quit IRC19:16
*** rlrossit has quit IRC19:16
*** anush__ has quit IRC19:16
*** amitkqed has quit IRC19:16
*** rods has quit IRC19:16
*** agireud has quit IRC19:16
*** gluytium has quit IRC19:16
*** davidlenwell has quit IRC19:17
*** anush has quit IRC19:17
*** xiangxinyong has quit IRC19:17
*** gus has quit IRC19:17
*** jwcroppe has quit IRC19:17
*** hogepodge has quit IRC19:17
*** Guest53868 has quit IRC19:17
*** JayF has quit IRC19:17
*** logan- has quit IRC19:17
*** muralia has quit IRC19:17
*** dane_leblanc__ has quit IRC19:17
*** yatink has quit IRC19:17
*** adisky has quit IRC19:17
*** zigo has quit IRC19:17
*** jberkus has quit IRC19:17
*** yuanying has quit IRC19:17
*** dcwangmit01_ has quit IRC19:17
*** serverascode has quit IRC19:17
*** HenryG has quit IRC19:17
*** zz_dimtruck has quit IRC19:17
*** filler has quit IRC19:17
*** kbyrne has quit IRC19:17
*** jgrassler has quit IRC19:17
*** gbraad has quit IRC19:17
*** eliqiao has quit IRC19:17
*** Adri2000 has quit IRC19:17
*** jhesketh has quit IRC19:17
*** shu-mutou-AFK has quit IRC19:17
*** tonanhngo has quit IRC19:17
*** zhugaoxiao has quit IRC19:17
*** nikhil has quit IRC19:17
*** hongbin has quit IRC19:17
*** mikal has quit IRC19:17
*** kwazar has quit IRC19:17
*** vijendar has quit IRC19:17
*** harlowja has quit IRC19:17
*** yolanda has quit IRC19:17
*** hieulq has quit IRC19:17
*** rcernin has quit IRC19:17
*** syed_ has quit IRC19:17
*** flaper87 has quit IRC19:17
*** ramishra has quit IRC19:17
*** AlexeyAbashkin has quit IRC19:17
*** amit213 has quit IRC19:17
*** malos has quit IRC19:17
*** Guest68318 has quit IRC19:17
*** spedione|AWAY has quit IRC19:17
*** Jeffrey4l_ has quit IRC19:17
*** scottynomad has quit IRC19:17
*** slagle has quit IRC19:17
*** kushal has quit IRC19:18
*** coreyob has quit IRC19:18
*** apuimedo has quit IRC19:18
*** wznoinsk has quit IRC19:18
*** hehx has quit IRC19:18
*** eandersson has quit IRC19:18
*** bapalm has quit IRC19:18
*** zhenguo has quit IRC19:18
*** dims has quit IRC19:18
*** ykuo has quit IRC19:18
*** afranc has quit IRC19:18
*** jmckind_ has quit IRC19:18
*** hexagone has quit IRC19:18
*** Drago1 has quit IRC19:18
*** rpothier has quit IRC19:18
*** bradjones has quit IRC19:18
*** mlekkas has quit IRC19:18
*** dmsimard has quit IRC19:18
*** alexlist has quit IRC19:18
*** ByPasS has quit IRC19:18
*** _hanhart has quit IRC19:18
*** Tahvok has quit IRC19:18
*** pcaruana has quit IRC19:18
*** rajiv_ has quit IRC19:18
*** briancurtin has quit IRC19:18
*** etoews has quit IRC19:18
*** kragniz has quit IRC19:18
*** janonymous has quit IRC19:18
*** fragatina has quit IRC19:18
*** tushar has quit IRC19:18
*** openstackgerrit has quit IRC19:18
*** mmotiani has quit IRC19:18
*** kevinz has quit IRC19:18
*** jvgrant has quit IRC19:18
*** freerunner has quit IRC19:18
*** masayukig has quit IRC19:18
*** jroll has quit IRC19:18
*** gluytium has joined #openstack-containers19:18
*** mlekkas has joined #openstack-containers19:20
*** jmckind has joined #openstack-containers19:23
*** tonanhngo has joined #openstack-containers19:23
*** sgordon has joined #openstack-containers19:23
*** sahilsinha has joined #openstack-containers19:23
*** htruta has joined #openstack-containers19:23
*** swatson has joined #openstack-containers19:23
*** Daviey_ has joined #openstack-containers19:23
*** bunting has joined #openstack-containers19:23
*** anush_ has joined #openstack-containers19:23
*** dave-mccowan has joined #openstack-containers19:23
*** banix has joined #openstack-containers19:23
*** adrian_otto has joined #openstack-containers19:23
*** chetna16 has joined #openstack-containers19:23
*** kragniz has joined #openstack-containers19:23
*** pcaruana has joined #openstack-containers19:23
*** nikhil has joined #openstack-containers19:23
*** zhugaoxiao has joined #openstack-containers19:23
*** Guest96370 has joined #openstack-containers19:23
*** spedione|AWAY has joined #openstack-containers19:23
*** Guest68318 has joined #openstack-containers19:23
*** malos has joined #openstack-containers19:23
*** AlexeyAbashkin has joined #openstack-containers19:23
*** ramishra has joined #openstack-containers19:23
*** flaper87 has joined #openstack-containers19:23
*** syed_ has joined #openstack-containers19:23
*** rcernin has joined #openstack-containers19:23
*** david-lyle has joined #openstack-containers19:23
*** rlrossit has joined #openstack-containers19:23
*** muralia has joined #openstack-containers19:23
*** dane_leblanc__ has joined #openstack-containers19:23
*** yatink has joined #openstack-containers19:23
*** adisky has joined #openstack-containers19:23
*** zigo has joined #openstack-containers19:23
*** jberkus has joined #openstack-containers19:23
*** yuanying has joined #openstack-containers19:23
*** dcwangmit01_ has joined #openstack-containers19:23
*** HenryG has joined #openstack-containers19:23
*** dimtruck has joined #openstack-containers19:23
*** wznoinsk has joined #openstack-containers19:23
*** amitkqed has joined #openstack-containers19:23
*** Jeffrey4l_ has joined #openstack-containers19:23
*** scottynomad has joined #openstack-containers19:23
*** slagle has joined #openstack-containers19:23
*** kushal has joined #openstack-containers19:23
*** coreyob has joined #openstack-containers19:23
*** apuimedo has joined #openstack-containers19:23
*** bapalm has joined #openstack-containers19:23
*** jhesketh has joined #openstack-containers19:23
*** Guest27215 has joined #openstack-containers19:23
*** davidlenwell has joined #openstack-containers19:23
*** anush has joined #openstack-containers19:23
*** xiangxinyong has joined #openstack-containers19:23
*** gus has joined #openstack-containers19:23
*** jwcroppe has joined #openstack-containers19:23
*** hogepodge has joined #openstack-containers19:23
*** JayF has joined #openstack-containers19:23
*** Guest53868 has joined #openstack-containers19:23
*** logan- has joined #openstack-containers19:23
*** dmsimard has joined #openstack-containers19:23
*** eandersson has joined #openstack-containers19:23
*** ykuo has joined #openstack-containers19:23
*** fragatina has joined #openstack-containers19:23
*** tushar has joined #openstack-containers19:23
*** openstackgerrit has joined #openstack-containers19:23
*** mmotiani has joined #openstack-containers19:23
*** kevinz has joined #openstack-containers19:23
*** jvgrant has joined #openstack-containers19:23
*** jroll has joined #openstack-containers19:23
*** freerunner has joined #openstack-containers19:23
*** masayukig has joined #openstack-containers19:23
*** dims has joined #openstack-containers19:23
*** ByPasS has joined #openstack-containers19:23
*** rajiv_ has joined #openstack-containers19:23
*** bradjones has joined #openstack-containers19:23
*** afranc has joined #openstack-containers19:23
*** hehx has joined #openstack-containers19:23
*** hongbin has joined #openstack-containers19:23
*** mikal has joined #openstack-containers19:23
*** kwazar has joined #openstack-containers19:23
*** vijendar has joined #openstack-containers19:23
*** harlowja has joined #openstack-containers19:23
*** yolanda has joined #openstack-containers19:23
*** hieulq has joined #openstack-containers19:23
*** 5EXABCT3I has joined #openstack-containers19:24
*** filler has joined #openstack-containers19:24
*** kbyrne has joined #openstack-containers19:24
*** jgrassler has joined #openstack-containers19:24
*** gbraad has joined #openstack-containers19:24
*** eliqiao has joined #openstack-containers19:24
*** rpothier has joined #openstack-containers19:24
*** bradjones has quit IRC19:24
*** bradjones has joined #openstack-containers19:24
*** anush__ has joined #openstack-containers19:24
*** agireud has joined #openstack-containers19:24
*** Tahvok has joined #openstack-containers19:24
*** daneyon has joined #openstack-containers19:24
*** dmsimard has quit IRC19:25
dane_leblanc__tonanhngo: The container has access to that file19:25
dane_leblanc__[minion@k8-khzhjh5m3r-0-cmwxhliypzcy-kube-master-575sxy4x33il sysconfig]$ pwd19:26
*** dmsimard has joined #openstack-containers19:26
*** gluytium has quit IRC19:27
dane_leblanc__Can't seem to display the path in IRC client... "/etc/sysconfig"19:28
dane_leblanc__permissions: -rw-r--r--. 1 root root 238 Sep 13 19:25 kube_openstack_config19:29
*** alexlist has joined #openstack-containers19:29
*** etoews has joined #openstack-containers19:29
*** daneyon has quit IRC19:29
dane_leblanc__The kube_openstack_config file has 'subnet-id=ee4cda2d-3f90-4554-b61a-30977d68dbd5'19:30
tonanhngoright, that's what it's supposed to see19:31
*** _hanhart has joined #openstack-containers19:32
*** dmsimard is now known as dmsimard|afk19:37
*** briancurtin has joined #openstack-containers19:38
*** gluytium has joined #openstack-containers19:45
*** zul has joined #openstack-containers19:52
*** serverascode has joined #openstack-containers19:53
*** ykuo has quit IRC19:54
*** amit213 has joined #openstack-containers19:59
*** adrian_otto has quit IRC20:00
*** janonymous has joined #openstack-containers20:05
*** zhenguo has joined #openstack-containers20:05
*** pcaruana has quit IRC20:11
*** zul has quit IRC20:14
*** yolanda has quit IRC20:20
*** yolanda has joined #openstack-containers20:21
*** askb has joined #openstack-containers20:21
swatsonDoes anyone have experience with Magnum while behind a proxy?20:28
swatsonI've been having issues with Magnum and Horizon recently20:28
*** Guest96370 is now known as Adri200020:28
*** Adri2000 has quit IRC20:28
*** Adri2000 has joined #openstack-containers20:28
swatsonI can get my devstack up and running just fine, but Horizon won't show me the dashboard and Magnum doesn't seem to be getting clusters to start creating at all20:29
swatsonI created my cluster template with http_proxy, https_proxy, and no_proxy all set up20:29
swatsonCurrently at my wit's end20:29
*** banix has quit IRC20:35
*** zul has joined #openstack-containers20:37
*** chetna16 has quit IRC20:42
*** chetna16 has joined #openstack-containers20:45
*** chetna16 has quit IRC20:47
*** chetna16 has joined #openstack-containers20:48
*** sergmelikyan has joined #openstack-containers21:03
*** harlowja has quit IRC21:04
chetna16I am trying to update a bay decreasing the node count. Magnum api and conductor logs show error - "CertificateStorageException: Could not store certificate: Certificate could not be read". Could someone please help.21:05
*** sergmeli_ has joined #openstack-containers21:06
*** sergmelikyan has quit IRC21:07
*** sergmeli_ has quit IRC21:09
*** sergmelikyan has joined #openstack-containers21:09
*** sergmelikyan has quit IRC21:14
*** anush__ has quit IRC21:21
*** anush__ has joined #openstack-containers21:22
*** sergmelikyan has joined #openstack-containers21:23
*** fragatin_ has joined #openstack-containers21:24
*** sergmelikyan has quit IRC21:24
*** sergmeli_ has joined #openstack-containers21:24
*** dave-mccowan has quit IRC21:26
*** fragatina has quit IRC21:27
*** fragatin_ has quit IRC21:27
*** zhenguo has quit IRC21:27
*** janonymous has quit IRC21:27
*** amit213 has quit IRC21:27
*** vijendar has quit IRC21:27
*** hieulq has quit IRC21:27
*** hieulq has joined #openstack-containers21:28
*** sdake_ has joined #openstack-containers21:28
*** fragatina has joined #openstack-containers21:29
*** sdake has quit IRC21:30
*** jwcroppe has quit IRC21:32
*** fragatina has quit IRC21:33
*** amit213 has joined #openstack-containers21:34
*** zhenguo has joined #openstack-containers21:35
*** vijendar has joined #openstack-containers21:35
*** sdake_ is now known as sdake21:36
*** janonymous has joined #openstack-containers21:36
*** fragatina has joined #openstack-containers21:39
*** fragatina has quit IRC21:39
*** fragatina has joined #openstack-containers21:40
*** vijendar has quit IRC21:43
*** fragatina has quit IRC21:45
*** rpothier has quit IRC21:46
openstackgerritJaycen Grant proposed openstack/magnum: [WIP] Add NodeGroup specification  https://review.openstack.org/35273421:53
*** fragatina has joined #openstack-containers21:56
*** fragatina has quit IRC21:57
*** sergmeli_ has quit IRC22:00
*** harlowja has joined #openstack-containers22:03
*** daneyon has joined #openstack-containers22:07
*** jwcroppe has joined #openstack-containers22:08
*** daneyon has quit IRC22:11
*** jmckind has quit IRC22:13
*** dave-mccowan has joined #openstack-containers22:15
*** dave-mccowan has quit IRC22:16
*** fragatina has joined #openstack-containers22:20
*** fragatina has quit IRC22:24
*** rlrossit has quit IRC22:39
*** 5EXABCT3I has quit IRC22:44
*** fragatina has joined #openstack-containers22:55
*** sdake_ has joined #openstack-containers22:57
*** fragatina has quit IRC23:00
*** sdake has quit IRC23:00
*** fragatina has joined #openstack-containers23:03
*** fragatina has quit IRC23:07
*** fragatina has joined #openstack-containers23:10
*** dmsimard|afk is now known as dmsimard23:11
*** rcernin has quit IRC23:23
*** adrian_otto has joined #openstack-containers23:23
*** swatson_ has joined #openstack-containers23:27
*** hongbin has quit IRC23:28
*** banix has joined #openstack-containers23:28
openstackgerritMerged openstack/magnum-ui: Imported Translations from Zanata  https://review.openstack.org/36924223:29
*** Jeffrey4l_ is now known as Jeffrey4l23:30
*** banix has quit IRC23:31
*** banix has joined #openstack-containers23:32
*** banix has quit IRC23:36
*** daneyon has joined #openstack-containers23:55
*** anush__ has quit IRC23:56

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!