rename ceph:monitor to ceph:mon
Change-Id: I79c0705a909c9fee8c79ee01035f9a3ec9eba19b
diff --git a/src/com/mirantis/mk/Orchestrate.groovy b/src/com/mirantis/mk/Orchestrate.groovy
index 43e566b..23b150b 100644
--- a/src/com/mirantis/mk/Orchestrate.groovy
+++ b/src/com/mirantis/mk/Orchestrate.groovy
@@ -632,11 +632,11 @@
// Ceph
//
-def installCephMon(master, target='I@ceph:monitor') {
+def installCephMon(master, target='I@ceph:mon') {
def salt = new com.mirantis.mk.Salt()
// install Ceph Mons
- salt.enforceState(master, target, 'ceph.monitor', true)
+ salt.enforceState(master, target, 'ceph.mon', true)
}
def installCephOsd(master, target='I@ceph:osd') {