-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the ability to use the autopilot plugin for Cloud Foundry #328
Comments
I would like to suggest the way to do this is adding the config to .travis.yml. The usage of this plug is below.
Proposed syntax below.
Full
|
So is the trade-off here is that the coordination of the blue-green app-swap (route-management and app scaling commands to CF) is driven by the CF command-line tool? I assume the issuer of this command have to maintain network connectivity while the update is going on in the background (which can be a problem for long running "version A vs. version B" tests). |
@jimlindeman I guess Im pissing your point, is your comment a statement? |
Closing... No need for this, the correct way looks like scripts. For example a script that does this, https://github.com/18F/cf-blue-green. |
As the author of that aforementioned script, I recommend using autopilot instead 😄 They do largely the same thing, but autopilot enforces some better habits, and is better maintained. Would there be any interest in supporting autopilot as an option for the Cloud Foundry deploy? I think it would be fairly straightforward to add support...would you consider a pull request? |
Bump! |
@afeld I think integration of Autopilot with the CloudFoundry Travis provider would be awesome, and exactly what I'm looking for! I hope they DO consider a pull request from you. :-D |
Looked into this a bit...it would require two additions to the configuration:
The latter is a bit of a bummer, in that it would require a special setup for deploying multiple applications (e.g. a backend server and a frontend server)...probably(?) still worth including to cover the majority of cases. |
Submitted! #610 |
Currently the Cloud Foundry command line allows the use of plugins to do additional things with deployments. A particular plugin AutoPilot allows the user to perform Blue/Green deployments for ensuring there is no downtime for their apps.
This issue is to get the idea on the books. I am offering to do the work for this but just wanted to bring the idea up to the community.
The text was updated successfully, but these errors were encountered: