Skip to content
This repository was archived by the owner on Jan 20, 2021. It is now read-only.

Fixing cks instance view#832

Merged
yadvr merged 5 commits into
apache:masterfrom
shapeblue:add-cks-instance
Oct 29, 2020
Merged

Fixing cks instance view#832
yadvr merged 5 commits into
apache:masterfrom
shapeblue:add-cks-instance

Conversation

@davidjumani

@davidjumani davidjumani commented Oct 27, 2020

Copy link
Copy Markdown
Contributor

UI fix for apache/cloudstack#4420
Also added a bunch of fixes

Screenshot from 2020-10-28 18-14-33

Screenshot from 2020-10-28 18-14-43

Screenshot from 2020-10-28 18-15-26
Screenshot from 2020-10-28 18-15-32
Screenshot from 2020-10-28 18-15-38
Screenshot from 2020-10-28 18-15-47

@davidjumani

Copy link
Copy Markdown
Contributor Author

@blueorangutan package

@blueorangutan

Copy link
Copy Markdown

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

@blueorangutan

Copy link
Copy Markdown

Packaging result: ✔️centos ✔️debian ✔️archive.
QA: http://primate-qa.cloudstack.cloud:8080/client/pr/832 (JID-3625)

@davidjumani davidjumani added this to the 1.0-GA milestone Oct 27, 2020
@yadvr yadvr requested review from Pearl1594 and shwstppr October 28, 2020 09:46

@shwstppr shwstppr left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@davidjumani NICs/IP addresses for VMs are not returned in listKubernetesCluster response. Showing empty in UI,

> list kubernetesclusters id=091c6924-b697-4517-96b0-52774b755742 
{
  "count": 1,
  "kubernetescluster": [
    {
      "account": "ACSUser",
      "associatednetworkname": "ut3-network",
      "cpunumber": "4",
      "description": "ut3",
      "domain": "ROOT",
      "domainid": "6cef5343-18f2-11eb-b801-1e00420139c1",
      "endpoint": "",
      "id": "091c6924-b697-4517-96b0-52774b755742",
      "kubernetesversionid": "951ef254-e002-4ffc-b3f3-57eed1409f4e",
      "kubernetesversionname": "v1.15.0",
      "masternodes": 1,
      "memory": "4096",
      "name": "ut3",
      "networkid": "7a00931f-5683-4c16-a476-9cceebe816a4",
      "serviceofferingid": "6b86c8ec-37c5-4cd0-b304-21a1b0c208ab",
      "serviceofferingname": "CKS Instance",
      "size": 1,
      "state": "Starting",
      "templateid": "a4ef4339-a447-44f5-baca-95762bd05178",
      "virtualmachines": [
        {
          "account": "ACSUser",
          "affinitygroup": [],
          "created": "2020-10-28T10:29:04+0000",
          "details": {
            "dataDiskController": "osdefault",
            "rootDiskController": "lsilogic"
          },
          "displayname": "ut3-master",
          "domain": "ROOT",
          "domainid": "6cef5343-18f2-11eb-b801-1e00420139c1",
          "guestosid": "6d1bea79-18f2-11eb-b801-1e00420139c1",
          "haenable": false,
          "hypervisor": "VMware",
          "id": "10aabe3c-6d88-4bbe-a7d8-601b70199d29",
          "isdynamicallyscalable": false,
          "name": "ut3-master",
          "nic": [],
          "osdisplayname": "Other Linux (64-bit)",
          "ostypeid": "6d1bea79-18f2-11eb-b801-1e00420139c1",
          "readonlyuidetails": "dataDiskController, rootDiskController",
          "securitygroup": [],
          "state": "Running",
          "tags": [],
          "userid": "31367125-7983-4f32-ae09-dc41cc2c8174",
          "username": "user",
          "zoneid": "cff0423f-76f4-40fb-bea8-95ecdfc004cc",
          "zonename": "pr4131-t3091-vmware-67u3"
        },
        {
          "account": "ACSUser",
          "affinitygroup": [],
          "created": "2020-10-28T10:29:37+0000",
          "details": {
            "dataDiskController": "osdefault",
            "rootDiskController": "lsilogic"
          },
          "displayname": "ut3-node-1",
          "domain": "ROOT",
          "domainid": "6cef5343-18f2-11eb-b801-1e00420139c1",
          "guestosid": "6d1bea79-18f2-11eb-b801-1e00420139c1",
          "haenable": false,
          "hypervisor": "VMware",
          "id": "e11a4329-1cf6-4c0a-aab2-7cef325a1069",
          "isdynamicallyscalable": false,
          "name": "ut3-node-1",
          "nic": [],
          "osdisplayname": "Other Linux (64-bit)",
          "ostypeid": "6d1bea79-18f2-11eb-b801-1e00420139c1",
          "readonlyuidetails": "dataDiskController, rootDiskController",
          "securitygroup": [],
          "state": "Running",
          "tags": [],
          "userid": "31367125-7983-4f32-ae09-dc41cc2c8174",
          "username": "user",
          "zoneid": "cff0423f-76f4-40fb-bea8-95ecdfc004cc",
          "zonename": "pr4131-t3091-vmware-67u3"
        }
      ],
      "zoneid": "cff0423f-76f4-40fb-bea8-95ecdfc004cc",
      "zonename": "pr4131-t3091-vmware-67u3"
    }
  ]
}

Screenshot from 2020-10-28 16-09-11
Should we remove IP address column?

@davidjumani

davidjumani commented Oct 28, 2020

Copy link
Copy Markdown
Contributor Author

@shwstppr Makes sense to remove it.
Also added a bunch of other fixes

@davidjumani

Copy link
Copy Markdown
Contributor Author

@blueorangutan package

@blueorangutan

Copy link
Copy Markdown

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

@blueorangutan

Copy link
Copy Markdown

Packaging result: ✔️centos ✔️debian ✔️archive.
QA: http://primate-qa.cloudstack.cloud:8080/client/pr/832 (JID-3630)

@davidjumani

Copy link
Copy Markdown
Contributor Author

@blueorangutan package

@blueorangutan

Copy link
Copy Markdown

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

@davidjumani davidjumani requested a review from shwstppr October 28, 2020 13:37
@blueorangutan

Copy link
Copy Markdown

Packaging result: ✔️centos ✔️debian ✔️archive.
QA: http://primate-qa.cloudstack.cloud:8080/client/pr/832 (JID-3631)

@shwstppr shwstppr left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM, tested with k8s cluster on VMware env

@yadvr yadvr merged commit 4ec92d1 into apache:master Oct 29, 2020
weizhouapache pushed a commit that referenced this pull request Jan 19, 2021
* Fixing instance view

* Chaning from ip to ssh port

* Fixing html tags in text

* Adding messages to kube actions

* Removing redundant code
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants