Hello

I am using ansible 2.3.3.0 on openstack pike
shade==1.28.0
ansible==2.3.3.0
python-designateclient==2.7.0
python-openstackclient==3.12.0

When i am trying to create a A record after instance creation, its throwing
the below error.


"msg": "Error creating recordset test-instance. (400) Client Error for url:
https://os-designate.hq.acme-corp.com:9001/v2/zones/qatest.hq.acme-corp.com./recordsets
"}


    - name: 'Creating a private ip'
      os_recordset:
        cloud: "{{cloud_name}}"
        state: present
        zone: qatest.hq.acme-corp.com.
        name: "{{item.name}}"
        recordset_type: A
        records: ["{{item['private_v4']}}"]
        description: 'test recordset'
        ttl: 3600
      with_items: "{{openstack_servers}}"

Thanks
Sree

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAF9AceEHvqcMk4cHD0jDuTgKON4sOcF0k2iCVmvH2ukOG0xcGA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to