Skip to content

Commit 39e211c

Browse files
committed
Added a reminder about Chef admin perms after provisioning.
1 parent 07b8577 commit 39e211c

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

contrib/digitalocean/provision-digitalocean-controller.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,6 @@ knife digital_ocean droplet create \
9999
--bootstrap \
100100
--run-list $run_list
101101
set +x
102+
103+
# Need Chef admin permission in order to add and remove nodes and clients
104+
echo -e "\033[35mPlease ensure that \"deis-controller\" is added to the Chef \"admins\" group.\033[0m"

contrib/ec2/provision-ec2-controller.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,6 @@ knife ec2 server create \
125125
--ebs-size $ebs_size \
126126
--run-list $run_list
127127
set +x
128+
129+
# Need Chef admin permission in order to add and remove nodes and clients
130+
echo -e "\033[35mPlease ensure that \"deis-controller\" is added to the Chef \"admins\" group.\033[0m"

contrib/rackspace/provision-rackspace-controller.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,6 @@ knife rackspace server create \
8888
--node-name $node_name \
8989
--run-list $run_list
9090
set +x
91+
92+
# Need Chef admin permission in order to add and remove nodes and clients
93+
echo -e "\033[35mPlease ensure that \"deis-controller\" is added to the Chef \"admins\" group.\033[0m"

contrib/vagrant/provision-vagrant-controller.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ knife bootstrap 192.168.61.100 \
4747
--run-list $run_list \
4848
--sudo
4949
set +x
50+
51+
# Need Chef admin permission in order to add and remove nodes and clients
52+
echo -e "\033[35mPlease ensure that \"deis-controller\" is added to the Chef \"admins\" group.\033[0m"

0 commit comments

Comments
 (0)