Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create controlplane API to enable HA CloudAgent without FailOver Clus…
…ter (#12) * add cloudagent/cloud/controlplane API * update cloudagent/cloud/controlplane API * use ip instead of fqdn * enable dhcp and static ip addresses to coexist * use fqdn rather than ip and remove isLeader * avoid introducing new dependencies on moc-pkg * add netsh command for deleting ip address (it works when PS command fails) * move code to staticip in moc-pkg * remove certificate and authport * add state parameter to controlplane to track active/leader/unknown * currently only exposing leader/nonleader * retrieve the network interface corresponding to getipaddress * fix typo * rename type conversion variable * add comments to controlplane proto
- Loading branch information