[01:10] hm, I guess myra left. I was going to suggest running: curl http://:5240/MAAS/api/1.0/describe/ | jq [01:10] I wonder if the describe command is able to finish describing the API. [04:17] Bug #1650587 changed: [FUJ] It is not clear for users that they need to click on 'Save Selection' to start importing new images [07:50] hi. anybody knows maybe how to add vmware chassis with self signed cert? http://paste.ubuntu.com/24018648/ [07:51] i already imported it to my local maas installation and ran dpkg-reconfigure ca-certificates [07:51] but im still getting the error. when trying to add the vmware chassis on the cli the maas command changed and doesnt know profile option anymore [07:53] could you guys implement an option for importing with unverified ssl cert? [07:57] nobody here? [10:14] anyone? [10:42] i must say that this is really poorly implemented and this for varios versions [10:42] as i read in several threads it was working in old ubuntu versions [10:42] but python changed [10:43] so your documentation should at least point to a workaround. [10:43] why add vmware in the first place if its not working [10:46] just tell if i waste my time here [10:46] at least [11:32] ok i had to login to the cli. which is new. and then maas baum machine ... to add the server with unverified https option [11:32] now it worked [17:52] does the "boot-resources" command in maas cli needs a package or something? because whenever I type it this error pops out "argument COMMAND: invalid choice: u'boot-resources' (choose from 'files', 'node-groups', 'nodes', 'version')" [18:17] myra, what exact command did you use? [18:48] pmatulis, boot-resources command [19:03] "argument COMMAND: invalid choice: u'boot-resources' (choose from 'files', 'node-groups', 'nodes', 'version')" when trying the command "boot-resources" [19:03] any ideas ? [19:49] Sarah__: what version of MAAS is this? [19:51] pmatulis, i meant the exact invocation [19:51] grrr [20:21] 1.9.4 [20:21] sorry for replying late [21:08] Sarah__: can you do: apt-get install -yu jq ; curl http://localhost:5240/MAAS/api/1.0/describe/ | jq [21:08] ^ on the MAAS server [21:08] I want to see if the describe endpoint is providing complete information [21:09] sure hold on [21:12] here's the results http://paste.ubuntu.com/24022548/ [21:14] sarah__: can you include the complete command? I think there might have been a mistake [21:14] curl http://localhost:5240/MAAS/api/1.0/describe/ | jq [21:15] sarah__: there should be lots of output... here's what it looks like for me on MAAS 2.x http://paste.ubuntu.com/24022567/ [21:16] paste.ubuntu.com/24022568 [21:17] sarah__: hm, ok, try without jq then. jq will nicely format JSON output for you. but if you aren't getting JSON output it won't work [21:17] sarah__: oh, I guess you missed the /1.0/ in that command. that is required [21:20] http://paste.ubuntu.com/24022591/ [21:21] and with the jq it just says "failed writing body" [21:42] sarah__: can you post the contents of your /var/log/maas/regiond.log and /var/log/maas/maas.log? [21:42] sarah__: also I would like to see the output of "env" on your system if you don't mind [21:47] sarah__: the fact that jq failed tells us something: it seems that on your system, for some reason, we don't seem to be getting valid JSON. that could interfere with the CLI's ability to read the description of the API and present you with the commands