/srv/irclogs.ubuntu.com/2018/03/05/#maas.txt

mupBug #1738261 changed: Cannot commission machine in pod <MAAS:Expired> <https://launchpad.net/bugs/1738261>04:18
mupBug #1621615 changed: network not configured when ipv6 netbooted into cloud-init <maas-ipv6> <verification-done> <verification-done-xenial-cloud-init> <cloud-init:Fix Released> <MAAS:Invalid> <cloud-init (Ubuntu):Fix Released> <cloud-initramfs-tools (Ubuntu):Fix Released> <cloud-init (Ubuntu11:07
mupXenial):Fix Released> <cloud-initramfs-tools (Ubuntu Xenial):Fix Released> <cloud-init (Ubuntu Yakkety):Fix Released> <cloud-initramfs-tools (Ubuntu Yakkety):Fix Released> <https://launchpad.net/bugs/1621615>11:07
sipiorhowdy. i'd like to enable dynamic dns on the zone managed by maas. any way to inject a snippet into the named.conf file, like there is for dhcp?13:10
mortyHey, I have a VM running MaaS, but it is a bit buggy atm. I see that a process called "twistd3" is taking most of the cpu and ram - what is this?13:32
mupBug #1753486 opened: maas-region-api should depend on maas-dns <MAAS:New> <https://launchpad.net/bugs/1753486>13:40
utkingHey guys!13:49
utkinganyone have any clue on the twistd3 and postgres cpu usage?13:50
utkingWe also get deploy errors when deploying with juju, in the sense that juju waits for machines13:50
utkingalso i get connection lost when connecting to maas, but my mate over here morty connects just fine :S13:51
kikoutking, tell us a bit more about what your MAAS setup looks like -- single machine?13:51
utkingmaas is a vm running on an R71013:51
utkingcontrolling a c6100 with 4 nodes13:51
utkingdual cpu's and 48gb ram each13:52
utkingit used to work, but now it doesn't13:52
kikookay, so a separate node with a VM in it, and a blade chassis13:52
utkingso i'm a bit clueless tbh13:52
kikookay, what changed?13:52
utkingyep :)13:52
utkingnothing, haha13:52
utkingjust haven't used it for a couple of weeks13:52
kikookay, what fails?13:52
kikocan you get to the MAAS API?13:52
utkingwell i for once can't connect, i can log in, and see the settings pane, but anything else gives me connection lost13:53
utkingalso when deploying with juju only one node gets deployed13:53
kikoyou can or can't connect?13:53
utkingwell juju can connect13:53
utkingi can't13:54
kikohow can you log in if you can't connect?13:54
utkinghttps://gyazo.com/a501eb8464345d8f9d2e2a71291b0ec413:55
kikogotcha13:55
kikoyou can connect, but the WS is failing13:55
utkingwe are a team of three people working on this, morty which is in here too13:55
utkinghe can connect though13:56
utkingbut maas still fails with the deployment13:56
kikoyep13:56
utkingWS?13:56
kikothe websocket13:56
utkingah ok, how can i fix it? haha :)13:56
kikolet's look at the MAAS logs13:56
kikoany tracebacks or obvious errors?13:56
utkingmaas.log?13:57
utkinghttps://pastebin.com/6VdmVSiB13:59
utkingsome of the nodes are a bit sleepy, so they use some time to boot. as in powers up and down for a while14:00
mupBug #1753493 opened: [2.4a1] DHCP does not offer all DNS servers <MAAS:Triaged> <https://launchpad.net/bugs/1753493>14:07
mupBug #1753496 opened: [2.4a1] DHCP does not offer all NTP servers <MAAS:Triaged> <https://launchpad.net/bugs/1753496>14:07
utkingcan't see anything that points to the errors we're having :/14:22
kikosorry, otp so lagged14:40
utkingotp? ^^14:47
utkinghttps://gyazo.com/a473f4d4eccdd58195de8ff46133f4ef14:50
utkinghere you can see maas14:51
utkingcpu usage i mean14:51
roaksoaxq/win 416:04
mupBug # changed: 1665476, 1718561, 1732390, 174130216:53
kurt_Hi guys - just looking for the information on how DNS is handled by maas.  I'm happy to RTFM, but was looking for something to actually read.  Thanks17:44
chuckDI have a question regarding MAAS with pxe boot over VLANs and was wondering if anyone had any ideas17:56
chuckDI have a JUMP server running MAAS17:56
chuckDI have 5 bare metal servers to be deployed17:56
chuckDPreviously I had everything working using FLAT networks.17:56
chuckDMY PROBLEM IS:17:56
chuckDI've changed to VLANs on my networks (IPMI & brAdmin).17:56
chuckDMy Servers receive VLAN Tag 141 IPMI packets from the JUMP server and act accoringly. This is expected as the serever BIOS allows for VLAN tags to be configured.17:56
chuckDUpon powerup/rest oer IPMI, My servers send unTagged (nonVLAN) BOOTP requests and I have verified that the packets make it to the IFACE of my brAdmin bridge.17:56
chuckDThe packets are not passed up the the brAdmin bridge as it is on VLAN tag 148.17:56
chuckDHow do I go about resolving this?17:56
kurt_maas appears to be set up correctly other than not being able to deploy.  there appears to be no internet access from the VMs to the outside world.  Any hints on what I should check?  postrouting iptables or something?22:34
kurt_and yes, I have these rules active:22:36
kurt_sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE22:36
kurt_sudo iptables -A FORWARD -i eth0 -o br1 -m state \22:36
kurt_    --state RELATED,ESTABLISHED -j ACCEPT22:36
kurt_sudo iptables -A FORWARD -i br1 -o eth0 -j ACCEPT22:36
kurt_echo 'net.ipv4.ip_forward=1' | sudo tee -a /etc/sysctl.conf22:36
kurt_any help is appreciated23:15

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