Go to file
2022-03-08 23:05:58 +04:00
docs inial public version 2018-10-02 10:16:46 +04:00
library Python3 support fixes 2022-03-08 23:05:46 +04:00
nix proxmoxer: replace patches in single patch 2021-09-18 07:10:57 +04:00
plugins Python3 support fixes 2022-03-08 23:05:46 +04:00
roles Force enabling QEMU guest agent 2022-03-08 23:05:58 +04:00
vars new nginx role 2019-06-29 01:27:16 +04:00
.gitignore inial public version 2018-10-02 10:16:46 +04:00
.gitmodules add opennebula role as a submodule 2018-11-14 11:46:37 +04:00
ansible.cfg Fix bash binary path 2022-03-08 23:05:09 +04:00
infra.sh return infra.sh and write pereparation procedure 2019-05-23 12:11:56 +04:00
make-example-stack.yml inial public version 2018-10-02 10:16:46 +04:00
provision.yml Conditional timeout for race avoidance 2020-01-13 19:50:52 +04:00
README.md return infra.sh and write pereparation procedure 2019-05-23 12:11:56 +04:00
shell.nix refactor shell.nix 2018-10-25 12:13:36 +04:00

Prepare

install prerequired ansible 2.6+ and python modules

apt-get install ansible python-module-proxmoxer python-module-jmespath python-module-netaddr

init submodules and pull infra-conf repository

export CONF_URI="http://gogs.srt/BaseALT/infra-conf.git"
git submodule update --init --recursive
git subtree add --prefix=vars/conf "${CONF_URI}" master
ssh-add ~/.ssh/robot_key

do not forget to add robot ssh-key and clone passdb

deploy desired stack

./infra.sh test-env test-stack