-
Notifications
You must be signed in to change notification settings - Fork 848
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
Introduce single-command create-env
based deployment
#1380
Milestone
Comments
This was referenced Jul 14, 2017
I was able to use the concourse-deployment virtualbox step and shortened it to |
clarafu
added a commit
to concourse/concourse-bosh-deployment
that referenced
this issue
Aug 4, 2017
We want to pull in the latest versions of the releases that this manifest depends on (concourse, garden runc, bosh virtualbox cpi, and stemcell) so we templated them out in order to fill in the versions in the pipeline. concourse/concourse#1380 Signed-off-by: Mark Huang <mhuang@pivotal.io>
clarafu
added a commit
that referenced
this issue
Aug 4, 2017
#1380 Signed-off-by: Mark Huang <mhuang@pivotal.io>
clarafu
added a commit
to vmware-archive/pipelines
that referenced
this issue
Aug 4, 2017
concourse/concourse#1380 Signed-off-by: Mark Huang <mhuang@pivotal.io>
clarafu
added a commit
to vmware-archive/pipelines
that referenced
this issue
Aug 4, 2017
concourse/concourse#1380 Signed-off-by: Mark Huang <mhuang@pivotal.io>
vito
added a commit
to vmware-archive/pipelines
that referenced
this issue
Aug 8, 2017
concourse/concourse#1380 Signed-off-by: Clara Fu <cfu@pivotal.io>
Works! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request
What challenge are you facing?
The Vagrant box is no longer shippable and has been a substantial burden to maintain and test. It requires a dedicated machine to build its images.
A Modest Proposal
I want to be able to download a single
.yml
file from our GitHub releases and pass it right tobosh create-env
with no additional steps to get a single-VM Concourse deployed locally in 5-10 minutes.We should then update the docs to reflect this workflow rather than Vagrant, and spin down our dedicated machine.
Let's build on https://github.com/concourse/concourse-deployment for this.
Sub-goal
Having pre-compiled packages may be important to achieving that 5-10 minute goal. @pivotal-topher-bullock did some work on that - ping them for context if needed. We'll probably have to start doing this as part of our pipeline. Not sure what the actual CI mechanics would be.
The text was updated successfully, but these errors were encountered: