- 28 Apr, 2015 1 commit
-
-
BOSH Jenkins authored
-
- 27 Apr, 2015 3 commits
-
-
Jonathan Fuerth and Nader Ziada authored
This reverts commit 59f44a3e. Small change to make unit tests happy: don't start the postgres connection proxy until sandbox.start()
-
BOSH Jenkins authored
-
BOSH Jenkins authored
-
- 25 Apr, 2015 1 commit
-
-
Maria Shaldibina authored
Signed-off-by:
Luke Woydziak <luke.woydziak@emc.com>
-
- 24 Apr, 2015 3 commits
-
-
caleb miles authored
-
caleb miles authored
Otherwise the BOSH director will fail to start due to ngnix failing to find generated SSL keys.
-
caleb miles authored
This reverts commit cf5b5f50. There is too much uncertainty about what packages are actually needed to deploy the BOSH release to a stemcell to simply remove the `base` metapackage for now. Conflicts: stemcell_builder/stages/base_centos_packages/apply.sh
-
- 23 Apr, 2015 9 commits
-
-
Ted Young authored
Signed-off-by:
Corey Innis <cinnis@pivotal.io>
-
Colin Obyrne authored
- DeploymentSpecParser specs use cloud configs and have less of their constructed objects mocked - Adds machinist blueprint for CloudConfig to enable testing with real CloudConfig objects. [#91451310] Signed-off-by:
Jonathan Barnes <jbarnes@pivotal.io>
-
Ted Young authored
Resolves Digest::Digest deprecation warning. [#75227366] Signed-off-by:
Corey Innis <cinnis@pivotal.io>
-
Ted Young authored
[#91719478] Signed-off-by:
Corey Innis <cinnis@pivotal.io>
-
Ted Young authored
This was a test that proves we catch raised exceptions in the CPI. However, the exception that was raised was actually a side effect of the Config object not being configured, not the expected CPI exception we induce in the test. * AgentClient is mocked * test catches the exception we intended [#91719478] Signed-off-by:
Corey Innis <cinnis@pivotal.io>
-
Ted Young authored
[Fixes #91719478] Signed-off-by:
Corey Innis <cinnis@pivotal.io>
-
Colin Obyrne authored
Updated all the integration specs to upload cloud configs and use manifests without the cloud config properties. Adds specs to cover legacy behavior if no cloud config is present. [finishes #91451310] Signed-off-by:
Jonathan Barnes <jbarnes@pivotal.io>
-
Corey Innis authored
Signed-off-by:
caleb miles <cmiles@pivotal.io>
-
Corey Innis authored
This reverts commit 66a72689.
-
- 22 Apr, 2015 13 commits
-
-
Corey Innis authored
Seems faster in tests of n=1 trial. Signed-off-by:
caleb miles <cmiles@pivotal.io>
-
Corey Innis authored
CentOS 7 has moved it to an unusual place but we don't want to break everyone else. [#91294022] Signed-off-by:
caleb miles <cmiles@pivotal.io>
-
Corey Innis authored
It may not be where we expect, but should be on the PATH Signed-off-by:
caleb miles <cmiles@pivotal.io>
-
Corey Innis authored
Otherwise we will not have ifconfig Signed-off-by:
caleb miles <cmiles@pivotal.io>
-
dmitriy kalinin authored
-
jf+nz authored
Tracker story: https://www.pivotaltracker.com/story/show/88572280 Fixed connection proxy so it works on Linux and OS X We now run the connection proxy in a separate process because sometimes Ruby 2.1.5 on Linux will segfault while the socket & thread shutdown is happening.
-
jf+nz authored
-
Colin Obyrne authored
The specs didn't benefit from their existance so we removed them [#91451310] Signed-off-by:
Jonathan Barnes <jbarnes@pivotal.io>
-
Colin Obyrne authored
Also speeds up some tests by combining examples with heavy setup costs. [#91451310] Signed-off-by:
Jonathan Barnes <jbarnes@pivotal.io>
-
Colin Obyrne authored
[#91451310] Signed-off-by:
Jonathan Barnes <jbarnes@pivotal.io>
-
BOSH Jenkins authored
-
BOSH Jenkins authored
-
Ted Young authored
Manifest helpers that create deployment manifests with the cloud config properties have been renamed to "legacy_*" Signed-off-by:
Colin Obyrne <cobyrne@pivotal.io>
-
- 21 Apr, 2015 4 commits
-
-
Ted Young authored
Assembler.new calls Config.cloud which tries to write a directory. CI doesn't like this. We stubbed out Config.cloud since no code path we care about hits it. The Assembler is a bummer. Signed-off-by:
Colin Obyrne <cobyrne@pivotal.io>
-
Ted Young authored
Preparer, Updater, and PackageCompiler are now all "steps." They live in the DeploymentPlan::Steps module and all have a single "perform" method as their interface to make it clear that they are operations, not domain objects. Signed-off-by:
Colin OByrne <cobyrne@pivotal.io>
-
Ted Young authored
And fix the UpdateDeployment job arguments to match new signature and save off the new cloud_config and manifest text only after successfully updating the deployment. This reverts commit 07a0d247. Signed-off-by:
Colin Obyrne <cobyrne@pivotal.io>
-
Jonathan Barnes authored
This reverts commit 8ac1334a.
-
- 20 Apr, 2015 3 commits
-
- 18 Apr, 2015 1 commit
-
-
Ted Young authored
* move finer grained control flow down to updater and planner. * move domain knowledge into DeploymentPlan::Planner for better encapsulation. [#91451310] Signed-off-by:
Jonathan Barnes <jonathan@pivotal.io>
-
- 17 Apr, 2015 2 commits
-
-
Ted Young authored
Instead of taking a deployment planner and grabbing the releases then the names, we only pass it the release names. Also DRY's up the LockHelper#with_release_lock (singular) to use release locks [#91451310] Signed-off-by:
Jonathan Barnes <jonathan@pivotal.io>
-
Jonathan Fuerth and Nader Ziada authored
Tracker story: https://www.pivotaltracker.com/story/show/88572280
-