Przeglądaj źródła

CTS: rename flatiron to needle

Reviewed-by: Steven Dake <sdake@redhat.com>
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Angus Salkeld 15 lat temu
rodzic
commit
6be329053d
2 zmienionych plików z 4 dodań i 4 usunięć
  1. 2 2
      cts/corolab.py
  2. 2 2
      cts/corosync.py

+ 2 - 2
cts/corolab.py

@@ -118,8 +118,8 @@ class CoroLabEnvironment(CtsLab):
         self["benchmark"] = 0
         self["logrestartcmd"] = "/etc/init.d/rsyslog restart 2>&1 > /dev/null"
         self["Schema"] = "corosync 1.2"
-        self["Stack"] = "corosync (flatiron)"
-        self['CMclass'] = corosync_flatiron
+        self["Stack"] = "corosync (needle)"
+        self['CMclass'] = corosync_needle
         self["stonith-type"] = "external/ssh"
         self["stonith-params"] = "hostlist=all,livedangerously=yes"
         self["at-boot"] = 0  # Does the cluster software start automatically when the node boot 

+ 2 - 2
cts/corosync.py

@@ -94,7 +94,7 @@ class CoroConfig(object):
         return self.new_root + "/etc/corosync/corosync.conf"
 
 ###################################################################
-class corosync_flatiron(ClusterManager):
+class corosync_needle(ClusterManager):
     '''
      bla
     '''
@@ -102,7 +102,7 @@ class corosync_flatiron(ClusterManager):
         ClusterManager.__init__(self, Environment, randseed)
 
         self.update({
-            "Name"           : "corosync(flatiron)",
+            "Name"           : "corosync(needle)",
             "StartCmd"       : CTSvars.INITDIR+"/corosync start",
             "StopCmd"        : CTSvars.INITDIR+"/corosync stop",
             "RereadCmd"      : CTSvars.INITDIR+"/corosync reload",