Re: Seeking Advice On Exporting Image Streams

2017-08-09 Thread Clayton Coleman
I don't know what that us to do with templates though - what "parameter" applies? The registry external name? On Aug 9, 2017, at 1:22 PM, Cesar Wong wrote: The purpose of the endpoint is to parameterize an aspect of the resources passed to it. We are initially implementing

Re: Seeking Advice On Exporting Image Streams

2017-08-09 Thread Devan Goodwin
On Wed, Aug 9, 2017 at 2:20 PM, Clayton Coleman wrote: > Why do we need parameters? Which parameters are we adding? For our use case, the idea was detect image refs that point to the internal registry and the old project name during archival/export, parameterize, and provide

Re: Seeking Advice On Exporting Image Streams

2017-08-09 Thread Clayton Coleman
Why do we need parameters? Which parameters are we adding? On Aug 9, 2017, at 12:21 PM, Cesar Wong wrote: Hi Devan, You can see my branch here: https://github.com/csrwng/origin/tree/parameterize_template (last 5 commits) Hopefully should be a PR soon. The REST endpoint

Re: Seeking Advice On Exporting Image Streams

2017-08-09 Thread Cesar Wong
Hi Devan, You can see my branch here: https://github.com/csrwng/origin/tree/parameterize_template (last 5 commits) Hopefully should be a PR soon. The REST endpoint should be functional, the CLI still needs work, but basically the

Re: Seeking Advice On Exporting Image Streams

2017-08-09 Thread Devan Goodwin
On Wed, Aug 9, 2017 at 11:44 AM, Cesar Wong wrote: > Hi Devan, > > This past iteration I started work on this same problem [1] > > https://trello.com/c/I2ZJxS94/998-5-improve-oc-export-to-parameterize-containerapppromotion > > The problem is broad and the way I decided to break

Re: Seeking Advice On Exporting Image Streams

2017-08-09 Thread Cesar Wong
Hi Devan, This past iteration I started work on this same problem [1] https://trello.com/c/I2ZJxS94/998-5-improve-oc-export-to-parameterize-containerapppromotion The problem is broad and the way I

Re: Seeking Advice On Exporting Image Streams

2017-08-09 Thread Devan Goodwin
On Wed, Aug 9, 2017 at 9:58 AM, Ben Parees wrote: > > > On Wed, Aug 9, 2017 at 8:49 AM, Devan Goodwin wrote: >> >> We are working on a more robust project export/import process (into a >> new namespace, possibly a new cluster, etc) and have a question on

Re: Seeking Advice On Exporting Image Streams

2017-08-09 Thread Ben Parees
On Wed, Aug 9, 2017 at 8:49 AM, Devan Goodwin wrote: > We are working on a more robust project export/import process (into a > new namespace, possibly a new cluster, etc) and have a question on how > to handle image streams. > > Our first test was with "oc new-app >