Changing the agent version to 4.1.0

Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/af66dee4
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/af66dee4
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/af66dee4

Branch: refs/heads/master
Commit: af66dee47a4171ac3f2bf0f73935534752d3da8b
Parents: 322dd17
Author: anuruddhal <[email protected]>
Authored: Wed Jun 3 18:19:51 2015 +0530
Committer: anuruddhal <[email protected]>
Committed: Wed Jun 3 18:19:51 2015 +0530

----------------------------------------------------------------------
 tools/config-scripts/ec2/config.sh       | 2 +-
 tools/config-scripts/gce/config.sh       | 2 +-
 tools/config-scripts/openstack/config.sh | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/af66dee4/tools/config-scripts/ec2/config.sh
----------------------------------------------------------------------
diff --git a/tools/config-scripts/ec2/config.sh 
b/tools/config-scripts/ec2/config.sh
index 4ac4707..9c5bcef 100755
--- a/tools/config-scripts/ec2/config.sh
+++ b/tools/config-scripts/ec2/config.sh
@@ -33,7 +33,7 @@ CP=`which cp`
 MV=`which mv`
 
 HOSTSFILE=/etc/hosts
-LOCKFILE=/mnt/apache-stratos-cartridge-agent-4.0.0/wso2carbon.lck
+LOCKFILE=/mnt/apache-stratos-python-cartridge-agent-4.1.0/wso2carbon.lck
 DATE=`date +%d%m%y%S`
 RANDOMNUMBER="`${TR} -c -d 0-9 < /dev/urandom | ${HEAD} -c 4`${DATE}"
 

http://git-wip-us.apache.org/repos/asf/stratos/blob/af66dee4/tools/config-scripts/gce/config.sh
----------------------------------------------------------------------
diff --git a/tools/config-scripts/gce/config.sh 
b/tools/config-scripts/gce/config.sh
index 0c1cbc7..6f03e4e 100644
--- a/tools/config-scripts/gce/config.sh
+++ b/tools/config-scripts/gce/config.sh
@@ -90,7 +90,7 @@ if [[ $answer = y ]] ; then
        ARGS=("-n${NODEID}" "-d${DOMAIN}" "-s${PUPPET_IP}")
        ${ECHO} "\nRunning puppet installation with arguments: ${ARGS[@]}"
        /root/bin/puppetinstall/puppetinstall "${ARGS[@]}"
-        ${RM} /mnt/apache-stratos-cartridge-agent-4.0.0/wso2carbon.lck
+        ${RM} /mnt/apache-stratos-cartridge-agent-4.1.0/wso2carbon.lck
        ${GREP} -q '/root/bin/init.sh > /tmp/puppet_log' /etc/rc.local || 
${SED} -i 's/exit 0$/\/root\/bin\/init.sh \> \/tmp\/puppet_log\nexit 0/' 
/etc/rc.local
        ${RM} -rf /tmp/*
        ${RM} -rf /var/lib/puppet/ssl/*

http://git-wip-us.apache.org/repos/asf/stratos/blob/af66dee4/tools/config-scripts/openstack/config.sh
----------------------------------------------------------------------
diff --git a/tools/config-scripts/openstack/config.sh 
b/tools/config-scripts/openstack/config.sh
index 4ac4707..880a778 100755
--- a/tools/config-scripts/openstack/config.sh
+++ b/tools/config-scripts/openstack/config.sh
@@ -33,7 +33,7 @@ CP=`which cp`
 MV=`which mv`
 
 HOSTSFILE=/etc/hosts
-LOCKFILE=/mnt/apache-stratos-cartridge-agent-4.0.0/wso2carbon.lck
+LOCKFILE=/mnt/apache-stratos-cartridge-agent-4.1.0/wso2carbon.lck
 DATE=`date +%d%m%y%S`
 RANDOMNUMBER="`${TR} -c -d 0-9 < /dev/urandom | ${HEAD} -c 4`${DATE}"
 

Reply via email to