diff options
| author | Tim <timothyasir@gluster.com> | 2011-07-31 16:17:13 +0530 |
|---|---|---|
| committer | Tim <timothyasir@gluster.com> | 2011-07-31 16:17:13 +0530 |
| commit | 466dd9e94ccc8283da84de69db4173c32949fbb6 (patch) | |
| tree | a71a942097acfbb6f45b59a79496ffca5a78c0ed /src/com.gluster.storage.management.server/WebContent/scripts/Globals.py | |
| parent | cc38ca499f91b0e788eb992e0bfa438663aa9a31 (diff) | |
Added add_user_cifs_all.py, delete_user_cifs_all.py, grun.py
Removed Common.py. Functions from Common.py are moved to Utils.py
Updated Globals.py with web server url, gluster backend configuration folder
Diffstat (limited to 'src/com.gluster.storage.management.server/WebContent/scripts/Globals.py')
| -rw-r--r-- | src/com.gluster.storage.management.server/WebContent/scripts/Globals.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/com.gluster.storage.management.server/WebContent/scripts/Globals.py b/src/com.gluster.storage.management.server/WebContent/scripts/Globals.py index 877c6c68..f8a07c25 100644 --- a/src/com.gluster.storage.management.server/WebContent/scripts/Globals.py +++ b/src/com.gluster.storage.management.server/WebContent/scripts/Globals.py @@ -55,7 +55,7 @@ VOLUME_USER_DESCRIPTION = "Gluster Volume User" SERVER_AGENT_RUN_USERNAME = "gluster" INSTALLER_SERVER_NAME = "$installer$" -GLUSTER_BASE_DIR = "/GLUSTER" +GLUSTER_BASE_DIR = "/etc/glustermg" GLUSTER_LUN_DIR = "/data" REEXPORT_DIR = "/reexport" NFS_EXPORT_DIR = "/nfs" @@ -118,3 +118,6 @@ DOWNLOAD_GLUSTER_UPDATE_MD5SUM = None REQUEST_MAP = {} VERSION_DICTONARY = {} ## + +AWS_WEB_SERVICE_URL = "http://169.254.169.254/latest" +REAL_SAMBA_CONF_FILE = "/etc/samba/real.smb.conf" |
