File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,6 +58,10 @@ hosts during ``deis run``:
5858
5959 $ deisctl config platform set sshPrivateKey=~/.ssh/deis
6060
61+ .. note ::
62+
63+ For Vagrant clusters: ``deisctl config platform set sshPrivateKey=$(HOME)/.vagrant.d/insecure_private_key ``
64+
6165We'll also need to tell the controller which domain name we are deploying applications under:
6266
6367.. code-block :: console
Original file line number Diff line number Diff line change @@ -31,18 +31,20 @@ The ``Vagrantfile`` requires the plugin `vagrant-triggers`_. To install the plug
3131 website.
3232
3333
34- Generate SSH Key
35- ----------------
36-
37- .. include :: ../_includes/_generate-ssh-key.rst
38-
39-
4034Generate a New Discovery URL
4135----------------------------
4236
4337.. include :: ../_includes/_generate-discovery-url.rst
4438
4539
40+ Generate SSH Key
41+ ----------------
42+
43+ .. note ::
44+
45+ For Vagrant clusters you don't need to create a key pair, instead use the insecure_private_key located in ``~/.vagrant.d/insecure_private_key ``.
46+
47+
4648Boot CoreOS
4749-----------
4850
You can’t perform that action at this time.
0 commit comments