Skip to content

Conversation

@shwstppr
Copy link
Contributor

@shwstppr shwstppr commented Jan 12, 2021

Description

This PR is a bug fix, to restore the behaviour as per the original intent and the documentation. Documented behaviour apache/cloudstack-documentation#177

Fixes #4206

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to change)
  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (improves an existing feature and functionality)
  • Cleanup (Code refactoring and cleanup, that may add test cases)

Feature/Enhancement Scale or Bug Severity

Feature/Enhancement Scale

  • Major
  • Minor

Bug Severity

  • BLOCKER
  • Critical
  • Major
  • Minor
  • Trivial

Screenshots (if appropriate):

How Has This Been Tested?

UI and cmk

Case 1: vm.instancename.flag=true, display name is passed:

> list configurations name=vm.instancename.flag
{
  "configuration": [
    {
      "category": "Advanced",
      "description": "If set to true, will set guest VM's name as it appears on the hypervisor, to its hostname. The flag is supported for VMware hypervisor only",
      "isdynamic": false,
      "name": "vm.instancename.flag",
      "value": "true"
    }
  ],
  "count": 1
}


> deploy virtualmachine zoneid=94e87940-a0ac-42a3-90d1-91fef41a3f56 templateid=dddb9c0e-5b0a-11eb-aad0-1e000d013b27 serviceofferingid=a53b72ee-b5e7-411c-883b-9ffd4b75b8d4 name=case1
{
  "virtualmachine": {
    "account": "admin",
    "affinitygroup": [],
    "cpunumber": 1,
    "cpuspeed": 500,
    "created": "2021-01-28T06:56:47+0000",
    "details": {
      "cpuOvercommitRatio": "2.0",
      "dataDiskController": "osdefault",
      "memoryOvercommitRatio": "1.0",
      "rootDiskController": "ide"
    },
    "displayname": "case1",
    "displayvm": true,
    "domain": "ROOT",
    "domainid": "ddd6f66d-5b0a-11eb-aad0-1e000d013b27",
    "guestosid": "dde07c5e-5b0a-11eb-aad0-1e000d013b27",
    "haenable": false,
    "hostid": "7c6757ba-d295-4f15-a016-4abfb55552d3",
    "hostname": "10.10.3.161",
    "hypervisor": "VMware",
    "id": "85b75e3c-e877-44f6-9239-a58df813f45a",
    "instancename": "i-2-33-case1",
    "isdynamicallyscalable": false,
    "jobid": "336ec4ea-1a68-4e19-b321-26d2ca50e16f",
    "jobstatus": 0,
    "memory": 512,
    "name": "case1",
    "nic": [
      {
        "broadcasturi": "vlan://1499",
        "extradhcpoption": [],
        "gateway": "10.1.1.1",
        "id": "452868db-8965-4159-ab59-f8455423fbd8",
        "ipaddress": "10.1.1.211",
        "isdefault": true,
        "isolationuri": "vlan://1499",
        "macaddress": "02:00:40:58:00:07",
        "netmask": "255.255.255.0",
        "networkid": "f4b9e712-9b6e-44ae-bb29-c291bc3c41d2",
        "networkname": "t1-network",
        "secondaryip": [],
        "traffictype": "Guest",
        "type": "Isolated"
      }
    ],
    "osdisplayname": "CentOS 5.3 (64-bit)",
    "ostypeid": "dde07c5e-5b0a-11eb-aad0-1e000d013b27",
    "passwordenabled": false,
    "rootdeviceid": 0,
    "rootdevicetype": "ROOT",
    "securitygroup": [],
    "serviceofferingid": "a53b72ee-b5e7-411c-883b-9ffd4b75b8d4",
    "serviceofferingname": "Small Instance",
    "state": "Running",
    "tags": [],
    "templatedisplaytext": "CentOS 5.3(64-bit) no GUI (vSphere)",
    "templateid": "dddb9c0e-5b0a-11eb-aad0-1e000d013b27",
    "templatename": "CentOS 5.3(64-bit) no GUI (vSphere)",
    "userid": "f408e03e-5b0a-11eb-aad0-1e000d013b27",
    "username": "admin",
    "zoneid": "94e87940-a0ac-42a3-90d1-91fef41a3f56",
    "zonename": "pr4581-t3398-vmware-65u2"
  }
}

