Re: [lxc-users] Nova-lxd plugin installation

2018-10-22 Thread Martin Bobák

Hi Alex,

UPDATE about the nova-lxd plugin issue:

Meanwhile, I fixed the issue in the following way. You are right about 
post-configuration of the plugin. However, DevStack installation of 
OpenStack requires the configuration of nova-compute not by the 
nova.conf file, but by the nova-cpu.conf file. Everything works fine 
after adding the lines (for the nova plugin configuration) into the file 
nova-cpu.conf.


Thank you very much for the help.

Best,
Martin.

On 5. 10. 2018 16:16, Martin Bobák wrote:


Hi Alex,

meanwhile I tested the plugin with different configurations. I got 
following results (Charms create 1st configuration):


"Global configuration"
PyLXD is pre-installed from GitHub however, it is downgraded from 
version 2.2.8.dev21 to version 2.2.7 during a plugin 
installation/configuration.
Nova-lxd is installed during OpenStack installation/configuration from 
a dedicated stable branch.

The installation script of devstack used Python 2.7 and pip 9.0.3

Nova-lxd version:
    OpenStack Queens:    17.0.1 (stable/queens)
    OpenStack Rocky:   18.0.0 (stable/rocky), 18.0.0.0rc2.dev1 
(master -> used for zfs with LXD/LXC 3.0.1)


--
Host OS            OpenStack    LXD/LXC        Storage type    
Nova-lxd Recognized    Notes

--
Ubuntu 16.04.5 LST    Queens        2.0.11        Dir Yes        
Volume attachment error
Ubuntu 16.04.5 LST    Queens        2.0.11        zfs Yes        
Volume attachment error

___
Ubuntu 16.04.5 LST    Queens        3.0.1        zfs No (couldn't find 
the lxd storage from its zpool)
Ubuntu 16.04.5 LST    Queens        3.0.1        btrfs     Yes        
VM creation error
Ubuntu 16.04.5 LST    Queens        3.0.1        dir Yes        VM 
creation error
Ubuntu 16.04.5 LST    Queens        3.0.1        lvm (without thin)    
Yes        VM creation error

___
Ubuntu 16.04.5 LST    Rocky        2.0.11        Dir Yes        Volume 
attachment error
Ubuntu 16.04.5 LST    Rocky        2.0.11        zfs        No -> 
zpool list -o size -H -p lxd ---> invalid option 'p'!!!
Ubuntu 16.04.5 LST    Rocky        3.0.1          zfs     No (couldn't 
find the lxd storage from its zpool)
Ubuntu 16.04.5 LST    Rocky        3.0.1      btrfs     Yes        
VM creation error

___

Ubuntu 18.04.1 LTS    Rocky        3.0.1        btrfs     Yes        
VM creation error
Ubuntu 18.04.1 LTS    Rocky        3.0.1        zfs No (couldn't find 
the lxd storage from its zpool)

___
Ubuntu (both versions)    both        Snap version    LXD/LXC isn't 
recognized by OpenStack devstack installation script/nova-lxd

--

Does it correlate with the reality, or am I missing something? Is 
there a possibility to get LXD 3.X into OpenStack?


Also, I have following questions:

  * How do you recommend to install the plugin into running OpenStack
