PredixDev / predix-rmd-ref-app

predix-rmd
Other
74 stars 98 forks source link

rmd-ref-app with existing services #19

Closed sebastianroming closed 7 years ago

sebastianroming commented 7 years ago

Is it possible to deploy the predix-rmd-ref-app and bind to existing Services (UAA, Asset, Timeseries...) ?

I don't know if the deployment will fail when I change the variables in refAppConfig.py.

turnerth commented 7 years ago

um, it should. The ref-app python script, analytics-ref-app python script and quickstart.sh script all re-use the same UAA, Asset, Timeseries.

sebastianroming commented 7 years ago

@turnerth What does CF do if the cf cs command is submitted to a service that already exists? It should what? Fail or work?

gstroup commented 7 years ago

You can create multiple instances of a service with the cf cs command. But each instance must have a unique name.

turnerth commented 7 years ago

it 'fails', in the sense that it does nothing because it already exists.