Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
workloadmgrclient / workloadmgrclient / input-files / network_topology_restore.json
Size: Mime:
{
  "name": "network-topology-restore",
  "description": "desc network-topology-restore",
  "oneclickrestore": False,
  "restore_type": "network-topology",
  "type": "openstack",
  "openstack":
    {
      "networks_mapping":
        {
          "networks": []
        },
      "restore_topology": True,
      "instances":
      [
        {
          "availability_zone": "nova",
          "id": "021261ac-b8a3-4eaa-938f-9a96f18da93d",
          "include": True,
          "name": "network-restore-trial-1",
          "nics": [],
          "flavor":
            {
              "disk": 5,
              "ephemeral": 0,
              "id": "bf79f7f7-51bf-4d67-a503-cbb8396d9c85",
              "ram": 512,
              "swap": "",
              "vcpus": 1
            },
          "vdisks":
          [
            {
              "availability_zone": "nova",
              "id": "6304be62-130c-40d2-a970-9628fc3c2d52",
              "new_volume_type": "volume-type-1"
            }
          ]
        },
        {
          "availability_zone": "nova",
          "id": "a2090e07-0efe-4bd7-9124-5afd340f7619",
          "include": True,
          "name": "network-restore-trial-2",
          "nics": [],
          "flavor":
            {
              "disk": 5,
              "ephemeral": 0,
              "id": "bf79f7f7-51bf-4d67-a503-cbb8396d9c85",
              "ram": 512,
              "swap": "",
              "vcpus": 1
            },
          "vdisks":
          [
            {
              "availability_zone": "nova",
              "id": "7e28dac1-f366-4d17-b0f9-f377ac7c838c",
              "new_volume_type": "volume-type-1"
            }
          ]
        }
      ]
    }
}