installation?
  * What is needed to be done after plugin modification?
  * How could I verify a correctness of the path to the driver (the
installation sets it up to driver.LXDDRiver)
  * How could I upgrade nova-lxd plugin (since it is installed by pip,
the maintenance isn't handled automatically)?

Best,
Martin.

--
  Martin Bobák, PhD.
  Researcher
  Institute of Informatics
  Slovak Academy of Sciences
  Dubravska cesta 9, SK-845 07 Bratislava, Slovakia
  Room: 311, Phone: +421 (0)2 5941-1278
  E-mail:martin.bo...@savba.sk
  URL:http://www.ui.sav.sk/w/odd/pdip/
  LinkedIn:https://www.linkedin.com/in/martin-bobak/

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


--
 Martin Bobák, PhD.
 Researcher
 Institute of Informatics
 Slovak Academy of Sciences
 Dubravska cesta 9, SK-845 07 Bratislava, Slovakia
 Room: 311, Phone: +421 (0)2 5941-1278
 E-mail: martin.bo...@savba.sk
 URL: http://www.ui.sav.sk/w/odd/pdip/
 LinkedIn: https://www.linkedin.com/in/martin-bobak/

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

Re: [lxc-users] Nova-lxd plugin installation

2018-10-07 Thread Martin Bobák

Hi Brian,

I tried the suggestions on a host running Ubuntu 16.04.5 LST and 
OpenStack Queens devstack installation with LXD/LXC 3.0.1 (its storage 
backend was zfs). However, I wasn't able to recognize the nova-lxd 
driver with OpenStack. Thus, I tried to do "a configuration bruteforce" 
to see how does the current situation looks like. So we can see that 
LXD/LXC 2.O.X is best supported (you can create a virtual machine 
without a volume), however, it doesn't support GPUs for example -> 
LXD/LXC 3.X is a better choice.


On the other hand, a zfs storage backend causes lots of problems. I 
spent some time to fix it somehow, but I just swapped an error for 
another error (maybe I did something wrong, all in all, this is my 
experience with the zfs storage backend). Thus, I was curious, how the 
other configurations are supported and the results are summarized at the 
previous mail.


Now, I think I need a help with choosing the best configuration for 
LXD/LXC 3.X and how to run it properly. There are too many options and I 
would like to avoid playing with all of them.


Best,
Martin.


On 06.10.2018 15:53, brian mullan wrote:

martin...

I don't know if this will help you at all with your specific problem 
but I had read
an email thread by one of the nova-lxd plugin developers 
 
that I thought was useful

info so I posted it on the LXD sub-reddit.

Brian






--
 Martin Bobák, PhD.
 Researcher
 Institute of Informatics
 Slovak Academy of Sciences
 Dubravska cesta 9, SK-845 07 Bratislava, Slovakia
 Room: 311, Phone: +421 (0)2 5941-1278
 E-mail: martin.bo...@savba.sk
 URL: http://www.ui.sav.sk/w/odd/pdip/
 LinkedIn: https://www.linkedin.com/in/martin-bobak/

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

Re: [lxc-users] Nova-lxd plugin installation

2018-10-06 Thread brian mullan
martin...

I don't know if this will help you at all with your specific problem but I
had read
an email thread by one of the nova-lxd plugin developers

that I thought was useful
info so I posted it on the LXD sub-reddit.

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

Re: [lxc-users] Nova-lxd plugin installation

2018-10-05 Thread Martin Bobák

Hi Alex,

meanwhile I tested the plugin with different configurations. I got 
following results (Charms create 1st configuration):


"Global configuration"
PyLXD is pre-installed from GitHub however, it is downgraded from 
version 2.2.8.dev21 to version 2.2.7 during a plugin 
installation/configuration.
Nova-lxd is installed during OpenStack installation/configuration from a 
dedicated stable branch.

The installation script of devstack used Python 2.7 and pip 9.0.3

Nova-lxd version:
    OpenStack Queens:    17.0.1 (stable/queens)
    OpenStack Rocky:   18.0.0 (stable/rocky), 18.0.0.0rc2.dev1 
(master -> used for zfs with LXD/LXC 3.0.1)


--
Host OS            OpenStack    LXD/LXC        Storage    type Nova-lxd 
Recognized    Notes

--
Ubuntu 16.04.5 LST    Queens        2.0.11        Dir Yes        Volume 
attachment error
Ubuntu 16.04.5 LST    Queens        2.0.11        zfs Yes        Volume 
attachment error

___
Ubuntu 16.04.5 LST    Queens        3.0.1        zfs            No 
(couldn't find the lxd storage from its zpool)
Ubuntu 16.04.5 LST    Queens        3.0.1        btrfs Yes        VM 
creation error
Ubuntu 16.04.5 LST    Queens        3.0.1        dir Yes        VM 
creation error
Ubuntu 16.04.5 LST    Queens        3.0.1        lvm (without thin)    
Yes        VM creation error

___
Ubuntu 16.04.5 LST    Rocky        2.0.11        Dir Yes        Volume 
attachment error
Ubuntu 16.04.5 LST    Rocky        2.0.11        zfs        No -> zpool 
list -o size -H -p lxd ---> invalid option 'p'!!!
Ubuntu 16.04.5 LST    Rocky        3.0.1          zfs No (couldn't find 
the lxd storage from its zpool)
Ubuntu 16.04.5 LST    Rocky        3.0.1      btrfs Yes        VM 
creation error

___

Ubuntu 18.04.1 LTS    Rocky        3.0.1        btrfs Yes        VM 
creation error
Ubuntu 18.04.1 LTS    Rocky        3.0.1        zfs            No 
(couldn't find the lxd storage from its zpool)

___
Ubuntu (both versions)    both        Snap version    LXD/LXC isn't 
recognized by OpenStack devstack installation script/nova-lxd

--

Does it correlate with the reality, or am I missing something? Is there 
a possibility to get LXD 3.X into OpenStack?


Also, I have following questions:

 * How do you recommend to install the plugin into running OpenStack
   installation?
 * What is needed to be done after plugin modification?
 * How could I verify a correctness of the path to the driver (the
   installation sets it up to driver.LXDDRiver)
 * How could I upgrade nova-lxd plugin (since it is installed by pip,
   the maintenance isn't handled automatically)?

Best,
Martin.

--
 Martin Bobák, PhD.
 Researcher
 Institute of Informatics
 Slovak Academy of Sciences
 Dubravska cesta 9, SK-845 07 Bratislava, Slovakia
 Room: 311, Phone: +421 (0)2 5941-1278
 E-mail: martin.bo...@savba.sk
 URL: http://www.ui.sav.sk/w/odd/pdip/
 LinkedIn: https://www.linkedin.com/in/martin-bobak/

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

Re: [lxc-users] Nova-lxd plugin installation

2018-09-28 Thread Martin Bobák

Hi Alex,

you are right, I installed stable/queens version (I haven't been sure 
about master branch compatibility) of nova-lxd via devstack using ZFS. 
Meanwhile, I tried to create a new storage for LXD with different names 
for LXD pool and ZFS pool, however, the problem was still there. But 
when I created "None" storage with a following line


sudo lxc storage create None_pool zfs zfs.pool_name=None

The problem was solved, and I moved to another error -> "Host 'ubuntu' 
is not mapped to any cell" (I will build OpenStack one again with the 
nova cells service enabled, and I will write about the results. As I 
wrote, I used local.conf from github repo. There isn't nova cell enabled),


Best,
Martin

On 19.09.2018 18:17, Alex Kavanagh wrote:

Hi Martin

Okay, some progress which is great!

But, to help you further, a few more details:

 1. Which Linux OS are you using?



I'm using Ubuntu 16.04.5 LTS.


 1. Is the LXD snap installed? - if so, which version is it? "lxc
--version" will give the answer.



When I realised that the plugin is expecting LXD installed by apt (I 
came to this conclusion by 
https://github.com/openstack/nova-lxd/search?q=%2Fvar%2Flib%2F&unscoped_q=%2Fvar%2Flib%2F), 
I installed LXD/LXC 3.0.1 by "sudo apt install -t xenial-backports lxd lxc".


So is it possible to use a LXD snap installation also? Because, when I 
used it, the devstack installation script didn't recognize the LXD 
installation, and so "stack.sh" will install LXD version 2...



 1. Have you configured a storage pool for LXD?  (e.g. have you done
"sudo lxd init" and created a default storage pool).  What kind of
storage pool is it?  (e.g. dir, btrfs, zfs, etc.)



I am using a zfs storage pool. I configured it with "sudo lxd init". 
However, the changing of its name doesn't work properly (maybe LXD snap 
version fixed it) and so I created another zfs storage pool by LXC CLI, 
however, it wasn't successful, until its name wasn't None.



 1. It looks like your using master version of nova-lxd (i.e. via
devstack and the plugin)?  I think it's also going to use ZFS? If
so, there's a bug in nova-lxd (that I will fix in the not too
distant future) where unless the ZFS pool is the same string as
the LXD pool for it, then nova-lxd can't find the storage pool.

So, if you run the following commands:

lxc storage list
zpool list



default -> created by "lxd init" (also in previous cases)
stack -> created by "sudo lxc storage create stack zfs 
zfs.pool_name=stack_pool"
None_pool -> created by LXC CLI also, just to see whether it will work, 
or not.


 sudo lxc storage list
+---+-++--+-+
|   NAME    | DESCRIPTION | DRIVER | SOURCE  | USED BY |
+---+-++--+-+
| None_pool | | zfs    | /var/lib/lxd/disks/None_pool.img | 
0   |

+---+-++--+-+
| default   | | zfs    | /var/lib/lxd/disks/default.img   | 
2   |

+---+-++--+-+
| stack | | zfs    | /var/lib/lxd/disks/stack.img | 
0   |

+---+-++--+-+


zpool list

NAME SIZE  ALLOC   FREE  EXPANDSZ   FRAG    CAP  DEDUP HEALTH  
ALTROOT

None    14.9G   514K  14.9G - 0% 0%  1.00x ONLINE  -
default 2.98G   307M  2.68G - 9%    10%  1.00x ONLINE  -
stack_pool  14.9G   292K  14.9G - 0% 0%  1.00x ONLINE  -


That should show the current configuration.

Hope that this helps.
Cheers
Alex.

On Wed, Sep 19, 2018 at 2:48 PM, Martin Bobák > wrote:


Hi Alex,

first off, thank you for your kind reply. I followed your advices.
However, I still have a problem which looks like an incorrect
setting up of a storage pool for lxd. I configured the
/etc/nova-compute.conf as you suggested, but it didn't help.

In my case those lines look like:

[DEFAULT]
compute_driver = nova_lxd.nova.virt.lxd.LXDDriver

[lxd]
allow_live_migration = True
pool = lxd

But the error is following (relevant parts from syslog --> it
looks like lxd variables from the /etc/nova-compute.conf aren't
delivered to the driver, or recognized by it, I tried to use
different names for compute_driver e.g. lxd.LXDDriver,
nova-lxd.nova.virt.lxd.(driver).LXDDriver -> however, it didn't help):

Sep 19 09:15:08 localhost nova-conductor[1956]: #033[00;32mDEBUG
oslo_service.service [#033[01;36mNone
req-5cda2246-8087-4f49-b9b3-463d29fd7bf8 #033[00;36mNone
None#033[00;32m] #033[01;35m#033[00;32mcompute_driver =
nova_lxd.nova.virt.lxd.LXDDriver#033[00m #033[00;33m{{(pid=1956)
log_opt_values
/usr/local/lib/python2.7/dist-packages/oslo_config/c

Re: [lxc-users] Nova-lxd plugin installation

2018-09-19 Thread Alex Kavanagh
Hi Martin

Okay, some progress which is great!

But, to help you further, a few more details:


   1. Which Linux OS are you using?
   2. Is the LXD snap installed? - if so, which version is it? "lxc
   --version" will give the answer.
   3. Have you configured a storage pool for LXD?  (e.g. have you done
   "sudo lxd init" and created a default storage pool).  What kind of storage
   pool is it?  (e.g. dir, btrfs, zfs, etc.)
   4. It looks like your using master version of nova-lxd (i.e. via
   devstack and the plugin)?  I think it's also going to use ZFS? If so,
   there's a bug in nova-lxd (that I will fix in the not too distant future)
   where unless the ZFS pool is the same string as the LXD pool for it, then
   nova-lxd can't find the storage pool.

So, if you run the following commands:

lxc storage list
zpool list

That should show the current configuration.

Hope that this helps.
Cheers
Alex.

On Wed, Sep 19, 2018 at 2:48 PM, Martin Bobák  wrote:

> Hi Alex,
>
> first off, thank you for your kind reply. I followed your advices.
> However, I still have a problem which looks like an incorrect setting up of
> a storage pool for lxd. I configured the /etc/nova-compute.conf as you
> suggested, but it didn't help.
>
> In my case those lines look like:
>
> [DEFAULT]
> compute_driver = nova_lxd.nova.virt.lxd.LXDDriver
>
> [lxd]
> allow_live_migration = True
> pool = lxd
> But the error is following (relevant parts from syslog --> it looks like
> lxd variables from the /etc/nova-compute.conf aren't delivered to the
> driver, or recognized by it, I tried to use different names for
> compute_driver e.g. lxd.LXDDriver, nova-lxd.nova.virt.lxd.(driver).LXDDriver
> -> however, it didn't help):
>
> Sep 19 09:15:08 localhost nova-conductor[1956]: #033[00;32mDEBUG
> oslo_service.service [#033[01;36mNone req-5cda2246-8087-4f49-b9b3-463d29fd7bf8
> #033[00;36mNone None#033[00;32m] #033[01;35m#033[00;32mcompute_driver
> = nova_lxd.nova.virt.lxd.LXDDriver#033[00m #033[00;33m{{(pid=1956)
> log_opt_values /usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py:
> 2890}}#033[00m
> Sep 19 09:15:08 localhost nova-consoleauth[1984]: #033[00;32mDEBUG
> oslo_service.service [#033[01;36mNone req-2a9399e1-996d-42f4-899b-62db8d8e5afd
> #033[00;36mNone None#033[00;32m] #033[01;35m#033[00;32mcompute_driver
> = nova_lxd.nova.virt.lxd.LXDDriver#033[00m #033[00;33m{{(pid=1984)
> log_opt_values /usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py:
> 2890}}#033[00m
> Sep 19 09:15:10 localhost nova-scheduler[2000]: #033[00;32mDEBUG
> oslo_service.service [#033[01;36mNone req-3d23848b-270b-4718-91dd-3b0417d27d21
> #033[00;36mNone None#033[00;32m] #033[01;35m#033[00;32mcompute_driver
> = nova_lxd.nova.virt.lxd.LXDDriver#033[00m #033[00;33m{{(pid=2000)
> log_opt_values /usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py:
> 2890}}#033[00m
> Sep 19 09:15:11 localhost devstack@placement-api.service[2030]:
> #033[00;32mDEBUG nova.api.openstack.placement.wsgi
> [#033[00;36m-#033[00;32m] #033[01;35m#033[00;32mcompute_driver
> = nova_lxd.nova.virt.lxd.LXDDriver#033[00m #033[00;33m{{(pid=2294)
> log_opt_values /usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py:
> 2890}}#033[00m
> Sep 19 09:15:12 localhost devstack@n-api.service[1999]: #033[00;32mDEBUG
> nova.api.openstack.wsgi_app [#033[01;36mNone 
> req-1e20e359-2bcc-44e6-9c75-7422c5837c03
> #033[00;36mNone None#033[00;32m] #033[01;35m#033[00;32mcompute_driver
> = nova_lxd.nova.virt.lxd.LXDDriver#033[00m #033[00;33m{{(pid=2181)
> log_opt_values /usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py:
> 2890}}#033[00m
> Sep 19 09:15:14 localhost devstack@placement-api.service[2030]:
> #033[00;32mDEBUG nova.api.openstack.placement.wsgi
> [#033[00;36m-#033[00;32m] #033[01;35m#033[00;32mcompute_driver
> = nova_lxd.nova.virt.lxd.LXDDriver#033[00m #033[00;33m{{(pid=2292)
> log_opt_values /usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py:
> 2890}}#033[00m
> Sep 19 09:15:15 localhost devstack@n-api.service[1999]: #033[00;32mDEBUG
> nova.api.openstack.wsgi_app [#033[01;36mNone 
> req-6d5745e7-3784-4b8e-8210-e7bf74fd9655
> #033[00;36mNone None#033[00;32m] #033[01;35m#033[00;32mcompute_driver
> = nova_lxd.nova.virt.lxd.LXDDriver#033[00m #033[00;33m{{(pid=2182)
> log_opt_values /usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py:
> 2890}}#033[00m
> Sep 19 09:15:20 localhost nova-compute[1968]: #033[00;32mDEBUG
> oslo_service.service [#033[01;36mNone req-1bc67100-ffbe-4d22-be1f-42133eb60611
> #033[00;36mNone None#033[00;32m] #033[01;35m#033[00;32mcompute_driver
> = lxd.LXDDriver#033[00m #033[00;33m{{(pid=1968) log_opt_values
> /usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py:2890}}#033[00m
> ep 19 09:15:20 localhost nova-compute[1968]: #033[00;32mDEBUG
> oslo_service.service [#033[01;36mNone req-1bc67100-ffbe-4d22-be1f-42133eb60611
> #033[00;36mNone None#033[00;32m] 
> #033[01;35m#033[00;32mlxd.allow_live_migration
> = False#033[00m #033[00;33m{{(pid=1968) log_opt_v

Re: [lxc-users] Nova-lxd plugin installation

2018-09-19 Thread Martin Bobák

Hi Alex,

first off, thank you for your kind reply. I followed your advices. 
However, I still have a problem which looks like an incorrect setting up 
of a storage pool for lxd. I configured the /etc/nova-compute.conf as 
you suggested, but it didn't help.


In my case those lines look like:

[DEFAULT]
compute_driver = nova_lxd.nova.virt.lxd.LXDDriver

[lxd]
allow_live_migration = True
pool = lxd

But the error is following (relevant parts from syslog --> it looks like 
lxd variables from the /etc/nova-compute.conf aren't delivered to the 
driver, or recognized by it, I tried to use different names for 
compute_driver e.g. lxd.LXDDriver, 
nova-lxd.nova.virt.lxd.(driver).LXDDriver -> however, it didn't help):


Sep 19 09:15:08 localhost nova-conductor[1956]: #033[00;32mDEBUG 
oslo_service.service [#033[01;36mNone 
req-5cda2246-8087-4f49-b9b3-463d29fd7bf8 #033[00;36mNone 
None#033[00;32m] #033[01;35m#033[00;32mcompute_driver = 
nova_lxd.nova.virt.lxd.LXDDriver#033[00m #033[00;33m{{(pid=1956) 
log_opt_values 
/usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py:2890}}#033[00m
Sep 19 09:15:08 localhost nova-consoleauth[1984]: #033[00;32mDEBUG 
oslo_service.service [#033[01;36mNone 
req-2a9399e1-996d-42f4-899b-62db8d8e5afd #033[00;36mNone 
None#033[00;32m] #033[01;35m#033[00;32mcompute_driver = 
nova_lxd.nova.virt.lxd.LXDDriver#033[00m #033[00;33m{{(pid=1984) 
log_opt_values 
/usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py:2890}}#033[00m
Sep 19 09:15:10 localhost nova-scheduler[2000]: #033[00;32mDEBUG 
oslo_service.service [#033[01;36mNone 
req-3d23848b-270b-4718-91dd-3b0417d27d21 #033[00;36mNone 
None#033[00;32m] #033[01;35m#033[00;32mcompute_driver = 
nova_lxd.nova.virt.lxd.LXDDriver#033[00m #033[00;33m{{(pid=2000) 
log_opt_values 
/usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py:2890}}#033[00m
Sep 19 09:15:11 localhost devstack@placement-api.service[2030]: 
#033[00;32mDEBUG nova.api.openstack.placement.wsgi 
[#033[00;36m-#033[00;32m] 
#033[01;35m#033[00;32mcompute_driver = 
nova_lxd.nova.virt.lxd.LXDDriver#033[00m #033[00;33m{{(pid=2294) 
log_opt_values 
/usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py:2890}}#033[00m
Sep 19 09:15:12 localhost devstack@n-api.service[1999]: #033[00;32mDEBUG 
nova.api.openstack.wsgi_app [#033[01;36mNone 
req-1e20e359-2bcc-44e6-9c75-7422c5837c03 #033[00;36mNone 
None#033[00;32m] #033[01;35m#033[00;32mcompute_driver = 
nova_lxd.nova.virt.lxd.LXDDriver#033[00m #033[00;33m{{(pid=2181) 
log_opt_values 
/usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py:2890}}#033[00m
Sep 19 09:15:14 localhost devstack@placement-api.service[2030]: 
#033[00;32mDEBUG nova.api.openstack.placement.wsgi 
[#033[00;36m-#033[00;32m] 
#033[01;35m#033[00;32mcompute_driver = 
nova_lxd.nova.virt.lxd.LXDDriver#033[00m #033[00;33m{{(pid=2292) 
log_opt_values 
/usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py:2890}}#033[00m
Sep 19 09:15:15 localhost devstack@n-api.service[1999]: #033[00;32mDEBUG 
nova.api.openstack.wsgi_app [#033[01;36mNone 
req-6d5745e7-3784-4b8e-8210-e7bf74fd9655 #033[00;36mNone 
None#033[00;32m] #033[01;35m#033[00;32mcompute_driver = 
nova_lxd.nova.virt.lxd.LXDDriver#033[00m #033[00;33m{{(pid=2182) 
log_opt_values 
/usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py:2890}}#033[00m
Sep 19 09:15:20 localhost nova-compute[1968]: #033[00;32mDEBUG 
oslo_service.service [#033[01;36mNone 
req-1bc67100-ffbe-4d22-be1f-42133eb60611 #033[00;36mNone 
None#033[00;32m] #033[01;35m#033[00;32mcompute_driver = 
lxd.LXDDriver#033[00m #033[00;33m{{(pid=1968) log_opt_values 
/usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py:2890}}#033[00m
ep 19 09:15:20 localhost nova-compute[1968]: #033[00;32mDEBUG 
oslo_service.service [#033[01;36mNone 
req-1bc67100-ffbe-4d22-be1f-42133eb60611 #033[00;36mNone 
None#033[00;32m] #033[01;35m#033[00;32mlxd.allow_live_migration   = 
False#033[00m #033[00;33m{{(pid=1968) log_opt_values 
/usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py:2898}}#033[00m
Sep 19 09:15:20 localhost nova-compute[1968]: #033[00;32mDEBUG 
oslo_service.service [#033[01;36mNone 
req-1bc67100-ffbe-4d22-be1f-42133eb60611 #033[00;36mNone 
None#033[00;32m] #033[01;35m#033[00;32mlxd.pool   = 
None#033[00m #033[00;33m{{(pid=1968) log_opt_values 
/usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py:2898}}#033[00m
Sep 19 09:15:20 localhost nova-compute[1968]: #033[00;32mDEBUG 
oslo_service.service [#033[01;36mNone 
req-1bc67100-ffbe-4d22-be1f-42133eb60611 #033[00;36mNone 
None#033[00;32m] #033[01;35m#033[00;32mlxd.root_dir   = 
/var/lib/lxd/#033[00m #033[00;33m{{(pid=1968) log_opt_values 
/usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py:2898}}#033[00m
Sep 19 09:15:20 localhost nova-compute[1968]: #033[00;32mDEBUG 
oslo_service.service [#033[01;36mNone 
req-1bc67100-ffbe-4

Re: [lxc-users] Nova-lxd plugin installation

2018-09-17 Thread Alex Kavanagh
Hi Martin

On Sun, Sep 16, 2018 at 8:46 PM, Martin Bobák  wrote:

> Hi all,
>
> what is the recommended way of nova-lxd plugin installation on a fresh
> xenial host running a pure OpenStack devstack (Queens) installation? I have
> tried to install the nova-lxd plugin by pip install, or allowing it during
> OpenStack devstack  installation, but each attempt lead to the same result.
> The plugin is either not recognized or the installation doesn't finish
> successfully. I went through the nova-lxd homepage as well as its github
> repo, but I wasn't able to solve the whole installation problem (e.g. I
> found out that the installation of the newest version of pylxd helps with
> installation of the plugin, however, the plugin isn't still recognized. So
> additional configuration is needed...).
>
> Do you have any thoughts about it?
>

