[00:20] bigjools: you about? [00:20] bradm: yarp [00:21] bigjools: whats the right way to reinstall a node in MaaS? should I stop it, then delete, then reboot it to re-enlist? or should just stop, commision do a reinstall? [00:21] bradm: what do you mean by "reinstall" ? [00:22] exactly, I mean [00:22] bigjools: I want to format the disks and reuse the server [00:22] what is the desired outcome [00:22] ok [00:22] so just unallocate the node so it goes Ready [00:22] then the next user to acquire it will make it reinstall [00:22] no need to delete [00:22] or commission [00:24] bigjools: right. I want to re-bootstrap my juju environment, I have some lingering nodes and services that just won't die [00:28] bradm: when you destroy env, juju should release the nodes and maas should turn them off. [00:28] as in power down [00:28] next time the node is allocated it will be powered up and reinstalled [00:33] I'm not sure we have ipmi setup right here [00:40] sounds like not [00:40] the key is that maas must be able to boot stuff on demand [00:51] bigjools: yeah, its not a huge issue for us right now, once we have the deployment down pat we're not going to be moving things around too much [00:51] bradm: well, still best to get IPMI right :) [00:51] you never know when you will depend on it [00:51] bigjools: yeah, its just not a huge priority right now [00:52] bigjools: these are all HP Proliants, it shouldn't be too hard to figure it out [00:52] bradm: indeed [00:56] bigjools: howdy!! there's no way to accept all cluster controllers from the cli? [00:57] roaksoax: uhm [00:57] bigjools: seems not for wshat I';ve been looking for [00:58] roaksoax: there's a mass-accept but you have to specify all the UUIDs [00:58] bigjools: yeah that's what I see [00:58] bigjools: alright, no worries, I'll work on that assumption [00:58] roaksoax: you'd need a script to iterate over what list() returns [00:59] it's a bit of a dangerous method to blindly accept anything pending [00:59] you might not accept what you think, it's racy [00:59] bigjools: yeah, but this is for the CHARM [01:00] charming! [01:00] bigjools: so basically, all the clusters that are being registered to maas will need to be accepted [01:00] bigjools: oh and to get the API key? the only way is to get it from the DB right? [01:00] roaksoax: there's a maas command [01:01] bigjools: but you don't need to be logged in? [01:01] no [01:01] ah cool [01:01] it's a maas command :) [01:01] roaksoax: "maas apikey" [01:01] bigjools: awesome! cool! thanks [01:01] welcome [01:22] roaksoax: we are going to need a project called Crochet packaging. https://pypi.python.org/pypi/crochet/1.0.0 Are you the man for this or should I poke someone else? [01:25] bigjools: yup , but allenap pinged me earlier about him wanting to package and was looking for poinnters [01:26] roaksoax: ah ok hope you pointed him appropriately then :) [01:26] bigjools: yup! He did good and gave him some pointers, so should be packaged by tomorrow [01:26] \o/ === mwhudson is now known as zz_mwhudson === zz_mwhudson is now known as mwhudson === CyberJacob|Away is now known as CyberJacob === mwhudson is now known as zz_mwhudson [10:24] jtv, rvba: how cool is YouCompleteMe! http://i.imgur.com/aj88n4d.png [10:26] Yup. I'm used to that already. [10:28] hola ! Once a node has been enlisted in maas. Is there a way to have maas alerted of a change in hardware ? (like adding more ram or cpu ?) [10:28] bigjools: indeed, pretty cool. Out-of-the-box in sublimetext http://people.canonical.com/~rvb/yeah.png [10:28] or am i suppose to remove the node from the cluster and re enlist again ? [10:28] melmoth: re-commission [10:28] no other way right now [10:28] melmoth: you need to take it out of rotation and re-commission [10:28] ok. thanks [10:29] rvba: does you SublimeText also show you docstrings from funcs you're about to call? [10:29] your* [10:30] bigjools: no, it doesn't. YouCompleteMe! wins. [10:30] \o/ [13:38] hi, it seems i have some DNS resolve problems: when i enter ssh cloud1.master it says: "ssh: Could not resolve hostname cloud1.master: Name or service not known" [13:39] i have added two nodes to he maas-server, one is called "cloud1.master" and the other "cloud2.master" [13:41] however, when i enter the nodes ip, it seems to work: "ssh ubuntu@10.0.0.100 [15:14] hi, i have no wake-on-lan. however, when i manually power on a node, the maas-server will select the node if it needs it? === CyberJacob is now known as CyberJacob|Away [15:59] hi, can u help me plz [16:00] when i call juju status i have some problem i guess [16:00] can someone have a look on it please: http://pastebin.ubuntu.com/6844443 [16:01] first of all: i have only 2 physical nodes in my cloude, why are there listed other nodes= [16:01] ? [16:01] and then, multiple juju services are pending i guess because they try to run each one on a different machine?? [17:00] I am looking for a maas/juju/hadoop setup in google.. any suggestions? [17:00] goal is to using juju intsall hadoop on multiple systems [17:01] so first one will be master and then rest will be nodes [17:47] ok installing maas on a ubuntu server [17:47] and now when I try to import image it fails [17:47] $ maas-cli maas node-groups import-boot-images [17:47] usage: /usr/lib/python2.7/dist-packages/maascli/__main__.py [-h] COMMAND ... [17:47] /usr/lib/python2.7/dist-packages/maascli/__main__.py: error: argument COMMAND: invalid choice: u'maas' (choose from u'list', u'login', u'logout', u'refresh') [17:48] substitute in a different profile name for ‘maas’ if you have called yours something else .. [17:48] how do I find out the profile name? [18:00] ok I do have a profile now.. how do I import boot images? [18:00] $ maas-cli maas node-groups import-boot-images <== not valid [18:01] import-boot-images is an invalid argument to node-groups [18:01] node-groups: error: argument COMMAND: invalid choice: u'import-boot-images' (choose from 'register', 'list', 'refresh-workers', 'accept', 'reject') === CyberJacob|Away is now known as CyberJacob [19:24] sudo maas-import-pxe-files seems to be working.. [19:24] http://maas.ubuntu.com/docs/install.html#import-the-boot-images does not seem to align with what I am experiencing === zz_mwhudson is now known as mwhudson [19:45] looks like that is a known bug from maas 1.2 still exists on 1.3.1 [19:45] $ sudo maas --version [19:45] 1.3.1 === CyberJacob is now known as CyberJacob|Away