shapeblue / Trillian

Trillian - flexible monkey powered CI/CD
Apache License 2.0
14 stars 13 forks source link

kvm: do not configure libvirtd to listen on TCP port 16509 #169

Open weizhouapache opened 1 year ago

weizhouapache commented 1 year ago

This is the trillian setting for https://github.com/apache/cloudstack-documentation/pull/301 KVM: do not listen on TCP port when configure kvm host #301

weizhouapache commented 1 year ago

trillian test on jenkins : http://sl-jenkins-master.sofia.shapeblue.com:8080/job/Reference_Trillian/4160/

weizhouapache commented 1 year ago

LGTM but some comments; For firewall - both should be enabled? And, if listening on 16514 by default, the process may fail unless ssl/tls certs are configured.

@rohityadavcloud 16509 are only used for vm migration if no ssl is provisioned. it is useless in recent cloudstack versions. if we add kvm host on cloudtack UI or via api, it will automatically set up certificates and use TLS port 16514.

it is not needed any more to configure libvirt to listen on unsecure tcp port 16509.