/srv/irclogs.ubuntu.com/2012/08/21/#maas.txt

=== bigjools-afk is now known as bigjools
rbasaksmoser: maas-import-ephemerals uses https, which can go through a proxy but cannot be cached. maas-import-pxe-files currently uses http so caching does work. Thoughts?11:15
lifelessrbasak: https is cachable.11:15
smoserrbasak, https_proxy11:16
smoserat least i think i've tested that.11:16
smoserrbasak, the reason it goes through https was a shortcut.11:16
rbasakIt is?11:16
rbasakI mean cached by a proxy11:16
lifelessrbasak: yes, two ways. You can talk https to the proxy, you can have a MITMing proxy.11:16
lifelesseither will get the proxy visbility into the requests and let it cache.11:16
smoseri didn't have time to implement any signature checking of hashsums.11:16
rbasaklifeless: sure, I understand that. But is there a trivial way of making this work with wget?11:17
smoserso i had to transfer securely.11:17
rbasaksmoser: OK. I'm just wondering if this has any implications that haven't been considered11:17
smoserrbasak, does 'https_proxy: http://your.proxy:3128/ wget https://foo.bar' not work?11:17
rbasaksmoser: yes, it does - but the proxy can't cache anything then11:17
smoseri'm assuming you tried that, and assuming that i'm looking incredibly ignorant to lifeless.11:17
smoser:)11:17
rbasakit just passes the tcp connection thruogh11:17
smoseri have to run for a bit.11:17
rbasakok11:18
smoserrbasak, i want to get checking done though.11:18
smosergpg checking signatures.11:18
smosercloud-utils now has the public key installed.11:18
rbasakYes.11:18
smoserof the cloud build system.11:18
rbasakBut what about the pxe files?11:18
smoserlater.11:18
smoserhave to look more. dont know off top of my head.11:18
smosertalk later.11:18
rbasakOK enjoy your run :-P11:18
roaksoaxallenap: howdy14:10
allenaproaksoax: Hello!14:11
allenaproaksoax: How is the package looking?14:12
roaksoaxallenap: looking good14:12
roaksoaxwas just wondering whether there are any other config options that need to be updated14:12
roaksoaxallenap: And if there's any new files that need to be installed, have they been added to setup.py?14:14
allenaproaksoax: pserv.yaml grew tftp options, but that was a while ago. Check celeryconfig.py perhaps?14:14
allenaproaksoax: I would hope they're in there. I'll have a look.14:14
roaksoaxallenap: right but I meant if any of the config options need to be changed on package configuration14:15
allenaproaksoax: Can you give an example of what you mean?14:15
allenapI have to reboot; biab.14:15
allenapBack.14:20
roaksoaxallenap: stuff that gets modified on maas.postinst file14:23
allenaproaksoax: Anything relating to cobbler can be removed. This is probably the wrong way to do it, but here's a start: http://paste.ubuntu.com/1159210/15:29
roaksoaxallenap: heh, I alread have that removed :) at least most of it15:31
roaksoaxallenap: am testing it though15:33
allenaproaksoax: Cool :)15:34
roaksoaxallenap: maas_local_settings has changed right?15:37
roaksoaxallenap: ah so -PSERV_URL = "http://maas:password@localhost:5241/api" was cobbler specifig?15:38
roaksoaxallenap: wasn't that the user/password to access pserv itself?15:39
roaksoaxas in, authenticated provisioning server API access15:39
allenaproaksoax: Yeah, but the original purpose of pserv was as a not-insane wrapper around cobbler. That part has now gone, but pserv lives on as the dynamic tftp server.15:40
roaksoaxallenap: gotcha, so the user/pass features for pserv.yaml are gone too15:41
allenaproaksoax: Yep.15:41
roaksoaxalright then15:41
roaksoaxthat's something that you did remove and I didn';t :)15:41
roaksoaxallenap: did you make any further changes to python-tx-tftp in maas trunk?15:43
allenaproaksoax: Not since 27th July.15:45
allenapr78015:45
roaksoaxallenap: could you please check the package in ubuntu quantal, (the patch in the package actually)15:45
roaksoaxallenap: the tftp configuration is not enabled by default on pserv.yaml15:50
roaksoax?15:50
roaksoaxor does it use default values?15:51
allenaproaksoax: It uses default values.15:53
roaksoaxallenap: alright, now, was the DNS server disabled by default15:53
roaksoax?15:53
allenaproaksoax: I don't have a quantal install available right now, and for this week at least we just need to get it working on precise.15:53
allenaproaksoax: Ah, DNS, I don't know. Can you ask Julian and Jeroen via maas-devel?15:54
roaksoaxallenap: will do15:55
roaksoaxallenap: /usr/sbin/maas-import-pxe-files: line 38: MAAS_PROVISIONING_SETTINGS: parameter null or not set16:54
allenaproaksoax: Ah, right, we have to wrap that script using maas-provision. Please can you file a critical bug about that?16:55
roaksoaxallenap: hold on, what do you mean :)16:55
roaksoaxallenap: maas-provision binary exists: http://paste.ubuntu.com/1159352/16:56
allenaproaksoax: I mean that maas-import-pxe-files is not suitable for being run by users any more; it should be called by maas-provision.16:56
allenaproaksoax: Something like: maas-provision import-pxe-files ...16:56
roaksoaxallenap: ok16:56
roaksoaxallenap: that's packaging side then16:57
roaksoaxallenap: so are we looking into integrating maas-import-pxe-files inside maas-provision or just call it as a script16:59
roaksoaxallenap: ^^17:07
roaksoaxallenap: another error: http://pastebin.ubuntu.com/1159370/17:07
allenaproaksoax: It'll just be called as a script, but by maas-provision, which will ensure that MAAS_PROVISIONING_SETTINGS is correct.17:07
roaksoaxallenap: ok17:08
allenaproaksoax: That looks like dnssec-keygen is missing, from bind9utils.17:08
roaksoaxallenap: it is not :)17:09
roaksoaxallenap: and as far as i can recall we agreed with rvba to not do that on maas-installation17:09
roaksoaxcause that would need bind9utils installed17:09
roaksoaxwhen it is not needed17:09
roaksoaxallenap: ok, found the fix17:10
allenaproaksoax: This is happening when Apache starts, isn't it?17:10
roaksoaxallenap: i thought rvba fixed it17:10
allenapOh good :)17:10
allenaproaksoax: I guess not, and he's surfing for the next 10 days or so :)17:10
roaksoaxallenap: yeah it is lacking of full path for dnssec-keygen but we had a way to had that fix17:11
roaksoaxso rvba was gonna fix it )17:11
roaksoax:)17:11
allenaproaksoax: Critical bug, unless the fix is okay.17:12
roaksoaxallenap: yeah I have ogt remember how we agreed to fix it17:13
roaksoaxallenap: for now i'll just patch the package17:14
allenaproaksoax: I'll be back online later, probably. If you hit any more problems like those, file them as Critical.17:20
roaksoaxallenap: will do17:22
guimalufif I put a 'in-target wget http/.../' inside my preseed file, the node can't get my file. what should I do to make my files avaible?18:14
=== matsubara is now known as matsubara-afk
robbiew"Andres Rodriguez has proposed merging lp:~andreserl/maas/packaging_cobbler_removal into lp:~maas-maintainers/maas/packaging."  \o/19:41
allenap\m/19:45
=== lifeless_ is now known as lifeless
=== matsubara-afk is now known as matsubara
=== flacoste changed the topic of #maas to: 6 weeks until Final Freeze | Discussion of upstream development of Ubuntu's Metal as a Service (MAAS) tool | MAAS jenkins: https://jenkins.qa.ubuntu.com/job/maas-trunk/

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