This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| openstack_with_kolla [2017/06/24 19:24] – [Kolla configuration directory] herwarth | openstack_with_kolla [2017/08/15 18:00] (current) – herwarth | ||
|---|---|---|---|
| Line 442: | Line 442: | ||
| # Helux | # Helux | ||
| - | helux = chrony, | + | helux = chrony, |
| </ | </ | ||
| ====Passwords==== | ====Passwords==== | ||
| Line 533: | Line 533: | ||
| The ansible scripts use the /etc/kolla directory to configure customer specific parts of Openstack. | The ansible scripts use the /etc/kolla directory to configure customer specific parts of Openstack. | ||
| mkdir -p / | mkdir -p / | ||
| + | ===Own signed certificates=== | ||
| + | mkdir / | ||
| + | Create haproxy-ca.pem containg root CA certificate and create haproxy.pem containing the private key and certificate concatenated. | ||
| + | < | ||
| + | ls -l / | ||
| + | total 8 | ||
| + | -rw-r--r-- 1 root root 1192 Jun 20 17:44 haproxy-ca.pem | ||
| + | -rw-r----- 1 root root 2205 Jun 20 18:18 haproxy.pem | ||
| + | </ | ||
| I use NFS storage so create a file with the NFS share info. | I use NFS storage so create a file with the NFS share info. | ||
| <code - / | <code - / | ||