Removing missing state file
Seems like the state file was removed, but this reference was left.
This causes the following error when adding the cluster_stats and node_stats
classes to the ceph mons:
[DEBUG ] LazyLoaded highstate.output
local:
Data failed to compile:
----------
Specified SLS ceph.monitoring in saltenv base is not available on the
salt master or through a configured fileserver
Change-Id: I4e2ffd7f91e2ffc7e97e0783bad6eb0139516a19
diff --git a/.gitreview b/.gitreview
new file mode 100644
index 0000000..0ffa8e6
--- /dev/null
+++ b/.gitreview
@@ -0,0 +1,4 @@
+[gerrit]
+host=gerrit.mcp.mirantis.net
+port=29418
+project=salt-formulas/ceph.git
diff --git a/ceph/init.sls b/ceph/init.sls
index 524ff26..e11148e 100644
--- a/ceph/init.sls
+++ b/ceph/init.sls
@@ -14,6 +14,3 @@
{% if pillar.ceph.radosgw is defined %}
- ceph.radosgw
{% endif %}
-{% if pillar.ceph.monitoring is defined %}
-- ceph.monitoring
-{% endif %}