Commit Graph

  • 322514211b snap-config-keys is now a map master Pete Vander Giessen 2019-10-04 10:59:01 -04:00
  • f612dd2e61 Added check for database readiness before starting daemons Pete Vander Giessen 2019-09-27 18:21:29 -04:00
  • 38686c176c Merge "fix error url" Zuul 2019-07-15 09:20:06 +00:00
  • e26e49af35 Broke up execution into "setup" and "launch" commands. Pete Vander Giessen 2019-07-12 13:53:34 +00:00
  • ab7e4ce124 Added return from snapctl config to snap_env. Pete Vander Giessen 2019-07-03 19:08:09 +00:00
  • 1aeb0dbc6c OpenDev Migration Patch OpenDev Sysadmins 2019-04-19 19:50:19 +00:00
  • c472632a22 fix error url lvxianguo 2018-02-02 11:01:05 +08:00
  • b2b84c96a9 Add automatic setup of REQUESTS_CA_BUNDLE James Page 2017-10-26 09:39:42 +01:00
  • f9ae8f4813 Add unit tests for SnapUtils Corey Bryant 2017-07-15 16:18:51 -04:00
  • 995054e370 Add unit tests for OpenStackSnap.setup() Corey Bryant 2017-07-14 18:05:21 -04:00
  • 1b6970a551 Update unit tests for strict mode and path changes Corey Bryant 2017-07-14 10:33:38 -04:00
  • 4544448c83 Drop unreachable/unnecessary code Corey Bryant 2017-07-14 00:50:43 +00:00
  • 85ecf808ce Allow multiple OS configs and flexible overrides Corey Bryant 2017-06-02 14:22:04 -04:00
  • c1b51aa5e0 Enable override of config files Corey Bryant 2017-05-24 14:16:22 -04:00
  • 8ae4426363 Refactor template rendering, use entry point templates James Page 2017-05-19 09:07:14 +01:00
  • 28ee5bce72 Fixup template rendering in execute() Corey Bryant 2017-05-18 20:10:18 +00:00
  • acdfc97bda Make lock path snap specific James Page 2017-05-18 14:08:04 +01:00
  • ba1ecfee7b Always execute copyfiles and template directives James Page 2017-05-18 11:20:53 +01:00
  • 44b532041f Enable dynamic creation of uwsgi pyargv option Corey Bryant 2017-05-16 17:58:44 +00:00
  • ed986bac6d Add support for dropping privileges Corey Bryant 2017-05-15 14:39:17 +00:00
  • 920715bd4f Default logging level to WARNING Corey Bryant 2017-05-04 10:27:08 -04:00
  • d4dad15941 Don't render template files if they already exist Corey Bryant 2017-05-01 14:52:47 +00:00
  • 8b1f6581fa Drop support for install setup key Corey Bryant 2017-04-21 14:33:49 +00:00
  • 30ae5eb8ba Add home to uwsgi default args Corey Bryant 2017-04-20 00:36:36 +00:00
  • 034efe40ef Allow specifying snap env vars on binary entry points Corey Bryant 2017-04-18 18:42:33 +00:00
  • 39210c7412 Use full paths for nginx and uwsgi binaries Corey Bryant 2017-04-18 18:21:13 +00:00
  • 110b773d98 Move common utility functions to Utils class Corey Bryant 2017-04-03 19:11:59 +00:00
  • 6898cb6c95 Add nginx entrypoint support Corey Bryant 2017-03-28 21:33:11 +00:00
  • 933f404664 Add install setup support and drop symlinks Corey Bryant 2017-03-28 21:33:11 +00:00
  • 3d8525f459 Add locking to enable single process code execution Corey Bryant 2017-03-21 19:28:24 +00:00
  • 144b820f53 Add support for copyfiles Corey Bryant 2017-03-15 22:01:41 -04:00
  • 7cd5ca9cbd Add support for symlinks Corey Bryant 2017-03-15 14:02:46 +00:00
  • ab4d973e47 Add support for uwsgi log file Corey Bryant 2016-12-20 12:33:19 -05:00
  • 29972e5066 Drop missing configuration file log to debug James Page 2017-01-03 10:41:31 +00:00
  • 1c552167ee Add support for uwsgi based applications James Page 2016-11-21 14:50:46 +00:00
  • 8e9d2c5aa2 Tidy test yaml file James Page 2016-11-21 12:33:36 +00:00
  • 9ac2e821d4 Give test class a better name James Page 2016-11-21 12:31:04 +00:00
  • 04fe473a3a Add some basic unit tests James Page 2016-11-21 12:29:29 +00:00
  • cd2ba26af6 Update HACKING format James Page 2016-11-10 12:43:45 +00:00
  • c734727bf4 Tidy lint James Page 2016-11-10 12:41:41 +00:00
  • b21aeccf90 Tweak README James Page 2016-11-10 12:18:22 +00:00
  • 3bd58c94c7 bash->yaml James Page 2016-11-10 12:17:06 +00:00
  • ae671e29ce Update code blocks in README James Page 2016-11-10 12:16:03 +00:00
  • ea489e99da Switch to execing wrapper binary James Page 2016-11-10 11:06:30 +00:00
  • 5e330b9b63 Tune down default log level James Page 2016-11-10 10:52:19 +00:00
  • e6b43e1f07 Add log for cmd James Page 2016-11-10 10:34:12 +00:00
  • 668149fa45 Pass correct part of argv to wrapped command James Page 2016-11-10 10:33:14 +00:00
  • 4bd46300a3 Fixup directory creation process James Page 2016-11-10 10:14:16 +00:00
  • 8f090fa8ad Add more logging James Page 2016-11-10 10:07:06 +00:00
  • 85328c6aa1 Fixup jinja2 loader configuration James Page 2016-11-10 09:58:20 +00:00
  • eba40a46dc Update README a bit James Page 2016-11-10 09:54:50 +00:00
  • 7cedc16110 Fixup permissions for files James Page 2016-11-10 09:47:22 +00:00
  • 069f63f1de Pass dict as keyword args to format calls James Page 2016-11-10 09:40:49 +00:00
  • d83c0415e9 Fixup naming of module for version detection James Page 2016-11-10 09:33:21 +00:00
  • 0939c64c8e Baseline commit James Page 2016-11-10 09:18:28 +00:00
  • 2ac57d5978 Initial Cookiecutter Commit. James Page 2016-11-09 16:22:37 +00:00