diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-08-30 13:09:56 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-08-30 13:09:56 -0600 |
| commit | 649f0dd9c5ca586d8b637400dd19c0c4059447d6 (patch) | |
| tree | 5ccc992a3aa5de1bcb510911dfdb21e6a54bd197 /README.md | |
initial commit
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. + + |
