Return-Path: X-Original-To: apmail-stratos-dev-archive@minotaur.apache.org Delivered-To: apmail-stratos-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ACC8D17E33 for ; Fri, 6 Mar 2015 17:42:32 +0000 (UTC) Received: (qmail 76703 invoked by uid 500); 6 Mar 2015 17:42:27 -0000 Delivered-To: apmail-stratos-dev-archive@stratos.apache.org Received: (qmail 76651 invoked by uid 500); 6 Mar 2015 17:42:27 -0000 Mailing-List: contact dev-help@stratos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stratos.apache.org Delivered-To: mailing list dev@stratos.apache.org Received: (qmail 76641 invoked by uid 99); 6 Mar 2015 17:42:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Mar 2015 17:42:27 +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 (athena.apache.org: domain of rajkumarr@wso2.com designates 209.85.218.41 as permitted sender) Received: from [209.85.218.41] (HELO mail-oi0-f41.google.com) (209.85.218.41) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Mar 2015 17:42:23 +0000 Received: by oiba3 with SMTP id a3so18846607oib.3 for ; Fri, 06 Mar 2015 09:41:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wso2.com; s=google; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=b+zzJ7QzEb/2BBMfAgiJlNIxoU/m6/d0zctrzV6D/tM=; b=Bd9s92A7cbewX0ZegWHipBZr3WKTUw69hh/+P3ZPfX5syrj/sMvW72ROpbP9FbnCi2 9a9X2Ck5yDZ6Uo3mgazaTy245RDgnCWFiRuM1YGT4vlhIskGmvupOpIR0cBudY7HLxbn k+g0HYxIqucxYXvqgCHy0D+deTkqchBzOJyvo= 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:cc :content-type; bh=b+zzJ7QzEb/2BBMfAgiJlNIxoU/m6/d0zctrzV6D/tM=; b=H1qejjhXLmkNBqv/kgtm0kSrA54frRZum5cq92NSwJnVNJxb0CWfkQinyyNv/3uURf +2sFnbIJhG+G1c8dUHaWE5xg0hY0nM3y3cYBdo0TvI352fEOQ3m7q12erzi/Ae/MxfcN fwvoOo3ERfUCrnJ5PCvEb+pYPG3gG6u3+fMcJvwNgSgiPPFnGM7wqTU3z+8HkL/jrW5a uL8hhkX99I0VSyDTOcmc+31314kifPkhCPvWL7E82aDBVhraJJWY7cJOz8/RXrpyeyG6 9CSJ7Wd741VkgbTJNLYEeSwKmRtqhyRVEoea9dxGSKcnfIOez8lDuV526G/UYxQ57LJT xBGQ== X-Gm-Message-State: ALoCoQnZgM4ihG9In8BOVQA2ECl3rPF+WGuEhTpL5OHgBW3sM+6Pd4Aoc2LWK4Nparipo7dyTbev MIME-Version: 1.0 X-Received: by 10.60.92.71 with SMTP id ck7mr944483oeb.14.1425663676990; Fri, 06 Mar 2015 09:41:16 -0800 (PST) Received: by 10.182.49.194 with HTTP; Fri, 6 Mar 2015 09:41:16 -0800 (PST) Date: Fri, 6 Mar 2015 23:11:16 +0530 Message-ID: Subject: Changes to deployment policy schema From: Rajkumar Rajaratnam To: "dev@stratos.apache.org" Cc: Imesh Gunaratne Content-Type: multipart/alternative; boundary=047d7b33caf2095ed60510a231db X-Virus-Checked: Checked by ClamAV on apache.org --047d7b33caf2095ed60510a231db Content-Type: text/plain; charset=UTF-8 Hi Devs, I have done two minor changes in deployment policy schema. 1. renamed max to partitionMax in partition reference section, in-order to be compatible with 4.0.0 artifact. 2. renamed networkPartition to networkPartitions (plural) This is the new deployment policy schema. { "id": "deployment-policy-1", "networkPartitions": [ { "id": "network-partition-1", "partitionAlgo": "one-after-another", "partitions": [ { "id": "partition-1", "partitionMax": 20 } ] } ] } Thanks. -- Rajkumar Rajaratnam Committer & PMC Member, Apache Stratos Software Engineer, WSO2 Mobile : +94777568639 Blog : rajkumarr.com --047d7b33caf2095ed60510a231db Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi Devs,

I have done two minor chan= ges in deployment policy schema.
  1. renamed max to partitionMax in= partition reference section, in-order to be compatible with 4.0.0 artifact= .
  2. renamed networkPartition to networkPartitions (plural)
  3. This is the new deployment policy schema.

    {
    =C2=A0=C2=A0 "id": "deployment-policy-1&q= uot;,
    =C2=A0=C2=A0 "networkPartitions": [
    =C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 {
    =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 "= ;id": "network-partition-1",
    =C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 "partitionAlgo": "one-after-another&qu= ot;,
    =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 "partitions&q= uot;: [
    =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 {
    =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 "id": "partition-1",
    =C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 &q= uot;partitionMax": 20
    =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 }
    =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= ]
    =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 }
    =C2=A0=C2=A0 ]
    }

    = Thanks.

    --
    =
    = Rajkumar Rajaratnam
    Committer & PMC Member, Apache Stratos
    Mobile : +94777568= 639
--047d7b33caf2095ed60510a231db--