/srv/irclogs.ubuntu.com/2017/05/18/#maas.txt

mupBug #1691663 opened: Juju bootstrap maas centos7 yum repo not found <maas (Ubuntu):New> <https://launchpad.net/bugs/1691663>06:55
=== roaksoax is now known as roaksoax-pto
=== roaksoax-pto is now known as roaksoax
mupBug #1691755 opened: [2.2, UI] When deleting VLAN interface, a confirmation message appears to delete physical interface <MAAS:New for ricgard> <https://launchpad.net/bugs/1691755>13:32
mupBug #1691765 opened: [2.x] Node commissioning page should include the cloud-init logs and cloud-init output (especially for failed commissioning) <MAAS:New> <https://launchpad.net/bugs/1691765>13:59
mupBug #1686794 changed: [2.2, UI] Cancel button broken on add user page and add ssl key page. <ui> <MAAS:Confirmed> <https://launchpad.net/bugs/1686794>14:38
mupBug #1691768 opened: [2.2.0rc2, UI, Settings] When adding a user Cancel doesn't work and I am stuck on the add user page <ui> <MAAS:New> <https://launchpad.net/bugs/1691768>14:38
roxana_hello14:48
roxana_somebody ????14:48
pmatulisroxana_, hi, how are you?14:49
kikomanybody14:52
mupBug #1691765 changed: [2.x] Node commissioning page should include the cloud-init logs and cloud-init output (especially for failed commissioning) <MAAS:New> <https://launchpad.net/bugs/1691765>14:53
fengxia41103Hi14:54
fengxia41103I'm trying to create a centos node maanaged by Juju14:54
fengxia41103using MAAS cloud for the provider14:54
fengxia41103I have create a MAAS server, managing two NICs, one is connected to the outside world, the other is serving DHCP to MAAS nodes on 192.168.8.x.14:55
fengxia41103I'm hitting an error nearly identical to this bug14:55
fengxia41103https://bugs.launchpad.net/maas/+bug/168864414:55
fengxia41103MAAS server has UFW enabled firewall rules that allows ping and other ports14:56
fengxia41103but pinging from provisioned node will give Host Unreachable14:56
fengxia41103what did I miss?14:57
mupBug #1691765 opened: [2.x] Node commissioning page should include the cloud-init logs and cloud-init output (especially for failed commissioning) <MAAS:New> <https://launchpad.net/bugs/1691765>14:59
mupBug #1691765 changed: [2.x] Node commissioning page should include the cloud-init logs and cloud-init output (especially for failed commissioning) <MAAS:New> <https://launchpad.net/bugs/1691765>15:08
mupBug #1691778 opened: [UX Improvement, Settings] When device discovery is disabled the active mapping field maintains its value and it is not clear that it is also disabled <ui> <MAAS:New> <https://launchpad.net/bugs/1691778>15:08
fengxia41103anyone can help me take a look at bug 1688644?15:13
mupBug #1691778 changed: [UX Improvement, Settings] When device discovery is disabled the active mapping field maintains its value and it is not clear that it is also disabled <ui> <MAAS:New> <https://launchpad.net/bugs/1691778>15:20
fengxia41103Looks like MAAS set interface gateway to 192.168.8.254 by default, but my machine is 8.1. Manually change the gateway allowed ping to work now.15:20
mupBug #1691778 opened: [UX Improvement, Settings] When device discovery is disabled the active mapping field maintains its value and it is not clear that it is also disabled <ui> <MAAS:New> <https://launchpad.net/bugs/1691778>15:23
xygnalroaksoax:  which file do I need to modify to add actions during or just-after comission?15:25
xygnalroaksoax: i would assume /etc/maas/preseeds/comissioning but I am not certain what synatx is safe in there.15:29
roaksoaxxygnal: you can add "commissioning scripts"15:31
roaksoaxxygnal: no need to modify preseeds15:31
xygnalroaksoax are there docs on this? I was trouble having finding it15:32
roaksoaxxygnal: give me sec, otp15:32
xygnalroaksoax thanks.  I intend to grab disk information and set the boot device for the node.   Does any of the data collected during comission (such as disk info) stay locally on the system? Would love to just grab the disk info I need out of any local files it wrote, saving me some commmands15:37
roaksoaxxygnal: ok, so commissioning scripts allow you tyo run any script you want to either, garther data, configure your underlying hardware, and allows you to do so before/after any of the scripts maas provides15:50
roaksoaxxygnal: maas, currently, grabs the boot disk information and processes the data, and selects a boot disk, usual;ly, the first disk15:50
xygnalroaksoax we have a specific disk that needs to be chosen for install, and it is not the first disk.15:51
xygnalroaksoax I was hoping to grab the disk out of the comission's probe data and then set it's serial for boot device15:51
xygnalroaksoax the idea being, its set automatically.  Clients do not have to figure it out themselves.15:51
roaksoaxxygnal: right. So, you could probably write your commissioning script (which can actually be anything you want), and have the commissioning script set the right boot disk15:52
roaksoaxxygnal: your script could install the cli, run commands to set the boot disk to the one you want15:54
roaksoaxxygnal: that said, you add new commissioning scripts in Settings page15:54
xygnalthats one way, i was thinking I would have to make API calls15:54
roaksoaxxygnal: and the naming of the script determines the order on which it is run15:55
xygnalroaksoax I found someones githhub examples for using the CLI, so I understand how to do it now. ty.15:55
xygnalroaksoax can I just apt install them or would I need to make PPA additions?15:56
roaksoaxxygnal: you can basically run what you need to run for the commissioning script15:56
kikoxygnal, if you want the MAAS client, make sure it's the same version you deployed into MAAS15:56
roaksoaxxygnal: but if you wnat to add PPA's, you could also use the package repository feature15:57
xygnalkiko hm that is a concern, potential break point I dont want to conflict with if possible.   Can this be done using the API instead?15:57
roaksoaxthat allows you to add different repositories for your environment15:57
xygnalroaksoax ty15:57
* roaksoax pto15:57
kikoxygnal, you can use the API, sure, and generally that's the saner approach. have you looked at the MAAS python library we've started?15:58
xygnalI have not, though I am aware of it.15:59
mupBug #1691755 changed: [2.2, UI] When deleting VLAN interface, a confirmation message appears to delete physical interface <MAAS:Invalid> <https://launchpad.net/bugs/1691755>16:26

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