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

=== CyberJacob is now known as zz_CyberJacob
ennobleIs there a way to tell MaaS to install on a specific storage device (or at least storage device type) on the server?00:24
=== _rparenato is now known as rparenato
=== jtv1 is now known as jtv
=== zz_CyberJacob is now known as CyberJacob
=== CyberJacob is now known as zz_CyberJacob
mupBug #1496339 opened: Problem installing fixture '.../src/maasserver/fixtures/dev_fixture.yaml <dev-environment> <MAAS:Triaged> <https://launchpad.net/bugs/1496339>10:40
=== allenap changed the topic of #maas to: MAAS: Ubuntu's bare-metal provisioning tool | Docs: http://maas.ubuntu.com/ | Mailing list: https://launchpad.net/~maas-devel
mupBug #1496339 changed: Problem installing fixture '.../src/maasserver/fixtures/dev_fixture.yaml <dev-environment> <MAAS:Triaged> <https://launchpad.net/bugs/1496339>10:46
mupBug #1496339 opened: Problem installing fixture '.../src/maasserver/fixtures/dev_fixture.yaml <dev-environment> <MAAS:Triaged> <https://launchpad.net/bugs/1496339>10:49
binoyhow to post in maas api11:02
binoyusing maas-client11:03
binoyhi11:08
mupBug #1496360 opened: POST request using python-maas-client <MAAS:New> <https://launchpad.net/bugs/1496360>11:40
mupBug #1496360 changed: POST request using python-maas-client <MAAS:New> <https://launchpad.net/bugs/1496360>11:44
mupBug #1496360 opened: POST request using python-maas-client <MAAS:New> <https://launchpad.net/bugs/1496360>11:47
mupBug #1496360 changed: POST request using python-maas-client <MAAS:Invalid> <https://launchpad.net/bugs/1496360>11:53
binoyhttps://bugs.launchpad.net/maas/+bug/149636011:58
mupBug #1496360 opened: POST request using python-maas-client <MAAS:New> <https://launchpad.net/bugs/1496360>12:02
binoy_https://bugs.launchpad.net/maas/+bug/149636012:09
mupBug #1496360 changed: POST request using python-maas-client <MAAS:New> <https://launchpad.net/bugs/1496360>12:11
mupBug #1496360 opened: POST request using python-maas-client <MAAS:Invalid> <https://launchpad.net/bugs/1496360>12:14
David_OrangeHello MAASters13:23
kikohello there!13:24
kikoDavid_Orange, can I help?13:24
David_Orangekiko: I go an issue with my MAAS. I Got 2 interfaces and the DHCP is on the second one13:25
David_OrangeThe data source sent to my node is pointing to the ip of the fist interface, where can I change that ?13:25
kikoDavid_Orange, can you explain a bit more -- 2 interfaces on a node or on the maas cluster controllers?13:25
David_Orangekiko: sorry, My master have 2 interfaces, one for admin and the 2 second on for the provisioning of other nodes13:26
David_Orangeand when the node start the commisionning it receive a bad address:13:27
kikoDavid_Orange, by master I assuming you mean the cluster controller? :)13:27
David_OrangeMAAS: {consumer_key: DnebRm9DqCDDDYPVJC, metadata_url: 'http://192.168.0.53/MAAS/metadata/',13:27
kikoDavid_Orange, what version of MAAS, incidentally?13:27
David_Orangeyes13:27
David_Orangethe last one, I check13:28
kikoplease check with dpkg -l | grep maas13:28
David_Orange1.7.613:28
kikothanks13:28
David_Orange1.7.6+bzr3376-0ubuntu2~15.04.113:28
kikothanks13:28
kikookay. so you have a cluster controller with two interfaces. what have you configured in the clusters page?13:29
binoy_https://bugs.launchpad.net/maas/+bug/149636013:29
David_OrangeI check13:30
David_Orangeone interface configured on eth113:30
David_Orangebut eth0 waas configured then removed13:31
kikookay13:31
kikoso what you are seeing is that the node is getting the address for eth0 when commissioning?13:31
David_Orangein the preseed of the node,13:33
David_Orangehttp://pastebin.geany.org/u4dy9/13:33
David_Orangethe metadata_url should point to the other network (192.168.2.0)13:34
David_OrangeAm I clear enough ?13:37
David_Orangekiko: I change the setting maas_url in the maas_cluster.conf and it seems to change te preseed, I  try a new commisioning13:41
kikoDavid_Orange, I was going to say exactly that -- your maas_url may be wrong13:45
David_Orangekiko: yes, and it works13:46
David_OrangeHave I missed a doc somewhere ?13:46
kikoDavid_Orange, thanks very much. the maas_url being wrong is a visibility problem and there is a bug reported for it13:46
David_Orangeok, thanks a lot for your time to help me13:47
mupBug #1496401 opened: Failure to grab the secret.lock <MAAS:Triaged> <https://launchpad.net/bugs/1496401>13:47
David_Orangekiko, I continue my tests. Thanks !13:50
=== jfarschman is now known as MilesDenver
mupBug #1496401 changed: Failure to grab the secret.lock <MAAS:Triaged> <https://launchpad.net/bugs/1496401>13:59
mupBug #1496360 changed: POST request using python-maas-client <MAAS:Invalid> <https://launchpad.net/bugs/1496360>14:05
mupBug #1496401 opened: Failure to grab the secret.lock <MAAS:Triaged> <https://launchpad.net/bugs/1496401>14:05
mupBug #1496360 opened: POST request using python-maas-client <MAAS:Invalid> <https://launchpad.net/bugs/1496360>14:11
mupBug #1496360 changed: POST request using python-maas-client <MAAS:Invalid> <https://launchpad.net/bugs/1496360>14:14
kflavinI'm trying to setup the region controller and cluster controller on separate servers.  I have two cluster controllers.  When I attempt to import images, I get an exception in the pserv.log.  When I dig a little further, I see it's a 500 error, caused by a database connection problem.15:48
kflavinHere is the error that shows up in the apache logs: http://pastebin.com/iVJjUpRK15:49
kflavinIt looks like the cluster controller is trying to contact a database running locally, when it should be talking to the database on the region controller?15:49
kflavinDid I miss something during setup?  The cluster controller appeared to add correctly to the region controller, and I can see it from the web UI.15:50
mupBug #1496469 opened: IBM Power8 will not PXE boot to MAAS 1.8 <blocks-hwcert> <MAAS:New> <https://launchpad.net/bugs/1496469>16:08
mupBug #1496469 changed: IBM Power8 will not PXE boot to MAAS 1.8 <blocks-hwcert> <MAAS:New> <https://launchpad.net/bugs/1496469>16:11
mupBug #1496469 opened: IBM Power8 will not PXE boot to MAAS 1.8 <blocks-hwcert> <MAAS:New> <https://launchpad.net/bugs/1496469>16:20
=== rbanffy_ is now known as rbanffy
mupBug #1496562 opened: 1.9 doesn't set the dns-search option in the generate /etc/network/interfaces <networking> <curtin:Triaged> <MAAS:Triaged by blake-rouse> <https://launchpad.net/bugs/1496562>20:36
=== zz_CyberJacob is now known as CyberJacob
=== CyberJacob is now known as zz_CyberJacob

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