ceph model

Change-Id: I5cf8aaa01ed0a9c0f43b0b42cf7e109b4ad831d6
diff --git a/classes/cluster/ceph-ha/infra/config.yml b/classes/cluster/ceph-ha/infra/config.yml
index 8d1244e..fb86a4a 100644
--- a/classes/cluster/ceph-ha/infra/config.yml
+++ b/classes/cluster/ceph-ha/infra/config.yml
@@ -12,7 +12,7 @@
 parameters:
   _param:
     salt_master_base_environment: prd
-    reclass_data_repository: "https://github.com/LotharKAtt/ceph-virtual-lab.git"
+    reclass_data_repository: "https://github.com/tomkukral/ceph_ha_model.git"
 #    salt_master_environment_revision: master
 #    salt_master_environment_repository: "https://github.com/salt-formulas"
     reclass_data_revision: master
@@ -35,13 +35,10 @@
           classes:
           - cluster.${_param:cluster_name}.ceph.osd
           repeat:
-            count: 3
+            count: 2
             start: 0
             digits: 1
             params:
-              ceph_host_id:
-                value: <<count>>
-                start: 1
               ceph_crush_parent:
                 value: rack<<count>>
                 start: 1
@@ -114,11 +111,3 @@
               value_template: <<node_control_ip>>
             single_address:
               value_template: <<node_control_ip>>
-        ceph_cfs:
-          expression: <<node_hostname>>__startswith__cfs
-          node_class:
-            value_template:
-              - cluster.<<node_cluster>>.ceph.cfs
-          cluster_param:
-            single_address:
-              value_template: <<node_control_ip>>