Unit number is increasing in latest juju version.

2015-11-13 Thread Sunitha Radharapu
Hi, We have found in juju 1.25.0.1 version that each time service gets deployed unit number is increased like below. "service-name/1, service-name/2, service-name/n.." Earlier juju versions everytime we would deploy unit number would be same as "service-name/0". Due to this change our

Re: Unit number is increasing in latest juju version.

2015-11-13 Thread Sunitha Radharapu
. From: Matthew Williams <matthew.willi...@canonical.com> To: Mark Shuttleworth <m...@ubuntu.com> Cc: Sunitha Radharapu/India/IBM@IBMIN, Juju email list <juju@lists.ubuntu.com> Date: 13-11-2015 20:32 Subject:Re: Unit number is increasing in latest j

Re: Accessing files between conatiners.

2015-08-14 Thread Sunitha Radharapu
andrew.wilk...@canonical.com To: Sunitha Radharapu/India/IBM@IBMIN, Juju email list juju@lists.ubuntu.com Date: 14-08-2015 08:17 Subject:Re: Accessing files between conatiners. Hi Sunitha, We intend to support shared filesystems in the core of Juju, but this is not currently

Accessing files between conatiners.

2015-08-13 Thread Sunitha Radharapu
Hi, I have a scenario where my application is connecting to Remote DB. Example: If my DB is running in container 1 and my application is running in container 2 , Is it possible to access the files of container 1(where my DB is installed) from container 2(where my application is installed).?