Re: information needed for Mariadb Enterprise edition

2016-05-26 Thread Antonio Rosales
On Thu, May 26, 2016 at 1:34 PM, Daniel Bartholomew  wrote:
> On Tue, May 24, 2016 at 6:38 PM, Daniel Bartholomew  wrote:
>> On Thu, May 19, 2016 at 7:46 PM, Kevin Monroe
>>  wrote:
>>> I recently took a look at the mariadb charm on ppc64le and ran across some
>>> interesting bits.  I'm looping in the charm maintainer (dbart) for extra
>>> insights.
>>>
>>> First, MariaDB has both enterprise and community versions available for this
>>> charm to deploy.  Rajith, as you saw in the readme, you should be able to
>>> obtain credentials from the MariaDB Portal
>>> (https://mariadb.com/user/login?destination=my_portal/download).  However, 
>>> there was a recent change in the package signing key [0] that
>>> may affect installation.  Daniel, are these "enterprise.yaml" creation
>>> instructions in the charm readme still valid?:
>>>
>>> http://bazaar.launchpad.net/~charmers/charms/trusty/mariadb/trunk/view/head:/README.md#L46
>>>
>> No. Those are old instructions. I submitted an updated version of the
>> charm way back in November, but it looks like it never made it into
>> the charm store. As a first step, the version of the charm currently
>> in my repo (revision 28) should immediately be pushed to the charm
>> store: lp:~dbart/charms/trusty/mariadb/trunk
>>
>> The correct readme is here:
>>
>> http://bazaar.launchpad.net/~dbart/charms/trusty/mariadb/trunk/view/head:/README.md#L24
>>
>> ...but the instructions there won't work unless the charm in the store
>> is updated.
>>
>
> After looking into the issues some more, I've uncovered some new ones
> relating to deployment of MariaDB Enterprise on POWER8 with the
> updated version of the charm my launchpad repo. It's probably best to
> keep the old charm in the store as-is until I have the new version I'm
> working on ready. I should have it done early next week. POWER8
> deployment issues with the old charm, as long as you don't configure
> the enterprise.yaml file, and just 'juju deploy mariadb' are now
> resolved AFAIK thanks to some modifications I made today to the
> community MariaDB repositories.

While you are in the midst of updating have you taken a look at
Resources and Terms in Juju 2.0?

Resources is documented at:
https://jujucharms.com/docs/master/developer-terms

Terms is under final review at:
https://github.com/juju/docs/pull/1122/files
Specifically,
https://github.com/mbruzek/docs/blob/abd31c0962d73efea76a1381a857a279e27d384d/src/en/developer-resources.md


Thanks for the work on the MariaDB charm. If you have any questions
please post here or in #juju@Freenode.
-Antonio

>
> Thanks.
>
> --
> Daniel Bartholomew, MariaDB Release Manager
> MariaDB | http://mariadb.com
>
> --
> Juju mailing list
> Juju@lists.ubuntu.com
> Modify settings or unsubscribe at: 
> https://lists.ubuntu.com/mailman/listinfo/juju



-- 
Antonio Rosales
Ecosystem Engineering
Canonical

-- 
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju


Re: information needed for Mariadb Enterprise edition

2016-05-26 Thread Daniel Bartholomew
On Tue, May 24, 2016 at 6:38 PM, Daniel Bartholomew  wrote:
> On Thu, May 19, 2016 at 7:46 PM, Kevin Monroe
>  wrote:
>> I recently took a look at the mariadb charm on ppc64le and ran across some
>> interesting bits.  I'm looping in the charm maintainer (dbart) for extra
>> insights.
>>
>> First, MariaDB has both enterprise and community versions available for this
>> charm to deploy.  Rajith, as you saw in the readme, you should be able to
>> obtain credentials from the MariaDB Portal
>> (https://mariadb.com/user/login?destination=my_portal/download).  However, 
>> there was a recent change in the package signing key [0] that
>> may affect installation.  Daniel, are these "enterprise.yaml" creation
>> instructions in the charm readme still valid?:
>>
>> http://bazaar.launchpad.net/~charmers/charms/trusty/mariadb/trunk/view/head:/README.md#L46
>>
> No. Those are old instructions. I submitted an updated version of the
> charm way back in November, but it looks like it never made it into
> the charm store. As a first step, the version of the charm currently
> in my repo (revision 28) should immediately be pushed to the charm
> store: lp:~dbart/charms/trusty/mariadb/trunk
>
> The correct readme is here:
>
> http://bazaar.launchpad.net/~dbart/charms/trusty/mariadb/trunk/view/head:/README.md#L24
>
> ...but the instructions there won't work unless the charm in the store
> is updated.
>

After looking into the issues some more, I've uncovered some new ones
relating to deployment of MariaDB Enterprise on POWER8 with the
updated version of the charm my launchpad repo. It's probably best to
keep the old charm in the store as-is until I have the new version I'm
working on ready. I should have it done early next week. POWER8
deployment issues with the old charm, as long as you don't configure
the enterprise.yaml file, and just 'juju deploy mariadb' are now
resolved AFAIK thanks to some modifications I made today to the
community MariaDB repositories.

Thanks.

-- 
Daniel Bartholomew, MariaDB Release Manager
MariaDB | http://mariadb.com

-- 
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju


Re: information needed for Mariadb Enterprise edition

2016-05-19 Thread Kevin Monroe
I recently took a look at the mariadb charm on ppc64le and ran across some
interesting bits.  I'm looping in the charm maintainer (dbart) for extra
insights.

First, MariaDB has both enterprise and community versions available for
this charm to deploy.  Rajith, as you saw in the readme, you should be able
to obtain credentials from the MariaDB Portal (
https://mariadb.com/user/login?destination=my_portal/download).  However,
there was a recent change in the package signing key [0] that may affect
installation.  Daniel, are these "enterprise.yaml" creation instructions in
the charm readme still valid?:

http://bazaar.launchpad.net/~charmers/charms/trusty/mariadb/trunk/view/head:/README.md#L46

Second, line 382 of Rajith's log (http://paste.ubuntu.com/16514402/) shows
that if the configured repo is ignored, the charm will continue to install
mariadb-[server|client] from the trusty archives.  This will put
mariadb-5.x on the unit, which may or may not be intended.  Perhaps the
charm should warn the user if mariadb is installed from a location other
than the configured repo?

Third, I was able to reproduce the behavior seen in Rajith's log where
mariadb did not start successfully.  I think the default dataset-size
configuration is too aggressive in some scenarios.  I've opened a bug [1]
to track this.

Rajith, I know you specifically asked about the enterprise edition, and
hopefully Daniel will be able to assist there.  That said, I have verified
the community edition works when deploying from the charm store to a
ppc64le container.  Let me know if I can be of any help to get that running
in your environment.

[0] https://jira.mariadb.org/browse/MDEV-9781
[1] https://bugs.launchpad.net/charms/+source/mariadb/+bug/1583834

Thanks,
-Kevin

On Thu, May 19, 2016 at 8:01 AM, Mark Shuttleworth  wrote:

>
> Looks like MariaDB have an enterprise version which requires you to agree
> to their terms and download the software from them using a private password
> dedicated to you.
>
> This might be related to specific config settings (i.e. if you've told the
> charm to use an enterprise version) or it may just be the default behaviour
> of that charm.
>
> We are working towards a simpler mechanism to handle this sort of use
> case, will ask that MariaDB try that instead.
>
> Mark
>
>
> On 19/05/16 03:10, Rajith P Venkata wrote:
>
> Hi
> I am installing Mariadb Enterprise edition by following below steps from
> charm store, I am getting hook fail error,
>
>
> Obtain a username/password from the MariaDB Portal and you will then have
> access to the MariaDB Enterprise repository.
> Next create a file called enterprise.yaml with the following contents,
> replacing username:password with your actual username and password:
> mariadb:
>   enterprise-eula: true
>   key: 0xd324876ebe6a595f
>   source: "deb 
> https://username:passw...@code.mariadb.com/mariadb-enterprise/10.0/repo/ubuntu
> trusty main"
> Lastly, deploy MariaDB as normal but with the addition of the yaml file
> juju deploy --config ./enterprise.yaml mariadb
>
>
>  please let me know steps for getting username and password .  Is username
> and password same as site username and password.
>
> Rajith
>
> IBM AIX Certified, OCPCertified
> 
>
> Cell- 9901966577
> Email: rajith...@in.ibm.com
>
>
>
>
>
> --
> Juju mailing list
> Juju@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/juju
>
>
-- 
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju


Re: information needed for Mariadb Enterprise edition

2016-05-19 Thread Mark Shuttleworth

Looks like MariaDB have an enterprise version which requires you to
agree to their terms and download the software from them using a private
password dedicated to you.

This might be related to specific config settings (i.e. if you've told
the charm to use an enterprise version) or it may just be the default
behaviour of that charm.

We are working towards a simpler mechanism to handle this sort of use
case, will ask that MariaDB try that instead.

Mark

On 19/05/16 03:10, Rajith P Venkata wrote:
> Hi 
> I am installing Mariadb Enterprise edition by following below steps from 
> charm store, I am getting hook fail error,
>
>
> Obtain a username/password from the MariaDB Portal and you will then have 
> access to the MariaDB Enterprise repository. 
> Next create a file called enterprise.yaml with the following contents, 
> replacing username:password with your actual username and password: 
> mariadb:
>   enterprise-eula: true
>   key: 0xd324876ebe6a595f
>   source: "deb 
> https://username:passw...@code.mariadb.com/mariadb-enterprise/10.0/repo/ubuntu
>  
> trusty main"
> Lastly, deploy MariaDB as normal but with the addition of the yaml file
> juju deploy --config ./enterprise.yaml mariadb
>
>
>  please let me know steps for getting username and password .  Is username 
> and password same as site username and password.
>
> Rajith
>
> IBM AIX Certified, OCPCertified
> 
>
> Cell- 9901966577
> Email: rajith...@in.ibm.com
>
>
>
>

-- 
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju


Re: information needed for Mariadb Enterprise edition

2016-05-19 Thread Rajith P Venkata
attaching logs for further reference




Rajith

IBM AIX Certified, OCPCertified


Cell- 9901966577
Email: rajith...@in.ibm.com



From:   Rajith P Venkata/India/IBM
To: juju@lists.ubuntu.com
Date:   19-05-16 03:40 PM
Subject:information needed for Mariadb Enterprise edition 



Hi 
I am installing Mariadb Enterprise edition by following below steps from 
charm store, I am getting hook fail error,


Obtain a username/password from the MariaDB Portal and you will then have 
access to the MariaDB Enterprise repository. 
Next create a file called enterprise.yaml with the following contents, 
replacing username:password with your actual username and password: 
mariadb:
  enterprise-eula: true
  key: 0xd324876ebe6a595f
  source: "deb 
https://username:passw...@code.mariadb.com/mariadb-enterprise/10.0/repo/ubuntu 
trusty main"
Lastly, deploy MariaDB as normal but with the addition of the yaml file
juju deploy --config ./enterprise.yaml mariadb


 please let me know steps for getting username and password .  Is username 
and password same as site username and password.

Rajith

IBM AIX Certified, OCPCertified


Cell- 9901966577
Email: rajith...@in.ibm.com




unit-mariadb-0.log
Description: Binary data
-- 
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju


information needed for Mariadb Enterprise edition

2016-05-19 Thread Rajith P Venkata
Hi 
I am installing Mariadb Enterprise edition by following below steps from 
charm store, I am getting hook fail error,


Obtain a username/password from the MariaDB Portal and you will then have 
access to the MariaDB Enterprise repository. 
Next create a file called enterprise.yaml with the following contents, 
replacing username:password with your actual username and password: 
mariadb:
  enterprise-eula: true
  key: 0xd324876ebe6a595f
  source: "deb 
https://username:passw...@code.mariadb.com/mariadb-enterprise/10.0/repo/ubuntu 
trusty main"
Lastly, deploy MariaDB as normal but with the addition of the yaml file
juju deploy --config ./enterprise.yaml mariadb


 please let me know steps for getting username and password .  Is username 
and password same as site username and password.

Rajith

IBM AIX Certified, OCPCertified


Cell- 9901966577
Email: rajith...@in.ibm.com

-- 
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju