bigdata-dev team mailing list archive
-
bigdata-dev team
-
Mailing list archive
-
Message #00064
Re: Charm Helpers update
As a follow-up, the docs for the fork are up online at:
http://big-data-charm-helpers.readthedocs.org/
The specific docs for our Big Data classes can be found under:
http://big-data-charm-helpers.readthedocs.org/en/latest/api/charmhelpers.contrib.bigdata.html
It's clear we need to do a bit of work to fill those in better, but
having them online is definitely a plus.
On Wed, Apr 8, 2015 at 4:51 PM, Cory Johns <cory.johns@xxxxxxxxxxxxx> wrote:
> (TL;DR: If a charm update needs a new build of Charm Helpers, you will
> have to change "ch_framework" to "charmframework" in the charm code.)
>
> Please be aware that I updated the Big Data fork of Charm Helpers, to
> bring it back in sync with the upstream, and to finish the
> documentation changes I had begun in preparation for getting our fork
> merged into upstream.
>
> This won't affect the existing charms, as they are tagged to a
> specific release of CH in bigdata-data. But if you need to make a
> change to CH and update a charm, you may have to make some minor
> tweaks.
>
> The only one that I expect to actually impact any of the charms is
> that the charmhelpers.core.ch_framework package was renamed to
> charmhelpers.core.charmframework, based on feedback from the team.
> From upstream, charmdata was also renamed to unitdata, but I don't
> think that will have any impact on any of the charms directly.
References