=== jfarschman is now known as MilesDenver [09:04] Bug #1470013 opened: MAAS 1.8 - failed power off/status for majority of nodes === darknet is now known as schiatto [10:50] hi guys!! I've a problem with the installation of MaaS via command line on a ubuntu 14.04lts, as reported its own official guide, the eroor is here reported (http://askubuntu.com/questions/641540/error-during-installation-via-command-line-of-maas-region-controller). anyone can help me? [10:50] I'm using juju with maas 1.8 and when I deploy an LXC container via juju dns is not working. Which looks alot like Bug #1382190 which was fixed in 1.7. Is there some special step to enable maas to manage the lxc dns entries (which I may not have done) or does this look like a regression? [13:42] schiatto, good morning [13:43] hello kiko [13:43] gnuoy, do you have a static range defined? [13:43] schiatto, the question is why is the postgresql database not being installed and configured properly? [13:43] schiatto, is there something else blocking the port? [13:43] kiko yes [13:44] do you have postgresql already running on that system? [13:44] I saw its own official guide [13:45] schiatto, I would use 1.7 from the stable PPA above instead of 1.5 which is currently in trusty [13:45] no, it's a new installation of maas [13:45] I've used an ubuntu 14.04lts clear and added the repository and followed the guide [13:45] ah [13:46] okay, it is 1.7 then? [13:46] I've obtained the same problem also using 1.5 [13:46] schiatto, something is happening during the postgresql install -- could you look at the logs? [13:46] now it's 1.7, also I saw that is ready 1.8 [13:47] I testing it on another infrastructure [13:48] I don't know I've just run the command sudo apt-get install maas-region-controller the first time then sudo apt-get install maas and the situation was the same [16:05] hi [16:06] i want to install maas 1.8 on ubunto 14.04 [16:06] is this the code [16:06] sudo add-apt-repository ppa:maas-maintainers/experimental [16:07] sudo add-apt-repository ppa:juju/stablesudo [16:07] sudo add-apt-repository ppa:juju/stable [16:42] hi kiko [16:43] hey amirali [16:44] that will get you maas 1.8 and whatever juju is in stable [16:55] does it differs what juju version should be with maas 1.8 ? [16:56] or with maas 1.8 should juju be experimental too ? [17:07] ....... [17:17] amirali: maas is not dependent on juju. [17:18] you can use juju from stable with maas 1.8 === jfarschman is now known as MilesDenver [18:30] where on maas 1.8 web UI to change installer to debian installer? [18:33] hey, quick question - how do we change the installer being used from fastpath to debian? [18:39] my webui looks pretty different from the one in documentation: https://imgur.com/z1W53L4 [18:39] as compared to : https://maas.ubuntu.com/docs/installing-ubuntu.html [18:40] wolverineav: there's a bug for that: https://bugs.launchpad.net/maas/+bug/1470202 [18:40] wolverineav: and also, 1.8 does not officially support debian installer anymore [18:43] ah, ok. thanks @roaksoax [18:43] Bug #1470202 opened: Documentation needs to be udpate for new WEbUI [18:44] I was making some changes in the 'post_scripts' section of preseed/generic [18:45] any suggestions as to where I should move that? [18:46] wolverineav: preseed/curtin_userdata [18:47] roaksoax: do you happen to have any nic bonding examples for curtin? [19:04] catbus1: not at the moment, maybe someone for IS [19:04] ok === jfarschman is now known as MilesDenver [19:26] roaksoax, ivoks does I believe (not in this channel) === jfarschman is now known as MilesDenver [21:44] so, I've updated the curtin_userdata with a couple of lines and an echo message to a file, just to verify that its executed (line 26 - 28): http://pastebin.com/i4FxXVwG but my new node doesn't reflect that. [21:45] also restarted maas services - maas-dhcpd, maas-regiond, maas-clusterd. ideally, after any change to curtin_userdata, it should just pick up that change when a new node is deployed, right? [23:30] wolverineav: I think you take those new lines out of if/endif section. If it doesn't run, probably because it doesn't satisfy the if condition. [23:31] and I'd add a -y for apt-get install ifenslave-6 [23:33] oops! saw series of apt-get and added one in the end, not realizing that its in an IF condition :| thanks catbus1 [23:36] wolverineav: it should just pick up the changes without restarting any services. [23:44] Bug #1470276 opened: add cisco snic to 3rd party driver [23:45] yep, just ran it on a new node without restarting services, it works :)