All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-cloud-services] [PATCH] python-heatclient: 0.6.0 -> 1.7.0
@ 2017-01-23  9:02 Huang Qiyu
  2017-01-23 14:01 ` Mark Asselstine
  0 siblings, 1 reply; 5+ messages in thread
From: Huang Qiyu @ 2017-01-23  9:02 UTC (permalink / raw)
  To: meta-virtualization

Upgrade python-heatclient from 0.6.0 to 1.7.0.

Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
 meta-openstack/recipes-devtools/python/python-heatclient_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
index 26d86be..711a36d 100644
--- a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
@@ -28,8 +28,8 @@ SRCNAME = "heatclient"
 
 SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master"
 
-PV = "0.6.0+git${SRCPV}"
-SRCREV = "7cca8394b8ab2f4dccb982ae789b1b2985627115"
+PV = "1.7.0+git${SRCPV}"
+SRCREV = "17dd3068e4d6fc10236290cc082908c439bcfead"
 S = "${WORKDIR}/git"
 
 inherit setuptools
-- 
2.7.4





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [meta-cloud-services] [PATCH] python-heatclient: 0.6.0 -> 1.7.0
  2017-01-23  9:02 [meta-cloud-services] [PATCH] python-heatclient: 0.6.0 -> 1.7.0 Huang Qiyu
@ 2017-01-23 14:01 ` Mark Asselstine
  2017-01-23 18:24   ` Bruce Ashfield
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Asselstine @ 2017-01-23 14:01 UTC (permalink / raw)
  To: Huang Qiyu; +Cc: meta-virtualization

On Mon, Jan 23, 2017 at 4:02 AM, Huang Qiyu <huangqy.fnst@cn.fujitsu.com> wrote:
> Upgrade python-heatclient from 0.6.0 to 1.7.0.
>
> Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
> ---

Huang, we need to ensure we stick to releases witch match
stable/newton and not go beyond. So for this package we should be
using the latest commit on the stable/newton branch and the version
will be 1.5.0+git${SRCPV}. The other uprev's look fine, although as we
proceed through the newton update we might find incompatibilities
which might result in some tweaking.

Just out of curiosity, what are your end goals for these
contributions? do you have a usecase for this repo that I can keep in
mind as I move things forward?

Mark


>  meta-openstack/recipes-devtools/python/python-heatclient_git.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
> index 26d86be..711a36d 100644
> --- a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
> +++ b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
> @@ -28,8 +28,8 @@ SRCNAME = "heatclient"
>
>  SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master"
>
> -PV = "0.6.0+git${SRCPV}"
> -SRCREV = "7cca8394b8ab2f4dccb982ae789b1b2985627115"
> +PV = "1.7.0+git${SRCPV}"
> +SRCREV = "17dd3068e4d6fc10236290cc082908c439bcfead"
>  S = "${WORKDIR}/git"
>
>  inherit setuptools
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-cloud-services] [PATCH] python-heatclient: 0.6.0 -> 1.7.0
  2017-01-23 14:01 ` Mark Asselstine
@ 2017-01-23 18:24   ` Bruce Ashfield
  2017-01-24  2:33     ` Mark Asselstine
  0 siblings, 1 reply; 5+ messages in thread
From: Bruce Ashfield @ 2017-01-23 18:24 UTC (permalink / raw)
  To: Mark Asselstine; +Cc: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 2536 bytes --]

On Mon, Jan 23, 2017 at 9:01 AM, Mark Asselstine <
mark.asselstine@windriver.com> wrote:

> On Mon, Jan 23, 2017 at 4:02 AM, Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
> wrote:
> > Upgrade python-heatclient from 0.6.0 to 1.7.0.
> >
> > Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
> > ---
>
> Huang, we need to ensure we stick to releases witch match
> stable/newton and not go beyond. So for this package we should be
> using the latest commit on the stable/newton branch and the version
> will be 1.5.0+git${SRCPV}. The other uprev's look fine, although as we
> proceed through the newton update we might find incompatibilities
> which might result in some tweaking.
>

Agreed. I'm happy to take uprevs of the python support packages, but for
anything that is a core project, or interfaces directly with those core
projects,
I'd rather batch merge their updates .. once we've shown a fully working
system.

Bruce


