Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 756F311E32 for ; Sun, 15 Jun 2014 15:14:00 +0000 (UTC) Received: (qmail 75916 invoked by uid 500); 15 Jun 2014 15:14:00 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 75863 invoked by uid 500); 15 Jun 2014 15:14:00 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 75850 invoked by uid 99); 15 Jun 2014 15:14:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jun 2014 15:14:00 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ian@ianduffy.ie designates 209.85.216.180 as permitted sender) Received: from [209.85.216.180] (HELO mail-qc0-f180.google.com) (209.85.216.180) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jun 2014 15:13:55 +0000 Received: by mail-qc0-f180.google.com with SMTP id r5so2866645qcx.39 for ; Sun, 15 Jun 2014 08:13:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=2GokYzvDlYEnbuF8cIUco6UE/vpVswunje6hvcju2ik=; b=gLfeODRV6b/naYqbx8O6WHWupVHGGrVuk2p5QjQ2pw5Xtz6NQwqE9VDRkMN9zuNpfZ 72ahdAa2/JKTSoRz8vTdFN1Axi7FkxtOBWuEL7eZQtHYf8jX9Cc6g3mP+F7w0on5WAVa NeXGs2FN2SWNjFj6HAArdpCPy14JC/KU0JP13fo0QGyB6xEuqMnjzLfBBIVEwfjh0b8w +l+BlZpdeYptjTequqnGrdSjhg61jSWtaguCcNJRFF1DBWsN2Urhgow/i24O/DZhMAVZ pEfGBMD9/+I1tmoNYW1NDoo99eh3FLzgwMzIDL6gCDD18GaJztSGrWADXchd4L0IoYjW jeGg== X-Gm-Message-State: ALoCoQmuPQRZEtxBjoVHL2duIrPe/aBtMusVAExfzXHwUNqW445algA0NsmIWw0BvKcT/OSuiyQD MIME-Version: 1.0 X-Received: by 10.224.47.77 with SMTP id m13mr19855484qaf.69.1402845210796; Sun, 15 Jun 2014 08:13:30 -0700 (PDT) Received: by 10.96.157.200 with HTTP; Sun, 15 Jun 2014 08:13:30 -0700 (PDT) X-Originating-IP: [80.111.117.20] Date: Sun, 15 Jun 2014 16:13:30 +0100 Message-ID: Subject: Marvin add service offering From: Ian Duffy To: CloudStack Dev Content-Type: multipart/alternative; boundary=001a1134aa6676fbcb04fbe15a53 X-Virus-Checked: Checked by ClamAV on apache.org --001a1134aa6676fbcb04fbe15a53 Content-Type: text/plain; charset=UTF-8 Hi All, Is it possible to create a service offering using marvin? I tried using: "service_offering": { "name": "Tiny Instance", "displaytext": "Tiny Instance", "cpunumber": 1, "cpuspeed": 100, "memory": 128 }, However it didn't work. I got this example from tools/marvin/marvin/config. Is it possible to modify existing service templates using marvin? If so what is the syntax for this? Thanks, Ian --001a1134aa6676fbcb04fbe15a53--