/srv/irclogs.ubuntu.com/2016/09/01/#maas.txt

sujeet_Hi04:48
sujeet_Can we commission the script without rebooting the server (node)?04:49
=== frankban|afk is now known as frankban
mupBug #1619202 opened: [2.1] Upgrade doesn't remove old template files <MAAS:New for andreserl> <https://launchpad.net/bugs/1619202>09:27
mupBug #1619202 changed: [2.1] Upgrade doesn't remove old template files <MAAS:New for andreserl> <https://launchpad.net/bugs/1619202>09:39
=== degville is now known as degville_
=== degville_ is now known as degville
mupBug #1619202 opened: [2.1] Upgrade doesn't remove old template files <MAAS:New for andreserl> <https://launchpad.net/bugs/1619202>09:42
PCdudeI am having troubles with MAAS11:14
PCdudethe nodes cannot get to the internet11:15
PCdudeevery apt command can indeed reach the internet. pings to the gateway succeed and dnslookups succeed too. ping an ip address outside the LAN fails and also to a hostname11:15
PCdudeso the proxy through the controller does work11:15
PCdudebut not for the other traffic11:15
PCdudeis it possible to route other traffic through the proxy too or is there a misconfiguration?11:16
sujeet_Hi12:00
sujeet_can i commission the node without rebooting the node(server)?12:01
mupBug #1619262 opened: [2.1, 2.0] Can't input dynamic range on "Enable DHCP" after I deleted the dynamic  range <MAAS:New> <MAAS 2.0:New> <MAAS trunk:New> <https://launchpad.net/bugs/1619262>12:19
mupBug #1619334 opened: Service monitor logs using full enum repr rather than name <MAAS:Triaged> <https://launchpad.net/bugs/1619334>14:43
mupBug #1619337 opened: [vanilla] Logout page highlights the settings navigation not the logout navigation <vanilla> <MAAS:New> <https://launchpad.net/bugs/1619337>14:43
mupBug #1619342 opened: maas-dhcp precondition fails (/var/lib/maas/dhcpd-interfaces does not exist) <canonical-bootstack> <MAAS:New> <https://launchpad.net/bugs/1619342>15:01
mupBug #1619342 changed: maas-dhcp precondition fails (/var/lib/maas/dhcpd-interfaces does not exist) <canonical-bootstack> <MAAS:Invalid> <https://launchpad.net/bugs/1619342>15:19
mupBug #1619342 opened: maas-dhcp precondition fails (/var/lib/maas/dhcpd-interfaces does not exist) <canonical-bootstack> <MAAS:Invalid> <https://launchpad.net/bugs/1619342>15:28
mupBug #1619342 changed: maas-dhcp precondition fails (/var/lib/maas/dhcpd-interfaces does not exist) <canonical-bootstack> <MAAS:Invalid> <https://launchpad.net/bugs/1619342>15:31
mupBug #1619368 opened: maas upgrade failed from 14.04+1.9 to 16.04+2.0 <MAAS:New> <https://launchpad.net/bugs/1619368>16:01
sujeet_can i commission the node without rebooting the node(server)?16:20
neithPCdude: its the default behavior16:37
sujeet_Hi roaksoax16:50
=== frankban is now known as frankban|afk
sujeet_Hi kiko17:52
sujeet_kiko: can i commission the node without rebooting the node(server)? or is there any other way to do it?17:54
kikohello sujeet_18:16
kikowell18:16
kikoit's a good question18:16
kikosujeet_, when you upload a commissioning script, it is set up to be run as part of commissioning18:17
kikosujeet_, commissioning is a phase which boot into the ephemeral image18:17
kikosujeet_, are you asking if you can "recommission" the node once it has already been deployed without rebooting?18:17
natefinchwhat's the opposite of deploy for a node?  I deployed a node from the GUI, and now I want to undo that action18:45
kikonatefinch, release18:52
kikonatefinch, note that release doesn't wipe drives by default; you need to enable that feature in the GUI if you want it, but be aware it is VERY slow on HDDs18:52
kikonatefinch, it will get faster with 2.1 where we use ATA secure erase where supported18:52
sujeet_kiko: once the node is deployed we can recommission the node without rebooting?18:54
kikosujeet_, no, you can't18:55
kikosujeet_, commissioning is done from the ephemeral environment18:55
kikosujeet_, which obviously can't be used on a node running windows!18:55
sujeet_ok, is there any other way to do without rebooting?18:57
sujeet_i just want to communicate to the http server to get json data18:57
kikosujeet_, you mean once the node is deployed? no, definitely not19:00
kikosujeet_, are you clear on how MAAS works?19:00
sujeet_yes19:00
kikosujeet_, once you deploy the node runs the target OS, and we don't run an agent on it19:00
sujeet_before deploying?19:01
sujeet_still my node is in ready state19:01
kikosujeet_, if your node is in ready state, it is powered off19:02
sujeet_we are getting the info of drives, Ram,and so on19:02
kikosujeet_, right19:02
sujeet_no19:02
kikono?19:02
kikowhat do you mean?19:02
sujeet_instead of getting again all the info of system, can we run the script?19:03
sujeet_my http server will reside in BMC chip19:04
sujeet_so i need to do some operation (firmware upgrade or secure erase) after the node is in ready state19:05
kikoyou just run commissioning again19:05
kikoit will run your script, along with recollecting system information19:05
sujeet_so without rebooting it wont work?19:06
kikoroaksoax, can a user script be run before we collect the hardware information?19:06
kikosujeet_, I don't understand what you mean by "without rebooting"19:06
kikosujeet_, when the node is in the ready state, it is powered off19:06
kikosujeet_, when you tell it to Commission, MAAS boots the node19:06
roaksoaxkiko: a commissioning script? no, they run after MAAS has done its thing19:06
sujeet_ok19:06
roaksoaxkiko: in this case, what do we need it for ?19:06
kikoroaksoax, we probably need to run then before MAAS does hardware probing19:06
kikoroaksoax, because if you are setting up HW RAID the drive details will change19:07
kikootherwise you'll need to reboot or at least re-run the hardware probe multiple times19:07
kikoroaksoax, s/then/them19:07
kikosujeet_, oh, I think I see what you mean19:08
kikosujeet_, you want to be able to issue commands to the BMC while the node is powered off?19:08
roaksoaxkiko: we could potentially look into doing commissioning scripts in such a way that they run on early or late stages19:08
kikosujeet_, can you upgrade firmware while the node is off? what about set up drives?19:08
roaksoaxkiko: but that would indeed require a bit of work19:08
kikoroaksoax, yeah, it's work for sure, but hopefully not too much19:08
sujeet_ok19:09
mupBug #1619435 opened: Images imported, but settings says "no usable release" <MAAS:New> <https://launchpad.net/bugs/1619435>19:23
sujeet_1->. I enlisted the node (after enlisting the state is power OFF). 2.->I commission the node (after commissioning the state is ON). 3-> i want to write the script to communicate to the BMC http server (on node power state ON)19:25
kikosujeet_, 2 is wrong. after commissioning the state is off.19:26
kikosujeet_, your script needs to run as part of step 2.19:26
sujeet_ok , but after commissioning the state is ON in my setup, do you think there is some problem?19:29
kikosujeet_, yes, there is a problem19:29
kikosujeet_, when you commission there is an option to leave the node running, though -- have you enabled it?19:30
sujeet_dont know, where is that option?19:30
kikowhen you commission19:31
sujeet_Kiko: i sent the screenshot of MAAS dashboard in your mail, can you please look at it?19:39
kikosujeet_, is the machine actually on?19:54
kikosujeet_, or is our power check failing?19:54
sujeet_its on19:54
kikosujeet_, okay, it's a bug. something is not finishing in the commissioning phase19:55
kikosujeet_, I've forwarded the screenshot to andres, but if you can SSH into the node and collect the logs that would help19:55
kikosujeet_, see privmsg19:56
sujeet_ok19:57
mupBug #1619477 opened: [ipv6] interfaces only show one subnet during commissioning <MAAS:New> <https://launchpad.net/bugs/1619477>21:53
mupBug #1619435 changed: Images imported, but settings says "no usable release" <MAAS:Invalid> <https://launchpad.net/bugs/1619435>22:32
mupBug #1619488 opened: 2.0.0 rack talking to 2.1.0(alpha) region results in rack errors <MAAS:New> <https://launchpad.net/bugs/1619488>22:32
mupBug #1619493 opened: [2.1] rack needs to be more graceful about missing recommends <MAAS:Triaged> <https://launchpad.net/bugs/1619493>23:11

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