*** dave-mccowan has joined #openstack-containers | 00:13 | |
*** catintheroof has joined #openstack-containers | 00:20 | |
*** catintheroof has quit IRC | 00:26 | |
*** yamamoto has joined #openstack-containers | 00:41 | |
*** yamamoto has quit IRC | 00:45 | |
*** kevinz has joined #openstack-containers | 01:01 | |
*** yamamoto has joined #openstack-containers | 01:11 | |
*** yamamoto has quit IRC | 01:15 | |
*** yamamoto has joined #openstack-containers | 01:28 | |
*** yamamoto has quit IRC | 01:28 | |
*** EricGonczer_ has quit IRC | 01:34 | |
*** yamamoto has joined #openstack-containers | 01:36 | |
*** yamamoto has quit IRC | 01:41 | |
*** lakerzhou has joined #openstack-containers | 01:49 | |
*** wangqun has joined #openstack-containers | 01:51 | |
*** ricolin has joined #openstack-containers | 02:04 | |
*** daidv has joined #openstack-containers | 02:17 | |
*** yamamoto has joined #openstack-containers | 02:19 | |
*** yamamoto has quit IRC | 02:19 | |
*** EricGonczer_ has joined #openstack-containers | 02:22 | |
*** fragatina has joined #openstack-containers | 02:26 | |
*** yamamoto has joined #openstack-containers | 02:31 | |
*** fragatina has quit IRC | 02:33 | |
*** frippe75 has joined #openstack-containers | 02:43 | |
yatinkarel | frippe75, your magnum version | 02:44 |
---|---|---|
frippe75 | yatinkarel, cloned it from stable/newton | 02:45 |
yatinkarel | frippe75, can you share output of: /etc/sysconfig/heat-params from swarm-master node | 02:46 |
frippe75 | yatinkarel, sure! (without having looked at it) http://pastebin.com/raw/N975T4ju | 02:47 |
yatinkarel | frippe75, from master node: curl http://192.168.0.5:9511/v1 | 02:48 |
frippe75 | ....think you might be on to something... iptables might be to tight for reaching it... | 02:50 |
*** EricGonczer_ has quit IRC | 02:50 | |
yatinkarel | frippe75, openstack catalog list | 02:51 |
frippe75 | yatinkarel, http://pastebin.com/raw/f0KNQNvN | 02:52 |
*** dimtruck is now known as zz_dimtruck | 02:52 | |
yatinkarel | the output is from swarm master | 02:52 |
frippe75 | yes | 02:53 |
yatinkarel | can you recheck your magnum version | 02:53 |
yatinkarel | it looks like you are on master | 02:53 |
yatinkarel | magnum-api --version | 02:53 |
yatinkarel | magnum --version | 02:53 |
frippe75 | 2.3.1 | 02:54 |
frippe75 | on my one-in-all | 02:54 |
yatinkarel | magnum-api --version | 02:55 |
frippe75 | yatinkarel, !! you are correct !! I did manage to forget -b stable/$RELEASE in my script for the magnum gitrepo... only place... | 02:57 |
frippe75 | so... on master... | 02:57 |
yatinkarel | Ok, | 02:58 |
frippe75 | Ok will get stable/newton installed first. | 02:58 |
yatinkarel | master should also work | 02:58 |
frippe75 | yatinkarel, thanks for finding that out! | 02:58 |
frippe75 | you think? | 02:58 |
yatinkarel | frippe75, Yes | 02:58 |
frippe75 | Ok then I think it might be ... (will test) that I'm not reaching magnum api port from my master node... | 02:59 |
yatinkarel | but as per your output it's reaching: http://pastebin.com/raw/f0KNQNvN | 03:00 |
frippe75 | Not sure how the process looks like after the heat is marked as complete in the cluster-create part. | 03:00 |
frippe75 | ..heat-stack... | 03:00 |
yatinkarel | try to execute: https://github.com/openstack/magnum/blob/master/magnum/drivers/common/templates/swarm/fragments/make-cert.py from master node | 03:01 |
yatinkarel | and see what happens | 03:01 |
yatinkarel | sudo ls -l /etc/docker | 03:01 |
frippe75 | ok. need to clear up some things. The script is not "idempotent". | 03:06 |
yatinkarel | just remove /etc/docker/* | 03:07 |
frippe75 | yepp | 03:07 |
frippe75 | write_ca_cert fails. | 03:08 |
yatinkarel | any error? | 03:08 |
frippe75 | http://pastebin.com/raw/p8zTQ7hm | 03:08 |
frippe75 | pem not being in the json doc? | 03:09 |
yatinkarel | [trust] section in /etc/magnum/magnum.conf | 03:09 |
frippe75 | os-mag-set simply runs openstack-config ... So these are the only changes made from the template config file | 03:12 |
frippe75 | http://pastebin.com/raw/w9e9uAKK | 03:12 |
frippe75 | But.. As you see I have my TODO: read up... Not sure why that ended up. Some conflicting info looking at the documentation. | 03:13 |
yatinkarel | which doc you followed? | 03:13 |
*** janonymous has joined #openstack-containers | 03:13 | |
frippe75 | https://docs.openstack.org/developer/magnum/install-guide-from-source.html | 03:13 |
frippe75 | https://docs.openstack.org/project-install-guide/container-infrastructure-management/newton/install.html | 03:14 |
yatinkarel | which one you followed? | 03:15 |
frippe75 | But since I didn't have a smooth ride. Of course some googling on the side. Which might be the reason for my setup not working. There are some typos here and there causing some confusion. | 03:15 |
frippe75 | started out looking at the one from "source" but that didnt work for me so I found people telling me to look at the newton specific install guide. And went back to my deploy script and "cleaned" it up where I found differences .. So I think i'm compliant with the newton release specific one (last one) | 03:17 |
frippe75 | besides setting cluster_user_trust=True in the trust section of magnum.conf | 03:19 |
*** dave-mccowan has quit IRC | 03:20 | |
*** EricGonczer_ has joined #openstack-containers | 03:21 | |
yatinkarel | Ok, can you try without certs | 03:22 |
*** ramishra has joined #openstack-containers | 03:22 | |
frippe75 | ok! | 03:22 |
yatinkarel | while creating cluster-template use --tls-disabled | 03:22 |
frippe75 | thanks! | 03:23 |
frippe75 | in the oven. | 03:26 |
*** EricGonczer_ has quit IRC | 03:29 | |
frippe75 | yatinkarel, this seems to work. etcd and dockerd are up and running | 03:30 |
*** lakerzhou has quit IRC | 03:30 | |
frippe75 | got a swarm manager running. | 03:31 |
yatinkarel | frippe75, Ok Good | 03:41 |
yatinkarel | frippe75, your /etc/magnum/policy.json ? | 03:41 |
frippe75 | default | 03:41 |
yatinkarel | default? | 03:42 |
frippe75 | from the git repo as cp etc/magnum/policy.json /etc/magnum | 03:44 |
yatinkarel | frippe75, Ok | 03:49 |
*** yamamoto has quit IRC | 03:50 | |
yatinkarel | openstack role assignment list --user magnum_domain_admin --domain magnum | 03:50 |
*** rejy has joined #openstack-containers | 03:53 | |
*** dschultz has quit IRC | 03:54 | |
*** yamamoto has joined #openstack-containers | 03:57 | |
frippe75 | yatinkarel, lists a user assigned to the role | 03:58 |
*** yamamoto has quit IRC | 03:59 | |
*** yamamoto has joined #openstack-containers | 04:00 | |
*** yamamoto has quit IRC | 04:00 | |
frippe75 | Checking those id's from "role list" and "user list" it's the admin role and the user magnum_domain_admin | 04:00 |
frippe75 | yatinkarel, my setup script looks like this. bottom has the function magnum() which calls the other parts sequentially top-to-bottom. http://pastebin.com/K46kyVMK | 04:05 |
yatinkarel | frippe75, your script looks Ok | 04:21 |
yatinkarel | OPENSTACK_RELEASE? you haven't set | 04:21 |
frippe75 | It's in global scope. so NEWTON | 04:22 |
yatinkarel | frippe75, but still you have master installed | 04:22 |
yatinkarel | frippe75, have your tls cluster still up? | 04:23 |
frippe75 | yes. master is installed. You are looking at my "patched" version. Already put it -b stable ... for the cloning of the magnum git repo. | 04:23 |
yatinkarel | frippe75, Ok | 04:23 |
yatinkarel | frippe75, have your tls cluster still up? | 04:23 |
frippe75 | both up! tls + non-tls | 04:24 |
yatinkarel | https://github.com/openstack/magnum/blob/master/magnum/drivers/common/templates/swarm/fragments/make-cert.py#L93 | 04:24 |
yatinkarel | remove e/ | 04:24 |
yatinkarel | remove /etc/docker/* | 04:25 |
frippe75 | yes | 04:25 |
yatinkarel | print ca_cert_resp.json() before line 93 in https://github.com/openstack/magnum/blob/master/magnum/drivers/common/templates/swarm/fragments/make-cert.py | 04:25 |
yatinkarel | this may help in finding the cause | 04:25 |
frippe75 | hmm magnum-conductor is spitting out some errors I haven't looked at. | 04:29 |
yatinkarel | Ok look at them | 04:32 |
frippe75 | http://pastebin.com/raw/p9bbxmcP | 04:33 |
frippe75 | First a bad request... But then it tries to get info ( /v1.20/info) from master on port 2376 which def. is not there at this stage :-) | 04:34 |
*** daidv has quit IRC | 04:35 | |
frippe75 | yatinkarel, so maybe the status of that prior call should be checked before parsing it? | 04:36 |
*** dschultz has joined #openstack-containers | 04:37 | |
frippe75 | the response is a status: 500 and not the expected json doc containing a certificate. | 04:37 |
*** dschultz has quit IRC | 04:37 | |
*** dschultz has joined #openstack-containers | 04:37 | |
yatinkarel | hmm, BadRequest Expecting to find id or name in user | 04:38 |
frippe75 | the user does not exist in keystone. | 04:42 |
frippe75 | printed the cred var in the get_user_token function. | 04:43 |
frippe75 | "id": "%(trustee_user_id)s", | 04:43 |
frippe75 | http://pastebin.com/raw/MuNgpep0 | 04:45 |
yatinkarel | may be you will get that id in: openstack trust list | 04:50 |
openstackgerrit | Rico Lin proposed openstack/magnum master: Remove support message for using keypair UUID https://review.openstack.org/447363 | 04:54 |
*** yamamoto has joined #openstack-containers | 04:55 | |
*** yamamoto has quit IRC | 05:00 | |
openstackgerrit | Rico Lin proposed openstack/python-magnumclient master: Remove support for keyapir UUID https://review.openstack.org/447365 | 05:01 |
*** janki has joined #openstack-containers | 05:04 | |
*** yatink has joined #openstack-containers | 05:06 | |
*** yasemin has joined #openstack-containers | 05:11 | |
*** adisky_ has joined #openstack-containers | 05:23 | |
*** yasemin has left #openstack-containers | 05:39 | |
*** Jack_Iv has joined #openstack-containers | 05:50 | |
*** yamamoto has joined #openstack-containers | 06:11 | |
*** yamamoto has quit IRC | 06:18 | |
*** yatink has quit IRC | 06:25 | |
*** yatink has joined #openstack-containers | 06:37 | |
*** NikhilS has joined #openstack-containers | 06:44 | |
*** frippe75 has quit IRC | 06:46 | |
*** hishh has joined #openstack-containers | 07:00 | |
*** akash47_ has joined #openstack-containers | 07:07 | |
*** Oku_OS-away is now known as Oku_OS | 07:08 | |
*** Jeffrey4l__ has quit IRC | 07:33 | |
*** Jack_Iv has quit IRC | 07:36 | |
*** Jeffrey4l__ has joined #openstack-containers | 07:36 | |
*** Jack_Iv has joined #openstack-containers | 07:36 | |
*** Jack_Iv has quit IRC | 07:37 | |
*** Jack_Iv has joined #openstack-containers | 07:37 | |
*** dsariel has quit IRC | 07:47 | |
*** zhugaoxiao has quit IRC | 07:57 | |
*** zhugaoxiao has joined #openstack-containers | 07:58 | |
*** dsariel has joined #openstack-containers | 08:08 | |
*** mjura has joined #openstack-containers | 08:10 | |
*** pcaruana has joined #openstack-containers | 08:14 | |
*** Serlex has joined #openstack-containers | 08:15 | |
*** Jack_Iv has quit IRC | 08:17 | |
*** Jack_Iv has joined #openstack-containers | 08:18 | |
*** yamamoto has joined #openstack-containers | 08:22 | |
*** ssbarnea has joined #openstack-containers | 08:25 | |
*** fungusakafungus has joined #openstack-containers | 08:54 | |
*** vijaykc4 has joined #openstack-containers | 08:57 | |
*** manikanta_tadi has quit IRC | 08:58 | |
*** openstackgerrit has quit IRC | 09:02 | |
*** yamamoto has quit IRC | 09:04 | |
*** manikanta_tadi has joined #openstack-containers | 09:13 | |
*** openstackgerrit has joined #openstack-containers | 09:30 | |
openstackgerrit | yatin proposed openstack/magnum master: Adding quota unit test https://review.openstack.org/444865 | 09:30 |
openstackgerrit | yatin proposed openstack/magnum master: Support magnum-conductor multiple process workers https://review.openstack.org/414838 | 09:31 |
openstackgerrit | yatin proposed openstack/magnum master: Add CoreOS/K8s recommended defaults to kube-proxy https://review.openstack.org/439518 | 09:31 |
openstackgerrit | yatin proposed openstack/magnum master: Enable SkyDNS addons and Kubelet config to use it https://review.openstack.org/439596 | 09:32 |
openstackgerrit | yatin proposed openstack/magnum master: Support dcos installation on centos bm cluster https://review.openstack.org/419711 | 09:32 |
openstackgerrit | yatin proposed openstack/magnum master: Support dcos installation on centos vm cluster https://review.openstack.org/386435 | 09:32 |
openstackgerrit | yatin proposed openstack/magnum master: Make request insecure when talking to endpoints https://review.openstack.org/430755 | 09:36 |
openstackgerrit | yatin proposed openstack/magnum master: [swarm] Monitoring with Prometheus and Grafana https://review.openstack.org/407581 | 09:38 |
*** salmankhan has joined #openstack-containers | 09:47 | |
openstackgerrit | yatin proposed openstack/magnum master: Remove the usage of MagnumObjectDictCompat from cluster and clustertemplate https://review.openstack.org/417589 | 09:48 |
*** vijaykc4 has quit IRC | 09:56 | |
*** vijaykc4 has joined #openstack-containers | 09:57 | |
*** vijaykc4 has quit IRC | 09:58 | |
*** vijaykc4 has joined #openstack-containers | 09:58 | |
*** vijaykc4 has quit IRC | 09:59 | |
*** vijaykc4 has joined #openstack-containers | 09:59 | |
*** vijaykc4 has quit IRC | 10:00 | |
*** vijaykc4 has joined #openstack-containers | 10:00 | |
*** vijaykc4 has quit IRC | 10:00 | |
*** vijaykc4 has joined #openstack-containers | 10:01 | |
*** vijaykc4 has quit IRC | 10:01 | |
*** vijaykc4 has joined #openstack-containers | 10:01 | |
*** vijaykc4 has quit IRC | 10:02 | |
*** manikanta_tadi has quit IRC | 10:03 | |
*** yamamoto has joined #openstack-containers | 10:03 | |
*** wangqun has quit IRC | 10:06 | |
*** vijaykc4 has joined #openstack-containers | 10:07 | |
*** yamamoto has quit IRC | 10:07 | |
*** Jack_Iv has quit IRC | 10:09 | |
*** Jack_Iv has joined #openstack-containers | 10:12 | |
*** manikanta_tadi has joined #openstack-containers | 10:16 | |
*** yamamoto has joined #openstack-containers | 10:21 | |
*** yamamoto has quit IRC | 10:21 | |
*** kevinz has quit IRC | 10:28 | |
*** rejy has quit IRC | 10:46 | |
*** vijaykc4 has quit IRC | 10:51 | |
*** vijaykc4 has joined #openstack-containers | 10:52 | |
*** Jack_Iv has quit IRC | 11:03 | |
*** Jack_Iv has joined #openstack-containers | 11:04 | |
*** Jack_Iv has quit IRC | 11:04 | |
*** Jack_Iv has joined #openstack-containers | 11:04 | |
openstackgerrit | Rico Lin proposed openstack/python-magnumclient master: Remove support for keyapir UUID https://review.openstack.org/447365 | 11:09 |
*** yamamoto has joined #openstack-containers | 11:22 | |
*** fungusakafungus has quit IRC | 11:22 | |
*** Jack_Iv has quit IRC | 11:27 | |
*** yamamoto has quit IRC | 11:30 | |
*** Jeffrey4l_ has joined #openstack-containers | 11:34 | |
*** Jack_Iv has joined #openstack-containers | 11:35 | |
*** Jeffrey4l__ has quit IRC | 11:36 | |
*** yamamoto has joined #openstack-containers | 11:41 | |
openstackgerrit | feng.shengqin proposed openstack/python-magnumclient master: Move cover.sh to the tools directory https://review.openstack.org/447456 | 11:42 |
*** yatink has quit IRC | 11:43 | |
*** vijaykc4 has quit IRC | 11:45 | |
*** vijaykc4 has joined #openstack-containers | 11:53 | |
*** vijaykc4 has quit IRC | 12:00 | |
*** vijaykc4 has joined #openstack-containers | 12:01 | |
openstackgerrit | feng.shengqin proposed openstack/magnum master: Move cover.sh to the tools directory https://review.openstack.org/447461 | 12:02 |
*** kevinz has joined #openstack-containers | 12:03 | |
*** askb has quit IRC | 12:04 | |
openstackgerrit | Merged openstack/magnum master: Add CoreOS/K8s recommended defaults to kube-proxy https://review.openstack.org/439518 | 12:07 |
*** dave-mccowan has joined #openstack-containers | 12:07 | |
*** kevinz has quit IRC | 12:08 | |
*** kevinz has joined #openstack-containers | 12:08 | |
*** fungusakafungus has joined #openstack-containers | 12:17 | |
openstackgerrit | Merged openstack/magnum master: Fix some grammar or spelling de-normalization https://review.openstack.org/446421 | 12:26 |
*** zul has joined #openstack-containers | 12:29 | |
*** dsariel has quit IRC | 12:43 | |
*** yamamoto has quit IRC | 12:55 | |
*** catintheroof has joined #openstack-containers | 12:57 | |
*** salmankhan has quit IRC | 13:01 | |
*** salmankhan has joined #openstack-containers | 13:02 | |
*** Jack_Iv has quit IRC | 13:07 | |
*** Jack_Iv has joined #openstack-containers | 13:20 | |
*** yatink has joined #openstack-containers | 13:21 | |
ArchiFleKs | hi, yatinkarel strigazi : did you have time to review/test https://review.openstack.org/#/c/445934/ ? | 13:21 |
*** dsariel has joined #openstack-containers | 13:24 | |
yatink | ArchiFleKs, I already tested and voted | 13:27 |
*** yatink has quit IRC | 13:35 | |
ArchiFleKs | yatinkarel: ah yes sorry :) | 13:38 |
*** hongbin has joined #openstack-containers | 13:47 | |
*** yamamoto has joined #openstack-containers | 13:55 | |
*** randallburt has joined #openstack-containers | 13:57 | |
*** vijaykc4 has quit IRC | 14:01 | |
*** jasond has joined #openstack-containers | 14:01 | |
*** yamamoto has quit IRC | 14:04 | |
*** randallburt has quit IRC | 14:04 | |
*** yatink has joined #openstack-containers | 14:07 | |
*** randallburt has joined #openstack-containers | 14:12 | |
*** salmankhan has quit IRC | 14:17 | |
*** NikhilS has quit IRC | 14:21 | |
*** EricGonczer_ has joined #openstack-containers | 14:26 | |
*** NikhilS has joined #openstack-containers | 14:26 | |
*** NikhilS has quit IRC | 14:28 | |
*** dsariel has quit IRC | 14:29 | |
*** zz_dimtruck is now known as dimtruck | 14:30 | |
*** EricGonc_ has joined #openstack-containers | 14:33 | |
*** EricGonczer_ has quit IRC | 14:34 | |
*** salmankhan has joined #openstack-containers | 14:36 | |
*** janki has quit IRC | 14:58 | |
*** chris_hultin|AWA is now known as chris_hultin | 15:02 | |
*** dsariel has joined #openstack-containers | 15:02 | |
*** randallburt has quit IRC | 15:06 | |
*** kevinz has quit IRC | 15:07 | |
*** randallburt has joined #openstack-containers | 15:07 | |
*** Drago has joined #openstack-containers | 15:08 | |
*** adisky_ has quit IRC | 15:09 | |
*** vijaykc4 has joined #openstack-containers | 15:23 | |
*** frippe75 has joined #openstack-containers | 15:25 | |
*** ramishra has quit IRC | 15:25 | |
*** vijaykc4 has quit IRC | 15:27 | |
*** dsariel_ has joined #openstack-containers | 15:28 | |
*** vijaykc4 has joined #openstack-containers | 15:31 | |
openstackgerrit | Vijendar Komalla proposed openstack/magnum master: Add option to verify certificate authority https://review.openstack.org/447143 | 15:35 |
*** vijendar has joined #openstack-containers | 15:35 | |
*** yatink has quit IRC | 15:45 | |
*** vijaykc4 has quit IRC | 15:47 | |
*** firl has joined #openstack-containers | 15:58 | |
*** frippe75 has quit IRC | 16:02 | |
*** Syed__ has joined #openstack-containers | 16:02 | |
firl | anyone able to help me figure out why I am getting a 405 on /v1/clustertemplates | 16:02 |
firl | ? | 16:02 |
*** ricolin has quit IRC | 16:09 | |
*** tonanhngo has joined #openstack-containers | 16:10 | |
*** Jack_Iv has quit IRC | 16:17 | |
*** ricolin has joined #openstack-containers | 16:27 | |
*** pcaruana has quit IRC | 16:27 | |
*** vijendar has quit IRC | 16:31 | |
*** yatink has joined #openstack-containers | 16:46 | |
*** swatson_ has joined #openstack-containers | 16:48 | |
*** hishh has quit IRC | 16:51 | |
*** fungusakafungus has quit IRC | 16:54 | |
*** Serlex has quit IRC | 16:55 | |
*** vijaykc4 has joined #openstack-containers | 17:00 | |
*** Jack_Iv has joined #openstack-containers | 17:01 | |
*** fragatina has joined #openstack-containers | 17:05 | |
Drago | firl: Are you using magnumclient? | 17:06 |
firl | drago: yes :( | 17:06 |
*** yatink has quit IRC | 17:06 | |
firl | 2.5.0 | 17:06 |
*** fragatin_ has joined #openstack-containers | 17:06 | |
Drago | firl: swatson may be able to help | 17:06 |
Drago | or jvgrant_ | 17:07 |
firl | https://paste.ubuntu.com/24216319/ | 17:08 |
firl | I figured a paste might make it easier to understand | 17:08 |
*** fragatina has quit IRC | 17:10 | |
*** Jack_Iv has quit IRC | 17:15 | |
*** Jack_Iv has joined #openstack-containers | 17:15 | |
*** Jack_Iv has quit IRC | 17:25 | |
*** Jack_Iv has joined #openstack-containers | 17:29 | |
*** fragatin_ has quit IRC | 17:30 | |
*** Jack_Iv has quit IRC | 17:34 | |
*** fungusakafungus has joined #openstack-containers | 17:39 | |
*** ricolin has quit IRC | 17:41 | |
*** masber has quit IRC | 17:43 | |
*** Jack_Iv has joined #openstack-containers | 17:43 | |
*** masber has joined #openstack-containers | 17:46 | |
*** Jack_Iv has quit IRC | 17:48 | |
*** masber has quit IRC | 18:05 | |
*** chris_hultin is now known as chris_hultin|AWA | 18:07 | |
*** catintheroof has quit IRC | 18:08 | |
*** fungusakafungus has quit IRC | 18:08 | |
*** catintheroof has joined #openstack-containers | 18:08 | |
*** salmankhan has quit IRC | 18:10 | |
*** mtanino has joined #openstack-containers | 18:11 | |
openstackgerrit | Adrian Otto proposed openstack/magnum master: Unbreak gate https://review.openstack.org/447631 | 18:14 |
openstackgerrit | Adrian Otto proposed openstack/magnum master: Unbreak gate https://review.openstack.org/447631 | 18:16 |
*** adrian_otto has joined #openstack-containers | 18:17 | |
adrian_otto | pep8 is broken in the gate, so I've approved a trivial patch to address it: https://review.openstack.org/447631 | 18:18 |
*** fragatina has joined #openstack-containers | 18:23 | |
swatson_ | firl: I just saw this | 18:30 |
firl | no worries | 18:30 |
swatson_ | Checking out your paste now | 18:30 |
firl | thanks! | 18:30 |
firl | Might save me from having to finish this dcos heat template lol | 18:30 |
swatson_ | :) | 18:30 |
swatson_ | Were you running this command with the latest on python-magnumclient master? | 18:30 |
openstackgerrit | Jason Dunsmore proposed openstack/magnum master: Add "ca-rotate" command to userguide https://review.openstack.org/447637 | 18:31 |
*** mjura has quit IRC | 18:31 | |
firl | I was following the guide | 18:32 |
firl | pip install python-magnumclient | 18:32 |
firl | I believe | 18:32 |
adrian_otto | swatson_: I'm reviewing https://review.openstack.org/#/c/446179/3/setup.cfg@33 | 18:32 |
adrian_otto | did we float the ideas "mcluster" or "ccluster"? | 18:32 |
openstackgerrit | Merged openstack/python-magnumclient master: Remove support for keyapir UUID https://review.openstack.org/447365 | 18:32 |
openstackgerrit | Merged openstack/python-magnumclient master: Update .gitignore to ignore .eggs https://review.openstack.org/444124 | 18:33 |
swatson_ | adrian_otto We did not. I'm not sure how they'd be received, especially since "ccluster" could easily be typoed/mistaken for "cluster" | 18:33 |
adrian_otto | we know that there is *no* name that's ideal because the "cluster" namespace is already used. | 18:33 |
adrian_otto | yes, we considered that, another option is "icluster" | 18:34 |
firl | swatson_: I am not using barbician ( x509 ) and no memcached if that makes a diff | 18:34 |
adrian_otto | which could be an alias for "container_infra_cluster" or some suitable equivalent? | 18:34 |
swatson_ | adrian_otto: maybe magcluster or mag_cluster? | 18:35 |
openstackgerrit | Merged openstack/python-magnumclient master: Increase Test coverage https://review.openstack.org/444116 | 18:35 |
swatson_ | firl: I'm not sure if it does TBH | 18:35 |
adrian_otto | those have the same drawbacks as | 18:35 |
adrian_otto | "magnum" | 18:35 |
swatson_ | true | 18:35 |
*** Jack_Iv has joined #openstack-containers | 18:35 | |
adrian_otto | "coe_cluster" is yet another option | 18:35 |
adrian_otto | but I dislike that more than other options | 18:35 |
adrian_otto | that's where "ccluster" came from | 18:36 |
adrian_otto | c_cluster was also discussed | 18:36 |
swatson_ | I actually kind of like coe_cluster since it at least specifies that it's for orchestration | 18:36 |
adrian_otto | less likely to be interpreted as a typo. | 18:36 |
swatson_ | c_cluster is definitely better than ccluster | 18:36 |
adrian_otto | we also predicted the bikeshed discussion that would come of this | 18:37 |
*** ssbarnea has quit IRC | 18:38 | |
swatson_ | :) | 18:38 |
swatson_ | I'm cool with whatever gets the most agreement | 18:38 |
adrian_otto | ok, I'm going to send a note to the ML | 18:39 |
adrian_otto | and ask for a vote at tomorrow's team meeting | 18:39 |
adrian_otto | I know we have a bunch of "don't care, pick something" votes in there. | 18:39 |
swatson_ | firl: Was your command just passing name and image id? | 18:40 |
*** Jack_Iv has quit IRC | 18:40 | |
firl | swatson_: i can try with image id | 18:40 |
firl | I was doing image name ( as per instructions ) | 18:41 |
swatson_ | adrian_otto: I would say we could use some kind of run-off election but it probably isn't that crucial | 18:41 |
*** gus has quit IRC | 18:41 | |
swatson_ | firl: I ask because your paste doesn't show the error message that requires the coe argument | 18:41 |
adrian_otto | I'll just seek consensus as a team meeting agenda item | 18:41 |
firl | gotcha | 18:41 |
swatson_ | firl: Oh disregard that--I used the wrong command | 18:42 |
firl | swatson_: ok | 18:42 |
firl | ( was using the coe argument also ) | 18:42 |
swatson_ | adrian_otto: Sounds good to me | 18:42 |
swatson_ | firl: "magnum --debug cluster-template-create --name swarm-cluster-template --image-id fedora-atomic-newton " is what you ran, correct? | 18:43 |
firl | `magnum --debug cluster-template-create --name swarm-cluster-template --image-id fedora-atomic-newton --keypair-id mykey --external-network-id floating --dns-nameserver 8.8.8.8 --master-flavor-id small --flavor-id small --coe swarm` | 18:43 |
*** Drago1 has joined #openstack-containers | 18:44 | |
swatson_ | firl: D'oh. I didn't see the horizontal scrollbars. I need more caffeine today | 18:44 |
firl | :) | 18:44 |
firl | no worries | 18:44 |
firl | keeping me honest | 18:44 |
*** gus has joined #openstack-containers | 18:45 | |
adrian_otto | swatson_: I can't find a topic label for osc on the ML. Is there one? | 18:46 |
swatson_ | adrian_otto: I know OSC is handled by the SDK team (#openstack-sdks) | 18:46 |
swatson_ | Maybe there's one related to that? | 18:46 |
adrian_otto | ok, I can tag them in the subject | 18:47 |
*** Drago has quit IRC | 18:47 | |
openstackgerrit | Merged openstack/python-magnumclient master: Add ca-rotate command to magnumclient https://review.openstack.org/426376 | 18:47 |
adrian_otto | there is an API-WG tag | 18:47 |
swatson_ | Hm. I guess that can fit? But an OSC plugin isn't really an API thing I would think | 18:49 |
*** Jack_Iv has joined #openstack-containers | 18:50 | |
swatson_ | firl: If I try your command with parameters that fit my devstack (external-network public, flavor of m1.small, image of fedora-atomic-latest) I get a successful run | 18:50 |
*** frippe75 has joined #openstack-containers | 18:51 | |
firl | swatson_: bummer. is there any way to debug why that post might be failing? I am seeing no logs in magnum what so ever | 18:51 |
firl | as far as I know I have the rabbitmq, mysql etc all configured the way it is documented | 18:51 |
*** vijaykc4 has quit IRC | 18:53 | |
swatson_ | firl: I'm not too sure, unfortunately | 18:54 |
swatson_ | Do you get the same error every time you try this command? | 18:54 |
firl | yes | 18:54 |
firl | and no logs what so ever inside magnum | 18:54 |
swatson_ | can you create other cluster templates? | 18:56 |
*** vijaykc4 has joined #openstack-containers | 18:57 | |
swatson_ | If you try creating a bare minimum one (providing coe, external-network, image) do you get the same error? | 18:58 |
*** masber has joined #openstack-containers | 18:58 | |
*** vijaykc4 has quit IRC | 19:06 | |
*** Jack_Iv has quit IRC | 19:06 | |
*** chris_hultin|AWA is now known as chris_hultin | 19:17 | |
*** masber has quit IRC | 19:17 | |
*** frippe75 has quit IRC | 19:30 | |
*** adrian_otto has quit IRC | 19:34 | |
*** salmankhan has joined #openstack-containers | 19:37 | |
*** salmankhan has quit IRC | 19:41 | |
*** masber has joined #openstack-containers | 19:50 | |
*** Jack_Iv has joined #openstack-containers | 20:03 | |
*** Jack_Iv has quit IRC | 20:07 | |
*** frippe75 has joined #openstack-containers | 20:10 | |
*** masber has quit IRC | 20:13 | |
*** dave-mcc_ has joined #openstack-containers | 20:15 | |
*** randallburt has quit IRC | 20:16 | |
*** swatson__ has joined #openstack-containers | 20:17 | |
*** mmotiani_ has joined #openstack-containers | 20:17 | |
*** adrian_otto has joined #openstack-containers | 20:17 | |
*** zhenguo_ has joined #openstack-containers | 20:18 | |
*** jasond` has joined #openstack-containers | 20:18 | |
*** frippe75 has quit IRC | 20:19 | |
*** Aju has joined #openstack-containers | 20:21 | |
*** Tahvok_ has joined #openstack-containers | 20:23 | |
*** sdake_ has joined #openstack-containers | 20:24 | |
*** sdake_ has quit IRC | 20:24 | |
*** sdake_ has joined #openstack-containers | 20:24 | |
*** askb has joined #openstack-containers | 20:27 | |
*** Jack_Iv has joined #openstack-containers | 20:29 | |
*** jasond has quit IRC | 20:29 | |
*** zul has quit IRC | 20:29 | |
*** dave-mccowan has quit IRC | 20:29 | |
*** mmotiani has quit IRC | 20:29 | |
*** swatson has quit IRC | 20:29 | |
*** akash47_ has quit IRC | 20:29 | |
*** sdake has quit IRC | 20:29 | |
*** zhenguo has quit IRC | 20:29 | |
*** afranc has quit IRC | 20:29 | |
*** Tahvok has quit IRC | 20:29 | |
*** Tahvok_ is now known as Tahvok | 20:29 | |
*** mmotiani_ is now known as mmotiani | 20:29 | |
*** zhenguo_ is now known as zhenguo | 20:30 | |
*** zul has joined #openstack-containers | 20:31 | |
*** dave-mcc_ is now known as dave-mccowan | 20:33 | |
*** frippe75 has joined #openstack-containers | 20:38 | |
openstackgerrit | Merged openstack/magnum master: Unbreak gate https://review.openstack.org/447631 | 20:44 |
*** frippe75 has quit IRC | 20:47 | |
openstackgerrit | Vijendar Komalla proposed openstack/magnum master: Add an option to verify CA https://review.openstack.org/447143 | 20:52 |
openstackgerrit | Vijendar Komalla proposed openstack/magnum master: (WIP)Add an option to verify CA https://review.openstack.org/447685 | 20:52 |
openstackgerrit | Vijendar Komalla proposed openstack/magnum master: (WIP)Add an option to verify CA https://review.openstack.org/447686 | 20:52 |
openstackgerrit | Vijendar Komalla proposed openstack/magnum master: (WIP)Add verify_ca field to cluster template https://review.openstack.org/447687 | 20:52 |
*** vijendar has joined #openstack-containers | 20:53 | |
*** akash47 has joined #openstack-containers | 20:53 | |
*** vijendar has quit IRC | 20:59 | |
*** dimtruck is now known as zz_dimtruck | 21:07 | |
*** chris_hultin is now known as chris_hultin|AWA | 21:11 | |
*** Jack_Iv has quit IRC | 21:19 | |
*** EricGonc_ has quit IRC | 21:21 | |
*** Jeffrey4l_ has quit IRC | 21:35 | |
*** Jeffrey4l_ has joined #openstack-containers | 21:38 | |
*** zz_dimtruck is now known as dimtruck | 21:42 | |
*** sdake_ is now known as sdake | 22:07 | |
*** dave-mccowan has quit IRC | 22:12 | |
*** salmankhan has joined #openstack-containers | 22:22 | |
*** jasond` has quit IRC | 22:26 | |
*** masber has joined #openstack-containers | 22:45 | |
*** mtanino has quit IRC | 22:53 | |
*** EricGonczer_ has joined #openstack-containers | 22:54 | |
mordred | adrian_otto: funny story - I've loiterally been hacking on shade's magnum support today and you then started that thread :) | 22:55 |
adrian_otto | mordred: :-) | 22:59 |
adrian_otto | so how would shade deal with that challenge | 23:00 |
adrian_otto | would it use a two-word noun? | 23:00 |
mordred | adrian_otto: so far, I've just been picking words myself | 23:00 |
*** akash47 has quit IRC | 23:00 | |
*** akash47 has joined #openstack-containers | 23:00 | |
mordred | adrian_otto: in shade, the call is "create_cluster" and "create_cluster_template" | 23:00 |
mordred | adrian_otto: you won - you got there first | 23:00 |
adrian_otto | oh, I see | 23:01 |
adrian_otto | so what happens if/when senlin joins the party in shade? | 23:01 |
mordred | adrian_otto: we'll have to get creative :) | 23:02 |
adrian_otto | so I learned something I want to share | 23:02 |
adrian_otto | that might take that ML thread too far off topic | 23:02 |
mordred | I would really love not just a global registry of services, bu tr global registry of resource names... that' a lot of work though | 23:02 |
adrian_otto | because originally we used the term "bay" | 23:02 |
adrian_otto | and that would have remained unique | 23:02 |
adrian_otto | but the problem was that bay == cluster | 23:02 |
adrian_otto | and we had to keep stopping and explaining that bay == cluster | 23:03 |
mordred | yu[p | 23:03 |
adrian_otto | and then people look at you like "why?" | 23:03 |
mordred | "because google" :) | 23:03 |
adrian_otto | just call it what it is | 23:03 |
adrian_otto | so then we went through a moderately painful process to change that | 23:03 |
adrian_otto | and I'm glad we did because now when we say "a magnum cluster" people know exactly WTF that means | 23:04 |
mordred | yup: http://git.openstack.org/cgit/openstack-infra/shade/tree/shade/openstackcloud.py#n7227 | 23:04 |
mordred | for the record - shade supports both terms :) | 23:04 |
* adrian_otto reviews that python code | 23:04 | |
adrian_otto | yeah, that's cool | 23:05 |
mordred | but yah - bay is totally unique - if a bit opaque | 23:05 |
adrian_otto | I think we did that in our python client too. Is that where you saw it, or did we arrive there through emergence? | 23:05 |
mordred | well - I originally had the baymodel support ... and then you changed the name right around when I was going to be adding an ansible module, so we went ahead and switched | 23:06 |
adrian_otto | oh, I see | 23:06 |
mordred | btw - if you feel like reviewing a stack of magnum related shade patches: https://review.openstack.org/#/c/447578/ - that's y stack to remove the depend on magnumclient | 23:07 |
adrian_otto | we also later decided to de-conflate cluster templates from clusters | 23:07 |
mordred | (some of the things my offend your eyes - I apologiuze in advance) | 23:07 |
adrian_otto | so the data model is not shared between them | 23:07 |
adrian_otto | and a template just becomes a rubber stamp | 23:07 |
mordred | ah - neat | 23:08 |
adrian_otto | for supplying less arguments to cluster-create | 23:08 |
adrian_otto | but that *all* things that can be specified in a CT can also be passed directly to a Cluster | 23:08 |
mordred | that explains why there are not manby effor codes that POST /clustertemplesa throws | 23:08 |
adrian_otto | well, that decoupling work is in flight. I'd have to attribute lack of error handling to something else entirely :-) | 23:09 |
mordred | :) | 23:09 |
*** dsariel has quit IRC | 23:10 | |
*** dsariel_ has quit IRC | 23:10 | |
adrian_otto | oh you used the rest API to integrate rather than magnum client | 23:12 |
*** catintheroof has quit IRC | 23:13 | |
adrian_otto | @mordred you'll need to pin to an API version I think... looking for that in your patch now. | 23:13 |
mordred | adrian_otto: yah - that's an upcoming TODO | 23:14 |
mordred | I definitely need to do that | 23:14 |
adrian_otto | k, yeah, I did not find it ;-) | 23:14 |
mordred | :) | 23:14 |
mordred | GOOD - cause it's not there... if you'd found it :) | 23:14 |
adrian_otto | is there a shade func test that will break when we rev the API? | 23:15 |
mordred | yup | 23:15 |
mordred | \o/ | 23:15 |
adrian_otto | ok, at least that will clue you in when it happens | 23:15 |
mordred | I mean, try not to do it too frequently - since I also have to support every previous version of the api that has ever existed | 23:15 |
mordred | but yes - it sohuld let me konw I need to add more support for more things | 23:16 |
adrian_otto | any chance that's run on a schedule, or will you just notice it in your next review that CI tries to process? | 23:18 |
mordred | yah - just the next review ... although once I start pinning to a particular microversion, I should get some ok warning | 23:19 |
adrian_otto | FTR all of our planned API changes will have backward compatibility, so we should not break you in the near term. | 23:19 |
mordred | \o/ | 23:19 |
openstackgerrit | Vijendar Komalla proposed openstack/magnum master: (WIP)Add verify_ca field to cluster template https://review.openstack.org/447687 | 23:28 |
*** masber has quit IRC | 23:32 | |
*** dave-mccowan has joined #openstack-containers | 23:43 | |
*** Drago1 has quit IRC | 23:46 | |
*** salmankhan has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!