osc dns zone create

Create Zone

Usage: osc dns zone create [OPTIONS]

Options:

  • --attributes <key=value> — Key:Value pairs of information about this zone, and the pool the user would like to place the zone in. This information can be used by the scheduler to place zones on the correct pool

  • --description <DESCRIPTION> — Description for this zone

  • --email <EMAIL> — e-mail for the zone. Used in SOA records for the zone

  • --masters <MASTERS> — Mandatory for secondary zones. The servers to slave from to get DNS information

  • --name <NAME> — DNS Name for the zone

  • --ttl <TTL> — TTL (Time to Live) for the zone

  • --type <TYPE> — Type of zone. PRIMARY is controlled by Designate, SECONDARY zones are slaved from another DNS Server. Defaults to PRIMARY

    Possible values: catalog, primary, secondary