case1-1
case1-2

Case 2: vm.instancename.flag=true, display name is not passed:

> list configurations name=vm.instancename.flag
{
  "configuration": [
    {
      "category": "Advanced",
      "description": "If set to true, will set guest VM's name as it appears on the hypervisor, to its hostname. The flag is supported for VMware hypervisor only",
      "isdynamic": false,
      "name": "vm.instancename.flag",
      "value": "true"
    }
  ],
  "count": 1
}

> list configurations name=instance.name
{
  "configuration": [
    {
      "category": "Advanced",
      "description": "Name of the deployment instance.",
      "isdynamic": false,
      "name": "instance.name",
      "value": "VM"
    }
  ],
  "count": 1
}

> deploy virtualmachine zoneid=94e87940-a0ac-42a3-90d1-91fef41a3f56 templateid=dddb9c0e-5b0a-11eb-aad0-1e000d013b27 serviceofferingid=a53b72ee-b5e7-411c-883b-9ffd4b75b8d4
{
  "virtualmachine": {
    "account": "admin",
    "affinitygroup": [],
    "cpunumber": 1,
    "cpuspeed": 500,
    "created": "2021-01-28T06:58:00+0000",
    "details": {
      "cpuOvercommitRatio": "2.0",
      "dataDiskController": "osdefault",
      "memoryOvercommitRatio": "1.0",
      "rootDiskController": "ide"
    },
    "displayname": "VM-33f7e2cc-37b5-415f-83c4-f1ddd684b83e",
    "displayvm": true,
    "domain": "ROOT",
    "domainid": "ddd6f66d-5b0a-11eb-aad0-1e000d013b27",
    "guestosid": "dde07c5e-5b0a-11eb-aad0-1e000d013b27",
    "haenable": false,
    "hostid": "ad66b51e-1aa7-45f8-a065-4542afa9a8a5",
    "hostname": "10.10.3.129",
    "hypervisor": "VMware",
    "id": "33f7e2cc-37b5-415f-83c4-f1ddd684b83e",
    "instancename": "i-2-34-VM",
    "isdynamicallyscalable": false,
    "jobid": "d6c8a4fc-b6ff-4355-b793-cdc4272bf8b6",
    "jobstatus": 0,
    "memory": 512,
    "name": "VM-33f7e2cc-37b5-415f-83c4-f1ddd684b83e",
    "nic": [
      {
        "broadcasturi": "vlan://1499",
        "extradhcpoption": [],
        "gateway": "10.1.1.1",
        "id": "1defd648-da89-4a5d-9b7a-cfb6e9d9887a",
        "ipaddress": "10.1.1.119",
        "isdefault": true,
        "isolationuri": "vlan://1499",
        "macaddress": "02:00:6f:8c:00:08",
        "netmask": "255.255.255.0",
        "networkid": "f4b9e712-9b6e-44ae-bb29-c291bc3c41d2",
        "networkname": "t1-network",
        "secondaryip": [],
        "traffictype": "Guest",
        "type": "Isolated"
      }
    ],
    "osdisplayname": "CentOS 5.3 (64-bit)",
    "ostypeid": "dde07c5e-5b0a-11eb-aad0-1e000d013b27",
    "passwordenabled": false,
    "rootdeviceid": 0,
    "rootdevicetype": "ROOT",
    "securitygroup": [],
    "serviceofferingid": "a53b72ee-b5e7-411c-883b-9ffd4b75b8d4",
    "serviceofferingname": "Small Instance",
    "state": "Running",
    "tags": [],
    "templatedisplaytext": "CentOS 5.3(64-bit) no GUI (vSphere)",
    "templateid": "dddb9c0e-5b0a-11eb-aad0-1e000d013b27",
    "templatename": "CentOS 5.3(64-bit) no GUI (vSphere)",
    "userid": "f408e03e-5b0a-11eb-aad0-1e000d013b27",
    "username": "admin",
    "zoneid": "94e87940-a0ac-42a3-90d1-91fef41a3f56",
    "zonename": "pr4581-t3398-vmware-65u2"
  }
}

