From 81ffffd761bed1c23a69668e5deffc595457d97b Mon Sep 17 00:00:00 2001 From: Spencer Lewis Date: Wed, 9 Aug 2017 17:00:10 -0700 Subject: [PATCH] Update README with Vagrant installation instructions. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71af92060..579de631c 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,10 @@ your computer, launch Consul and our preparer and then launch an application. If you see a success message, you can `vagrant up` the halted box to check out the setup without needing to do any work yourself. +Ensure that [Vagrant](https://www.vagrantup.com/downloads.html) and +[VirtualBox](https://www.virtualbox.org/wiki/Downloads) are installed if +`rake integration` does not work. + ## Dependencies P2 is based on existing deployment tools at Square. The following list reflects @@ -95,7 +99,7 @@ We provide one possible implementation at `p2-finish-env-extractor`. ## Desirable Features -Adding Docker support is a big next step, but will ultimately help us migrate to using Docker (or equally excellent RunC implementation) at Square. +Adding Docker support is a big next step, but will ultimately help us migrate to using Docker (or equally excellent RunC implementation) at Square. P2 also lacks a native job admission / scheduling system, so all pod scheduling is currently done manually by client using either a label selector or simply a hostname. Solutions to this are to be determined.