Re: Charm release fails with "cannot update base entity for..."

2017-01-04 Thread Merlijn Sebrechts
Ok, thanks! This might be a bug in `charm build`. It merges the "series" array of multiple layers' metadata.yaml. 2017-01-04 18:18 GMT+01:00 roger peppe : > OK, I've found the issue. Your metadata.yaml specifies "trusty" twice > in the "series" attribute. >

Re: Charm release fails with "cannot update base entity for..."

2017-01-04 Thread roger peppe
OK, I've found the issue. Your metadata.yaml specifies "trusty" twice in the "series" attribute. Specifying it only once should allow you to release. We should produce a better error message for this case (or just de-duplicate series). cheers, rog. On 3 January 2017 at 12:17, Merlijn

Re: using a bundle with manually added machines (redux)

2017-01-04 Thread roger peppe
On 4 January 2017 at 15:34, roger peppe wrote: > a dep option I meant to say "a deploy option" here. -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

Re: Charm release fails with "cannot update base entity for..."

2017-01-04 Thread roger peppe
Ah, sorry, I misread above - I thought that "jupyter" was the incorrect spelling. Will look again. On 4 January 2017 at 10:49, Merlijn Sebrechts wrote: > Correct. In the staging charm store I only used the (correct) name > jupyter-notebook-spark. It's in the normal

Re: master/CiaB: Wait for juju services to have open ports - Timeout when waiting for services

2017-01-04 Thread Mac Lin
This is the content of juju-bad.log, result of "juju status" on my server. Or please let me know what command should I gave. It's difficult for me to try them out in ansible playbook. *sigh* environment: manual machines: "0": agent-state: started agent-state-info: (started)

Re: master/CiaB: Wait for juju services to have open ports - Timeout when waiting for services

2017-01-04 Thread Rick Harding
Can you paste the relations part of the juju status output that shows those relations in place? Perhaps there's an issue with the charm logic and breaking and re-adding the relations might kick it into gear? On Wed, Jan 4, 2017 at 2:48 AM Mac Lin wrote: > Really appreciate

Re: Charm release fails with "cannot update base entity for..."

2017-01-04 Thread roger peppe
On 3 January 2017 at 13:05, Merlijn Sebrechts wrote: > I have the same issue in the staging charm store. > > > charm release cs:~tengu-team/jupyter-notebook-spark-0 > ERROR cannot release charm or bundle: cannot publish charm or bundle: cannot > update base entity

Re: using a bundle with manually added machines (redux)

2017-01-04 Thread Mark Shuttleworth
On 04/01/17 10:55, Stuart Bishop wrote: > > > On 3 January 2017 at 19:07, Rick Harding > wrote: > > I'm looking into this. The bundle deploy feature in Juju 2.0 does > not allow referring to existing machines because it

Re: using a bundle with manually added machines (redux)

2017-01-04 Thread Stuart Bishop
On 3 January 2017 at 19:07, Rick Harding wrote: > I'm looking into this. The bundle deploy feature in Juju 2.0 does not > allow referring to existing machines because it breaks the reusability of > the bundle. > It would be great if Juju started supporting