Monday, 2017-03-20

*** dave-mccowan has joined #openstack-containers00:13
*** catintheroof has joined #openstack-containers00:20
*** catintheroof has quit IRC00:26
*** yamamoto has joined #openstack-containers00:41
*** yamamoto has quit IRC00:45
*** kevinz has joined #openstack-containers01:01
*** yamamoto has joined #openstack-containers01:11
*** yamamoto has quit IRC01:15
*** yamamoto has joined #openstack-containers01:28
*** yamamoto has quit IRC01:28
*** EricGonczer_ has quit IRC01:34
*** yamamoto has joined #openstack-containers01:36
*** yamamoto has quit IRC01:41
*** lakerzhou has joined #openstack-containers01:49
*** wangqun has joined #openstack-containers01:51
*** ricolin has joined #openstack-containers02:04
*** daidv has joined #openstack-containers02:17
*** yamamoto has joined #openstack-containers02:19
*** yamamoto has quit IRC02:19
*** EricGonczer_ has joined #openstack-containers02:22
*** fragatina has joined #openstack-containers02:26
*** yamamoto has joined #openstack-containers02:31
*** fragatina has quit IRC02:33
*** frippe75 has joined #openstack-containers02:43
yatinkarelfrippe75, your magnum version02:44
frippe75yatinkarel, cloned it from stable/newton02:45
yatinkarelfrippe75, can you share output of: /etc/sysconfig/heat-params from swarm-master node02:46
frippe75yatinkarel, sure! (without having looked at it) http://pastebin.com/raw/N975T4ju02:47
yatinkarelfrippe75, from master node: curl http://192.168.0.5:9511/v102:48
frippe75....think you might be on to something... iptables might be to tight for reaching it...02:50
*** EricGonczer_ has quit IRC02:50
yatinkarelfrippe75, openstack catalog list02:51
frippe75yatinkarel, http://pastebin.com/raw/f0KNQNvN02:52
*** dimtruck is now known as zz_dimtruck02:52
yatinkarelthe output is from swarm master02:52
frippe75yes02:53
yatinkarelcan you recheck your magnum version02:53
yatinkarelit looks like you are on master02:53
yatinkarelmagnum-api --version02:53
yatinkarelmagnum --version02:53
frippe752.3.102:54
frippe75on my one-in-all02:54
yatinkarelmagnum-api --version02:55
frippe75yatinkarel, !! you are correct !! I did manage to forget -b stable/$RELEASE  in my script for the magnum gitrepo... only place...02:57
frippe75so... on master...02:57
yatinkarelOk,02:58
frippe75Ok will get stable/newton installed first.02:58
yatinkarelmaster should also work02:58
frippe75yatinkarel, thanks for finding that out!02:58
frippe75you think?02:58
yatinkarelfrippe75, Yes02:58
frippe75Ok then I think it might be ... (will test) that I'm not reaching magnum api port from my master node...02:59
yatinkarelbut as per your output it's reaching: http://pastebin.com/raw/f0KNQNvN03:00
frippe75Not 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
yatinkareltry to execute: https://github.com/openstack/magnum/blob/master/magnum/drivers/common/templates/swarm/fragments/make-cert.py from master node03:01
yatinkareland see what happens03:01
yatinkarelsudo ls -l /etc/docker03:01
frippe75ok. need to clear up some things. The script is not "idempotent".03:06
yatinkareljust remove /etc/docker/*03:07
frippe75yepp03:07
frippe75write_ca_cert fails.03:08
yatinkarelany error?03:08
frippe75http://pastebin.com/raw/p8zTQ7hm03:08
frippe75pem not being in the json doc?03:09
yatinkarel[trust] section in /etc/magnum/magnum.conf03:09
frippe75os-mag-set  simply runs openstack-config ... So these are the only changes made from the template config file03:12
frippe75http://pastebin.com/raw/w9e9uAKK03:12
frippe75But.. As you see I have my TODO: read up... Not sure why that ended up. Some conflicting info looking at the documentation.03:13
yatinkarelwhich doc you followed?03:13
*** janonymous has joined #openstack-containers03:13
frippe75https://docs.openstack.org/developer/magnum/install-guide-from-source.html03:13
frippe75https://docs.openstack.org/project-install-guide/container-infrastructure-management/newton/install.html03:14
yatinkarelwhich one you followed?03:15
frippe75But 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
frippe75started 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
frippe75besides setting cluster_user_trust=True in the trust section of magnum.conf03:19
*** dave-mccowan has quit IRC03:20
*** EricGonczer_ has joined #openstack-containers03:21
yatinkarelOk, can you try without certs03:22
*** ramishra has joined #openstack-containers03:22
frippe75ok!03:22
yatinkarelwhile creating cluster-template use --tls-disabled03:22
frippe75thanks!03:23
frippe75in the oven.03:26
*** EricGonczer_ has quit IRC03:29
frippe75yatinkarel, this seems to work. etcd and dockerd are up and running03:30
*** lakerzhou has quit IRC03:30
frippe75got a swarm manager running.03:31
yatinkarelfrippe75, Ok Good03:41
yatinkarelfrippe75, your /etc/magnum/policy.json ?03:41
frippe75default03:41
yatinkareldefault?03:42
frippe75from the git repo as cp etc/magnum/policy.json /etc/magnum03:44
yatinkarelfrippe75, Ok03:49
*** yamamoto has quit IRC03:50
yatinkarelopenstack  role assignment list --user magnum_domain_admin --domain magnum03:50
*** rejy has joined #openstack-containers03:53
*** dschultz has quit IRC03:54
*** yamamoto has joined #openstack-containers03:57
frippe75yatinkarel, lists a user assigned to the role03:58
*** yamamoto has quit IRC03:59
*** yamamoto has joined #openstack-containers04:00
*** yamamoto has quit IRC04:00
frippe75Checking those id's from "role list" and "user list" it's the admin role and the user magnum_domain_admin04:00
frippe75yatinkarel, my setup script looks like this. bottom has the function magnum() which calls the other parts sequentially top-to-bottom. http://pastebin.com/K46kyVMK04:05
yatinkarelfrippe75, your script looks Ok04:21
yatinkarelOPENSTACK_RELEASE? you haven't set04:21
frippe75It's in global scope. so NEWTON04:22
yatinkarelfrippe75, but still you have master installed04:22
yatinkarelfrippe75, have your tls cluster still up?04:23
frippe75yes. 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
yatinkarelfrippe75, Ok04:23
yatinkarelfrippe75, have your tls cluster still up?04:23
frippe75both up! tls + non-tls04:24
yatinkarelhttps://github.com/openstack/magnum/blob/master/magnum/drivers/common/templates/swarm/fragments/make-cert.py#L9304:24
yatinkarelremove e/04:24
yatinkarelremove /etc/docker/*04:25
frippe75yes04:25
yatinkarelprint ca_cert_resp.json() before line 93 in  https://github.com/openstack/magnum/blob/master/magnum/drivers/common/templates/swarm/fragments/make-cert.py04:25
yatinkarelthis may help in finding the cause04:25
frippe75hmm magnum-conductor is spitting out some errors I haven't looked at.04:29
yatinkarelOk look at them04:32
frippe75http://pastebin.com/raw/p9bbxmcP04:33
frippe75First 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 IRC04:35
frippe75yatinkarel, so maybe the status of that prior call should be checked before parsing it?04:36
*** dschultz has joined #openstack-containers04:37
frippe75the response is a status: 500 and not the expected json doc containing a certificate.04:37
*** dschultz has quit IRC04:37
*** dschultz has joined #openstack-containers04:37
yatinkarelhmm,  BadRequest Expecting to find id or name in user04:38
frippe75the user does not exist in keystone.04:42
frippe75printed the cred var in the get_user_token function.04:43
frippe75"id": "%(trustee_user_id)s",04:43
frippe75http://pastebin.com/raw/MuNgpep004:45
yatinkarelmay be you will get that id in: openstack trust list04:50
openstackgerritRico Lin proposed openstack/magnum master: Remove support message for using keypair UUID  https://review.openstack.org/44736304:54
*** yamamoto has joined #openstack-containers04:55
*** yamamoto has quit IRC05:00
openstackgerritRico Lin proposed openstack/python-magnumclient master: Remove support for keyapir UUID  https://review.openstack.org/44736505:01
*** janki has joined #openstack-containers05:04
*** yatink has joined #openstack-containers05:06
*** yasemin has joined #openstack-containers05:11
*** adisky_ has joined #openstack-containers05:23
*** yasemin has left #openstack-containers05:39
*** Jack_Iv has joined #openstack-containers05:50
*** yamamoto has joined #openstack-containers06:11
*** yamamoto has quit IRC06:18
*** yatink has quit IRC06:25
*** yatink has joined #openstack-containers06:37
*** NikhilS has joined #openstack-containers06:44
*** frippe75 has quit IRC06:46
*** hishh has joined #openstack-containers07:00
*** akash47_ has joined #openstack-containers07:07
*** Oku_OS-away is now known as Oku_OS07:08
*** Jeffrey4l__ has quit IRC07:33
*** Jack_Iv has quit IRC07:36
*** Jeffrey4l__ has joined #openstack-containers07:36
*** Jack_Iv has joined #openstack-containers07:36
*** Jack_Iv has quit IRC07:37
*** Jack_Iv has joined #openstack-containers07:37
*** dsariel has quit IRC07:47
*** zhugaoxiao has quit IRC07:57
*** zhugaoxiao has joined #openstack-containers07:58
*** dsariel has joined #openstack-containers08:08
*** mjura has joined #openstack-containers08:10
*** pcaruana has joined #openstack-containers08:14
*** Serlex has joined #openstack-containers08:15
*** Jack_Iv has quit IRC08:17
*** Jack_Iv has joined #openstack-containers08:18
*** yamamoto has joined #openstack-containers08:22
*** ssbarnea has joined #openstack-containers08:25
*** fungusakafungus has joined #openstack-containers08:54
*** vijaykc4 has joined #openstack-containers08:57
*** manikanta_tadi has quit IRC08:58
*** openstackgerrit has quit IRC09:02
*** yamamoto has quit IRC09:04
*** manikanta_tadi has joined #openstack-containers09:13
*** openstackgerrit has joined #openstack-containers09:30
openstackgerrityatin proposed openstack/magnum master: Adding quota unit test  https://review.openstack.org/44486509:30
openstackgerrityatin proposed openstack/magnum master: Support magnum-conductor multiple process workers  https://review.openstack.org/41483809:31
openstackgerrityatin proposed openstack/magnum master: Add CoreOS/K8s recommended defaults to kube-proxy  https://review.openstack.org/43951809:31
openstackgerrityatin proposed openstack/magnum master: Enable SkyDNS addons and Kubelet config to use it  https://review.openstack.org/43959609:32
openstackgerrityatin proposed openstack/magnum master: Support dcos installation on centos bm cluster  https://review.openstack.org/41971109:32
openstackgerrityatin proposed openstack/magnum master: Support dcos installation on centos vm cluster  https://review.openstack.org/38643509:32
openstackgerrityatin proposed openstack/magnum master: Make request insecure when talking to endpoints  https://review.openstack.org/43075509:36
openstackgerrityatin proposed openstack/magnum master: [swarm] Monitoring with Prometheus and Grafana  https://review.openstack.org/40758109:38
*** salmankhan has joined #openstack-containers09:47
openstackgerrityatin proposed openstack/magnum master: Remove the usage of MagnumObjectDictCompat from cluster and clustertemplate  https://review.openstack.org/41758909:48
*** vijaykc4 has quit IRC09:56
*** vijaykc4 has joined #openstack-containers09:57
*** vijaykc4 has quit IRC09:58
*** vijaykc4 has joined #openstack-containers09:58
*** vijaykc4 has quit IRC09:59
*** vijaykc4 has joined #openstack-containers09:59
*** vijaykc4 has quit IRC10:00
*** vijaykc4 has joined #openstack-containers10:00
*** vijaykc4 has quit IRC10:00
*** vijaykc4 has joined #openstack-containers10:01
*** vijaykc4 has quit IRC10:01
*** vijaykc4 has joined #openstack-containers10:01
*** vijaykc4 has quit IRC10:02
*** manikanta_tadi has quit IRC10:03
*** yamamoto has joined #openstack-containers10:03
*** wangqun has quit IRC10:06
*** vijaykc4 has joined #openstack-containers10:07
*** yamamoto has quit IRC10:07
*** Jack_Iv has quit IRC10:09
*** Jack_Iv has joined #openstack-containers10:12
*** manikanta_tadi has joined #openstack-containers10:16
*** yamamoto has joined #openstack-containers10:21
*** yamamoto has quit IRC10:21
*** kevinz has quit IRC10:28
*** rejy has quit IRC10:46
*** vijaykc4 has quit IRC10:51
*** vijaykc4 has joined #openstack-containers10:52
*** Jack_Iv has quit IRC11:03
*** Jack_Iv has joined #openstack-containers11:04
*** Jack_Iv has quit IRC11:04
*** Jack_Iv has joined #openstack-containers11:04
openstackgerritRico Lin proposed openstack/python-magnumclient master: Remove support for keyapir UUID  https://review.openstack.org/44736511:09
*** yamamoto has joined #openstack-containers11:22
*** fungusakafungus has quit IRC11:22
*** Jack_Iv has quit IRC11:27
*** yamamoto has quit IRC11:30
*** Jeffrey4l_ has joined #openstack-containers11:34
*** Jack_Iv has joined #openstack-containers11:35
*** Jeffrey4l__ has quit IRC11:36
*** yamamoto has joined #openstack-containers11:41
openstackgerritfeng.shengqin proposed openstack/python-magnumclient master: Move cover.sh to the tools directory  https://review.openstack.org/44745611:42
*** yatink has quit IRC11:43
*** vijaykc4 has quit IRC11:45
*** vijaykc4 has joined #openstack-containers11:53
*** vijaykc4 has quit IRC12:00
*** vijaykc4 has joined #openstack-containers12:01
openstackgerritfeng.shengqin proposed openstack/magnum master: Move cover.sh to the tools directory  https://review.openstack.org/44746112:02
*** kevinz has joined #openstack-containers12:03
*** askb has quit IRC12:04
openstackgerritMerged openstack/magnum master: Add CoreOS/K8s recommended defaults to kube-proxy  https://review.openstack.org/43951812:07
*** dave-mccowan has joined #openstack-containers12:07
*** kevinz has quit IRC12:08
*** kevinz has joined #openstack-containers12:08
*** fungusakafungus has joined #openstack-containers12:17
openstackgerritMerged openstack/magnum master: Fix some grammar or spelling de-normalization  https://review.openstack.org/44642112:26
*** zul has joined #openstack-containers12:29
*** dsariel has quit IRC12:43
*** yamamoto has quit IRC12:55
*** catintheroof has joined #openstack-containers12:57
*** salmankhan has quit IRC13:01
*** salmankhan has joined #openstack-containers13:02
*** Jack_Iv has quit IRC13:07
*** Jack_Iv has joined #openstack-containers13:20
*** yatink has joined #openstack-containers13:21
ArchiFleKshi, yatinkarel strigazi : did you have time to review/test https://review.openstack.org/#/c/445934/ ?13:21
*** dsariel has joined #openstack-containers13:24
yatinkArchiFleKs, I already tested and voted13:27
*** yatink has quit IRC13:35
ArchiFleKsyatinkarel: ah yes sorry :)13:38
*** hongbin has joined #openstack-containers13:47
*** yamamoto has joined #openstack-containers13:55
*** randallburt has joined #openstack-containers13:57
*** vijaykc4 has quit IRC14:01
*** jasond has joined #openstack-containers14:01
*** yamamoto has quit IRC14:04
*** randallburt has quit IRC14:04
*** yatink has joined #openstack-containers14:07
*** randallburt has joined #openstack-containers14:12
*** salmankhan has quit IRC14:17
*** NikhilS has quit IRC14:21
*** EricGonczer_ has joined #openstack-containers14:26
*** NikhilS has joined #openstack-containers14:26
*** NikhilS has quit IRC14:28
*** dsariel has quit IRC14:29
*** zz_dimtruck is now known as dimtruck14:30
*** EricGonc_ has joined #openstack-containers14:33
*** EricGonczer_ has quit IRC14:34
*** salmankhan has joined #openstack-containers14:36
*** janki has quit IRC14:58
*** chris_hultin|AWA is now known as chris_hultin15:02
*** dsariel has joined #openstack-containers15:02
*** randallburt has quit IRC15:06
*** kevinz has quit IRC15:07
*** randallburt has joined #openstack-containers15:07
*** Drago has joined #openstack-containers15:08
*** adisky_ has quit IRC15:09
*** vijaykc4 has joined #openstack-containers15:23
*** frippe75 has joined #openstack-containers15:25
*** ramishra has quit IRC15:25
*** vijaykc4 has quit IRC15:27
*** dsariel_ has joined #openstack-containers15:28
*** vijaykc4 has joined #openstack-containers15:31
openstackgerritVijendar Komalla proposed openstack/magnum master: Add option to verify certificate authority  https://review.openstack.org/44714315:35
*** vijendar has joined #openstack-containers15:35
*** yatink has quit IRC15:45
*** vijaykc4 has quit IRC15:47
*** firl has joined #openstack-containers15:58
*** frippe75 has quit IRC16:02
*** Syed__ has joined #openstack-containers16:02
firlanyone able to help me figure out why I am getting a 405 on /v1/clustertemplates16:02
firl?16:02
*** ricolin has quit IRC16:09
*** tonanhngo has joined #openstack-containers16:10
*** Jack_Iv has quit IRC16:17
*** ricolin has joined #openstack-containers16:27
*** pcaruana has quit IRC16:27
*** vijendar has quit IRC16:31
*** yatink has joined #openstack-containers16:46
*** swatson_ has joined #openstack-containers16:48
*** hishh has quit IRC16:51
*** fungusakafungus has quit IRC16:54
*** Serlex has quit IRC16:55
*** vijaykc4 has joined #openstack-containers17:00
*** Jack_Iv has joined #openstack-containers17:01
*** fragatina has joined #openstack-containers17:05
Dragofirl: Are you using magnumclient?17:06
firldrago: yes :(17:06
*** yatink has quit IRC17:06
firl2.5.017:06
*** fragatin_ has joined #openstack-containers17:06
Dragofirl: swatson may be able to help17:06
Dragoor jvgrant_17:07
firlhttps://paste.ubuntu.com/24216319/17:08
firlI figured a paste might make it easier to understand17:08
*** fragatina has quit IRC17:10
*** Jack_Iv has quit IRC17:15
*** Jack_Iv has joined #openstack-containers17:15
*** Jack_Iv has quit IRC17:25
*** Jack_Iv has joined #openstack-containers17:29
*** fragatin_ has quit IRC17:30
*** Jack_Iv has quit IRC17:34
*** fungusakafungus has joined #openstack-containers17:39
*** ricolin has quit IRC17:41
*** masber has quit IRC17:43
*** Jack_Iv has joined #openstack-containers17:43
*** masber has joined #openstack-containers17:46
*** Jack_Iv has quit IRC17:48
*** masber has quit IRC18:05
*** chris_hultin is now known as chris_hultin|AWA18:07
*** catintheroof has quit IRC18:08
*** fungusakafungus has quit IRC18:08
*** catintheroof has joined #openstack-containers18:08
*** salmankhan has quit IRC18:10
*** mtanino has joined #openstack-containers18:11
openstackgerritAdrian Otto proposed openstack/magnum master: Unbreak gate  https://review.openstack.org/44763118:14
openstackgerritAdrian Otto proposed openstack/magnum master: Unbreak gate  https://review.openstack.org/44763118:16
*** adrian_otto has joined #openstack-containers18:17
adrian_ottopep8 is broken in the gate, so I've approved a trivial patch to address it: https://review.openstack.org/44763118:18
*** fragatina has joined #openstack-containers18:23
swatson_firl: I just saw this18:30
firlno worries18:30
swatson_Checking out your paste now18:30
firlthanks!18:30
firlMight save me from having to finish this dcos heat template lol18:30
swatson_:)18:30
swatson_Were you running this command with the latest on python-magnumclient master?18:30
openstackgerritJason Dunsmore proposed openstack/magnum master: Add "ca-rotate" command to userguide  https://review.openstack.org/44763718:31
*** mjura has quit IRC18:31
firlI was following the guide18:32
firlpip install python-magnumclient18:32
firlI believe18:32
adrian_ottoswatson_: I'm reviewing https://review.openstack.org/#/c/446179/3/setup.cfg@3318:32
adrian_ottodid we float the ideas "mcluster" or "ccluster"?18:32
openstackgerritMerged openstack/python-magnumclient master: Remove support for keyapir UUID  https://review.openstack.org/44736518:32
openstackgerritMerged openstack/python-magnumclient master: Update .gitignore to ignore .eggs  https://review.openstack.org/44412418: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_ottowe know that there is *no* name that's ideal because the "cluster" namespace is already used.18:33
adrian_ottoyes, we considered that, another option is "icluster"18:34
firlswatson_: I am not using barbician ( x509 ) and no memcached if that makes a diff18:34
adrian_ottowhich could be an alias for "container_infra_cluster" or some suitable equivalent?18:34
swatson_adrian_otto: maybe magcluster or mag_cluster?18:35
openstackgerritMerged openstack/python-magnumclient master: Increase Test coverage  https://review.openstack.org/44411618:35
swatson_firl: I'm not sure if it does TBH18:35
adrian_ottothose have the same drawbacks as18:35
adrian_otto"magnum"18:35
swatson_true18:35
*** Jack_Iv has joined #openstack-containers18:35
adrian_otto"coe_cluster" is yet another option18:35
adrian_ottobut I dislike that more than other options18:35
adrian_ottothat's where "ccluster" came from18:36
adrian_ottoc_cluster was also discussed18:36
swatson_I actually kind of like coe_cluster since it at least specifies that it's for orchestration18:36
adrian_ottoless likely to be interpreted as a typo.18:36
swatson_c_cluster is definitely better than ccluster18:36
adrian_ottowe also predicted the bikeshed discussion that would come of this18:37
*** ssbarnea has quit IRC18:38
swatson_:)18:38
swatson_I'm cool with whatever gets the most agreement18:38
adrian_ottook, I'm going to send a note to the ML18:39
adrian_ottoand ask for a vote at tomorrow's team meeting18:39
adrian_ottoI 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 IRC18:40
firlswatson_: i can try with image id18:40
firlI 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 crucial18:41
*** gus has quit IRC18:41
swatson_firl: I ask because your paste doesn't show the error message that requires the coe argument18:41
adrian_ottoI'll just seek consensus as a team meeting agenda item18:41
firlgotcha18:41
swatson_firl: Oh disregard that--I used the wrong command18:42
firlswatson_: ok18:42
firl( was using the coe argument also )18:42
swatson_adrian_otto: Sounds good to me18: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-containers18:44
swatson_firl: D'oh. I didn't see the horizontal scrollbars. I need more caffeine today18:44
firl:)18:44
firlno worries18:44
firlkeeping me honest18:44
*** gus has joined #openstack-containers18:45
adrian_ottoswatson_: 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_ottook, I can tag them in the subject18:47
*** Drago has quit IRC18:47
openstackgerritMerged openstack/python-magnumclient master: Add ca-rotate command to magnumclient  https://review.openstack.org/42637618:47
adrian_ottothere is an API-WG tag18:47
swatson_Hm. I guess that can fit? But an OSC plugin isn't really an API thing I would think18:49
*** Jack_Iv has joined #openstack-containers18: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 run18:50
*** frippe75 has joined #openstack-containers18:51
firlswatson_: bummer. is there any way to debug why that post might be failing? I am seeing no logs in magnum what so ever18:51
firlas far as I know I have the rabbitmq, mysql etc all configured the way it is documented18:51
*** vijaykc4 has quit IRC18:53
swatson_firl: I'm not too sure, unfortunately18:54
swatson_Do you get the same error every time you try this command?18:54
firlyes18:54
firland no logs what so ever inside magnum18:54
swatson_can you create other cluster templates?18:56
*** vijaykc4 has joined #openstack-containers18: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-containers18:58
*** vijaykc4 has quit IRC19:06
*** Jack_Iv has quit IRC19:06
*** chris_hultin|AWA is now known as chris_hultin19:17
*** masber has quit IRC19:17
*** frippe75 has quit IRC19:30
*** adrian_otto has quit IRC19:34
*** salmankhan has joined #openstack-containers19:37
*** salmankhan has quit IRC19:41
*** masber has joined #openstack-containers19:50
*** Jack_Iv has joined #openstack-containers20:03
*** Jack_Iv has quit IRC20:07
*** frippe75 has joined #openstack-containers20:10
*** masber has quit IRC20:13
*** dave-mcc_ has joined #openstack-containers20:15
*** randallburt has quit IRC20:16
*** swatson__ has joined #openstack-containers20:17
*** mmotiani_ has joined #openstack-containers20:17
*** adrian_otto has joined #openstack-containers20:17
*** zhenguo_ has joined #openstack-containers20:18
*** jasond` has joined #openstack-containers20:18
*** frippe75 has quit IRC20:19
*** Aju has joined #openstack-containers20:21
*** Tahvok_ has joined #openstack-containers20:23
*** sdake_ has joined #openstack-containers20:24
*** sdake_ has quit IRC20:24
*** sdake_ has joined #openstack-containers20:24
*** askb has joined #openstack-containers20:27
*** Jack_Iv has joined #openstack-containers20:29
*** jasond has quit IRC20:29
*** zul has quit IRC20:29
*** dave-mccowan has quit IRC20:29
*** mmotiani has quit IRC20:29
*** swatson has quit IRC20:29
*** akash47_ has quit IRC20:29
*** sdake has quit IRC20:29
*** zhenguo has quit IRC20:29
*** afranc has quit IRC20:29
*** Tahvok has quit IRC20:29
*** Tahvok_ is now known as Tahvok20:29
*** mmotiani_ is now known as mmotiani20:29
*** zhenguo_ is now known as zhenguo20:30
*** zul has joined #openstack-containers20:31
*** dave-mcc_ is now known as dave-mccowan20:33
*** frippe75 has joined #openstack-containers20:38
openstackgerritMerged openstack/magnum master: Unbreak gate  https://review.openstack.org/44763120:44
*** frippe75 has quit IRC20:47
openstackgerritVijendar Komalla proposed openstack/magnum master: Add an option to verify CA  https://review.openstack.org/44714320:52
openstackgerritVijendar Komalla proposed openstack/magnum master: (WIP)Add an option to verify CA  https://review.openstack.org/44768520:52
openstackgerritVijendar Komalla proposed openstack/magnum master: (WIP)Add an option to verify CA  https://review.openstack.org/44768620:52
openstackgerritVijendar Komalla proposed openstack/magnum master: (WIP)Add verify_ca field to cluster template  https://review.openstack.org/44768720:52
*** vijendar has joined #openstack-containers20:53
*** akash47 has joined #openstack-containers20:53
*** vijendar has quit IRC20:59
*** dimtruck is now known as zz_dimtruck21:07
*** chris_hultin is now known as chris_hultin|AWA21:11
*** Jack_Iv has quit IRC21:19
*** EricGonc_ has quit IRC21:21
*** Jeffrey4l_ has quit IRC21:35
*** Jeffrey4l_ has joined #openstack-containers21:38
*** zz_dimtruck is now known as dimtruck21:42
*** sdake_ is now known as sdake22:07
*** dave-mccowan has quit IRC22:12
*** salmankhan has joined #openstack-containers22:22
*** jasond` has quit IRC22:26
*** masber has joined #openstack-containers22:45
*** mtanino has quit IRC22:53
*** EricGonczer_ has joined #openstack-containers22:54
mordredadrian_otto: funny story - I've loiterally been hacking on shade's magnum support today and you then started that thread :)22:55
adrian_ottomordred: :-)22:59
adrian_ottoso how would shade deal with that challenge23:00
adrian_ottowould it use a two-word noun?23:00
mordredadrian_otto: so far, I've just been picking words myself23:00
*** akash47 has quit IRC23:00
*** akash47 has joined #openstack-containers23:00
mordredadrian_otto: in shade, the call is "create_cluster" and "create_cluster_template"23:00
mordredadrian_otto: you won - you got there first23:00
adrian_ottooh, I see23:01
adrian_ottoso what happens if/when senlin joins the party in shade?23:01
mordredadrian_otto: we'll have to get creative :)23:02
adrian_ottoso I learned something I want to share23:02
adrian_ottothat might take that ML thread too far off topic23:02
mordredI would really love not just a global registry of services, bu tr global registry of resource names... that' a lot of work though23:02
adrian_ottobecause originally we used the term "bay"23:02
adrian_ottoand that would have remained unique23:02
adrian_ottobut the problem was that bay == cluster23:02
adrian_ottoand we had to keep stopping and explaining that bay == cluster23:03
mordredyu[p23:03
adrian_ottoand then people look at you like "why?"23:03
mordred"because google" :)23:03
adrian_ottojust call it what it is23:03
adrian_ottoso then we went through a moderately painful process to change that23:03
adrian_ottoand I'm glad we did because now when we say "a magnum cluster" people know exactly WTF that means23:04
mordredyup: http://git.openstack.org/cgit/openstack-infra/shade/tree/shade/openstackcloud.py#n722723:04
mordredfor the record - shade supports both terms :)23:04
* adrian_otto reviews that python code23:04
adrian_ottoyeah, that's cool23:05
mordredbut yah - bay is totally unique - if a bit opaque23:05
adrian_ottoI think we did that in our python client too. Is that where you saw it, or did we arrive there through emergence?23:05
mordredwell - 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 switched23:06
adrian_ottooh, I see23:06
mordredbtw - 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 magnumclient23:07
adrian_ottowe also later decided to de-conflate cluster templates from clusters23:07
mordred(some of the things my offend your eyes - I apologiuze in advance)23:07
adrian_ottoso the data model is not shared between them23:07
adrian_ottoand a template just becomes a rubber stamp23:07
mordredah  - neat23:08
adrian_ottofor supplying less arguments to cluster-create23:08
adrian_ottobut that *all* things that can be specified in a CT can also be passed directly to a Cluster23:08
mordredthat explains why there are not manby effor codes that POST /clustertemplesa throws23:08
adrian_ottowell, 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 IRC23:10
*** dsariel_ has quit IRC23:10
adrian_ottooh you used the rest API to integrate rather than magnum client23:12
*** catintheroof has quit IRC23:13
adrian_otto@mordred you'll need to pin to an API version I think... looking for that in your patch now.23:13
mordredadrian_otto: yah - that's an upcoming TODO23:14
mordredI definitely need to do that23:14
adrian_ottok, yeah, I did not find it ;-)23:14
mordred:)23:14
mordredGOOD - cause it's not there... if you'd found it :)23:14
adrian_ottois there a shade func test that will break when we rev the API?23:15
mordredyup23:15
mordred\o/23:15
adrian_ottook, at least that will clue you in when it happens23:15
mordredI mean, try not to do it too frequently - since I also have to support every previous version of the api that has ever existed23:15
mordredbut yes - it sohuld let me konw I need to add more support for more things23:16
adrian_ottoany chance that's run on a schedule, or will you just notice it in your next review that CI tries to process?23:18
mordredyah - just the next review ... although once I start pinning to a particular microversion, I should get some ok warning23:19
adrian_ottoFTR 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
openstackgerritVijendar Komalla proposed openstack/magnum master: (WIP)Add verify_ca field to cluster template  https://review.openstack.org/44768723:28
*** masber has quit IRC23:32
*** dave-mccowan has joined #openstack-containers23:43
*** Drago1 has quit IRC23:46
*** salmankhan has quit IRC23:56

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