)]}'
{"defaults/main.yml":[{"author":{"_account_id":28619,"name":"Dmitriy Rabotyagov","email":"noonedeadpunk@gmail.com","username":"noonedeadpunk"},"change_message_id":"f33c963d9c11c793aa05bf5da4572951b7abdaf7","unresolved":false,"context_lines":[{"line_number":123,"context_line":"tempest_private_net_seg_id: 1"},{"line_number":124,"context_line":"# If you choose vlan as private network provider type, you must set a physical"},{"line_number":125,"context_line":"# name for it"},{"line_number":126,"context_line":"tempest_private_net_physical_name: \"\""},{"line_number":127,"context_line":""},{"line_number":128,"context_line":"# Public network configuration"},{"line_number":129,"context_line":"# Currently supports 2 types"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"7faddb67_deb994cb","line":126,"updated":"2019-08-23 10:30:18.000000000","message":"I guess it\u0027s better to comment out for omit to work.","commit_id":"21d1a2b2bcd5fd3a16e19d3eae6c6eec7594ac0c"}],"tasks/tempest_resources.yml":[{"author":{"_account_id":25023,"name":"Jonathan Rosser","email":"jonathan.rosser@rd.bbc.co.uk","username":"jrosser"},"change_message_id":"dda13be0b7ea813d283259b1d6be2c2d80a0d1cc","unresolved":false,"context_lines":[{"line_number":150,"context_line":"        validate_certs: \"{{ tempest_keystone_interface_insecure | ternary(false, true) }}\""},{"line_number":151,"context_line":"        name: \"{{ tempest_private_net_name }}\""},{"line_number":152,"context_line":"        provider_network_type: \"{{ tempest_private_net_provider_type }}\""},{"line_number":153,"context_line":"        provider_physical_network: \"{{ tempest_private_net_physical_name | default(omit) }}\""},{"line_number":154,"context_line":"        provider_segmentation_id: \"{{ tempest_private_net_seg_id | default(omit, true) }}\""},{"line_number":155,"context_line":"        project: \"{{ keystone_demo_tenant_id }}\""},{"line_number":156,"context_line":"      register: tempest_private_network"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"7faddb67_895c47f1","line":153,"range":{"start_line":153,"start_character":39,"end_line":153,"end_character":72},"updated":"2019-08-23 07:29:26.000000000","message":"good fix - ideally this would be added but commented out in defaults/main.yml as that file forms the documentation for os_tempest overrides.","commit_id":"96dbafa93cb9af4aeb6a69cb59d851c3c265edbe"},{"author":{"_account_id":28619,"name":"Dmitriy Rabotyagov","email":"noonedeadpunk@gmail.com","username":"noonedeadpunk"},"change_message_id":"31df9143d1a657d853308646d243cca5eecd1370","unresolved":false,"context_lines":[{"line_number":150,"context_line":"        validate_certs: \"{{ tempest_keystone_interface_insecure | ternary(false, true) }}\""},{"line_number":151,"context_line":"        name: \"{{ tempest_private_net_name }}\""},{"line_number":152,"context_line":"        provider_network_type: \"{{ tempest_private_net_provider_type }}\""},{"line_number":153,"context_line":"        provider_physical_network: \"{{ tempest_private_net_physical_name | default(omit) }}\""},{"line_number":154,"context_line":"        provider_segmentation_id: \"{{ tempest_private_net_seg_id | default(omit, true) }}\""},{"line_number":155,"context_line":"        project: \"{{ keystone_demo_tenant_id }}\""},{"line_number":156,"context_line":"      register: tempest_private_network"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"7faddb67_fb03420f","line":153,"range":{"start_line":153,"start_character":39,"end_line":153,"end_character":88},"updated":"2019-08-23 09:41:54.000000000","message":"Since it\u0027s for vlan type only, maybe we should specify condition like:\n\"{{ tempest_private_net_provider_type \u003d\u003d \u0027vlan\u0027 | ternary(tempest_private_net_physical_name, omit) }}\"","commit_id":"21d1a2b2bcd5fd3a16e19d3eae6c6eec7594ac0c"},{"author":{"_account_id":28619,"name":"Dmitriy Rabotyagov","email":"noonedeadpunk@gmail.com","username":"noonedeadpunk"},"change_message_id":"cb9f9cac599b46ea6b6b6f0846c30dd1fefe7a6b","unresolved":false,"context_lines":[{"line_number":150,"context_line":"        validate_certs: \"{{ tempest_keystone_interface_insecure | ternary(false, true) }}\""},{"line_number":151,"context_line":"        name: \"{{ tempest_private_net_name }}\""},{"line_number":152,"context_line":"        provider_network_type: \"{{ tempest_private_net_provider_type }}\""},{"line_number":153,"context_line":"        provider_physical_network: \"{{ tempest_private_net_physical_name | default(omit) }}\""},{"line_number":154,"context_line":"        provider_segmentation_id: \"{{ tempest_private_net_seg_id | default(omit, true) }}\""},{"line_number":155,"context_line":"        project: \"{{ keystone_demo_tenant_id }}\""},{"line_number":156,"context_line":"      register: tempest_private_network"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"7faddb67_1e716c45","line":153,"range":{"start_line":153,"start_character":39,"end_line":153,"end_character":88},"in_reply_to":"7faddb67_be24d8b3","updated":"2019-08-23 10:28:03.000000000","message":"ah, ok then.","commit_id":"21d1a2b2bcd5fd3a16e19d3eae6c6eec7594ac0c"},{"author":{"_account_id":8367,"name":"Arx Cruz","email":"arxcruz@redhat.com","username":"arxcruz"},"change_message_id":"8a1813330dceb34b5e938a87e7d64ae6e02a2222","unresolved":false,"context_lines":[{"line_number":150,"context_line":"        validate_certs: \"{{ tempest_keystone_interface_insecure | ternary(false, true) }}\""},{"line_number":151,"context_line":"        name: \"{{ tempest_private_net_name }}\""},{"line_number":152,"context_line":"        provider_network_type: \"{{ tempest_private_net_provider_type }}\""},{"line_number":153,"context_line":"        provider_physical_network: \"{{ tempest_private_net_physical_name | default(omit) }}\""},{"line_number":154,"context_line":"        provider_segmentation_id: \"{{ tempest_private_net_seg_id | default(omit, true) }}\""},{"line_number":155,"context_line":"        project: \"{{ keystone_demo_tenant_id }}\""},{"line_number":156,"context_line":"      register: tempest_private_network"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"7faddb67_be24d8b3","line":153,"range":{"start_line":153,"start_character":39,"end_line":153,"end_character":88},"in_reply_to":"7faddb67_fb03420f","updated":"2019-08-23 09:44:04.000000000","message":"Actually, I don\u0027t know if it is only for vlan, i\u0027m doing some tests to enable os_tempest in one of our ovb jobs, and I got the message saying that for vlan it requires a physical network type. I check openstack network create with vlan type, and indeed it requires it, but I did not test on other network type to be 100% sure.","commit_id":"21d1a2b2bcd5fd3a16e19d3eae6c6eec7594ac0c"}]}