case2-1
case2-2

Case 3: vm.instancename.flag=false and display name is passed

> list configurations name=vm.instancename.flag
{
  "configuration": [
    {
      "category": "Advanced",
      "description": "If set to true, will set guest VM's name as it appears on the hypervisor, to its hostname. The flag is supported for VMware hypervisor only",
      "isdynamic": false,
      "name": "vm.instancename.flag",
      "value": "false"
    }
  ],
  "count": 1
}

> deploy virtualmachine zoneid=94e87940-a0ac-42a3-90d1-91fef41a3f56 templateid=dddb9c0e-5b0a-11eb-aad0-1e000d013b27 serviceofferingid=a53b72ee-b5e7-411c-883b-9ffd4b75b8d4 name=case3
{
  "virtualmachine": {
    "account": "admin",
    "affinitygroup": [],
    "cpunumber": 1,
    "cpuspeed": 500,
    "created": "2021-01-28T06:39:37+0000",
    "details": {
      "cpuOvercommitRatio": "2.0",
      "dataDiskController": "osdefault",
      "memoryOvercommitRatio": "1.0",
      "rootDiskController": "ide"
    },
    "displayname": "case3",
    "displayvm": true,
    "domain": "ROOT",
    "domainid": "ddd6f66d-5b0a-11eb-aad0-1e000d013b27",
    "guestosid": "dde07c5e-5b0a-11eb-aad0-1e000d013b27",
    "haenable": false,
    "hostid": "ad66b51e-1aa7-45f8-a065-4542afa9a8a5",
    "hostname": "10.10.3.129",
    "hypervisor": "VMware",
    "id": "88598ec0-d3c9-47d7-bca6-f5c345397b95",
    "instancename": "i-2-31-VM",
    "isdynamicallyscalable": false,
    "jobid": "4ed837fb-8529-487e-a54f-dffa772383df",
    "jobstatus": 0,
    "memory": 512,
    "name": "case3",
    "nic": [
      {
        "broadcasturi": "vlan://1499",
        "extradhcpoption": [],
        "gateway": "10.1.1.1",
        "id": "bc9fadd1-8b3c-419a-82a2-ee66f05a4bd3",
        "ipaddress": "10.1.1.155",
        "isdefault": true,
        "isolationuri": "vlan://1499",
        "macaddress": "02:00:1f:38:00:05",
        "netmask": "255.255.255.0",
        "networkid": "f4b9e712-9b6e-44ae-bb29-c291bc3c41d2",
        "networkname": "t1-network",
        "secondaryip": [],
        "traffictype": "Guest",
        "type": "Isolated"
      }
    ],
    "osdisplayname": "CentOS 5.3 (64-bit)",
    "ostypeid": "dde07c5e-5b0a-11eb-aad0-1e000d013b27",
    "passwordenabled": false,
    "rootdeviceid": 0,
    "rootdevicetype": "ROOT",
    "securitygroup": [],
    "serviceofferingid": "a53b72ee-b5e7-411c-883b-9ffd4b75b8d4",
    "serviceofferingname": "Small Instance",
    "state": "Running",
    "tags": [],
    "templatedisplaytext": "CentOS 5.3(64-bit) no GUI (vSphere)",
    "templateid": "dddb9c0e-5b0a-11eb-aad0-1e000d013b27",
    "templatename": "CentOS 5.3(64-bit) no GUI (vSphere)",
    "userid": "f408e03e-5b0a-11eb-aad0-1e000d013b27",
    "username": "admin",
    "zoneid": "94e87940-a0ac-42a3-90d1-91fef41a3f56",
    "zonename": "pr4581-t3398-vmware-65u2"
  }
}

