File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments