Skip to content

Update Requirements

Boros Gábor requested to merge devan/update-requirements into master

Created by: DevanR

This PR contains the following updated requirements:

Removed Flask==0.11.1 Add missing PyYAML dependency in cleanup_utils/requirements.txt Upgrading ansible from 2.1.2.0 to 2.7.9 for collect_activity and load_balancer_conf

Testing instructions:

  1. SSH into machine with ssh ubuntu@stage.console.opencraft.com
  2. Attach to screen running process with screen -r 1344..stage
  3. CTRL-C, to kill current server process
  4. Pull down PR branch with git checkout devan/update-requirements && git pull
  5. Uninstall flask with pip uninstall flask
  6. Start server with make run
  7. Access https://stage.console.opencraft.com
  8. Launch a new appserver
  9. Activate a new appserver
  10. Deactivate appserver
  11. Archive an instance
  12. CTRL-a 1 to switch screen tab
  13. Test management command with make manage activity_csv
  14. CTRL-0 to switch back to process
  15. CTRL-c to kill process
  16. Switch back to master branch with git checkout master
  17. Restart server with make run
  18. Detach screen with CTRL-d
  19. Exit machine with exit

Reviewers

Merge request reports