diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..309c4a2 --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +Openbook Installer +================== + +Invocation +---------- + +Two pillar values must be passed in on the command line: + +- openbook_database_password: the mysql root password +- openbook_gcomm_addresses: the IP addresses of the galera nodes + (comma-separated list, no spaces) + +Customize bootstrap/config.yaml with these values. If you leave them +as null (represented by a ~ in yaml), default values will be supplied. + + + +# Ansible + +cd into the conf/ directory and set a symlink called env.yaml that +points to either env.yaml.openbook or env.yaml.docker_registry. + + + +## docker-registry ansible playbook + +The certs must be placed in /etc/ssl/certs and /etc/ssl/private prior +to running the playbook. Also update-cs-certificates needs to be run +before attempting to start docker-registry. + + |
