Signed-off-by: Alexandre Marangone <alexandre.marangone@inktank.com>
``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::
]
},
"run_list": [
- "recipe[ceph::apt]",
+ "recipe[ceph::repo]",
"role[ceph-mon]",
"role[ceph-mds]"
]