Skip to content

Instantly share code, notes, and snippets.

@resmo
Last active February 13, 2019 13:45
Show Gist options
  • Save resmo/0c3a89055962456f68b27567bb5794f6 to your computer and use it in GitHub Desktop.
Save resmo/0c3a89055962456f68b27567bb5794f6 to your computer and use it in GitHub Desktop.
4.12.0.0RC2 failing tests

4.12.0.0RC2

PLAY [testhost] *****************************************************************************************************************************************************************

TASK [Gathering Facts] **********************************************************************************************************************************************************
ok: [testhost]

TASK [cs_firewall : network setup] **********************************************************************************************************************************************
changed: [testhost] => {"account": "admin", "acl": null, "acl_type": "Account", "api_http_method": "post", "api_key": "lI3Gkmf-597mszaynqHP9XPrdXteERxZ5a3MtGeA2xZdgrN1zxhNz2RcUlck8h_lPPEsUf6Xw66pCBwhTZwUNw", "api_region": "cloudstack", "api_timeout": "60", "api_url": "http://localhost:8888/client/api", "broadcast_domain_type": "Vlan", "changed": true, "cidr": "10.1.1.0/24", "display_text": "ansible test", "dns1": "10.147.28.7", "domain": "ROOT", "gateway": "10.1.1.1", "id": "19f750cf-de98-43ab-b565-1935a7c23f6e", "is_persistent": false, "is_system": false, "name": "ansible test", "netmask": "255.255.255.0", "network_domain": "example.com", "network_offering": "DefaultIsolatedNetworkOfferingWithSourceNatService", "network_offering_availability": "Required", "network_offering_conserve_mode": true, "network_offering_display_text": "Offering for Isolated networks with Source Nat service enabled", "state": "Allocated", "tags": [], "traffic_type": "Guest", "type": "Isolated", "zone": "Sandbox-simulator-advanced"}

TASK [cs_firewall : verify network setup] ***************************************************************************************************************************************
ok: [testhost] => {
    "changed": false, 
    "msg": "All assertions passed"
}

TASK [cs_firewall : public ip address setup] ************************************************************************************************************************************
fatal: [testhost]: FAILED! => {"api_http_method": "post", "api_key": "lI3Gkmf-597mszaynqHP9XPrdXteERxZ5a3MtGeA2xZdgrN1zxhNz2RcUlck8h_lPPEsUf6Xw66pCBwhTZwUNw", "api_region": "cloudstack", "api_timeout": "60", "api_url": "http://localhost:8888/client/api", "changed": true, "msg": "Failed: 'Network with UUID:19f750cf-de98-43ab-b565-1935a7c23f6e is in allocated and needs to be implemented first before acquiring an IP address'", "network": "ansible test", "zone": "Sandbox-simulator-advanced"}

4.11.2

TASK [cs_firewall : network setup] **********************************************************************************************************************************************
changed: [testhost] => {"account": "admin", "acl": null, "acl_type": "Account", "api_http_method": "post", "api_key": "-q3vtQZLZVkHqmORRuOCgCXoK0Gf8xSbTnx19hBta4W8H2bUA8iiiQp7wOHh5PNxxJeDJbbGiIalXtisiqhdkQ", "api_region": "cloudstack", "api_timeout": "60", "api_url": "http://localhost:8888/client/api", "broadcast_domain_type": "Vlan", "changed": true, "cidr": "10.1.1.0/24", "display_text": "ansible test", "dns1": "10.147.28.7", "domain": "ROOT", "gateway": "10.1.1.1", "id": "441f7887-788b-4584-ab4b-47b373c40dc4", "is_persistent": false, "is_system": false, "name": "ansible test", "netmask": "255.255.255.0", "network_domain": "example.com", "network_offering": "DefaultIsolatedNetworkOfferingWithSourceNatService", "network_offering_availability": "Required", "network_offering_conserve_mode": true, "network_offering_display_text": "Offering for Isolated networks with Source Nat service enabled", "state": "Allocated", "tags": [], "traffic_type": "Guest", "type": "Isolated", "zone": "Sandbox-simulator-advanced"}

TASK [cs_firewall : verify network setup] ***************************************************************************************************************************************
ok: [testhost] => {
    "changed": false, 
    "msg": "All assertions passed"
}

TASK [cs_firewall : public ip address setup] ************************************************************************************************************************************
changed: [testhost] => {"account": "admin", "api_http_method": "post", "api_key": "-q3vtQZLZVkHqmORRuOCgCXoK0Gf8xSbTnx19hBta4W8H2bUA8iiiQp7wOHh5PNxxJeDJbbGiIalXtisiqhdkQ", "api_region": "cloudstack", "api_timeout": "60", "api_url": "http://localhost:8888/client/api", "changed": true, "domain": "ROOT", "id": "9c6beab9-a186-47f6-ba66-eb786b23b3b2", "ip_address": "192.168.2.4", "network": "ansible test", "state": "Allocating", "tags": [], "zone": "Sandbox-simulator-advanced"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment