summaryrefslogtreecommitdiffstats
path: root/dashboard/worker
AgeCommit message (Collapse)AuthorFilesLines
2018-10-08Development Override Compose FileTrevor Bramwell3-22/+28
Now that images are built and hosted for the dashboard and worker container the compose file can reference upstream images instead of ones locally built. A second compose file is added which overrides compose configuration so that images are built locally. Initial commands for running the container are moved into 'init.sh' which gets copied into the image, since the current images cannot be ran by themselves as they require the command listed in the compose file. The compose version bumped from 2 to 3 as there are no version 2 specific features being used that need to be modified. Change-Id: I23813a859a676ba009cba8f5a62b7153da006eef Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-10-01Bump Python Cryptography Library VersionTrevor Bramwell1-1/+1
The underlying OpenSSL version changed in an upstream container which cryptography==1.4 did not support. Bumping the cryptography library fixes the build as they introduce broader support for OpenSSL versions in their newer releases. Change-Id: Ibd2f73aefebb39cc4121b77fa38aecb32b8494ae Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-01-09Fixes for Recent MergeSawyer Bergeron1-0/+1
Jira: None In a recent large merge, some code was lost in translation. This commit fixes a missing line in requirements.txt and removes a couple lines in dispatchers.py that lost relevance. Change-Id: I5ddf67fc1da6df40f84d60668cd59e6a1975912d Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu>
2017-09-22Rename pharos-dashboard and pharos-validatorTrevor Bramwell2-0/+25
As subdirectories of the pharos-tools repo, there is little need to keep the pharos prefix. Change-Id: Ica3d79411f409df638647300036c0664183c2725 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>