gdcloud organizations zonal-configs create

NAME

gdcloud organizations zonal-configs create - Create an OrganizationZonalConfig custom resource YAML files for each zone.

SYNOPSIS

gdcloud organizations zonal-configs create [flags]

EXAMPLES

To create an OrganizationZonalConfig file with various fields preset, run:

  gdcloud organizations zonal-configs create --name testOrg \
      --zones={zone1,zone2}
      --version 1.9.2-gdch.153 \
      --server-quota \
          o1-highmem1-40-gdc-metal=1,\
          o1-standard1-64-gdc-metal=2,\
          o1-highmem1-96-gdc-metal=3,\
          o1-highmem1-104-gdc-metal=4,\
          o1-highmem1-448-gdc-metal=5,\
          o1-highgpu1-48-gdc-metal=6 \
      --storage-sku \
          BlockStandard=100Ti,\
          FileStandard=100Ti,\
          ObjectNearline=100Ti,\
          ObjectStandard=100Ti \
      --admin-server \
          o1-standard1-64-gdc-metal=3
  This command writes the YAML files to the HOME directory in the format [org name]-[zone].yaml

OPTIONAL FLAGS

      --admin-server stringToString   Admin server type and the amount of org admin servers to allocate for that server type as a key-value pair. (default [o1-standard1-64-gdc-metal=3])
      --name string                   Name of the referenced organization. (default "org-1")
      --server-quota stringToString   Comma-separated list of key-value pairs for server types and their quotas for the worker machines. (default [o1-highmem1-448-gdc-metal=0,o1-highgpu1-48-gdc-metal=0,o1-highmem1-40-gdc-metal=1,o1-standard1-64-gdc-metal=0,o1-highmem1-96-gdc-metal=0,o1-highmem1-104-gdc-metal=0])
      --storage-sku stringToString    Comma-separated list of key-value pairs for storage SKUs and their sizes for an organization. (default [ObjectNearline=10Ti,ObjectStandard=10Ti,BlockStandard=10Ti,FileStandard=10Ti])
      --version string                Version of the GDCH software. (default "1.5.0-gdch.11")
      --zones stringArray             Comma-separated list of zone IDs to create a config for.

GDCLOUD WIDE FLAGS

These flags are available to all commands: --configuration, --format, --help, --project, --quiet.

For more information, see the gdcloud CLI reference overview page.