You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2013/08/27 10:03:58 UTC

git commit: renaming scripts in cartridge_create

Updated Branches:
  refs/heads/master d81971d09 -> 1dd1c3b70


renaming scripts in cartridge_create


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

Branch: refs/heads/master
Commit: 1dd1c3b70c0ec2612f75f67aaa60cce5c81709ae
Parents: d81971d
Author: Isuru <is...@wso2.com>
Authored: Tue Aug 27 13:32:50 2013 +0530
Committer: Isuru <is...@wso2.com>
Committed: Tue Aug 27 13:32:50 2013 +0530

----------------------------------------------------------------------
 .../init_scripts/mysql/stratos.pem              |  16 ++
 .../mysql/vcloud/apache-cartridge-init.sh       | 152 +++++++++++++++++++
 .../mysql/vcloud/wso2-cartridge-init.sh         | 152 -------------------
 .../init_scripts/mysql/wso2.pem                 |  16 --
 .../init_scripts/tomcat/stratos.pem             |  16 ++
 .../init_scripts/tomcat/wso2.pem                |  16 --
 6 files changed, 184 insertions(+), 184 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/1dd1c3b7/tools/cartridge_create/init_scripts/mysql/stratos.pem
----------------------------------------------------------------------
diff --git a/tools/cartridge_create/init_scripts/mysql/stratos.pem b/tools/cartridge_create/init_scripts/mysql/stratos.pem
new file mode 100644
index 0000000..abd2985
--- /dev/null
+++ b/tools/cartridge_create/init_scripts/mysql/stratos.pem
@@ -0,0 +1,16 @@
+-----BEGIN RSA PRIVATE KEY-----
+MIICXQIBAAKBgQDUExvnBa8QbdRPsyZFppsuO9pVG4Ve6cuo7cf4oXUiqnt5aYtC
+2h+1NoGwpxTyeqnMTw1UvyrGme3r/gwYBhtEwiSsXFTcPVqyA30wq1Gp+ghnj5NR
+sGEl4dVQYGl/+KbRDQQFmx6K31LAXc+EUrvUjCtXjuH5LrhRGgdIW44EeQIDAQAB
+AoGAMsJYHVVo71+6P1E7ydP0tH4y5cfuhicjTc2L3WCXrrJrV0YBxQB8Ml1XcTas
+dtURKwuIv036KQrSvXdS4bUkdULiDAfkx8I4IRK1TnT0SCHtoO/lOu3NweKI3QeW
+9DX8sdRZ1xOdarmLydJkyk/kLE8v8VbfPaxgxM8KiIMtwtkCQQD2sWf8+/FEOcW7
+11omtKAqIJW+mnARfSMUJspJgvVo+dQbQwdYhgH5z93Y5bH7bUmHZWNsnFYqcPOw
+Ns24QGtjAkEA3BNaqrvba4DEaX1o8Hp8o2NAindAjiKF0WP61l7TNCtgFt8hOiJF
+vTl0MOtPxIOlXrn/pIf0GiQHRykrt7tNcwJBAOd4fL820yIWJz/iiDdrIiGFI5yN
+onv2c9SztPkXBRgz2l6eHSVl0DLLZTjgBYmJ+QUvEARYCM2X4D/GnG63G0sCQEDF
+7YSc3/rnHmgSAkXtNyv7tW5LpRNwc8RqUdSweic7sP9qUuRCXBZSh7EyQPsM6CpW
+QjjRzvW2rvGx220rUqMCQQCiFgDaJvTl7iB9/G/Mzj8xIpABzcwq4AmneR2gEBxf
+38YHLAADdUymlG1hbs2J+yT6Tb5YGFFhDHdOTQ4FOAjl
+-----END RSA PRIVATE KEY-----
+

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/1dd1c3b7/tools/cartridge_create/init_scripts/mysql/vcloud/apache-cartridge-init.sh
----------------------------------------------------------------------
diff --git a/tools/cartridge_create/init_scripts/mysql/vcloud/apache-cartridge-init.sh b/tools/cartridge_create/init_scripts/mysql/vcloud/apache-cartridge-init.sh
new file mode 100644
index 0000000..13649c2
--- /dev/null
+++ b/tools/cartridge_create/init_scripts/mysql/vcloud/apache-cartridge-init.sh
@@ -0,0 +1,152 @@
+#!/bin/bash
+
+# ----------------------------------------------------------------------------
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+
+# ----------------------------------------------------------------------------
+export LOG=/var/log/apache-cartridge.log
+instance_path=/var/lib/cloud/instance
+PUBLIC_IP=""
+KEY=`uuidgen`
+CRON_DURATION=1
+RETRY_COUNT=30
+SLEEP_DURATION=30
+
+#if [ ! -d ${instance_path}/payload ]; then
+#
+#    echo "creating payload dir ... " >> $LOG
+#    mkdir ${instance_path}/payload
+#    echo "payload dir created ... " >> $LOG
+#    cp ${instance_path}/user-data.txt ${instance_path}/payload/user-data.zip
+#    echo "payload copied  ... "  >> $LOG
+#    unzip -d ${instance_path}/payload ${instance_path}/payload/user-data.zip
+#    echo "unzippeddd..." >> $LOG
+#
+#    for i in `/usr/bin/ruby /opt/get-launch-params.rb`
+#    do
+#    echo "exporting to bashrc $i ... " >> $LOG
+#        echo "export" ${i} >> /home/ubuntu/.bashrc
+#    done
+#    source /home/ubuntu/.bashrc
+    # Write a cronjob to execute apache-openstack-init.sh periodically until public ip is assigned
+    #crontab -l > ./mycron
+    #echo "*/${CRON_DURATION} * * * * /opt/apache-openstack-init.sh > /var/log/apache-openstack-init.log" >> ./mycron
+    #crontab ./mycron
+    #rm ./mycron
+
+#fi
+
+    for i in `/usr/bin/ruby /opt/get-launch-params.rb`
+    do
+    echo "exporting to bashrc $i ... " >> $LOG
+        echo "export" ${i} >> /root/.bashrc
+    done
+    source /root/.bashrc
+
+echo ---------------------------- >> $LOG
+echo "getting private IP" >> $LOG
+
+#wget http://169.254.169.254/latest/meta-data/public-ipv4
+#files="`cat public-ipv4`"
+#if [[ -z ${files} ]]; then
+#    echo "getting public ip" >> $LOG
+#    for i in {1..$RETRY_COUNT}
+#    do
+#      rm -f ./public-ipv4
+#      wget http://169.254.169.254/latest/meta-data/public-ipv4
+#      files="`cat public-ipv4`"
+#      if [ -z $files ]; then
+#          echo "Public ip is not yet assigned. Wait and continue for $i the time ..." >> $LOG
+#          sleep $SLEEP_DURATION
+#      else
+#          echo "Public ip assigned" >> $LOG
+          #crontab -r
+#          break
+#      fi
+#    done
+
+#    if [ -z $files ]; then
+#      echo "Public ip is not yet assigned. So shutdown the instance and exit" >> $LOG
+#      /sbin/poweroff
+#      exit 0
+#    fi
+#    for x in $files
+#    do
+#        PUBLIC_IP="$x"
+#    done
+
+
+#else 
+#   PUBLIC_IP="$files"
+   #crontab -r
+#fi
+PUBLIC_IP=`ifconfig | awk -F':' '/inet addr/&&!/127.0.0.1/{split($2,_," ");print _[1]}'`
+
+for i in `/usr/bin/ruby /opt/get-launch-params.rb`
+do
+    export ${i}
+done
+
+#PORTS=HTTP:8280:80|HTTPS:8243:443
+#MYSQL_HOST
+#MYSQL_USER
+#MYSQL_PASSWORD
+echo "Logging sys variables .. PUBLIC_IP:${PUBLIC_IP}, HOST_NAME:${HOST_NAME}, KEY:${KEY}, PORTS=${PORTS} , BAM:${BAM_IP}, GITREPO:${GIT_REPO}" >> $LOG
+
+
+echo "<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:agen=\"http://agent.cartridge.stratos.apache.org\">
+  <soapenv:Header/>
+  <soapenv:Body>
+     <agen:register>
+        <registrant> 
+           <alarmingLowerRate>${ALARMING_LOWER_RATE}</alarmingLowerRate>
+           <alarmingUpperRate>${ALARMING_UPPER_RATE}</alarmingUpperRate>
+           <hostName>${HOST_NAME}</hostName>
+           <key>${KEY}</key>
+          <maxInstanceCount>${MAX}</maxInstanceCount>
+	  <maxRequestsPerSecond>${MAX_REQUESTS_PER_SEC}</maxRequestsPerSecond>
+          <minInstanceCount>${MIN}</minInstanceCount> " > /etc/agent/conf/request.xml
+
+IFS='|' read -ra PT <<< "${PORTS}"
+for i in "${PT[@]}"; do
+IFS=':' read -ra PP <<< "$i"
+echo "          <portMappings>
+                        <primaryPort>${PP[1]}</primaryPort>
+                        <proxyPort>${PP[2]}</proxyPort>
+                        <type>${PP[0]}</type>
+                </portMappings>">> /etc/agent/conf/request.xml
+done
+
+echo "          <remoteHost>${PUBLIC_IP}</remoteHost>
+           <service>${SERVICE}</service>
+	   <remoteHost>${PUBLIC_IP}</remoteHost>
+           <roundsToAverage>${ROUNDS_TO_AVERAGE}</roundsToAverage>
+           <scaleDownFactor>${SCALE_DOWN_FACTOR}</scaleDownFactor>
+           <tenantRange>${TENANT_RANGE}</tenantRange>
+        </registrant>
+     </agen:register>
+  </soapenv:Body>
+</soapenv:Envelope>
+" >> /etc/agent/conf/request.xml
+
+
+echo "Sending register request to Cartridge agent service" >> $LOG
+
+curl -X POST -H "Content-Type: text/xml" -d @/etc/agent/conf/request.xml --silent --output /dev/null "$CARTRIDGE_AGENT_EPR"
+
+# ========================== // End of script ===========================================================

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/1dd1c3b7/tools/cartridge_create/init_scripts/mysql/vcloud/wso2-cartridge-init.sh
----------------------------------------------------------------------
diff --git a/tools/cartridge_create/init_scripts/mysql/vcloud/wso2-cartridge-init.sh b/tools/cartridge_create/init_scripts/mysql/vcloud/wso2-cartridge-init.sh
deleted file mode 100644
index 07f1da0..0000000
--- a/tools/cartridge_create/init_scripts/mysql/vcloud/wso2-cartridge-init.sh
+++ /dev/null
@@ -1,152 +0,0 @@
-#!/bin/bash
-
-# ----------------------------------------------------------------------------
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-
-# ----------------------------------------------------------------------------
-export LOG=/var/log/wso2-cartridge.log
-instance_path=/var/lib/cloud/instance
-PUBLIC_IP=""
-KEY=`uuidgen`
-CRON_DURATION=1
-RETRY_COUNT=30
-SLEEP_DURATION=30
-
-#if [ ! -d ${instance_path}/payload ]; then
-#
-#    echo "creating payload dir ... " >> $LOG
-#    mkdir ${instance_path}/payload
-#    echo "payload dir created ... " >> $LOG
-#    cp ${instance_path}/user-data.txt ${instance_path}/payload/user-data.zip
-#    echo "payload copied  ... "  >> $LOG
-#    unzip -d ${instance_path}/payload ${instance_path}/payload/user-data.zip
-#    echo "unzippeddd..." >> $LOG
-#
-#    for i in `/usr/bin/ruby /opt/get-launch-params.rb`
-#    do
-#    echo "exporting to bashrc $i ... " >> $LOG
-#        echo "export" ${i} >> /home/ubuntu/.bashrc
-#    done
-#    source /home/ubuntu/.bashrc
-    # Write a cronjob to execute wso2-openstack-init.sh periodically until public ip is assigned
-    #crontab -l > ./mycron
-    #echo "*/${CRON_DURATION} * * * * /opt/wso2-openstack-init.sh > /var/log/wso2-openstack-init.log" >> ./mycron
-    #crontab ./mycron
-    #rm ./mycron
-
-#fi
-
-    for i in `/usr/bin/ruby /opt/get-launch-params.rb`
-    do
-    echo "exporting to bashrc $i ... " >> $LOG
-        echo "export" ${i} >> /root/.bashrc
-    done
-    source /root/.bashrc
-
-echo ---------------------------- >> $LOG
-echo "getting private IP" >> $LOG
-
-#wget http://169.254.169.254/latest/meta-data/public-ipv4
-#files="`cat public-ipv4`"
-#if [[ -z ${files} ]]; then
-#    echo "getting public ip" >> $LOG
-#    for i in {1..$RETRY_COUNT}
-#    do
-#      rm -f ./public-ipv4
-#      wget http://169.254.169.254/latest/meta-data/public-ipv4
-#      files="`cat public-ipv4`"
-#      if [ -z $files ]; then
-#          echo "Public ip is not yet assigned. Wait and continue for $i the time ..." >> $LOG
-#          sleep $SLEEP_DURATION
-#      else
-#          echo "Public ip assigned" >> $LOG
-          #crontab -r
-#          break
-#      fi
-#    done
-
-#    if [ -z $files ]; then
-#      echo "Public ip is not yet assigned. So shutdown the instance and exit" >> $LOG
-#      /sbin/poweroff
-#      exit 0
-#    fi
-#    for x in $files
-#    do
-#        PUBLIC_IP="$x"
-#    done
-
-
-#else 
-#   PUBLIC_IP="$files"
-   #crontab -r
-#fi
-PUBLIC_IP=`ifconfig | awk -F':' '/inet addr/&&!/127.0.0.1/{split($2,_," ");print _[1]}'`
-
-for i in `/usr/bin/ruby /opt/get-launch-params.rb`
-do
-    export ${i}
-done
-
-#PORTS=HTTP:8280:80|HTTPS:8243:443
-#MYSQL_HOST
-#MYSQL_USER
-#MYSQL_PASSWORD
-echo "Logging sys variables .. PUBLIC_IP:${PUBLIC_IP}, HOST_NAME:${HOST_NAME}, KEY:${KEY}, PORTS=${PORTS} , BAM:${BAM_IP}, GITREPO:${GIT_REPO}" >> $LOG
-
-
-echo "<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:agen=\"http://agent.cartridge.carbon.wso2.org\">
-  <soapenv:Header/>
-  <soapenv:Body>
-     <agen:register>
-        <registrant> 
-           <alarmingLowerRate>${ALARMING_LOWER_RATE}</alarmingLowerRate>
-           <alarmingUpperRate>${ALARMING_UPPER_RATE}</alarmingUpperRate>
-           <hostName>${HOST_NAME}</hostName>
-           <key>${KEY}</key>
-          <maxInstanceCount>${MAX}</maxInstanceCount>
-	  <maxRequestsPerSecond>${MAX_REQUESTS_PER_SEC}</maxRequestsPerSecond>
-          <minInstanceCount>${MIN}</minInstanceCount> " > /etc/agent/conf/request.xml
-
-IFS='|' read -ra PT <<< "${PORTS}"
-for i in "${PT[@]}"; do
-IFS=':' read -ra PP <<< "$i"
-echo "          <portMappings>
-                        <primaryPort>${PP[1]}</primaryPort>
-                        <proxyPort>${PP[2]}</proxyPort>
-                        <type>${PP[0]}</type>
-                </portMappings>">> /etc/agent/conf/request.xml
-done
-
-echo "          <remoteHost>${PUBLIC_IP}</remoteHost>
-           <service>${SERVICE}</service>
-	   <remoteHost>${PUBLIC_IP}</remoteHost>
-           <roundsToAverage>${ROUNDS_TO_AVERAGE}</roundsToAverage>
-           <scaleDownFactor>${SCALE_DOWN_FACTOR}</scaleDownFactor>
-           <tenantRange>${TENANT_RANGE}</tenantRange>
-        </registrant>
-     </agen:register>
-  </soapenv:Body>
-</soapenv:Envelope>
-" >> /etc/agent/conf/request.xml
-
-
-echo "Sending register request to Cartridge agent service" >> $LOG
-
-curl -X POST -H "Content-Type: text/xml" -d @/etc/agent/conf/request.xml --silent --output /dev/null "$CARTRIDGE_AGENT_EPR"
-
-# ========================== // End of script ===========================================================

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/1dd1c3b7/tools/cartridge_create/init_scripts/mysql/wso2.pem
----------------------------------------------------------------------
diff --git a/tools/cartridge_create/init_scripts/mysql/wso2.pem b/tools/cartridge_create/init_scripts/mysql/wso2.pem
deleted file mode 100644
index abd2985..0000000
--- a/tools/cartridge_create/init_scripts/mysql/wso2.pem
+++ /dev/null
@@ -1,16 +0,0 @@
------BEGIN RSA PRIVATE KEY-----
-MIICXQIBAAKBgQDUExvnBa8QbdRPsyZFppsuO9pVG4Ve6cuo7cf4oXUiqnt5aYtC
-2h+1NoGwpxTyeqnMTw1UvyrGme3r/gwYBhtEwiSsXFTcPVqyA30wq1Gp+ghnj5NR
-sGEl4dVQYGl/+KbRDQQFmx6K31LAXc+EUrvUjCtXjuH5LrhRGgdIW44EeQIDAQAB
-AoGAMsJYHVVo71+6P1E7ydP0tH4y5cfuhicjTc2L3WCXrrJrV0YBxQB8Ml1XcTas
-dtURKwuIv036KQrSvXdS4bUkdULiDAfkx8I4IRK1TnT0SCHtoO/lOu3NweKI3QeW
-9DX8sdRZ1xOdarmLydJkyk/kLE8v8VbfPaxgxM8KiIMtwtkCQQD2sWf8+/FEOcW7
-11omtKAqIJW+mnARfSMUJspJgvVo+dQbQwdYhgH5z93Y5bH7bUmHZWNsnFYqcPOw
-Ns24QGtjAkEA3BNaqrvba4DEaX1o8Hp8o2NAindAjiKF0WP61l7TNCtgFt8hOiJF
-vTl0MOtPxIOlXrn/pIf0GiQHRykrt7tNcwJBAOd4fL820yIWJz/iiDdrIiGFI5yN
-onv2c9SztPkXBRgz2l6eHSVl0DLLZTjgBYmJ+QUvEARYCM2X4D/GnG63G0sCQEDF
-7YSc3/rnHmgSAkXtNyv7tW5LpRNwc8RqUdSweic7sP9qUuRCXBZSh7EyQPsM6CpW
-QjjRzvW2rvGx220rUqMCQQCiFgDaJvTl7iB9/G/Mzj8xIpABzcwq4AmneR2gEBxf
-38YHLAADdUymlG1hbs2J+yT6Tb5YGFFhDHdOTQ4FOAjl
------END RSA PRIVATE KEY-----
-

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/1dd1c3b7/tools/cartridge_create/init_scripts/tomcat/stratos.pem
----------------------------------------------------------------------
diff --git a/tools/cartridge_create/init_scripts/tomcat/stratos.pem b/tools/cartridge_create/init_scripts/tomcat/stratos.pem
new file mode 100644
index 0000000..f4260f9
--- /dev/null
+++ b/tools/cartridge_create/init_scripts/tomcat/stratos.pem
@@ -0,0 +1,16 @@
+-----BEGIN RSA PRIVATE KEY-----
+MIICXQIBAAKBgQCp31ZRD9kPwKoxW3sh+4x2IfldCKEfHbo18LhvOnGPJcNzqHDy
+6WWxpxPAHNAMyvrAv+hUfX4fwSRctieTim0N+fTr+mRP0q4HHhEkvEmxoXs4Y7lz
+jrh5vhMBZBAXsSurHVp2Bpie1xyjW+ksuAziT2gw6KvipjJiGTjuLTnLmQIDAQAB
+AoGAMFvtNbx+PbbKfKyfXChBb2vykmKfg70xwqNZzghkRa0pfCaKqQx6r91xiPJq
+5Alw4yh+2nazThTs5hvRHnZ83tPFxKyekrOdFpFEwAdibmvM3ckfAmUqJErteFhp
+o524O37kWpzwBgk1rxwLHVxyoscVHF8vWSjk9jzvdor9XbUCQQDdPp+F/X5qQLZw
+xaYyHrWmLkRnFRaxxmiOQmvAxYKybMp0Ei8euy+wKHiNPBVPxn143hrag7a2GKIn
+hq6LwoiHAkEAxI7GYK47woZJHI6rjskjxT+DBNKjTmoDZVTa4KrWUVY1NfTC+/jI
+Ajm3cQ1QYnGEYyvlczgD3jvRdDtjJjGy3wJAV4JnkpX7pIdIIj7rR7PB4aM3Rxae
+TV7PCEXZXPxCf9RsF5EBtkQPzruTQznarB00j9Q6BuhGIqyHpt6st3cQjQJBAKtf
+oG7i+o+b7VrMuZ+Al4N+4Ijv7hqMK/HJjhycVsgL1dD5Wpe+TQRDtkEHTrLGLpsY
+xrEygYzdsr0YmlXOtxkCQQC46OoYuk/bZhp1gnFNtWXp73ZESphNOC/FovNKu5Os
+fbxKoqUbosXAi6wxuU1L+eojN0UNx98xyKjG/lyUog/m
+-----END RSA PRIVATE KEY-----
+

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/1dd1c3b7/tools/cartridge_create/init_scripts/tomcat/wso2.pem
----------------------------------------------------------------------
diff --git a/tools/cartridge_create/init_scripts/tomcat/wso2.pem b/tools/cartridge_create/init_scripts/tomcat/wso2.pem
deleted file mode 100644
index f4260f9..0000000
--- a/tools/cartridge_create/init_scripts/tomcat/wso2.pem
+++ /dev/null
@@ -1,16 +0,0 @@
------BEGIN RSA PRIVATE KEY-----
-MIICXQIBAAKBgQCp31ZRD9kPwKoxW3sh+4x2IfldCKEfHbo18LhvOnGPJcNzqHDy
-6WWxpxPAHNAMyvrAv+hUfX4fwSRctieTim0N+fTr+mRP0q4HHhEkvEmxoXs4Y7lz
-jrh5vhMBZBAXsSurHVp2Bpie1xyjW+ksuAziT2gw6KvipjJiGTjuLTnLmQIDAQAB
-AoGAMFvtNbx+PbbKfKyfXChBb2vykmKfg70xwqNZzghkRa0pfCaKqQx6r91xiPJq
-5Alw4yh+2nazThTs5hvRHnZ83tPFxKyekrOdFpFEwAdibmvM3ckfAmUqJErteFhp
-o524O37kWpzwBgk1rxwLHVxyoscVHF8vWSjk9jzvdor9XbUCQQDdPp+F/X5qQLZw
-xaYyHrWmLkRnFRaxxmiOQmvAxYKybMp0Ei8euy+wKHiNPBVPxn143hrag7a2GKIn
-hq6LwoiHAkEAxI7GYK47woZJHI6rjskjxT+DBNKjTmoDZVTa4KrWUVY1NfTC+/jI
-Ajm3cQ1QYnGEYyvlczgD3jvRdDtjJjGy3wJAV4JnkpX7pIdIIj7rR7PB4aM3Rxae
-TV7PCEXZXPxCf9RsF5EBtkQPzruTQznarB00j9Q6BuhGIqyHpt6st3cQjQJBAKtf
-oG7i+o+b7VrMuZ+Al4N+4Ijv7hqMK/HJjhycVsgL1dD5Wpe+TQRDtkEHTrLGLpsY
-xrEygYzdsr0YmlXOtxkCQQC46OoYuk/bZhp1gnFNtWXp73ZESphNOC/FovNKu5Os
-fbxKoqUbosXAi6wxuU1L+eojN0UNx98xyKjG/lyUog/m
------END RSA PRIVATE KEY-----
-


