Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Removed references to obsolete deis-users data bag.
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma authored and Gabriel Monroy committed Feb 12, 2014
1 parent 29733f7 commit 0f2b688
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 9 deletions.
1 change: 0 additions & 1 deletion contrib/digitalocean/provision-digitalocean-controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ fi
ssh_key_id=$(knife digital_ocean sshkey list | grep "$key_name" | awk '{print $1}')

# create data bags
knife data bag create deis-users 2>/dev/null
knife data bag create deis-formations 2>/dev/null
knife data bag create deis-apps 2>/dev/null

Expand Down
1 change: 0 additions & 1 deletion contrib/rackspace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ Provision a Deis Controller on Rackspace
+ ssh-keygen -f /home/myuser/.ssh/deis-controller -t rsa -N '' -C deis-controller
+ set +x
Saved to /home/myuser/.ssh/deis-controller
Created data_bag[deis-users]
Created data_bag[deis-formations]
Created data_bag[deis-apps]
Provisioning deis-controller with knife rackspace...
Expand Down
1 change: 0 additions & 1 deletion contrib/rackspace/provision-rackspace-controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ else
fi

# create data bags
knife data bag create deis-users 2>/dev/null
knife data bag create deis-formations 2>/dev/null
knife data bag create deis-apps 2>/dev/null

Expand Down
1 change: 0 additions & 1 deletion contrib/vagrant/provision-controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ ssh_user="vagrant"
ssh_port="22"

# create data bags
knife data bag create deis-users 2>/dev/null
knife data bag create deis-formations 2>/dev/null
knife data bag create deis-apps 2>/dev/null

Expand Down
7 changes: 2 additions & 5 deletions docs/operations/configure-chef-server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ checkout the most recent tag using ``git checkout v0.3.0``, for example.
Prepare your Ruby Environment
-----------------------------
You'll need a basic Ruby environment that allows the installation of
`RubyGems`_ like ``knife`` and ``berkshelf``.
`RubyGems`_ like ``knife`` and ``berkshelf``.
From the Deis checkout directory:

.. code-block:: console
Expand Down Expand Up @@ -65,19 +65,16 @@ To update Deis cookbooks using Berkshelf:
Create Data Bags
----------------
Deis uses three data bags on the Chef Server for storing global state
Deis uses two data bags on the Chef Server for storing global state
used during chef-client runs:

* deis-users
* deis-formations
* deis-apps

Use `knife`_ to create these data bags on the Chef Server:

.. code-block:: console
$ knife data bag create deis-users
Created data_bag[deis-users]
$ knife data bag create deis-formations
Created data_bag[deis-formations]
$ knife data bag create deis-apps
Expand Down

0 comments on commit 0f2b688

Please sign in to comment.