decapod migration support script / parametrize Ceph custer_name
PROD-16110
Change-Id: Icdd655c2c5e1c99a28bb35410929e744a90d35c7
diff --git a/README.rst b/README.rst
index fd9a3be..eb74d17 100644
--- a/README.rst
+++ b/README.rst
@@ -195,6 +195,7 @@
ceph:
common:
version: luminous
+ cluster_name: ceph
config:
global:
param1: value1
@@ -720,6 +721,19 @@
enabled: true
key: ssh_rsa
+Migration from Decapod to salt-formula-ceph
+--------------------------------------------
+
+The following configuration will run a python script which will generate ceph config and osd disk mappings to be put in cluster model.
+
+.. code-block:: yaml
+
+ ceph:
+ decapod:
+ ip: 192.168.1.10
+ user: user
+ password: psswd
+ deploy_config_name: ceph
More information