Changes for federated login on merlin. Not yet working....
Add ssl keystone endpoints Add ssl keystone endpoints use fqdn for keystone everywhere. Iadded certs for horizon. Also increased yield of nuke.yml
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# Run hpc/horizon
|
||||
---
|
||||
- set_fact:
|
||||
docker_image: registry.webhosting.rug.nl/hpc/openstack-horizon:latest
|
||||
docker_image: registry.webhosting.rug.nl/hpc/openstack-horizon-merlin:latest
|
||||
|
||||
- name: pull docker image
|
||||
docker_image:
|
||||
@ -9,6 +9,22 @@
|
||||
force: True
|
||||
tags: pull
|
||||
|
||||
- name: Make persistent directories
|
||||
file:
|
||||
path: /srv/horizon/certs
|
||||
state: directory
|
||||
mode: 0750
|
||||
|
||||
- name: install ssl files
|
||||
template:
|
||||
src: templates/certs/{{ item }}
|
||||
dest: /srv/horizon/certs/{{ item }}
|
||||
mode: 400
|
||||
with_items:
|
||||
- merlin.hpc.rug.nl.key
|
||||
- merlin.hpc.rug.nl.crt
|
||||
- DigiCertCA.crt
|
||||
|
||||
- name: install service file.
|
||||
template:
|
||||
src: templates/horizon.service
|
||||
|
Reference in New Issue
Block a user