Skip to main content

A Python module and CLI for managing zones and resource record sets on Google Cloud DNS

Project description

A Python module and CLI for managing zones and resource record sets on Google Cloud DNS

Features

  • Dump all project zones names in CSV and/or JSON format

  • Dump all zone resource record sets in CSV and/or JSON format

  • Create and delete zones via CLI or CSV

  • Create and delete resource record sets via CLI

  • Update DNS resource records for multiple zones in one project using one CSV file

  • Automatically split TXT records longer than 255 characters when publishing

  • Automatically add an ending . to records when needed

CLI

Usage: gcpdns [OPTIONS] CREDENTIAL_FILE COMMAND [ARGS]...

  gcpdns: A CLI for managing zones and resource record sets on Google Cloud
  DNS.

Options:
  --version  Show the version and exit.
  --verbose  Enable verbose logging.
  --help     Show this message and exit.

Commands:
  record  Manage DNS resource record sets.
  zone    Manage DNS zones.

gcpdns record

Usage: gcpdns record [OPTIONS] COMMAND [ARGS]...

  Manage DNS resource record sets.

Options:
  --help  Show this message and exit.

Commands:
  create  Create a resource record set (Data fields separated by |).
  delete  Delete a resource record set
  dump    Dump a list of DNS resource records.
  update  Create, replace, and delete resource record sets using a CSV file.

gcpdns zone

Manage DNS zones.

Options:
  --help  Show this message and exit.

Commands:
  create  Create a DNS zone.
  delete  Delete a DNS zone and all its resource records.
  dump    Dump a list of DNS zones.
  update  Create and delete zones using a CSV file.

Installation

Use pip (or pip3 for Python 3).

sudo -H pip install gcpdns

Setup

To use gcpdns, you’ll need a separate service account credentials JSON file for each GCP project that you want to work with.

Ensure that the Service Account has the proper permissions to edit DNS (e.g. the DNS Administrator role) in the project.

Zone CSV fields

  • action

    • create - Creates a zone

    • delete - Deletes a zone

  • dns_name - The zone’s DNS name

  • gcp_name - The zone’s name in GCP (optional)

  • description - The zone’s description (optional)

Record CSV fields

  • action

    • create - Creates a resource record set

    • replace - The same as create, but will replace an existing resource record set with the same name and record_type (if it exists)

    • delete - Deletes a resource record set

  • name - The record set name (i.e. the Fully-Qualified Domain Name)

  • record_type - The DNS record type

  • ttl - DNS time to live (in seconds)

  • data - DNS record data separated by |

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gcpdns-1.2.9.tar.gz (7.7 kB view details)

Uploaded Source

Built Distribution

gcpdns-1.2.9-py3-none-any.whl (11.4 kB view details)

Uploaded Python 3

File details

Details for the file gcpdns-1.2.9.tar.gz.

File metadata

  • Download URL: gcpdns-1.2.9.tar.gz
  • Upload date:
  • Size: 7.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for gcpdns-1.2.9.tar.gz
Algorithm Hash digest
SHA256 782ae8755d02cd76b5452bd9944cc908d150f6ce2e03baa445b7ad433b2e1c4a
MD5 fbdecdc371e7b913320c72ffd695de1f
BLAKE2b-256 c28867f1ed8efa74dc59bd7ae44f82834be2cdf0dac20555a9e1a58c5d49155e

See more details on using hashes here.

File details

Details for the file gcpdns-1.2.9-py3-none-any.whl.

File metadata

  • Download URL: gcpdns-1.2.9-py3-none-any.whl
  • Upload date:
  • Size: 11.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for gcpdns-1.2.9-py3-none-any.whl
Algorithm Hash digest
SHA256 b114507f1605bd9eb75885f033f0ec99ad077a5d61833e506791e0ca7dc6dcf0
MD5 3f3aa17e0359d21592b79f1d8fd8e4a6
BLAKE2b-256 75dc4dd3ca221b00fc9ffe6861e11d38069bbdb954bc4508f9648bd1610c2d77

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page