summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorChris Austen <austenc@us.ibm.com>2017-09-30 02:30:03 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-05-04 05:54:40 +0300
commit7584d4373bd46d7c391f499808fba730796c7d33 (patch)
treec802572ad29c6a4cd0bfd1f7d0e8c0070ff695cd /meta-phosphor/common/recipes-phosphor/interfaces
parent13cd0ca77e25735c1188bba55b3c7f5d735951fb (diff)
downloadopenbmc-7584d4373bd46d7c391f499808fba730796c7d33.tar.xz
Move phosphor-gevent to http and enable nginx on 443
phosphor-gevent will be moved to internal http, nginx will be the front end web server, and will redirect all traffic internally to gevent. test cases passed with... tox -e palmetto -- tests/test_rest_interfaces.robot Testing: - Before testing suite completed in 1:18 After nginx control 443 suite finished in 0:45 seconds - Also verified web interface still loads when going to system name in web browser (http and https) - Verified code update with full 20MB image still works - Verified dump can be generated and retrieved - Verified that when the same IP requests 2 image uploads at same time, Nginx serializes them Change-Id: Ifcd61cf22bd8f6ea0536fe706eba8e45ec85e7c3 Signed-Off-by: Chris Austen <austenc@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/interfaces')
-rw-r--r--meta-phosphor/common/recipes-phosphor/interfaces/phosphor-gevent.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/interfaces/phosphor-gevent.bb b/meta-phosphor/common/recipes-phosphor/interfaces/phosphor-gevent.bb
index 16aac078b..015057120 100644
--- a/meta-phosphor/common/recipes-phosphor/interfaces/phosphor-gevent.bb
+++ b/meta-phosphor/common/recipes-phosphor/interfaces/phosphor-gevent.bb
@@ -16,7 +16,6 @@ RDEPENDS_${PN} += " \
"
RRECOMMENDS_${PN} += "python-gevent-websocket"
-
S = "${WORKDIR}/git/servers/gevent"
-SYSTEMD_SERVICE_${PN} += "${PN}.service ${PN}.socket"
+SYSTEMD_SERVICE_${PN} += " ${PN}.service ${PN}.socket"