case3-1
case3-2

Case 4: vm.instancename.flag=false and display name is not passed

> list configurations name=vm.instancename.flag
{
  "configuration": [
    {
      "category": "Advanced",
      "description": "If set to true, will set guest VM's name as it appears on the hypervisor, to its hostname. The flag is supported for VMware hypervisor only",
      "isdynamic": false,
      "name": "vm.instancename.flag",
      "value": "false"
    }
  ],
  "count": 1
}

> deploy virtualmachine zoneid=94e87940-a0ac-42a3-90d1-91fef41a3f56 templateid=dddb9c0e-5b0a-11eb-aad0-1e000d013b27 serviceofferingid=a53b72ee-b5e7-411c-883b-9ffd4b75b8d4
{
  "virtualmachine": {
    "account": "admin",
    "affinitygroup": [],
    "cpunumber": 1,
    "cpuspeed": 500,
    "created": "2021-01-28T06:45:23+0000",
    "details": {
      "cpuOvercommitRatio": "2.0",
      "dataDiskController": "osdefault",
      "memoryOvercommitRatio": "1.0",
      "rootDiskController": "ide"
    },
    "displayname": "VM-52719267-f3d0-4dcd-b4ba-4a94b123a734",
    "displayvm": true,
    "domain": "ROOT",
    "domainid": "ddd6f66d-5b0a-11eb-aad0-1e000d013b27",
    "guestosid": "dde07c5e-5b0a-11eb-aad0-1e000d013b27",
    "haenable": false,
    "hostid": "7c6757ba-d295-4f15-a016-4abfb55552d3",
    "hostname": "10.10.3.161",
    "hypervisor": "VMware",
    "id": "52719267-f3d0-4dcd-b4ba-4a94b123a734",
    "instancename": "i-2-32-VM",
    "isdynamicallyscalable": false,
    "jobid": "f30fb72f-6935-4000-9399-ab6b6d6c5170",
    "jobstatus": 0,
    "memory": 512,
    "name": "VM-52719267-f3d0-4dcd-b4ba-4a94b123a734",
    "nic": [
      {
        "broadcasturi": "vlan://1499",
        "extradhcpoption": [],
        "gateway": "10.1.1.1",
        "id": "48913683-80d1-4b6a-ba6e-9b7a541f0e55",
        "ipaddress": "10.1.1.51",
        "isdefault": true,
        "isolationuri": "vlan://1499",
        "macaddress": "02:00:4b:a3:00:06",
        "netmask": "255.255.255.0",
        "networkid": "f4b9e712-9b6e-44ae-bb29-c291bc3c41d2",
        "networkname": "t1-network",
        "secondaryip": [],
        "traffictype": "Guest",
        "type": "Isolated"
      }
    ],
    "osdisplayname": "CentOS 5.3 (64-bit)",
    "ostypeid": "dde07c5e-5b0a-11eb-aad0-1e000d013b27",
    "passwordenabled": false,
    "rootdeviceid": 0,
    "rootdevicetype": "ROOT",
    "securitygroup": [],
    "serviceofferingid": "a53b72ee-b5e7-411c-883b-9ffd4b75b8d4",
    "serviceofferingname": "Small Instance",
    "state": "Running",
    "tags": [],
    "templatedisplaytext": "CentOS 5.3(64-bit) no GUI (vSphere)",
    "templateid": "dddb9c0e-5b0a-11eb-aad0-1e000d013b27",
    "templatename": "CentOS 5.3(64-bit) no GUI (vSphere)",
    "userid": "f408e03e-5b0a-11eb-aad0-1e000d013b27",
    "username": "admin",
    "zoneid": "94e87940-a0ac-42a3-90d1-91fef41a3f56",
    "zonename": "pr4581-t3398-vmware-65u2"
  }
}