I'm one of the maintainers for nova-lxd, so hopefully can get you up and
running.

In order for nova-lxd to be configured in nova, the /etc/nova-compute.conf
needs to contain the lines:

[DEFAULT]
compute_driver = nova_lxd.nova.virt.lxd.LXDDriver

This little 'fact' is hidden away in the "nova-compute-lxd" debian package,
unfortunately.

You'll also need to configure an [lxd] section in nova.conf to control the
storage pool in LXD for containers to use when launching instances.

[lxd]
allow_live_migration = True
pool = {{ storage_pool }}

The storage pool will need to be set up separately in lxd.
--

However, an 'easy' way to test OpenStack with nova-lxd, is to use charms.
We have a number of bundles that work with Juju.  For example we have a
deployable bundle for xenial and queens at https://github.com/
openstack-charmers/openstack-bundles/tree/master/development/openstack-lxd-
xenial-queens which also has some (hopefully) useful instructions on how to
get it going.

Note the instructions say you have to use MaaS, but you should be able to
adjust using it to the hardware you are using.

As an alternative, the openstack-ansible project also supports nova-lxd,
but I don't have any experience with that.

Do come back if you have any further questions; do let me know how you get
on.

Best regards
Alex.


> Best,
> Martin.
>
> --
>  Martin Bobák, PhD.
>  Researcher
>  Institute of Informatics
>  Slovak Academy of Sciences
>  Dubravska cesta 9
> ,
> SK-845 07 Bratislava, Slovakia
>  Room: 311, Phone: +421 (0)2 5941-1278
>  E-mail: martin.bo...@savba.sk
>  URL: http://www.ui.sav.sk/w/odd/pdip/
>  LinkedIn: https://www.linkedin.com/in/martin-bobak/
>
> ___
> lxc-users mailing list
> lxc-users@lists.linuxcontainers.org
> http://lists.linuxcontainers.org/listinfo/lxc-users




