Skip to content
Snippets Groups Projects
  1. Jun 17, 2021
    • Frank Duncan's avatar
      Bring 100Change2020Demo up to date · 0edd631e
      Frank Duncan authored
      It didn't get changes after the ansible refactor, and so failed to work
      with the mediawiki upgrade correctly.  This brings it up to date with
      the rest of the competitions, and corrects some other errors (like
      referencing proposals instead of LFC100Change2020 in etl pipeline) so
      that it once again works in production.
      0edd631e
  2. Jun 10, 2021
  3. May 07, 2021
    • Frank Duncan's avatar
      Remove references to unused servers · 7111e072
      Frank Duncan authored
      We no longer deploy to wiki.opentechstrategies.com, nor
      macfound.opentechstrategies.com, so all the ansible configuration around
      those can be removed.
      7111e072
  4. Apr 07, 2021
    • Daniel Schultz's avatar
      Modify python templates · 3132f749
      Daniel Schultz authored
      This modification allows templates to be populated using envsubst. This
      change is similar to the one made for the ansible templates, and the
      instructions to use it are identical to the example already contained in
      README.md
      
      Issue #95
      3132f749
    • Frank Duncan's avatar
      Fix the competition locations in the config files · d9c713e5
      Frank Duncan authored
      They had a trailing slash, which actually breaks the etl pipelines.
      This was confusing for any new developers, and so should be changed to
      be accurate.
      d9c713e5
    • Daniel Schultz's avatar
      Update competition templates · 5a8eb5f5
      Daniel Schultz authored
      This continues the change where we replace template placeholder values
      in ansible variable templates with a placeholder format that can work
      with `envsubst` to insert environment variables.
      
      Since this is just a modification to the template placeholders this should
      have no impact on installation steps (as those values would be replaced
      by hand anyway).  All this does is make it possible for a script to
      populate a template more easily.
      
      Issue #85
      5a8eb5f5
    • Frank Duncan's avatar
      Use distinct db users for all competitions · 6a6e753b
      Frank Duncan authored
      This involved updating a whole bunch of config, and more so in the opass
      world (for OTS users), as well as removing the duplicate simplesaml
      deployment host.
      6a6e753b
    • Frank Duncan's avatar
      Reorganize directory structure, and documentation · 59314e13
      Frank Duncan authored
      Nothing massive here, mainly just making the structure a bit deeper by
      creating top level directories for the base install and the
      competitions, then spliting up the docs a little.
      59314e13
Loading