diff options
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/conf/base.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/deploy/conf/base.conf b/deploy/conf/base.conf index 4455cc43..050fe350 100644 --- a/deploy/conf/base.conf +++ b/deploy/conf/base.conf @@ -10,8 +10,6 @@ export MGMT_GW=${MAGMT_GW:-192.168.200.1} export MGMT_IP_START=${MGMT_IP_START:-192.168.200.3} export MGMT_IP_END=${MGMT_IP_END:-192.168.200.254} export OM_NIC=${OM_NIC:-eth3} -export OM_IP=${OM_IP:-192.168.127.11/22} -export OM_GW=${OM_GW:-192.168.124.1} export COMPASS_VIRT_CPUS=4 export COMPASS_VIRT_MEM=4096 export COMPASS_SERVER=$INSTALL_IP |