/srv/irclogs.ubuntu.com/2015/04/09/#maas.txt

=== CyberJacob is now known as zz_CyberJacob
=== zz_CyberJacob is now known as CyberJacob
=== CyberJacob is now known as zz_CyberJacob
mupBug #1441933 was opened: Internal Server Error when saving a cluster without Router IP <MAAS:New for rvb> <MAAS 1.7:New> <https://launchpad.net/bugs/1441933>02:07
dimiternrvba, ping06:26
=== zz_CyberJacob is now known as CyberJacob
=== CyberJacob is now known as zz_CyberJacob
rvbadimitern: hey08:06
dimiternrvba, hey, it's fine - I needed to confirm that missing lshw data always leads to failed deployments, but roaksoax already did this08:07
rvbadimitern: okay, cool :).08:08
dimiternrvba, which means juju should indeed fail when lshw is missing/unparsable08:08
rvbaRight.08:09
mupBug #1442059 was opened: 1.8b1 Failed deployment timeout powering on AMT <landscape> <power> <MAAS:New> <https://launchpad.net/bugs/1442059>10:21
mupBug #1442059 changed: 1.8b1 Failed deployment timeout powering on AMT <landscape> <power> <MAAS:New> <https://launchpad.net/bugs/1442059>10:33
mupBug #1442059 was opened: 1.8b1 Failed deployment timeout powering on AMT <landscape> <power> <MAAS:New> <https://launchpad.net/bugs/1442059>10:39
=== wojdev_ is now known as wojdev
mupBug #1442112 was opened: booting ppc64el with hwe-u kernel hangs in initrd <MAAS:New> <https://launchpad.net/bugs/1442112>12:09
mupBug #1442131 was opened: 1.8b1 redundant owner column on devices page <ui> <MAAS:New> <https://launchpad.net/bugs/1442131>12:39
=== zz_CyberJacob is now known as CyberJacob
mupBug #1442157 was opened: Manually added node doesn't get added to MAAS managed DNS <MAAS:New> <https://launchpad.net/bugs/1442157>13:51
mupBug #1442162 was opened: Spurious test failure: maasserver.api.tests.test_nodes.TestFilteredNodesListFromRequest.test_node_list_with_ids_orders_by_id <tests> <MAAS:Triaged> <https://launchpad.net/bugs/1442162>14:21
mupBug #1442234 was opened: maas-regiond and maas-clusterd clobber logs each time they're started <MAAS:New> <https://launchpad.net/bugs/1442234>15:46
mupBug #1442280 was opened: The ordering of the statuses changes when nodes change status <ui> <MAAS:New> <https://launchpad.net/bugs/1442280>17:01
mupBug #1442280 changed: The ordering of the statuses changes when nodes change status <ui> <MAAS:New> <https://launchpad.net/bugs/1442280>17:04
mupBug #1442280 was opened: The ordering of the statuses changes when nodes change status <ui> <MAAS:New> <https://launchpad.net/bugs/1442280>17:13
serverascodeDoes anyone know if the 1.7.1 deb files for trusty around somewhere? the stable ppa has 1.7.2 which is not working for me, but 1.7.1 is in another install17:16
roaksoaxserverascode: why is it not working?17:41
roaksoaxserverascode: what are you affected by?17:41
serverascodeseems like the region controller doesn't auto configure, " Failed to connect to region controller, cannot upload leases", I don't see interfaces in the cluster in the gui17:42
serverascodeto be honest I don't really have time to troubleshoot it, I have a feeling 1.7.1 will work17:43
serverascodeI'd really like to use and recommend maas, but so far it has been quite the struggle17:44
bmorrisoMorning folks. It seems like MaaS by default installs on the first disk. "d-i     partman/early_command string debconf-set partman-auto/disk `list-devices disk | head -n1`" --  Would I just edit this to something more like "d-i partman-auto/disk string /dev/sdb" to specify the disk I want? I am using Curtin, rather than debian installer.18:05
blake_rbmorriso: if you using curtin then you will want to change the curtin_userdata preseed18:06
bmorrisoI don't see anything in there specific to partitioning/disk layout18:07
blake_rbmorriso: that is because by default curitn picks the first disk18:09
blake_rbmorriso: http://paste.ubuntu.com/10784573/18:09
blake_rbmorriso: add that to the config18:09
blake_rbmorriso: change the /dev/sdb to the device you want18:09
bmorrisoIs there a certain place that should go?18:10
blake_rbmorriso: it can just go at the end18:10
blake_rserverascode: did you ever get the cluster connected to the region18:11
bmorrisoThank you very much!!18:11
blake_rbmorriso: no problem18:11
bmorrisoblake_r: if I wanted to target a specific host with that command? According to this https://maas.ubuntu.com/docs1.7/development/preseeds.html I would do something like "curtin_userdata_ubuntu_amd64_generic_bfs2.poc" ?18:16
bmorrisoWith Curtin is there a way to target system information? Either brand of server, or type of disk?18:16
bmorrisoI can give more context if it'd help18:17
blake_rcurtin_userdata_ubuntu_amd64_generic_trusty_bfs218:17
blake_rdon't include the fqdn18:17
blake_rjust the hostname18:17
blake_rbmorriso: no real way of doing that18:17
blake_rbmorriso: you could tag the machines in maas18:17
blake_rbmorriso: then using the templating system we use, make a conditional on that tag18:18
bmorrisoSo tag it UCS/LUN or something similar, then based on those tags, match on the conditional with an "if/else" and I could set the partition that way?18:18
bmorrisoI really don't want to get into managing preseeds per server, rather I'd like to say "If this has a NetApp disk (LUN) or If this is UCS booting from SAN, install Ubuntu on this disk, else install on the first disk"18:19
blake_rbmorriso: no not that way18:36
blake_rbmorriso: if you need to do something like that, then you will need to add that logic in the preseed to be processed by the client18:37
blake_rbmorriso: I was speaking of tags in  maas, like tagging a machine18:37
bmorrisoI'll have to look at the docs to see.18:39
bmorrisoblake_r: I used what you suggested for /dev/sdb but it actually installed it on /dev/sdc http://paste.ubuntu.com/10784781/18:41
blake_rbmorriso: the order the disks are picked up by the kernel are not persistent18:43
blake_rbmorriso: so /dev/sdb would have been /dev/sdc in the installer environment18:43
bmorrisoOK. Fair enough. It did what I wanted, which was to _not_ install on the local disks18:43
blake_rbmorriso: you could use by-id path if you want a specific disk and you know its id18:44
blake_rbmorriso: ls -l /dev/disks/by-id/18:44
blake_rbmorriso: that will make sure its that exact disk18:44
bmorrisothis should suffice. I don't hard code paths, the only intention was to ensure it didn't install on the local disks. This is perfect! Thanks for the support. Love this channel/group/project18:45
bmorrisoblake_r: what is the equivalent of "install disk-detect/multipath/enable=true" in curtin? Or is there?19:00
bmorrisoI have this in curtin_userdata_ubuntu_amd64_generic_trusty_bfs2 http://paste.ubuntu.com/10785028/ but it doesn't actually install the package.19:18
bmorrisoWould I not see early or late commands in install.log? Is there a way to see this output?19:56
blake_rbmorris: try adding .local to the end of that file to see if it gets installed19:58
blake_rmight not be getting used19:59
blake_rhostname will contain a .local if it was enlisted and not manually added20:00
blake_roh I know what's wrong20:00
blake_ryou need that one late_commands20:00
blake_rand you need to use curtin in-target -- before it20:01
blake_rwithout that you are installjng in the booted Ubuntu installed20:01
mupBug #1442360 was opened: 1.8b1: Cannot add machine Missing Power Type <oil> <MAAS:New> <https://launchpad.net/bugs/1442360>20:40
bmorrisoblake_r: what you sent earlier, is now getting picked up but it errors http://paste.ubuntu.com/10785782/21:01
blake_rbmorriso: ah its block-meta not block_meta, my bad21:04
bmorrisoyeah, I looked closer at the output...no worries. Appreciate the guidance. Wish there were more documentation on curtin. Feels like a black box21:05
bmorrisoIs here the best place to ask curtin questions or is there a curtin specific channel?21:05
blake_rbmorriso: this is the best place, no specific curtin channel21:06
bmorrisoI just hacked together a pretty awesome preseed, and now I have to figure out how to get it all into Curtin.21:06
bmorrisoSo my install log shows "Installation finished. No error reported" but the server is just stuck in 'deploying' state http://paste.ubuntu.com/10785977/21:30
bmorrisoIt never changes from 'deploying' to 'deployed'21:30
blake_rbmorriso: the node has to boot again into the new installation and contactaas to21:36
blake_rmaas to be marked deployed21:36
blake_rcheck the console of the node to see where it got stuck21:36
bmorrisoIt's at the login prompt21:37
bmorrisoit never rebooted21:37
bmorrisoIt put the keys on the host21:37
bmorrisoHere is a screenshot http://i.imgur.com/qXCk6Fb.png21:39
bmorrisoI can provide cloud-init.log or cloud-init-output.log if it would be useful21:42
mupBug #1442379 was opened: 1.8beta1: 500 error when shutting down node <oil> <MAAS:New> <https://launchpad.net/bugs/1442379>22:22

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