[lxc-users] potential bug: /etc/resolv.conf

2017-03-23 Thread Tilak Waelde

Hey,

the rootfs of several containers on images.linuxcontainers.org contain
the following /etc/resolv.conf, even if the resolvconf package is not
installed:

   # Dynamic resolv.conf(5) file for glibc resolver(3) generated by 
resolvconf(8)
   # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
   nameserver 10.0.3.1
   search lxc

When using lxd with static ip configuration this file might mess up the DNS of 
containers.

I wasn't sure where to report this, but the file is probably created by
one of your build scripts in the lxc-ci repository and not cleaned up.

This affects at least debian and centos containers.

cheers,
Tilak


___
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

Re: [lxc-users] lxc network command missing

2017-02-06 Thread Tilak Waelde
Hey Bruce,

sounds like you have installed the version of lxd provided by
Ubuntu. Installing from ppa:ubuntu-lxc/lxd-stable will probably fix your
issue.
___
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

[lxc-users] Strange apt update issue

2016-11-11 Thread tilak . waelde
Hey,

I've run into a strange issue with lxd containers.

When executing 'apt update' on my containers from the "ubuntu" image repo I 
get:

0% [Connecting to 10.246.151.1 (10.246.151.1)] [Connecting to 10.246.151.1 
(10.246.151.1)]

When using containers from "images" everything works fine, however.

Has anyone seen this before? I'm not sure where apt is getting this IP adress 
from. LXD is currently using 10.157.108.0/24 on my machine.
___
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

[lxc-users] Strange apt update issue

2016-11-11 Thread Tilak Waelde
Hey,

I've run into a strange issue with lxd containers.

When executing 'apt update' on my containers from the "ubuntu" image repo I 
get:

0% [Connecting to 10.246.151.1 (10.246.151.1)] [Connecting to 10.246.151.1 
(10.246.151.1)]

When using containers from "images" everything works fine, however.

Has anyone seen this before? I'm not sure where apt is getting this IP adress 
from. LXD is currently using 10.157.108.0/24 on my machine.
___
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

Re: [lxc-users] LAN for LXD containers (with multiple LXD servers)?

2016-09-18 Thread Tilak Waelde

Hope this helps.  Happy to share my LXD configurations with anyone...

-Ron


Please do! I'd really love to see a description of a production lxd / 
lxc setup with proper networking and multiple hosts!


I haven't played around with it yet, but is it possible to include some 
sort of VRF-lite[0] into such a setup for multi tenancy purposes? Other 
than by using VLANs one could use the same IP ranges multiple times from 
what I've come to understand?
I'm not sure how a user could put the containers interfaces into a 
different network namespace..


cheers,
Tilak

[0] : https://www.kernel.org/doc/Documentation/networking/vrf.txt
___
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

Re: [lxc-users] inventory / dashboard tool to manage LXD containers' lifecycle

2016-09-05 Thread Tilak Waelde
Haven't used it yet, but isn't there:
https://docs.ansible.com/ansible/lxd_container_module.html


On 09/05/2016 12:03 PM, Mark Constable wrote:
> On 05/09/16 19:38, Nicola Volpini wrote:
>> As per subject: is there any existing project able to manage the 
>> lifecycle of LXD containers via some form of frontend/webgui?
>> [...] 
>> Anyone out there who managed to integrate these tools and LXD? I
>> would be cool to do for LXD what has been done for VMs.
> 
> Absolutely a huge ++1 from me.
> 
> For a systemd based OS, this is in the ballpark if the LXD API was
> added to the Docker smarts...
> 
> https://github.com/cockpit-project/cockpit
> 
> If Cockpit was a Go based project I would have got more involved.
> If there is nothing more advanced then this could make for a good
> starting point, FWIW...
> 
> https://github.com/lxc/lxd-demo-server
> 
> ___
> lxc-users mailing list
> lxc-users@lists.linuxcontainers.org
> http://lists.linuxcontainers.org/listinfo/lxc-users
> 
___
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users