Tanzu-Solutions-Engineering / pcf-ers-demo

Pivotal Cloud Foundry Elastic Runtime Service basic demo
BSD 2-Clause "Simplified" License
37 stars 1.22k forks source link

made blue v1 and v2 script #8

Closed alexvasseur closed 8 years ago

mborges-pivotal commented 8 years ago

Would you say this pull request addresses issue #6 ? I guess maybe we just need to fix the documentation, or maybe put some explanation of the steps in the blue green page. Before we were simulating change by just deploying the same app, but with a different name. Your scripts actually create a new version of the app. Let me know what you think, @avasseur-pivotal. Thanks!

alexvasseur commented 8 years ago

Yes it helps on #6 . The core change is that the 1.0 of the app has now a blue header. The shell script can create a v2 that is different and has a green header (doing so it then compiles and package, then revert the source changes to blue again) . This just feel somewhat more obvious for exec audience with such a demo and indeed then you do have 2 slightly different apps.