/srv/irclogs.ubuntu.com/2017/04/19/#maas.txt

machoziCan I commission OS to client machines? I have an environment mixed with Windows 8-10 users and Ubuntu 14 users03:10
machoziUsing Maas03:10
=== frankban|afk is now known as frankban
mupBug #1684070 opened: [Subnets page, UX Improvement] Present the utilisation summary in a graphic way (per Pod-Storage design) <ui> <MAAS:New> <https://launchpad.net/bugs/1684070>10:01
mupBug #1684074 opened: [2.2.0rc2, Pods, Improvement] When I am in the process of adding the first Pod, the empty state is replaced by the table headers. <ui> <MAAS:New> <https://launchpad.net/bugs/1684074>10:17
mupBug #1684085 opened: [2.2.0rc2, Accessibility] In the networking part of MAAS the forms are not A-level accessible <accessibility> <ui> <MAAS:New> <https://launchpad.net/bugs/1684085>11:03
mupBug #1684094 opened: [2.2.0rc2, UI, Subnets] Make the contextual menu language consistent across MAAS <ui> <ux-qa-2.2> <MAAS:New> <https://launchpad.net/bugs/1684094>11:33
mupBug #1652645 changed: [2.1.2] Multiple Servers allocated but does not go to deploying state <cdo-qa-blocker> <oil> <MAAS:Invalid> <https://launchpad.net/bugs/1652645>13:09
mupBug #1659891 changed: Trusty deploy fails, with unrecognised disk label, on nodes commissioned with Xenial <cdo-qa-blocker> <cdoqa> <MAAS:Invalid> <https://launchpad.net/bugs/1659891>13:09
mupBug #1671651 changed: [2.2 beta3] multiple machines allocated and do not transition to Deploying <cdo-qa-blocker> <oil> <MAAS:Invalid> <https://launchpad.net/bugs/1671651>13:09
mupBug #1684111 opened: MaaS assigns static IP addresses from dynamic range <MAAS:New> <https://launchpad.net/bugs/1684111>13:09
mupBug #1683874 changed: Unable to deploy with different kernel <MAAS:Invalid> <https://launchpad.net/bugs/1683874>13:39
kikoalanmeadows!13:55
mupBug #1684131 opened: [2.2.0rc2, Subnets] In subnet details in the reserved table, there is no spacing between the buttons Reserve range and Reserve dynamic range <ui> <ux-qa-2.2> <MAAS:New> <https://launchpad.net/bugs/1684131>14:16
mupBug #1684136 opened: [2.2.0rc2, UI, DNS] The page header in the domain details page doesn't follow the pattern styling <ui> <ux-qa-2.2> <MAAS:New> <https://launchpad.net/bugs/1684136>14:16
mupBug #1684137 opened: 2.2 current daily build warns of IP exhaustion <MAAS:New> <https://launchpad.net/bugs/1684137>14:16
mupBug #1684140 opened: [2.2.0rc2, Subnets, UX Improvement] Introduce a secondary nav in the subnet details page <ui> <MAAS:New> <https://launchpad.net/bugs/1684140>14:46
mupBug #1684157 opened: 2.2 daily allows me to select BOTH secure erase and quick (insecure) erase when releasing a node <MAAS:New> <https://launchpad.net/bugs/1684157>15:16
mupBug #1684216 opened: [2.2.0rc2, UX Improvement, Images] Change the button copy from Save selection to Update image selection <ui> <MAAS:New> <https://launchpad.net/bugs/1684216>16:16
=== frankban is now known as frankban|afk
mupBug #1668957 changed: [2.1] maas API 2.0 - link_subnet give error when linking subnet on a different VLAN <oil> <MAAS:Incomplete by mpontillo> <https://launchpad.net/bugs/1668957>17:31
mupBug #1668957 opened: [2.1] maas API 2.0 - link_subnet give error when linking subnet on a different VLAN <oil> <MAAS:Incomplete by mpontillo> <https://launchpad.net/bugs/1668957>17:46
mupBug #1668957 changed: [2.1] maas API 2.0 - link_subnet give error when linking subnet on a different VLAN <oil> <MAAS:Incomplete by mpontillo> <https://launchpad.net/bugs/1668957>17:55
mupBug #1684137 changed: 2.2 current daily build warns of IP exhaustion <MAAS:Invalid> <https://launchpad.net/bugs/1684137>18:01
ThiagoCMCHey guys... Under MaaS Next (fully upgraded and recently installed), my PXE subnet have 0% "Available IPs"! But the subnet is a /23 and I only have 11 baremetal servers! How to clean it up?19:21
kikoThiagoCMC, hmm, good question19:22
ThiagoCMCNever mind... Figured it out!19:22
ThiagoCMC:-P19:22
kikoThiagoCMC, what was it?19:22
ThiagoCMCIt was reserved for some reason...19:23
ThiagoCMCI don't remember to reserve this manually19:23
sfeoleI want to commission some nodes with the zesty image or hwe-z kernel,  is that possible right now with maas 2.1.3 ?19:25
=== frankban|afk is now known as frankban
ThiagoCMCHow to add an "A" entry using MaaS CLI? I'm trying: "maas admin dnsresource-records create name=eno1.400.ultra-mega domain=company cloud rrtype=A rrdata=10.250.0.1"21:20
ThiagoCMCbut the error appear: {"rrtype": ["A is not one of TXT NS SSHFP CNAME MX SRV."]}21:20
ThiagoCMCIt is not possible to add "Type A" entries to MaaS' DNS?21:20
matias_Hi everyone! I'm playing along with maas and dns services. I created a new domain and declared some A records using MAAS CLI. Everything was added in the right way. However I started to see on the regiond logs the following message: "twisted.internet.error.InvalidAddressError: ('localhost', 'write() only accepts IP addresses, not hostnames')"21:20
matias_can somebody guide me what should I see?21:21
matias_ThiagoCMC: maas admin dnsresources create fqdn=eno1.400.ultra-mega.company ip_addresses=<ip_address>21:22
matias_ThiagoCMC: but before you need to ensure that you have reserved the IP address21:23
ThiagoCMCCool! Trying it now... Thing is, those IPs that I need to add, comes from an external DHCP that is not managed by MaaS.21:23
matias_ThiagoCMC: maas root ipaddresses reserve ip=<ip_address>21:23
matias_ThiagoCMC: not sure, then. I'd declare that network on the MAAS server... but I don't know if this is a good practice (I'm an user as you)21:24
ThiagoCMCmatias_, thanks for the tips man!21:28
matias_ThiagoCMC: you're welcome!21:29
ThiagoCMC:-D21:29
matias_regarding my error message, is it possible that if I put "nameserver localhost" on my /etc/resolv.conf on rack controller I could have the error message: twisted.internet.error.InvalidAddressError: ('localhost', 'write() only accepts IP addresses, not hostnames')"21:47
mupBug #1684157 changed: 2.2 daily allows me to select BOTH secure erase and quick (insecure) erase when releasing a node <MAAS:Invalid> <https://launchpad.net/bugs/1684157>22:40
mupBug #1684305 opened: machines read API endpoint giving circular reference error <MAAS:Triaged by blake-rouse> <https://launchpad.net/bugs/1684305>22:40
mupBug #1680993 changed: [2.1.3] Ubuntu deployment fails in BIOS/Legacy mode <MAAS:Invalid> <https://launchpad.net/bugs/1680993>23:10

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