airshipctl/playbooks
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
..
vars Add copyright for missing files 2020-04-09 08:35:59 -05:00
airship-airshipctl-build-docs.yaml [#59] Add documentation build gate 2020-02-20 11:21:26 -06:00
airship-airshipctl-build-gate.yaml [#106] Add docker install role 2020-03-23 15:25:15 -05:00
airship-airshipctl-build-images.yaml [#106] Add docker install role 2020-03-23 15:25:15 -05:00
airship-airshipctl-deploy-docker.yaml [#106] Add docker install role 2020-03-23 15:25:15 -05:00
airship-airshipctl-deploy-existing-k8s.yaml [#70] Resolve kubectl gate errors 2020-03-10 19:15:07 +00:00
airship-airshipctl-functional-existing-k8s.yaml [#70] Resolve kubectl gate errors 2020-03-10 19:15:07 +00:00
airship-airshipctl-lint-unit.yaml [#81] makefile to check for unused test data 2020-03-08 00:05:48 +00:00
airship-airshipctl-publish-images.yaml [#33] Publish airshipctl image on Quay 2020-02-26 10:49:22 -06:00
airship-airshipctl-test-runner.yaml [#70] Resolve kubectl gate errors 2020-03-10 19:15:07 +00:00
airship-airshipctl-update-github-issues.yaml [#39] Add Zuul job for GitHub Issues integration 2020-03-02 09:49:27 -06:00
airship-collect-logs.yaml Substituting redfish-emulator and reverse-proxy with Apache 2020-04-17 15:55:48 +00:00