m2
m2 copied to clipboard
update ansible to work
since we made changes to the database schema, the ansible script fails to run. We need to change:
- Document that it's a good idea to run yum/apt update.
- Somehow get git, wget and curl. (install manually or using ansible).
- The command to bootstrap the database fails because it still tries to insert network information.
- Relative paths have changed, so we need to update that.
- Remove harcoded constants from the ansible files, into an environment file.
- Update pip before installing other packages.
- It assumes that the ceph keyring is called client.bmi.key, we should probably get this from an environment file.