/srv/irclogs.ubuntu.com/2017/02/10/#maas.txt

pmatulisDamnit__, what instructions are you following? in general i mean00:36
=== frankban|afk is now known as frankban
mupBug #1663517 opened: test_calls_decompose_machine leaving junk in reactor <tests> <MAAS:In Progress by allenap> <https://launchpad.net/bugs/1663517>08:57
=== frankban is now known as frankban|afk
zeestratHey, how can I change the hostname of a region/rack controller via the GUI or CLI?10:59
brendandzeestrat, there might be a ui bug in changing the hostname..11:25
zeestratbrendand: I'm not sure if I understand. Could you elaborate?11:32
brendandzeestrat, the list of controllers is at MAAS/#/nodes?tab=controllers11:33
brendandif you click on one, then click on the hostname field, it doesn't let you edit it. i'm not sure if that is intentional11:33
brendandroaksoax, should we be able to update the controller hostname?11:33
zeestratYes, I noticed that. So I was hoping there was a way to do so with the CLI.11:34
brendandzeestrat, i can't actually see a way at the moment, the region-controllers update command has no hostname parameter that i can see11:39
zeestratbrendand: I couldn't find anythere there either. Shal I wait for a response from roaksoax before creating a bug?11:57
brendandzeestrat, you could file a bug along the lines of 'controller hostname field not editable'. if it's not *meant* to be editable it should not be a text field, i think12:03
mupBug #1663569 opened: [2.2] Prefer using <fabric-name>-<vlan-name> for shared network statement in dhcpd.conf <MAAS:New> <https://launchpad.net/bugs/1663569>12:05
mupBug #1663569 changed: [2.2] Prefer using <fabric-name>-<vlan-name> for shared network statement in dhcpd.conf <MAAS:New> <https://launchpad.net/bugs/1663569>12:14
mupBug #1663569 opened: [2.2] Prefer using <fabric-name>-<vlan-name> for shared network statement in dhcpd.conf <MAAS:New> <https://launchpad.net/bugs/1663569>12:17
roaksoaxadmcleod: no you cant12:28
roaksoaxerr12:28
roaksoaxadmcleod: sorry12:28
roaksoaxzeestrat: no you cant12:28
roaksoaxzeestrat: i responded on the bug12:28
roaksoaxzeestrat: but basically, MAAS does not have a running agent on the controllers to change the hostname of the underlying system12:28
zeestratroaksoax: Changing the hostname of the system is not a problem, however changing that (i.e. /etc/hostname) does not seem to update it in MAAS.12:30
zeestratBasically we had a change of naming policy and would like this change to also reflect in MAAS on our controllers running in production.12:35
roaksoaxzeestrat: does hostname -f reflect your new hostname ?12:35
roaksoaxzeestrat: so you want ot change the underlying hostname but it doesn't reflect in MAAS12:36
roaksoaxzeestrat: i'd recommend you re-open the bug and rename it to "changing controller's underlying machine hostname does not reflect in MAAS"12:36
roaksoaxzeestrat: actually12:38
roaksoaxzeestrat: i just tested12:38
roaksoaxzeestrat: and it changed the hostname for me12:38
roaksoaxzeestrat: i did: sudo hostname xyz12:38
roaksoaxzeestrat: updated it in /etc/hosts12:39
roaksoaxzeestrat: sudo service maas-rackd restart12:39
roaksoaxzeestrat: and boom, new hostname12:39
zeestratOh, then I must have done something wrong. Let me try again.12:40
roaksoaxzeestrat: try restarting maas-rackd12:41
zeestratWill do. Get back to you in a few min.12:41
roaksoaxtested again12:45
brendandroaksoax, also i think the controller hostname should be text and not an uneditable text-field. it's a bit confusing atm12:48
roaksoaxbrendand: maybe it is the browser, it doesn't show as an uneditable text field to me12:51
brendandroaksoax, when you click on it what happens?12:51
roaksoaxnothing12:52
=== frankban|afk is now known as frankban
brendandroaksoax, looking at the angular code it does appear to be a non-editable text field12:57
roaksoaxbrendand: maybe because I'm now looking at latest trunk :)12:59
zeestratroaksoax: You were absolutely right. Dumb mistake on my part. Forgot about an old node with the same name so of course MAAS complained because of the name collision.13:05
roaksoaxzeestrat: no worries, it is not something obvious anyway :)13:06
zeestratThanks for bearing with me :)13:06
roaksoaxzeestrat: thanks for using maas :)13:06
zeestratroaksoax: With the hours we have saved we owe y'all a beer or two! Just give a ping if you come by Norway by any chance.13:10
zeestratroaksoax: While I have you, do you know if there's a doc that describes which connections/ports are used between region and rack controllers? I saw some discussions in https://bugs.launchpad.net/maas/+bug/1352923 but nothing up to date.13:13
pmatuliszeestrat, afaik tcp ports 5240 and 5250-525913:24
roaksoaxzeestrat: 5250-5259 is for internal communication between region/rack13:59
roaksoaxzeestrat: for user access, 524013:59
zeestratHow about if you have region controller in HA with a VIP (keepalived as per your guide)? Do the rack controllers only talk to the VIP set in the rackd.conf, or also directly to one of the region controllers?14:04
mupBug #1663612 opened: [2.2, UI] During commissioning, UI shows 'Error:Node must be connected to a network.' <MAAS:New> <https://launchpad.net/bugs/1663612>14:26
mupBug #1663614 opened: MAAS creates a websocket connection per tab <performance> <MAAS:Triaged> <https://launchpad.net/bugs/1663614>14:26
MaWe_Hello there, I've a strange error while commisioning: "update clock skew to -7324" and "http error 401"15:39
MaWe_after several unique messages (within minutes) the systen shuts down.15:40
MaWe_MaaS node list shows "Failed commisioning"15:41
MaWe_3 nodes, 3 errors :-(15:41
MaWe_any suggestions?15:41
roaksoaxMaWe_: what version of MAAS are you using ?15:49
roaksoaxMaWe_: seems like the clocks on your systems are not in sync15:49
roaksoaxMaWe_: but cloud-init and ntp should handle that15:49
MaWe_Version: 2.1.3+bzr5573-0ubuntu1~16.04.115:51
MaWe_maas-server was out of sync, did a 'service ntp restart' and it worked.15:52
MaWe_how can i test if cloud-init and ntp are ok?15:52
roaksoaxMaWe_: go to the MAAS UI, Under the nodes tab, go to Controllers15:53
MaWe_nameservers are configured and should work15:53
roaksoaxaccess your controller and see the status of the services15:53
roaksoaxmake sure that ntp shows gree15:53
mupBug #1663643 opened: Pod compose handles timeouts badly <pods> <MAAS:Triaged by blake-rouse> <https://launchpad.net/bugs/1663643>15:54
MaWe_ntp is green15:54
roaksoaxMaWe_: and the issue keeps happening ? cloud-init should just fix the clock-skew16:04
MaWe_it keeps happening :-(16:06
MaWe_sorry.. have to leave now, will reboot the machine and try it on monday. -- thanks for your help16:09
mupBug #1663651 opened: [2.2, rev5710] MAAS has 'test' action, but it has nothing in it. <MAAS:New> <https://launchpad.net/bugs/1663651>16:30
mupBug #1663652 opened: Maas with HA and remote rsyslog not work <MAAS:New> <https://launchpad.net/bugs/1663652>16:30
bladernrroaksoax, am I correct in thinking you can apply kernel parameters now based on tags? (e.g. tag=noacpi could apply the acpi=off parameter to the kernel)?16:30
bladernrroaksoax, and if so, does that only apply to the ephemeral, or is it also set when the deployed kernel is installed?16:31
roaksoaxbladernr: you were always able to apply parameters based on tags16:46
roaksoaxbladernr: it will apply them to deployed machines too16:46
bladernrahhh, ok.  What I meant, I guess was that I just learned that it was possible (so new to me).  Thanks for confirming!!16:51
mupBug #1663686 opened: [2.2] After machine is set 'Ready' (after commissioning), messages fail to post <MAAS:Triaged> <https://launchpad.net/bugs/1663686>18:09
=== frankban is now known as frankban|afk

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