-- 
Alex Kavanagh - Software Engineer
Cloud Dev Ops - Solutions & Product Engineering - Canonical Ltd
___
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

[lxc-users] Nova-lxd plugin installation

2018-09-16 Thread Martin Bobák

Hi all,

what is the recommended way of nova-lxd plugin installation on a fresh 
xenial host running a pure OpenStack devstack (Queens) installation? I 
have tried to install the nova-lxd plugin by pip install, or allowing it 
during OpenStack devstack  installation, but each attempt lead to the 
same result. The plugin is either not recognized or the installation 
doesn't finish successfully. I went through the nova-lxd homepage as 
well as its github repo, but I wasn't able to solve the whole 
installation problem (e.g. I found out that the installation of the 
newest version of pylxd helps with installation of the plugin, however, 
the plugin isn't still recognized. So additional configuration is 
needed...).


Do you have any thoughts about it?

Best,
Martin.

--
 Martin Bobák, PhD.
 Researcher
 Institute of Informatics
 Slovak Academy of Sciences
 Dubravska cesta 9, SK-845 07 Bratislava, Slovakia
 Room: 311, Phone: +421 (0)2 5941-1278
 E-mail: martin.bo...@savba.sk
 URL: http://www.ui.sav.sk/w/odd/pdip/
 LinkedIn: https://www.linkedin.com/in/martin-bobak/

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

