Devcloud puppet configuration additions
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/1f28847f Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/1f28847f Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/1f28847f Branch: refs/heads/master Commit: 1f28847f7dc2c7490cd2f7656ac95b469143cac9 Parents: 28f4411 Author: Chip Childers <[email protected]> Authored: Mon Aug 6 15:56:39 2012 -0400 Committer: Chip Childers <[email protected]> Committed: Mon Aug 6 15:57:25 2012 -0400 ---------------------------------------------------------------------- .../puppet-devcloud/files/builddevcloud.sh | 22 +++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/1f28847f/tools/devcloud/devcloudbox/puppet-devcloud/files/builddevcloud.sh ---------------------------------------------------------------------- diff --git a/tools/devcloud/devcloudbox/puppet-devcloud/files/builddevcloud.sh b/tools/devcloud/devcloudbox/puppet-devcloud/files/builddevcloud.sh new file mode 100644 index 0000000..7755766 --- /dev/null +++ b/tools/devcloud/devcloudbox/puppet-devcloud/files/builddevcloud.sh @@ -0,0 +1,22 @@ +#!/bin/sh + +# 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 CATALINA_HOME=/opt/cloudstack/apache-tomcat-6.0.32 +cd /opt/cloudstack/incubator-cloudstack/ +/usr/bin/ant clean-all build-all deploy-server deploydb