case4-1
case4-2

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
@blueorangutan
Copy link

Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2532

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
@blueorangutan
Copy link

Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2539

@shwstppr shwstppr closed this Jan 14, 2021
@shwstppr shwstppr reopened this Jan 14, 2021
@shwstppr shwstppr closed this Jan 15, 2021
@shwstppr shwstppr reopened this Jan 15, 2021
@shwstppr
Copy link
Contributor Author

@blueorangutan test centos7 vmware-67u3

@blueorangutan
Copy link

@shwstppr a Trillian-Jenkins test job (centos7 mgmt + vmware-67u3) has been kicked to run smoke tests

@blueorangutan
Copy link

Trillian test result (tid-3386)
Environment: vmware-67u3 (x2), Advanced Networking with Mgmt server 7
Total time taken: 42444 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4581-t3386-vmware-67u3.zip
Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_clusters.py
Smoke tests completed. 85 look OK, 1 have error(s)
Only failed tests results shown below:

Test Result Time (s) Test File
test_03_deploy_and_upgrade_kubernetes_cluster Failure 771.75 test_kubernetes_clusters.py

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
@apache apache deleted a comment from blueorangutan Jan 19, 2021
@apache apache deleted a comment from blueorangutan Jan 19, 2021
@apache apache deleted a comment from blueorangutan Jan 19, 2021
@blueorangutan
Copy link

Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2548

@shwstppr
Copy link
Contributor Author

@blueorangutan test matrix

@blueorangutan
Copy link