>
> Just out of curiosity, what are your end goals for these
> contributions? do you have a usecase for this repo that I can keep in
> mind as I move things forward?
>
> Mark
>
>
> >  meta-openstack/recipes-devtools/python/python-heatclient_git.bb | 4
> ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/meta-openstack/recipes-devtools/python/python-
> heatclient_git.bb b/meta-openstack/recipes-devtools/python/python-
> heatclient_git.bb
> > index 26d86be..711a36d 100644
> > --- a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
> > +++ b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
> > @@ -28,8 +28,8 @@ SRCNAME = "heatclient"
> >
> >  SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=
> master"
> >
> > -PV = "0.6.0+git${SRCPV}"
> > -SRCREV = "7cca8394b8ab2f4dccb982ae789b1b2985627115"
> > +PV = "1.7.0+git${SRCPV}"
> > +SRCREV = "17dd3068e4d6fc10236290cc082908c439bcfead"
> >  S = "${WORKDIR}/git"
> >
> >  inherit setuptools
> > --
> > 2.7.4
> >
> >
> >
> > --
> > _______________________________________________
> > meta-virtualization mailing list
> > meta-virtualization@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-virtualization
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"

[-- Attachment #2: Type: text/html, Size: 4592 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-cloud-services] [PATCH] python-heatclient: 0.6.0 -> 1.7.0
  2017-01-23 18:24   ` Bruce Ashfield
@ 2017-01-24  2:33     ` Mark Asselstine
  2017-01-31 16:06       ` Mark Asselstine
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Asselstine @ 2017-01-24  2:33 UTC (permalink / raw)
  To: Bruce Ashfield, Huang Qiyu; +Cc: meta-virtualization

On Mon, Jan 23, 2017 at 1:24 PM, Bruce Ashfield
<bruce.ashfield@gmail.com> wrote:
>
>
> On Mon, Jan 23, 2017 at 9:01 AM, Mark Asselstine
> <mark.asselstine@windriver.com> wrote:
>>
>> On Mon, Jan 23, 2017 at 4:02 AM, Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
>> wrote:
>> > Upgrade python-heatclient from 0.6.0 to 1.7.0.
>> >
>> > Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
>> > ---
>>
>> Huang, we need to ensure we stick to releases witch match
>> stable/newton and not go beyond. So for this package we should be
>> using the latest commit on the stable/newton branch and the version
>> will be 1.5.0+git${SRCPV}. The other uprev's look fine, although as we
>> proceed through the newton update we might find incompatibilities
>> which might result in some tweaking.
>
>
> Agreed. I'm happy to take uprevs of the python support packages, but for
> anything that is a core project, or interfaces directly with those core
> projects,
> I'd rather batch merge their updates .. once we've shown a fully working
> system.

+1. Now that we have made our way through most of the dependencies and
python-oslo* uprev work I am starting to queue the updates to the core
openstack recipes. Huang, you are most likely best to wait until I
have these complete, there is no need to duplicate this work. Once I
have a somewhat functional system I will get these out for review and
merging.

Mark

>
> Bruce
>
>>
>>
>> Just out of curiosity, what are your end goals for these
>> contributions? do you have a usecase for this repo that I can keep in
>> mind as I move things forward?
>>
>> Mark
>>
>>
>> >  meta-openstack/recipes-devtools/python/python-heatclient_git.bb | 4
>> > ++--
>> >  1 file changed, 2 insertions(+), 2 deletions(-)
>> >
>> > diff --git
>> > a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
>> > b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
>> > index 26d86be..711a36d 100644
>> > --- a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
>> > +++ b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
>> > @@ -28,8 +28,8 @@ SRCNAME = "heatclient"
>> >
>> >  SRC_URI =
>> > "git://github.com/openstack/python-heatclient.git;branch=master"
>> >
>> > -PV = "0.6.0+git${SRCPV}"
>> > -SRCREV = "7cca8394b8ab2f4dccb982ae789b1b2985627115"
>> > +PV = "1.7.0+git${SRCPV}"
>> > +SRCREV = "17dd3068e4d6fc10236290cc082908c439bcfead"
>> >  S = "${WORKDIR}/git"
>> >
>> >  inherit setuptools
>> > --
>> > 2.7.4
>> >
>> >
>> >
>> > --
>> > _______________________________________________
>> > meta-virtualization mailing list
>> > meta-virtualization@yoctoproject.org
>> > https://lists.yoctoproject.org/listinfo/meta-virtualization
>> --
>> _______________________________________________
>> meta-virtualization mailing list
>> meta-virtualization@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-virtualization
>
>
>
>
> --
> "Thou shalt not follow the NULL pointer, for chaos and madness await thee at
> its end"
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-cloud-services] [PATCH] python-heatclient: 0.6.0 -> 1.7.0
  2017-01-24  2:33     ` Mark Asselstine
@ 2017-01-31 16:06       ` Mark Asselstine
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Asselstine @ 2017-01-31 16:06 UTC (permalink / raw)
  To: Bruce Ashfield, Huang Qiyu; +Cc: meta-virtualization

Huang, Bruce, or whoever

I have made my work in progress available at
https://github.com/masselstine/meta-cloud-services . Commits on this
repo which I have not sent to Bruce yet are subject to change.

You don't have to look far for things to fixup, simply build a
controller image (via the README.setup) fire it up in QEMU and start
trying to use openstack infrastructure like horizon or keystone... The
Horizon login page will come up but you can't login at the moment
since the keystone identity creation script is not working.

Huang, if you are wanting to help out feel free to send me commits
against this repo and I will collect them. Once we get things in a
good enough working state I will do cleanup and get the whole bunch to
Bruce for merging into the official repo. Thanks to git anything you
send me will continue to have you SOB and authorship so credit will
fall where it should.

I have to balance my work on m-c-s with other work so if you are
needing Openstack soon this repo can help us collaborate, or at
minimum you can keep an eye on it to follow my progress. I will try to
update it whenever I make changes to m-c-s.

Mark

On Mon, Jan 23, 2017 at 9:33 PM, Mark Asselstine
<mark.asselstine@windriver.com> wrote:
> On Mon, Jan 23, 2017 at 1:24 PM, Bruce Ashfield
> <bruce.ashfield@gmail.com> wrote:
>>
>>
>> On Mon, Jan 23, 2017 at 9:01 AM, Mark Asselstine
>> <mark.asselstine@windriver.com> wrote:
>>>
>>> On Mon, Jan 23, 2017 at 4:02 AM, Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
>>> wrote:
>>> > Upgrade python-heatclient from 0.6.0 to 1.7.0.
>>> >
>>> > Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
>>> > ---
>>>
>>> Huang, we need to ensure we stick to releases witch match
>>> stable/newton and not go beyond. So for this package we should be
>>> using the latest commit on the stable/newton branch and the version
>>> will be 1.5.0+git${SRCPV}. The other uprev's look fine, although as we
>>> proceed through the newton update we might find incompatibilities
>>> which might result in some tweaking.
>>
>>
>> Agreed. I'm happy to take uprevs of the python support packages, but for
>> anything that is a core project, or interfaces directly with those core
>> projects,
>> I'd rather batch merge their updates .. once we've shown a fully working
>> system.
>
> +1. Now that we have made our way through most of the dependencies and
> python-oslo* uprev work I am starting to queue the updates to the core
> openstack recipes. Huang, you are most likely best to wait until I
> have these complete, there is no need to duplicate this work. Once I
> have a somewhat functional system I will get these out for review and
> merging.
>
> Mark
>
>>
>> Bruce
>>
>>>
>>>
>>> Just out of curiosity, what are your end goals for these
>>> contributions? do you have a usecase for this repo that I can keep in
>>> mind as I move things forward?
>>>
>>> Mark
>>>
>>>
>>> >  meta-openstack/recipes-devtools/python/python-heatclient_git.bb | 4
>>> > ++--
>>> >  1 file changed, 2 insertions(+), 2 deletions(-)
>>> >
>>> > diff --git
>>> > a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
>>> > b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
>>> > index 26d86be..711a36d 100644
>>> > --- a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
>>> > +++ b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
>>> > @@ -28,8 +28,8 @@ SRCNAME = "heatclient"
>>> >
>>> >  SRC_URI =
>>> > "git://github.com/openstack/python-heatclient.git;branch=master"
>>> >
>>> > -PV = "0.6.0+git${SRCPV}"
>>> > -SRCREV = "7cca8394b8ab2f4dccb982ae789b1b2985627115"
>>> > +PV = "1.7.0+git${SRCPV}"
>>> > +SRCREV = "17dd3068e4d6fc10236290cc082908c439bcfead"
>>> >  S = "${WORKDIR}/git"
>>> >
>>> >  inherit setuptools
>>> > --
>>> > 2.7.4
>>> >
>>> >
>>> >
>>> > --
>>> > _______________________________________________
>>> > meta-virtualization mailing list
>>> > meta-virtualization@yoctoproject.org
>>> > https://lists.yoctoproject.org/listinfo/meta-virtualization
>>> --
>>> _______________________________________________
>>> meta-virtualization mailing list
>>> meta-virtualization@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/meta-virtualization
>>
>>
>>
>>
>> --
>> "Thou shalt not follow the NULL pointer, for chaos and madness await thee at
>> its end"
>>
>> --
>> _______________________________________________
>> meta-virtualization mailing list
>> meta-virtualization@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-virtualization
>>


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-01-31 16:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-23  9:02 [meta-cloud-services] [PATCH] python-heatclient: 0.6.0 -> 1.7.0 Huang Qiyu
2017-01-23 14:01 ` Mark Asselstine
2017-01-23 18:24   ` Bruce Ashfield
2017-01-24  2:33     ` Mark Asselstine
2017-01-31 16:06       ` Mark Asselstine

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.