mirror of
https://github.com/ceph/ceph
synced 2024-12-17 17:05:42 +00:00
Merge pull request #158 from alram/master
Change ceph apt recipe to repo in doc
This commit is contained in:
commit
d4961e0ca3
@ -182,7 +182,7 @@ The node configuration should appear in your text editor. Change the
|
||||
``chef_environment`` value to ``Ceph`` (or whatever name you set for your
|
||||
Ceph environment).
|
||||
|
||||
In the ``run_list``, add ``"recipe[ceph::apt]",`` to all nodes as
|
||||
In the ``run_list``, add ``"recipe[ceph::repo]",`` to all nodes as
|
||||
the first setting, so that Chef can install or update the necessary packages.
|
||||
Then, add at least one of::
|
||||
|
||||
@ -204,7 +204,7 @@ key to the host name for the node. ::
|
||||
]
|
||||
},
|
||||
"run_list": [
|
||||
"recipe[ceph::apt]",
|
||||
"recipe[ceph::repo]",
|
||||
"role[ceph-mon]",
|
||||
"role[ceph-mds]"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user