How to Move a machine and its application from a Model to Another ?

2017-06-14 Thread N. S.
Hi, How could I move a service (Application/unit/machine) from a hosting model A to a model B? I am not talking about migrating a model, as a whole, from a controller A to controller B. I need to migrate a machine and its service from a Model A to a Model B. Thanks, BR, Naz -- Juju

Running KVM in addition to LXC on local LXD CLOUD

2017-06-24 Thread N. S.
Hi, I am running 10 machines on local LXD cloud, and it's fine. My host is Ubuntu 16.04, kernel 4.4.0-81. However, I have the following challenge: One of the machines (M0) stipulates a kernel 4.7+ As it's known, unlike KVM, LXC makes use of same kernel of the host system and in this case (4.

Command Completion Not working?

2017-06-28 Thread N. S.
Hi Juju team, I am upgraded my juju platform to latest release: ~$ juju --version 2.0.2-xenial-amd64 However, when I use the tab key for command completion, I get this weird "juju_complete_2_0: command not found" instead of normal command completion that I used to have in version 2.1.3. Ple

Re: Running KVM in addition to LXC on local LXD CLOUD --SOLVED (by using LTS kernel [4.8] for Xenial 16.04.2)

2017-06-28 Thread N. S.
, this has installed generic 4.8 kernel with zfs dkms and all its dependencies. Low latency kernel is then installed on top of it by $sudo dkpg -i Linux-headers--lowlatency Linux-image--lowlatency Thanks again, BR, NS On Jun 28, 2017 8:15 PM, "N. S." wrote: Hi Nicholas and Andrew,

Re: Command Completion Not working? --SOLVED

2017-06-28 Thread N. S.
Hi, Sorry False Alarm. There is something wrong , especially that version reads 2.0.2! After the refresh of the snap, issue is solved. Thanks BR NS On Jun 28, 2017 5:38 PM, "N. S." wrote: Hi Juju team, I am upgraded my juju platform to latest release: ~$ juju --version 2.

Is it possible to return management to Juju after manual provision of a machine?

2017-06-29 Thread N. S.
Hi, Excuse me if this seems a strange scenario. My scenario is as follows: I have a charm that has lots of problems in its install script, needs massive change (NOT SURE how to fix it) So, I added an empty machine by Juju add-machine --series Xenial And then I logged into it by Juju SSH 9 An

Re: Running KVM in addition to LXC on local LXD CLOUD

2017-07-02 Thread N. S.
lled the hwe kernel, but you should simply sudo apt-get install --install-recommends linux-generic-hwe-16.04 On Thu, Jun 29, 2017 at 3:15 AM, N. S. mailto:n5pas...@hotmail.com>> wrote: Hi Nicholas and Andrew, Thank you both for your help. @Nicholas, I downloaded the kernel 4.8 and 4.

Re: Running KVM in addition to LXC on local LXD CLOUD

2017-07-02 Thread N. S.
for target 'ue_ip' failed make: *** [ue_ip] Error 2 root@juju-0f8be6-10:/srv/openairinterface5g/cmake_targets# ls -l /lib/modules/ total 0 So, Is it possible to have the contents of the /lib/modules of the host inherited in each LXC? Thanks, BR, NS On Jul 2, 2017 3:47 PM, "N. S.&

Re: Command Completion Not working? --SOLVED

2017-07-03 Thread N. S.
done snap refresh and issue is solved. I quote what I replied to this thread the second day. "After the refresh of the snap, issue is solved" Thanks BR NS From: Menno Smits Sent: Sunday, July 2, 2017 9:58 PM To: N. S. Cc: juju@lists.ubuntu.com Subje

Using Deb Proxy to cache Debs to minimize time starting-up machines and its installation scripts

2017-07-05 Thread N. S.
Hi, I am running juju latest version on local LXD. When deploying services, FOR each new machine, the "cloud init log" of the LXC in question captures some "apt-get install " before starting up the machine and then i see that it's up to the "install" hook to install additional software and con

Re: Using Deb Proxy to cache Debs to minimize time starting-up machines and its installation scripts

2017-07-06 Thread N. S.
Hi, Thank you Menno, John and James. Very helpful feedbacks :) I will try and keep you posted. Thanks Naz On Jul 6, 2017 10:25 AM, James Hebden wrote: On Thu, Jul 06, 2017 at 11:13:04AM +0400, John Meinel wrote: > I don't know if there are advantages to squid-deb-proxy vs apt-cacher-ng, I > ju