Re: git commit: renaming scripts in cartridge_create

Posted by Isuru Perera <is...@wso2.com>.
On Tue, Aug 27, 2013 at 2:29 PM, Isuru Haththotuwa <is...@wso2.com> wrote:

> On Tue, Aug 27, 2013 at 2:20 PM, Isuru Perera <is...@wso2.com> wrote:
>
>> Hi IsuruH,
>>
>> Shall we use stratos-init.sh instead of apache-cartridge-init.sh?
>>
> how about stratos-cartridge-init.sh?
>
That's better! Then shall we rename other scripts as well?

>
>> Other scripts are named like that.
>>
>> ---------- Forwarded message ----------
>> From: <is...@apache.org>
>> Date: Tue, Aug 27, 2013 at 1:33 PM
>> Subject: git commit: renaming scripts in cartridge_create
>> To: commits@stratos.incubator.apache.org
>>
>>
>> Updated Branches:
>>   refs/heads/master d81971d09 -> 1dd1c3b70
>>
>>
>> renaming scripts in cartridge_create
>>
>>
>> Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
>> Commit:
>> http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/1dd1c3b7
>> Tree:
>> http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/1dd1c3b7
>> Diff:
>> http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/1dd1c3b7
>>
>> Branch: refs/heads/master
>> Commit: 1dd1c3b70c0ec2612f75f67aaa60cce5c81709ae
>> Parents: d81971d
>> Author: Isuru <is...@wso2.com>
>> Authored: Tue Aug 27 13:32:50 2013 +0530
>> Committer: Isuru <is...@wso2.com>
>> Committed: Tue Aug 27 13:32:50 2013 +0530
>>
>> ----------------------------------------------------------------------
>>  .../init_scripts/mysql/stratos.pem              |  16 ++
>>  .../mysql/vcloud/apache-cartridge-init.sh       | 152 +++++++++++++++++++
>>  .../mysql/vcloud/wso2-cartridge-init.sh         | 152 -------------------
>>  .../init_scripts/mysql/wso2.pem                 |  16 --
>>  .../init_scripts/tomcat/stratos.pem             |  16 ++
>>  .../init_scripts/tomcat/wso2.pem                |  16 --
>>  6 files changed, 184 insertions(+), 184 deletions(-)
>> ----------------------------------------------------------------------
>>
>>
>>
>>
>>
>> --
>> Isuru Perera
>> Senior Software Engineer | WSO2, Inc. | http://wso2.com/
>> Lean . Enterprise . Middleware
>>
>> about.me/chrishantha
>>
>
>
>
> --
> Thanks and Regards,
>
> Isuru H.
>
>
>


