Repository: stratos Updated Branches: refs/heads/master e7e376e4a -> dfcf9c59b
Update ec2 network partition with real values Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/dfcf9c59 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/dfcf9c59 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/dfcf9c59 Branch: refs/heads/master Commit: dfcf9c59bfa43899c884d4887270c5e481bd3bdb Parents: e7e376e Author: Lahiru Sandaruwan <[email protected]> Authored: Thu Jun 11 23:46:09 2015 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Thu Jun 11 23:46:09 2015 +0530 ---------------------------------------------------------------------- samples/network-partitions/ec2/network-partition-1.json | 6 +++++- samples/network-partitions/ec2/network-partition-2.json | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/dfcf9c59/samples/network-partitions/ec2/network-partition-1.json ---------------------------------------------------------------------- diff --git a/samples/network-partitions/ec2/network-partition-1.json b/samples/network-partitions/ec2/network-partition-1.json index c7ac988..3fbeeac 100644 --- a/samples/network-partitions/ec2/network-partition-1.json +++ b/samples/network-partitions/ec2/network-partition-1.json @@ -7,7 +7,11 @@ "property": [ { "name": "region", - "value": "default" + "value": "ap-southeast-1" + }, + { + "name": "zone", + "value": "ap-southeast-1a" } ] } http://git-wip-us.apache.org/repos/asf/stratos/blob/dfcf9c59/samples/network-partitions/ec2/network-partition-2.json ---------------------------------------------------------------------- diff --git a/samples/network-partitions/ec2/network-partition-2.json b/samples/network-partitions/ec2/network-partition-2.json index 0b99663..02f9b1d 100644 --- a/samples/network-partitions/ec2/network-partition-2.json +++ b/samples/network-partitions/ec2/network-partition-2.json @@ -7,7 +7,11 @@ "property": [ { "name": "region", - "value": "default" + "value": "ap-southeast-2" + }, + { + "name": "region", + "value": "ap-southeast-2b" } ] }
