You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by al...@apache.org on 2012/07/13 22:52:13 UTC

[10/11] git commit: the default templates are put into download.cloud.com

the default templates are put into download.cloud.com


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

Branch: refs/heads/vpc
Commit: ed4b6a517bb984c3e0a38b04a5096332bebc51c4
Parents: dd57e8b
Author: Edison Su <ed...@cloud.com>
Authored: Wed Jul 11 15:19:12 2012 -0700
Committer: Edison Su <ed...@cloud.com>
Committed: Wed Jul 11 15:19:21 2012 -0700

----------------------------------------------------------------------
 tools/devcloud/devcloudsetup.sh |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/ed4b6a51/tools/devcloud/devcloudsetup.sh
----------------------------------------------------------------------
diff --git a/tools/devcloud/devcloudsetup.sh b/tools/devcloud/devcloudsetup.sh
index f8d78a6..b5a97cb 100644
--- a/tools/devcloud/devcloudsetup.sh
+++ b/tools/devcloud/devcloudsetup.sh
@@ -16,7 +16,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-fileSvr="http://nfs1.lab.vmops.com/templates/devcloud/"
+fileSvr="http://download.cloud.com/templates/devcloud/"
 install_xen() {
     aptitude update
     echo "install xen"
@@ -87,10 +87,10 @@ postsetup() {
         mkdir -p /opt/storage/secondary/template/tmpl/1/5
 
         echo "/opt/storage/secondary *(rw,no_subtree_check,no_root_squash,fsid=0)" > /etc/exports
-        wget $fileSvr/vmtemplates/1/dc68eb4c-228c-4a78-84fa-b80ae178fbfd.vhd  -P /opt/storage/secondary/template/tmpl/1/1/
-        wget $fileSvr/vmtemplates/1/template.properties  -P /opt/storage/secondary/template/tmpl/1/1/
-        wget $fileSvr/vmtemplates/5/ce5b212e-215a-3461-94fb-814a635b2215.vhd  -P /opt/storage/secondary/template/tmpl/1/5/
-        wget $fileSvr/vmtemplates/5/template.properties  -P /opt/storage/secondary/template/tmpl/1/5/
+        wget $fileSvr/defaulttemplates/1/dc68eb4c-228c-4a78-84fa-b80ae178fbfd.vhd  -P /opt/storage/secondary/template/tmpl/1/1/
+        wget $fileSvr/defaulttemplates/1/template.properties  -P /opt/storage/secondary/template/tmpl/1/1/
+        wget $fileSvr/defaulttemplates/5/ce5b212e-215a-3461-94fb-814a635b2215.vhd  -P /opt/storage/secondary/template/tmpl/1/5/
+        wget $fileSvr/defaulttemplates/5/template.properties  -P /opt/storage/secondary/template/tmpl/1/5/
         /etc/init.d/nfs-kernel-server restart
     fi