Beispiel #1
0
 def masters(self):
     return config.get(self.cluster, constants.MASTER)
Beispiel #2
0
 def get(self, role):
     try:
         return config.get(self.setup, role)
     except:
         return config.get(self.cluster, role)
Beispiel #3
0
 def clusters(self):
     return config.get(self.setup, constants.CLUSTERS)
Beispiel #4
0
 def vmcs(self):
     return config.get(self.cluster, constants.VMC)
Beispiel #5
0
 def masters(self):
     return config.get(self.cluster, constants.MASTER)
Beispiel #6
0
 def clusters(self):
     return config.get(self.setup, constants.CLUSTERS)
Beispiel #7
0
 def get(self, role):
     try:
         return config.get(self.setup, role)
     except:
         return config.get(self.cluster, role)
Beispiel #8
0
 def vmcs(self):
     return config.get(self.cluster, constants.VMC)