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 <[email protected]> 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:[email protected]/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: [email protected] > > > > > > -- > Juju mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/juju > >
-- Juju mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju
