You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deis docs' current reference to https://manage.opscode.com/groups/admins/edit for hosted Chef is now invalid since their web UI was updated. This corrects references to that and to preview.opscode.com, and makes clear that the client is named "deis-controller-ec2" on EC2.
Copy file name to clipboardExpand all lines: contrib/vagrant/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,10 @@ bear in mind that a local Chef Server VM will take up at least 1GB of RAM.
20
20
21
21
**Hosted Chef Server**
22
22
* Goto https://getchef.opscode.com/signup and fill in your details.
23
-
* Goto https://preview.opscode.com/login and sign in to your Chef Server.
23
+
* Goto https://manage.opscode.com/login and sign in to your Chef Server.
24
24
* Click on the 'Administration' tab and choose your organisation. There should be a tab in the sidebar that says
25
25
'Starter Kit'. Click it and it will start a small download.
26
26
* Inside the Starter Kit there is a '.chef' folder. Copy it to the root of your Deis codebase.
27
-
* **NB**: You can also manage your Chef Server through https://manage.opscode.com This is the old
28
-
interface and has more features, like being able to add clients to permission groups.
29
27
30
28
3. Now you can follow the standard deis setup:
31
29
* If you're running a local chef server, you should adjust the `Gemfile` and make sure the version of berkshelf is 3.0.x. This is needed for the `--ssl-verify` option to work correctly.
@@ -54,9 +52,11 @@ you will need a running SSH server open on port 22 and a means to broadcast your
54
52
and delete nodes. Use:
55
53
* For a local Chef Server just type `knife client edit deis-controller` and your default text
56
54
editor will launch, you need to set 'admin' to 'true'.
57
-
* For Hosted Chef you need to log into https://manage.opscode.com/ Then goto the Groups tab,
58
-
click the 'edit' link on the 'admins' row and then under the 'clients' heading toggle the
59
-
'deis-controller' radio button to be enabled. Then confirm the change by saving the group.
55
+
* For Hosted Chef, log in to https://manage.opscode.com/. Go to the
56
+
Administration tab, click on the "Groups" entry to the left, then the "admins" entry
57
+
under "All Groups". Choose the "Permissions" tab and click the "+ Add" button, then
58
+
type in "deis-controller" and add it. Assign all permissions to the "deis-controller"
59
+
client object.
60
60
61
61
6. If you want to hack on the command line client (`client/deis.py`), install your local dev version rather than
0 commit comments