blob: 309c4a2a47d424b92d667b5e0ff392b9506f2a50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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.
|