Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following are sample configurations that can be used in a JSON to define a network partition:

Excerpt

...

Localtab
titleEC2
Code Block
{  
   "id":"network-partition-1",
   "provider":"ec2",
   "partitions":[  
      {  
         "id":"partition-1",
         "property":[  
            {  
               "name":"region",
               "value":"default"
            }
         ]
      }
   ]
}
Localtab
titleMock
Code Block
{
  "id": "network-partition-1",
  "provider": "mock",
  "partitions": [
    {
      "id": "partition-1",
      "property": [
        {
          "name": "region",
          "value": "default"
        }
      ]
    }
  ]
}

...

titleKubernetes

...

-include
Adding a Network Partition
Adding a Network Partition
nopaneltrue

Property definitions

All the properties that correspond to a network partition resource are explained as follows: 

...