[lxc-users] [nova-lxd plugin]: Installation problem on Ubuntu 16.04 with LXD 3.4

2018-08-30 Thread Martin Bobák

Hi all,

what is a recommended way to install the nova-lxd plugin?

I deployed OpenStack Queens (and Pike out of curiosity) at Ubuntu 16.04 
(since Ubuntu 18.04 haven't been supported by Queens officially yet) 
with LXD 3.4 by devstack local.conf from 
https://github.com/openstack/nova-lxd/blob/master/devstack/local.conf.sample. 
I have found out two ways how to install the nova-lxd plugin:


1. *allowing the nova-lxd plugin during installation* (by including a
   following line enable_plugin nova-lxd
   https://git.openstack.org/openstack/nova-lxd into a devstack
   local.conf). However, this line causes a following compilation error:

   /ERROR:root:Error parsing TypeError: super() argument 1 must be
   type, not None//
   //    error in setup command: Error parsing
   /tmp/pip-build-Sksse4/pylxd/setup.cfg: TypeError: super() argument 1
   must be type, not None//
   //Command "python setup.py egg_info" failed with error code 1 in
   /tmp/pip-build-Sksse4/pylxd///
   /
2. *through cloud-archive repo.* Since, I am not able to see nova-lxd
   package directly (I tried many repos, but each of attempts ended up
   with the same result). Thus, I installed following packages:
   nova-compute-lxd, python-nova-lxd, and python-nova.lxd. However,
   this causes two types of errors:
 * OpenStack Pike -> series of serious errors in the *horizon
   module*. The web interface isn't able to connect to the other
   modules properly. I got following errors:/

   Error: Unable to retrieve the extensions.
   /
   /Error: //Unable to retrieve the extensions./
   //
   /Error: //Unable to retrieve the extensions./
   //
   /Error: //Unable to retrieve the extensions./
   //
   /Error: //Unable to retrieve the extensions./
   //
   /Error: //Unable to retrieve the flavours./
   //
   /Error: //Unable to retrieve the limits./
   //
   /Error: //Unable to retrieve the availability zones./
   //
   /Error: //Unable to retrieve the keypairs./
   //
   /Error: //Unable to retrieve the extensions./
   //
   /////Error:
   //Unable to retrieve instances.
   .

   /
 *
   OpenStack Queens -> In another case the *keystone module* was
   undiscovered:/

   Failed to discover available identity versions when contacting
   http://127.0.0.1/identity/v3. Attempting to parse version from
   URL.//
   Could not determine a suitable URL for the plugin/

Also installations from devstack are pointing on a bad repo branch by 
default (Pika installation on Octa repo, Queens installation on Pika repo).


Thank you for any help,
Martin

--
 Martin Bobák, PhD.
 Researcher
 Institute of Informatics
 Slovak Academy of Sciences
 Dubravska cesta 9, SK-845 07 Bratislava, Slovakia
 Room: 311, Phone: +421 (0)2 5941-1278
 E-mail:martin.bo...@savba.sk
 URL:http://www.ui.sav.sk/w/odd/pdip/
 LinkedIn:https://www.linkedin.com/in/martin-bobak/

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