|
|
@ -5,8 +5,8 @@ package com.platform.utils;
|
|
|
|
public class Constant {
|
|
|
|
public class Constant {
|
|
|
|
public static String rootUser = "root";
|
|
|
|
public static String rootUser = "root";
|
|
|
|
public static String rootPasswd = "root";
|
|
|
|
public static String rootPasswd = "root";
|
|
|
|
public static String hostIp = "192.168.0.110";
|
|
|
|
public static String hostIp = "192.168.191.23";
|
|
|
|
// public static String hostIp = "192.168.1.105";
|
|
|
|
// public static String hostIp = "127.0.0.1";
|
|
|
|
public static int port = 22;
|
|
|
|
public static int port = 22;
|
|
|
|
public static String glusterPeerStatus = "gluster peer status";
|
|
|
|
public static String glusterPeerStatus = "gluster peer status";
|
|
|
|
public static String glusterVolumeInfo = "gluster volume info ";
|
|
|
|
public static String glusterVolumeInfo = "gluster volume info ";
|
|
|
|