@shwstppr a Trillian-Jenkins matrix job (centos7 mgmt + xs71, centos7 mgmt + vmware65, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests

@blueorangutan
Copy link

Trillian test result (tid-3390)
Environment: xenserver-71 (x2), Advanced Networking with Mgmt server 7
Total time taken: 30214 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4581-t3390-xenserver-71.zip
Intermittent failure detected: /marvin/tests/smoke/test_scale_vm.py
Smoke tests completed. 85 look OK, 1 have error(s)
Only failed tests results shown below:

Test Result Time (s) Test File
test_01_scale_vm Failure 9.24 test_scale_vm.py

@blueorangutan
Copy link

Trillian test result (tid-3393)
Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
Total time taken: 36323 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4581-t3393-kvm-centos7.zip
Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_clusters.py
Intermittent failure detected: /marvin/tests/smoke/test_privategw_acl.py
Smoke tests completed. 85 look OK, 1 have error(s)
Only failed tests results shown below:

Test Result Time (s) Test File
test_03_deploy_and_upgrade_kubernetes_cluster Failure 255.38 test_kubernetes_clusters.py
test_07_deploy_kubernetes_ha_cluster Failure 3613.74 test_kubernetes_clusters.py
test_08_deploy_and_upgrade_kubernetes_ha_cluster Failure 0.04 test_kubernetes_clusters.py
test_09_delete_kubernetes_ha_cluster Failure 0.04 test_kubernetes_clusters.py
ContextSuite context=TestKubernetesCluster>:teardown Error 62.94 test_kubernetes_clusters.py

@blueorangutan
Copy link

Trillian test result (tid-3392)
Environment: vmware-65u2 (x2), Advanced Networking with Mgmt server 7
Total time taken: 49695 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4581-t3392-vmware-65u2.zip
Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_clusters.py
Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
Smoke tests completed. 84 look OK, 2 have error(s)
Only failed tests results shown below:

Test Result Time (s) Test File
test_03_deploy_and_upgrade_kubernetes_cluster Failure 1445.09 test_kubernetes_clusters.py
test_04_deploy_and_scale_kubernetes_cluster Failure 3606.88 test_kubernetes_clusters.py
ContextSuite context=TestKubernetesCluster>:teardown Error 88.52 test_kubernetes_clusters.py
test_05_rvpc_multi_tiers Failure 231.19 test_vpc_redundant.py
test_05_rvpc_multi_tiers Error 265.21 test_vpc_redundant.py

@shwstppr
Copy link
Contributor Author

Re-ran test_vpc_redundant.py manually,


Create a redundant VPC with two networks with two VMs in each network ... === TestName: test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | Status : SUCCESS ===
ok
Create a redundant VPC with two networks with two VMs in each network and check default routes ... === TestName: test_02_redundant_VPC_default_routes | Status : SUCCESS ===
ok
Create a redundant VPC with two networks with two VMs in each network ... === TestName: test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | Status : SUCCESS ===
ok
Create a redundant VPC with 1 Tier, 1 VM, 1 ACL, 1 PF and test Network GC Nics ... === TestName: test_04_rvpc_network_garbage_collector_nics | Status : SUCCESS ===
ok
Create a redundant VPC with multiple tiers ... === TestName: test_05_rvpc_multi_tiers | Status : SUCCESS ===
ok

----------------------------------------------------------------------
Ran 5 tests in 5902.009s

OK

Copy link
Member

@yadvr yadvr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - needs thorough testing

@blueorangutan
Copy link

@shwstppr a Trillian-Jenkins matrix job (centos7 mgmt + xs71, centos7 mgmt + vmware65, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests

@blueorangutan
Copy link

Trillian test result (tid-3444)
Environment: xenserver-71 (x2), Advanced Networking with Mgmt server 7
Total time taken: 37667 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4581-t3444-xenserver-71.zip
Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_clusters.py
Intermittent failure detected: /marvin/tests/smoke/test_scale_vm.py
Smoke tests completed. 85 look OK, 1 have error(s)
Only failed tests results shown below:

Test Result Time (s) Test File
test_01_scale_vm Failure 11.31 test_scale_vm.py

@blueorangutan
Copy link

Trillian test result (tid-3445)
Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
Total time taken: 40556 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4581-t3445-kvm-centos7.zip
Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_clusters.py
Smoke tests completed. 86 look OK, 0 have error(s)
Only failed tests results shown below:

Test Result Time (s) Test File

@blueorangutan
Copy link

Trillian test result (tid-3446)
Environment: vmware-65u2 (x2), Advanced Networking with Mgmt server 7
Total time taken: 50380 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4581-t3446-vmware-65u2.zip
Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_clusters.py
Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
Smoke tests completed. 84 look OK, 2 have error(s)
Only failed tests results shown below:

Test Result Time (s) Test File
test_03_deploy_and_upgrade_kubernetes_cluster Failure 783.42 test_kubernetes_clusters.py
test_02_redundant_VPC_default_routes Failure 269.74 test_vpc_redundant.py

@blueorangutan
Copy link

Trillian test result (tid-3461)
Environment: vmware-67u3 (x2), Advanced Networking with Mgmt server 7
Total time taken: 50832 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4581-t3461-vmware-67u3.zip
Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_clusters.py
Intermittent failure detected: /marvin/tests/smoke/test_vm_life_cycle.py
Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
Smoke tests completed. 84 look OK, 2 have error(s)
Only failed tests results shown below:

Test Result Time (s) Test File
test_03_deploy_and_upgrade_kubernetes_cluster Failure 787.53 test_kubernetes_clusters.py
test_04_deploy_and_scale_kubernetes_cluster Failure 3910.27 test_kubernetes_clusters.py
test_03_migrate_detached_volume Error 70.20 test_vm_life_cycle.py
ContextSuite context=TestVAppsVM>:setup Error 43.16 test_vm_life_cycle.py

@vladimirpetrov
Copy link
Contributor

@blueorangutan test matrix

@blueorangutan
Copy link

@vladimirpetrov a Trillian-Jenkins matrix job (centos7 mgmt + xs71, centos7 mgmt + vmware65, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests

@blueorangutan
Copy link

Trillian test result (tid-3501)
Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
Total time taken: 33577 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4581-t3501-kvm-centos7.zip
Intermittent failure detected: /marvin/tests/smoke/test_privategw_acl.py
Smoke tests completed. 86 look OK, 0 have error(s)
Only failed tests results shown below:

Test Result Time (s) Test File

@blueorangutan
Copy link

Trillian test result (tid-3502)
Environment: vmware-65u2 (x2), Advanced Networking with Mgmt server 7
Total time taken: 46993 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4581-t3502-vmware-65u2.zip
Intermittent failure detected: /marvin/tests/smoke/test_internal_lb.py
Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_clusters.py
Intermittent failure detected: /marvin/tests/smoke/test_service_offerings.py
Intermittent failure detected: /marvin/tests/smoke/test_ssvm.py
Intermittent failure detected: /marvin/tests/smoke/test_vm_snapshots.py
Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
Smoke tests completed. 83 look OK, 3 have error(s)
Only failed tests results shown below:

Test Result Time (s) Test File
test_03_deploy_and_upgrade_kubernetes_cluster Failure 776.85 test_kubernetes_clusters.py
test_04_change_offering_small Error 6.20 test_service_offerings.py
test_change_service_offering_for_vm_with_snapshots Error 139.33 test_vm_snapshots.py

@vladimirpetrov
Copy link
Contributor

@blueorangutan test centos7 vmware-67u3

@blueorangutan
Copy link

@vladimirpetrov a Trillian-Jenkins test job (centos7 mgmt + vmware-67u3) has been kicked to run smoke tests

@vladimirpetrov
Copy link
Contributor

@blueorangutan package

@blueorangutan
Copy link

@vladimirpetrov a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.

@blueorangutan
Copy link

Packaging result: ✖centos7 ✖centos8 ✔debian. JID-2664

@shwstppr
Copy link
Contributor Author

shwstppr commented Feb 9, 2021

@blueorangutan package

@blueorangutan
Copy link

@shwstppr a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.

@blueorangutan
Copy link

Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2667

@vladimirpetrov
Copy link
Contributor

@blueorangutan test centos7 vmware-67u3

@blueorangutan
Copy link

@vladimirpetrov a Trillian-Jenkins test job (centos7 mgmt + vmware-67u3) has been kicked to run smoke tests

@blueorangutan
Copy link

Trillian test result (tid-3517)
Environment: vmware-67u3 (x2), Advanced Networking with Mgmt server 7
Total time taken: 37649 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4581-t3517-vmware-67u3.zip
Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_clusters.py
Smoke tests completed. 85 look OK, 1 have error(s)
Only failed tests results shown below:

Test Result Time (s) Test File
test_03_deploy_and_upgrade_kubernetes_cluster Failure 778.85 test_kubernetes_clusters.py

@apache apache deleted a comment from blueorangutan Feb 10, 2021
@shwstppr
Copy link
Contributor Author

@blueorangutan test centos7 xenserver-71

@blueorangutan
Copy link

@shwstppr a Trillian-Jenkins test job (centos7 mgmt + xenserver-71) has been kicked to run smoke tests

@blueorangutan
Copy link

Trillian test result (tid-3526)
Environment: xenserver-71 (x2), Advanced Networking with Mgmt server 7
Total time taken: 31984 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4581-t3526-xenserver-71.zip
Intermittent failure detected: /marvin/tests/smoke/test_scale_vm.py
Smoke tests completed. 85 look OK, 1 have error(s)
Only failed tests results shown below:

Test Result Time (s) Test File
test_01_scale_vm Failure 10.40 test_scale_vm.py

@yadvr yadvr marked this pull request as ready for review March 29, 2021 10:42
@apache apache deleted a comment from blueorangutan Mar 29, 2021
@apache apache deleted a comment from blueorangutan Mar 29, 2021
@apache apache deleted a comment from blueorangutan Mar 29, 2021
@apache apache deleted a comment from blueorangutan Mar 29, 2021
@yadvr yadvr merged commit d763169 into apache:master Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Behavior of vm.instancename.flag not as expected/documented

5 participants