-- 
Isuru Perera
Senior Software Engineer | WSO2, Inc. | http://wso2.com/
Lean . Enterprise . Middleware

about.me/chrishantha

Re: git commit: renaming scripts in cartridge_create

Posted by Isuru Haththotuwa <is...@wso2.com>.
On Tue, Aug 27, 2013 at 2:20 PM, Isuru Perera <is...@wso2.com> wrote:

> Hi IsuruH,
>
> Shall we use stratos-init.sh instead of apache-cartridge-init.sh?
>
how about stratos-cartridge-init.sh?

>
> Other scripts are named like that.
>
> ---------- Forwarded message ----------
> From: <is...@apache.org>
> Date: Tue, Aug 27, 2013 at 1:33 PM
> Subject: git commit: renaming scripts in cartridge_create
> To: commits@stratos.incubator.apache.org
>
>
> Updated Branches:
>   refs/heads/master d81971d09 -> 1dd1c3b70
>
>
> renaming scripts in cartridge_create
>
>
> Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
> Commit:
> http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/1dd1c3b7
> Tree:
> http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/1dd1c3b7
> Diff:
> http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/1dd1c3b7
>
> Branch: refs/heads/master
> Commit: 1dd1c3b70c0ec2612f75f67aaa60cce5c81709ae
> Parents: d81971d
> Author: Isuru <is...@wso2.com>
> Authored: Tue Aug 27 13:32:50 2013 +0530
> Committer: Isuru <is...@wso2.com>
> Committed: Tue Aug 27 13:32:50 2013 +0530
>
> ----------------------------------------------------------------------
>  .../init_scripts/mysql/stratos.pem              |  16 ++
>  .../mysql/vcloud/apache-cartridge-init.sh       | 152 +++++++++++++++++++
>  .../mysql/vcloud/wso2-cartridge-init.sh         | 152 -------------------
>  .../init_scripts/mysql/wso2.pem                 |  16 --
>  .../init_scripts/tomcat/stratos.pem             |  16 ++
>  .../init_scripts/tomcat/wso2.pem                |  16 --
>  6 files changed, 184 insertions(+), 184 deletions(-)
> ----------------------------------------------------------------------
>
>
>
>
>
> --
> Isuru Perera
> Senior Software Engineer | WSO2, Inc. | http://wso2.com/
> Lean . Enterprise . Middleware
>
> about.me/chrishantha
>



