- add au-syd1 halb cluster - add http-response to frontends - manage haproxy after enc_role is correct
18 lines
503 B
Puppet
18 lines
503 B
Puppet
# proxmox::
|
|
class profiles::proxmox::init {
|
|
|
|
#include profiles::proxmox::params
|
|
include profiles::proxmox::repos
|
|
include profiles::proxmox::install
|
|
include profiles::proxmox::clusterjoin
|
|
include profiles::proxmox::ceph
|
|
include profiles::proxmox::config
|
|
include profiles::proxmox::weblb
|
|
|
|
Class['profiles::proxmox::repos']
|
|
-> Class['profiles::proxmox::install']
|
|
-> Class['profiles::proxmox::clusterjoin']
|
|
-> Class['profiles::proxmox::ceph']
|
|
-> Class['profiles::proxmox::config']
|
|
}
|