Adding public ip to listKubernetesClusterResponse#4414
Conversation
|
@blueorangutan package |
|
@davidjumani a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
@blueorangutan package |
|
@davidjumani a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos7 ✖centos8 ✖debian. JID-2220 |
|
@blueorangutan package |
|
@davidjumani a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2231 |
|
Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2232 |
|
@blueorangutan test |
|
@davidjumani a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-3026)
|
| response.setEndpoint(kubernetesCluster.getEndpoint()); | ||
| response.setNetworkId(ntwk.getUuid()); | ||
| response.setAssociatedNetworkName(ntwk.getName()); | ||
| if (ntwk.getGuestType() == Network.GuestType.Isolated) { |
There was a problem hiding this comment.
so when SHARED/L2/VPC this needs changing again?
There was a problem hiding this comment.
There shouldn't be any need. It doesn't support L2 / Shared (since they don't have public IPs) or VPCs as of now, and if support is added, VPC networks are again isolated networks
d78eb35 to
040bee3
Compare
|
@blueorangutan package |
|
@davidjumani a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2281 |
|
@blueorangutan test |
|
@davidjumani a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-3083)
|
Description
Adding public ip to listKubernetesClusterResponse to make life easier as well as enhance the UI
Types of changes
How Has This Been Tested?