]> git.proxmox.com Git - pve-cluster.git/commit - data/PVE/CLI/pvecm.pm
move cluster setup related code to own file
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 11 Nov 2019 10:27:57 +0000 (11:27 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 15 Nov 2019 09:39:51 +0000 (10:39 +0100)
commitc5204e14646c6b4f69d6ca1ecf4201a8a0650b24
treed1a81fced091e5f25ab884f0b48e6cc757767449
parentb2675bfb02545f0db1ddef9ccc664546a94c9f90
move cluster setup related code to own file

this includes:
- directory setup
- ssh setup (known hosts, keys, config)
- CA/certificate helpers
- join helpers used by API and CLI code

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
data/PVE/API2/ClusterConfig.pm
data/PVE/CLI/pvecm.pm
data/PVE/Cluster.pm
data/PVE/Cluster/Makefile
data/PVE/Cluster/Setup.pm [new file with mode: 0644]