# {{ansible_managed}} # ssh-reachable nodes names nodes="{{ nodes | join(' ') }}" # e.g. for nodes named node1 node2 node3... prefix is "node" hostprefix={{ nodes[0] | regex_replace('\d+$', '') }} # goes br0 (cluster/internal trunk) cluster_prefix=10.3.3 # define network parms for the guest network # network is 10.1.0.0/16 # $ip gets evaluated within the scripts (function dec2ip) prefix=10.1 # convergent gateways in da place #gw=10.1.255.254 # we don't have network convergence yet gw=10.1.0.1 # nameserver config to push to new guests dns1={{dns1}} # ssh pubkeys to push to new guests pubkeys="{{ pubkeys | join('\n') }}" support_email=support@angrycow.ru storage={{storage}} # use local storage in view to boostrap nobudget1 #data=/data_local # shared storage across VMM nodes data=/data # we want PV not PVH when doing PoC as nested pvh=no kernelver=6.1.49 # TBD #debian_mirror= slackware_mirror=http://ftp6.gwdg.de/pub/linux/slackware/slackware64-15.0/