-- 
Thanks and Regards,

Isuru H.

Fwd: git commit: renaming scripts in cartridge_create

Posted by Isuru Perera <is...@wso2.com>.
Hi IsuruH,

Shall we use stratos-init.sh instead of apache-cartridge-init.sh?

Other scripts are named like that.

---------- Forwarded message ----------
From: <is...@apache.org>
Date: Tue, Aug 27, 2013 at 1:33 PM
Subject: git commit: renaming scripts in cartridge_create
To: commits@stratos.incubator.apache.org


Updated Branches:
  refs/heads/master d81971d09 -> 1dd1c3b70


renaming scripts in cartridge_create


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

Branch: refs/heads/master
Commit: 1dd1c3b70c0ec2612f75f67aaa60cce5c81709ae
Parents: d81971d
Author: Isuru <is...@wso2.com>
Authored: Tue Aug 27 13:32:50 2013 +0530
Committer: Isuru <is...@wso2.com>
Committed: Tue Aug 27 13:32:50 2013 +0530

----------------------------------------------------------------------
 .../init_scripts/mysql/stratos.pem              |  16 ++
 .../mysql/vcloud/apache-cartridge-init.sh       | 152 +++++++++++++++++++
 .../mysql/vcloud/wso2-cartridge-init.sh         | 152 -------------------
 .../init_scripts/mysql/wso2.pem                 |  16 --
 .../init_scripts/tomcat/stratos.pem             |  16 ++
 .../init_scripts/tomcat/wso2.pem                |  16 --
 6 files changed, 184 insertions(+), 184 deletions(-)
----------------------------------------------------------------------





-- 
Isuru Perera
Senior Software Engineer | WSO2, Inc. | http://wso2.com/
Lean . Enterprise . Middleware

about.me/chrishantha