Uploaded image for project: 'Red Hat OpenStack Services on OpenShift'
  1. Red Hat OpenStack Services on OpenShift
  2. OSPRH-5988

Adding attributes to OS::Designate::Zone heat resource

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • rhos-17.1.0
    • openstack-heat
    • None
    • False
    • Hide

      None

      Show
      None
    • False
    • Not Selected
    • ?
    • ?
    • ?
    • ?

      The current upstream's heat resource, 'OS::Designate::Zone'[1] doesn't have attributes[2].

      The attributes property should be assigned like below.
      ~~~
      heat_template_version: 2015-04-30
      ...
      resources:
      ...
      the_resource:
      type: OS::Designate::Zone
      properties:
      description: String
      email: String
      name: String
      primaries: [Value, Value, ...]
      ttl: Integer
      type: String
      attributes:

      {...}

      <-- HERE
      ~~~

      [1] https://docs.openstack.org/heat/latest/template_guide/openstack.html#OS::Designate::Zone
      [2] https://docs.openstack.org/api-ref/dns/dns-api-v2-index.html#create-zone

      [Background]
      There is a use case that the user wants to use Designate scheduler with multipool based on attributes.

            Unassigned Unassigned
            rhn-support-knoha Keigo Noha
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: