)]}'
{"ci/roles/dns/tasks/main.yml":[{"author":{"_account_id":10969,"name":"Shnaidman Sagi (Sergey)","display_name":"Shnaidman Sagi","email":"sshnaidm@redhat.com","username":"sergsh"},"change_message_id":"22dead90ae613bc7bb0f1f2786573687a0b9c949","unresolved":true,"context_lines":[{"line_number":9,"context_line":"\r"},{"line_number":10,"context_line":"- debug: var\u003ddns_zone\r"},{"line_number":11,"context_line":"\r"},{"line_number":12,"context_line":"- name: Update dns zone\r"},{"line_number":13,"context_line":"  openstack.cloud.dns_zone:\r"},{"line_number":14,"context_line":"    cloud: \"{{ cloud }}\"\r"},{"line_number":15,"context_line":"    name: \"{{ dns_zone.zone.name }}\"\r"}],"source_content_type":"text/x-yaml","patch_set":9,"id":"db2d2e1e_51a31277","line":12,"range":{"start_line":12,"start_character":7,"end_line":12,"end_character":24},"updated":"2020-12-17 13:12:51.000000000","message":"It doesn\u0027t work for me locally as well, seems like something is missed in the module.","commit_id":"6404d4aa7b73accc224bb0324ff95345709d9026"}],"ci/run-collection.yml":[{"author":{"_account_id":10969,"name":"Shnaidman Sagi (Sergey)","display_name":"Shnaidman Sagi","email":"sshnaidm@redhat.com","username":"sergsh"},"change_message_id":"b289bd056d937cb75a6d9fd5360bba6b44f858e1","unresolved":true,"context_lines":[{"line_number":7,"context_line":"    - { role: auth, tags: auth }"},{"line_number":8,"context_line":"    - { role: client_config, tags: client_config }"},{"line_number":9,"context_line":"    - { role: group, tags: group }"},{"line_number":10,"context_line":"    - { role: dns, tags: dns }"},{"line_number":11,"context_line":"    # TODO(mordred) Reenable this once the fixed openstack.cloud.image winds up in an"},{"line_number":12,"context_line":"    # upstream ansible release."},{"line_number":13,"context_line":"    # - { role: image, tags: image }"}],"source_content_type":"text/x-yaml","patch_set":5,"id":"5a84a55e_df11c654","line":10,"range":{"start_line":10,"start_character":4,"end_line":10,"end_character":30},"updated":"2020-12-16 08:44:31.000000000","message":"seems like designate (dns service) is not installed in jobs, I\u0027m working on adding it,\ntill then you can try to test it locally with devstack","commit_id":"1690dbbb59883b2a369c7f686635d5c9e50f9435"}],"plugins/modules/recordset.py":[{"author":{"_account_id":13252,"name":"Dr. Jens Harbott","display_name":"Jens Harbott (frickler)","email":"frickler@offenerstapel.de","username":"jrosenboom"},"change_message_id":"b830263dfcbcc949fcf30db563f5c3a5ce381457","unresolved":true,"context_lines":[{"line_number":26,"context_line":"     description:"},{"line_number":27,"context_line":"        - Recordset type"},{"line_number":28,"context_line":"        - Required when I(state\u003dpresent)."},{"line_number":29,"context_line":"     choices: [\u0027a\u0027, \u0027aaaa\u0027, \u0027mx\u0027, \u0027cname\u0027, \u0027txt\u0027, \u0027ns\u0027, \u0027srv\u0027, \u0027ptr\u0027, \u0027caa\u0027]"},{"line_number":30,"context_line":"     type: str"},{"line_number":31,"context_line":"   records:"},{"line_number":32,"context_line":"     description:"}],"source_content_type":"text/x-python","patch_set":5,"id":"095235ae_bc6190e2","line":29,"updated":"2020-12-16 07:51:39.000000000","message":"Is this case-insensitive? Usually the types would be \u0027A\u0027, \u0027AAAA\u0027, ...","commit_id":"1690dbbb59883b2a369c7f686635d5c9e50f9435"},{"author":{"_account_id":32787,"name":"Polina Gubina","email":"polinagubina6@gmail.com","username":"pollinagubina"},"change_message_id":"039dbd8083d9016a70db36192403907dc87f33ca","unresolved":true,"context_lines":[{"line_number":26,"context_line":"     description:"},{"line_number":27,"context_line":"        - Recordset type"},{"line_number":28,"context_line":"        - Required when I(state\u003dpresent)."},{"line_number":29,"context_line":"     choices: [\u0027a\u0027, \u0027aaaa\u0027, \u0027mx\u0027, \u0027cname\u0027, \u0027txt\u0027, \u0027ns\u0027, \u0027srv\u0027, \u0027ptr\u0027, \u0027caa\u0027]"},{"line_number":30,"context_line":"     type: str"},{"line_number":31,"context_line":"   records:"},{"line_number":32,"context_line":"     description:"}],"source_content_type":"text/x-python","patch_set":5,"id":"96f400c4_2cadc1fc","line":29,"in_reply_to":"095235ae_bc6190e2","updated":"2020-12-21 19:30:33.000000000","message":"in most modules everything is written in lowercase, I decided to do it also so that it was the same everywhere","commit_id":"1690dbbb59883b2a369c7f686635d5c9e50f9435"},{"author":{"_account_id":13252,"name":"Dr. Jens Harbott","display_name":"Jens Harbott (frickler)","email":"frickler@offenerstapel.de","username":"jrosenboom"},"change_message_id":"b830263dfcbcc949fcf30db563f5c3a5ce381457","unresolved":true,"context_lines":[{"line_number":42,"context_line":"     description:"},{"line_number":43,"context_line":"        -  TTL (Time To Live) value in seconds"},{"line_number":44,"context_line":"     type: int"},{"line_number":45,"context_line":"     default: 300"},{"line_number":46,"context_line":"   state:"},{"line_number":47,"context_line":"     description:"},{"line_number":48,"context_line":"       - Should the resource be present or absent."}],"source_content_type":"text/x-python","patch_set":5,"id":"177ae795_6b0a47ee","line":45,"updated":"2020-12-16 07:51:39.000000000","message":"I don\u0027t think having a default here is good, in particular not something so low. The usual behavior is to take the TTL from the zone default if it isn\u0027t specified, it looks like you would remove the option to have that fallback.","commit_id":"1690dbbb59883b2a369c7f686635d5c9e50f9435"},{"author":{"_account_id":32787,"name":"Polina Gubina","email":"polinagubina6@gmail.com","username":"pollinagubina"},"change_message_id":"39ddd8d734a79b33232a47d4c50c10017d727762","unresolved":false,"context_lines":[{"line_number":42,"context_line":"     description:"},{"line_number":43,"context_line":"        -  TTL (Time To Live) value in seconds"},{"line_number":44,"context_line":"     type: int"},{"line_number":45,"context_line":"     default: 300"},{"line_number":46,"context_line":"   state:"},{"line_number":47,"context_line":"     description:"},{"line_number":48,"context_line":"       - Should the resource be present or absent."}],"source_content_type":"text/x-python","patch_set":5,"id":"afd277fc_1c5024be","line":45,"in_reply_to":"177ae795_6b0a47ee","updated":"2020-12-22 09:29:52.000000000","message":"Done","commit_id":"1690dbbb59883b2a369c7f686635d5c9e50f9435"}]}
