Skip to content

Commit 0e5312a

Browse files
stackedsaxmboersma
authored andcommitted
Add a note to direct people to the old OpsCode control panel to add deis-controller to the admins group.
1 parent 6a32c8e commit 0e5312a

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

contrib/rackspace/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,19 @@ Provision a Deis Controller on Rackspace
5050
1. (optionally) Distribute the image to other regions
5151
1. (optionally) Create/update your Deis flavors to use your new images
5252

53-
1. Run the provisioning script to create a new Deis controller:
54-
* Change ```<region>``` to match the region your image is in:
53+
1. Make sure to add the 'deis-controller' and the '<your_username>-validator' usernames to the Chef 'admins' group.
54+
* If you are using hosted Chef, you may need to use the older console to do this: <https://manage.opscode.com/groups/admins/edit>
55+
56+
1. Back on your machine with deis cloned and the deis CLI installed, run the provisioning script to create a new Deis controller:
57+
* Change ```<region>``` to match the region your image is in (we will add SYD and HKG as soon as performance flavors are available there):
5558
* dfw
5659
* ord
5760
* iad
5861
* lon
5962

6063
```console
64+
$ cd deis
65+
$ ./bundle install # if you have not already done so
6166
$ ./contrib/rackspace/provision-rackspace-controller.sh <region>
6267
Provisioning a deis controller on Rackspace...
6368
Creating new SSH key: deis-controller

contrib/rackspace/provision-rackspace-controller.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ knife rackspace server create \
8686
--image $image \
8787
--flavor $flavor \
8888
--rackspace-metadata "{\"Name\": \"$node_name\"}" \
89+
--rackspace-disk-config MANUAL \
8990
--identity-file $ssh_key_path \
9091
--server-name $node_name \
9192
--node-name $node_name \

0 commit comments

Comments
 (0)