airshipctl/roles
Alexey Odinokov bb7bd1c58e Substituting redfish-emulator and reverse-proxy with Apache
The current implementation of airship-libvirt-gate is using
sushy-emulator binary to emulate redfish. Sushy-emulator works
only for http and also can’t authenticate users out-of-box if
ran by itself. In order to check https and authentication the
reverse-proxy was introduced. This approach had several
drawbacks:
1) http still doesn’t check auth
2) to use apache for https only is too heavy solution for https
This change converts reverse proxy to apache running
sushy-emulator as wsgi backend, that gives an ability to check
authentication for both http and https.
We’re also getting rid of ad-hoc sushy-emulator service and
using out-of-box apache service implementation.
The code also introduces gathering of apache resulting configs
and logs for quicker debug if needed.
Right now authentication is disabled, since manifests are
written in a way so they don’t use them. If it’s necessary to
enable it, just set username here[1]

PS
There is ability to use apache for http-server [2], but it’s
better to do as a separate PR

[1]
roles/airship-libvirt-gate/defaults/main.yaml
[2]
roles/http-fileserver

Change-Id: I43b5bca41519c88b01535c156b2db0e9edaa81bb
2020-04-17 15:55:48 +00:00
..
airship-airshipctl-gather-configs/tasks Add copyright for missing files 2020-04-09 08:35:59 -05:00
airship-gather-apache-logs/tasks Substituting redfish-emulator and reverse-proxy with Apache 2020-04-17 15:55:48 +00:00
airship-gather-libvirt-logs/tasks Add copyright for missing files 2020-04-09 08:35:59 -05:00
airship-gather-runtime-logs/tasks Add copyright for missing files 2020-04-09 08:35:59 -05:00
airship-libvirt-gate Substituting redfish-emulator and reverse-proxy with Apache 2020-04-17 15:55:48 +00:00
airshipctl-build-docs/tasks Switch from shell to make module 2020-03-06 21:10:07 +00:00
airshipctl-build-ephemeral-iso/tasks Add role to build ephemeral iso image 2020-02-25 15:47:51 -06:00
airshipctl-build-images/tasks [#33] Add image build gate 2020-02-14 10:17:15 -06:00
airshipctl-deploy-ephemeral-node/tasks Correct ansible task name for kubectl version 2020-03-10 12:38:01 -07:00
airshipctl-publish-images/tasks Switching local gating scripts to Python3 to comply with Zuul 2020-04-11 06:53:40 +00:00
airshipctl-systemwide-executable Add copyright for missing files 2020-04-09 08:35:59 -05:00
airshipctl-test-configs Add copyright for missing files 2020-04-09 08:35:59 -05:00
apache-server Substituting redfish-emulator and reverse-proxy with Apache 2020-04-17 15:55:48 +00:00
apache-wsgi-sushy-emulator Substituting redfish-emulator and reverse-proxy with Apache 2020-04-17 15:55:48 +00:00
docker-install Add copyright for missing files 2020-04-09 08:35:59 -05:00
gather-system-logs/tasks Add copyright for missing files 2020-04-09 08:35:59 -05:00
http-fileserver Add copyright for missing files 2020-04-09 08:35:59 -05:00
install-kubectl/tasks [#70] Resolve kubectl gate errors 2020-03-10 19:15:07 +00:00
libvirt-domain Add copyright for missing files 2020-04-09 08:35:59 -05:00
libvirt-install Switching local gating scripts to Python3 to comply with Zuul 2020-04-11 06:53:40 +00:00
libvirt-network Add copyright for missing files 2020-04-09 08:35:59 -05:00
libvirt-pool Add copyright for missing files 2020-04-09 08:35:59 -05:00
libvirt-volume Add copyright for missing files 2020-04-09 08:35:59 -05:00
sync-manifests Add copyright for missing files 2020-04-09 08:35:59 -05:00