readme change temp

This commit is contained in:
Neil Hanlon 2022-02-12 15:59:00 -05:00
parent 664aa103c2
commit 38d13e8b0c
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
2 changed files with 15 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ id_ed25519
*.retry *.retry
ansible/*.retry ansible/*.retry
ansible/playbooks/files/buffer/* ansible/playbooks/files/buffer/*
.direnv

View File

@ -3,3 +3,17 @@
Scripts and code to deploy OpenStack nodes on various providers with OpenStack-Ansible. Scripts and code to deploy OpenStack nodes on various providers with OpenStack-Ansible.
Future: Integrate with Netbox to provision and hold IPAM / DCIM Future: Integrate with Netbox to provision and hold IPAM / DCIM
## Ansible
Contains a set of playbooks which will setup hosts with necessary changes and run bootstrap scripts as necessary.
Always supply ``-e 'aio_install=1'`` to scripts when doing an AIO install.
Guide:
* Run init-nodes.yml - `ansible-playbook -i vultr.yml -e 'host=all'`
* Run adhoc-reboot.yml to restart nodes after being upgraded and changing selinux
* Run setup-infra.yml on infra and/or AIO hosts (don't forget -e aio_install=1)
* Run setup-storage.yml on storage hosts, if applicable.