Return-Path: X-Original-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6F125E611 for ; Mon, 21 Jan 2013 08:54:26 +0000 (UTC) Received: (qmail 52848 invoked by uid 500); 21 Jan 2013 08:54:25 -0000 Delivered-To: apmail-incubator-cloudstack-users-archive@incubator.apache.org Received: (qmail 52686 invoked by uid 500); 21 Jan 2013 08:54:25 -0000 Mailing-List: contact cloudstack-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-users@incubator.apache.org Delivered-To: mailing list cloudstack-users@incubator.apache.org Received: (qmail 52667 invoked by uid 99); 21 Jan 2013 08:54:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2013 08:54:25 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [66.198.167.208] (HELO vmx3.tatacommunications.com) (66.198.167.208) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2013 08:54:16 +0000 X-IronPort-AV: E=Sophos;i="4.84,505,1355115600"; d="scan'208,217";a="242609294" Received: from unknown (HELO wv1-cas-01.vsnl.co.in) ([64.86.157.137]) by mx3-2.tatacommunications.com with ESMTP; 21 Jan 2013 03:53:43 -0500 Received: from USWV1VCAS01.vsnl.co.in (64.86.157.177) by wv1-cas-01.vsnl.co.in (64.86.157.137) with Microsoft SMTP Server (TLS) id 8.3.213.0; Mon, 21 Jan 2013 03:53:43 -0500 Received: from USWV1VDAG01.vsnl.co.in ([fe80::1dc7:2672:c948:516e]) by uswv1vcas01.vsnl.co.in ([fe80::6521:bbe2:f2e4:7b9b%11]) with mapi id 14.02.0309.002; Mon, 21 Jan 2013 03:53:43 -0500 From: Oliver Leach To: "cloudstack-users@incubator.apache.org" Subject: Cloudstack puppet manifest Thread-Topic: Cloudstack puppet manifest Thread-Index: Ac33sNHCdRr6KwK9RGar5otxHhEKZA== Date: Mon, 21 Jan 2013 08:53:43 +0000 Message-ID: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [64.86.157.8] Content-Type: multipart/alternative; boundary="_000_FB3EBB31B3A2C145A630C3EF1EAA536670F48C25uswv1vdag01vsnl_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_FB3EBB31B3A2C145A630C3EF1EAA536670F48C25uswv1vdag01vsnl_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, I am looking in to getting puppet to deploy Cloudstack via a puppet module.= I am trying to configure a yum repo that has the Cloudstack RPMs so I can = ensure the 'cloud-client' package is installed. I am looking at this for gu= idance https://github.com/CloudStack-extras/puppet-cloudstack/blob/master/m= anifests/init.pp, however need help in configuring a the repo as - this is = an example. baseurl =3D "http://yumrepo/repositories/rhel/$operatingsystemrelease/stabl= e/oss/" name =3D "CloudStack" enable =3D 1 gpgcheck =3D 0 At the moment, I am trying to set up a repo that will install Cloudstack 3.= 0.2 and notice the install.sh script for Cloudstack sets up a cloud-temp.re= po and specifies a local file location (pathtorepo=3D`pwd`) for the Cloudst= ack RPMs like so baseurl=3Dfile://$pathtorepo gpgcheck=3D0 enabled=3D1 name=3DCloudStack temporary repository Has anyone done this before or got any suggestions on how to set up a repo = to install Cloudstack? Thanks, Oliver Leach --_000_FB3EBB31B3A2C145A630C3EF1EAA536670F48C25uswv1vdag01vsnl_--