From 649f0dd9c5ca586d8b637400dd19c0c4059447d6 Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Wed, 30 Aug 2017 13:09:56 -0600 Subject: initial commit --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README.md (limited to 'README.md') 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. + + -- cgit v1.3