[tosca-parser] Need new release of tosca-parser library
Hi Team, Heat-translator patch [1] is dependent on tosca-parser changes that is already merged in patch [2]. We need new tosco-parser release so that we can add the new release version in heat-translator and proceed further with the review. And tacker patch [3] is dependent on heat-translator [1]. So we also need new release of heat-translator after merging the new changes so that it can be used by tacker changes to successfully work with new functionality. Please let me know the plan when you will release tosco-parse library. [1] https://review.openstack.org/#/c/619154/ heat-translator [2] https://review.openstack.org/#/c/612973/ tosco-parser [3] https://review.openstack.org/#/c/622888/ tacker Best Regards, Niraj Singh | System Analyst| NTT DATA Global Delivery Services Ltd.| w. +91.20.6604.1500 x 403|m.8055861633| Niraj.Singh@nttdata.com<mailto:Niraj.Singh@nttdata.com> Disclaimer: This email and any attachments are sent in strictest confidence for the sole use of the addressee and may contain legally privileged, confidential, and proprietary data. If you are not the intended recipient, please advise the sender by replying promptly to this email and then delete and destroy this email and any attachments without any further use, copying or forwarding.
On Wed, Dec 12, 2018 at 02:30:46AM +0000, Singh, Niraj wrote:
Hi Team,
Heat-translator patch [1] is dependent on tosca-parser changes that is already merged in patch [2].
We need new tosco-parser release so that we can add the new release version in heat-translator and proceed further with the review.
This can be done via the openstack/releases repo. We'll need either the heat PTL or release team liaison to approve the patch if neither of them can propose the change. Yours Tony.
I will submit this patch tomorrow morning (US/Central) Bob
On Dec 11, 2018, at 20:39, Tony Breeds <tony@bakeyournoodle.com> wrote:
On Wed, Dec 12, 2018 at 02:30:46AM +0000, Singh, Niraj wrote: Hi Team,
Heat-translator patch [1] is dependent on tosca-parser changes that is already merged in patch [2].
We need new tosco-parser release so that we can add the new release version in heat-translator and proceed further with the review.
This can be done via the openstack/releases repo. We'll need either the heat PTL or release team liaison to approve the patch if neither of them can propose the change.
Yours Tony.
On Wed, Dec 12, 2018 at 11:47 AM Bob Haddleton <bobh@haddleton.net> wrote:
I will submit this patch tomorrow morning (US/Central)
I will help to give my aproval just to honor the project release workflow
Bob
On Dec 11, 2018, at 20:39, Tony Breeds <tony@bakeyournoodle.com> wrote:
On Wed, Dec 12, 2018 at 02:30:46AM +0000, Singh, Niraj wrote: Hi Team,
Heat-translator patch [1] is dependent on tosca-parser changes that is already merged in patch [2].
We need new tosco-parser release so that we can add the new release version in heat-translator and proceed further with the review.
This can be done via the openstack/releases repo. We'll need either the heat PTL or release team liaison to approve the patch if neither of them can propose the change.
Yours Tony.
-- May The Force of OpenStack Be With You, *Rico Lin*irc: ricolin
Hi Bob, Verified the info about the latest tosco-parser release 1.3.0, I can see my changes in the commits [1]. But after downloading the zip file under release 1.3.0, I didn't found my changes that was in [2]. Please verify. [1] https://github.com/openstack/tosca-parser/compare/1.3.0...master [2] https://review.openstack.org/#/c/612973/ ________________________________ From: Rico Lin <rico.lin.guanyu@gmail.com> Sent: 12 December 2018 11:01 To: bobh@haddleton.net Cc: Tony Breeds; Singh, Niraj; openstack-discuss@lists.openstack.org Subject: Re: [tosca-parser] Need new release of tosca-parser library On Wed, Dec 12, 2018 at 11:47 AM Bob Haddleton <bobh@haddleton.net<mailto:bobh@haddleton.net>> wrote: I will submit this patch tomorrow morning (US/Central) I will help to give my aproval just to honor the project release workflow Bob
On Dec 11, 2018, at 20:39, Tony Breeds <tony@bakeyournoodle.com<mailto:tony@bakeyournoodle.com>> wrote:
On Wed, Dec 12, 2018 at 02:30:46AM +0000, Singh, Niraj wrote: Hi Team,
Heat-translator patch [1] is dependent on tosca-parser changes that is already merged in patch [2].
We need new tosco-parser release so that we can add the new release version in heat-translator and proceed further with the review.
This can be done via the openstack/releases repo. We'll need either the heat PTL or release team liaison to approve the patch if neither of them can propose the change.
Yours Tony.
-- May The Force of OpenStack Be With You, Rico Lin irc: ricolin Disclaimer: This email and any attachments are sent in strictest confidence for the sole use of the addressee and may contain legally privileged, confidential, and proprietary data. If you are not the intended recipient, please advise the sender by replying promptly to this email and then delete and destroy this email and any attachments without any further use, copying or forwarding.
On Fri, Dec 14, 2018 at 02:28:19AM +0000, Singh, Niraj wrote:
Hi Bob,
Verified the info about the latest tosco-parser release 1.3.0, I can see my changes in the commits [1]. But after downloading the zip file under release 1.3.0, I didn't found my changes that was in [2].
Your request for 1.3.0 was against the SHA 0c77377 Look here: [tony@thor tosca-parser]$ git lol 1.2.0..1.3.0 * 0c77377 (tag: 1.3.0) Move extension tests to where stestr can find them * f2ca5eb Merge "Use stestr instead of testr" |\ | * 803b2a8 Use stestr instead of testr * f231b27 Merge "Fix error using get_attribute with HOST in case of setting host relationship in "long" format." * c08022d Fix error using get_attribute with HOST in case of setting host relationship in "long" format. However that SHA you requested was well behind origin/master [tony@thor tosca-parser]$ git lol 1.3.0..origin/master * e0c67af (HEAD -> master, origin/master, origin/HEAD, gerrit/master) Merge "Add py36 to tox.ini and setup.cfg" |\ | * 4bdad8e Add py36 to tox.ini and setup.cfg * bfed830 Merge "Add reservation policy support" |\ | * fd3c74b Add reservation policy support * 466a489 Merge "Change openstack-dev to openstack-discuss" * f90efb1 Change openstack-dev to openstack-discuss The chnage you want is in that range. You can request a new release for 1.3.1 or 1.4.0 whichever is the appropriate semver via the same method. Yours Tony.
My apologies - I don't know where that SHA came from, my repo has the correct one. I will push a 1.3.1 release request now. Bob On 12/14/18 3:03 AM, Tony Breeds wrote:
On Fri, Dec 14, 2018 at 02:28:19AM +0000, Singh, Niraj wrote:
Hi Bob,
Verified the info about the latest tosco-parser release 1.3.0, I can see my changes in the commits [1]. But after downloading the zip file under release 1.3.0, I didn't found my changes that was in [2]. Your request for 1.3.0 was against the SHA 0c77377
Look here: [tony@thor tosca-parser]$ git lol 1.2.0..1.3.0 * 0c77377 (tag: 1.3.0) Move extension tests to where stestr can find them * f2ca5eb Merge "Use stestr instead of testr" |\ | * 803b2a8 Use stestr instead of testr * f231b27 Merge "Fix error using get_attribute with HOST in case of setting host relationship in "long" format." * c08022d Fix error using get_attribute with HOST in case of setting host relationship in "long" format.
However that SHA you requested was well behind origin/master
[tony@thor tosca-parser]$ git lol 1.3.0..origin/master * e0c67af (HEAD -> master, origin/master, origin/HEAD, gerrit/master) Merge "Add py36 to tox.ini and setup.cfg" |\ | * 4bdad8e Add py36 to tox.ini and setup.cfg * bfed830 Merge "Add reservation policy support" |\ | * fd3c74b Add reservation policy support * 466a489 Merge "Change openstack-dev to openstack-discuss" * f90efb1 Change openstack-dev to openstack-discuss
The chnage you want is in that range.
You can request a new release for 1.3.1 or 1.4.0 whichever is the appropriate semver via the same method.
Yours Tony.
participants (4)
-
Bob Haddleton
-
Rico Lin
-
Singh, Niraj
-
Tony Breeds