Page MenuHomePhabricator

Need ability to target deploys to the specific cluster only
Closed, ResolvedPublic

Description

In order to properly test changes before deployment we need a way to deploy changes to the test cluster only, without updating the production cluster. There doesn't seem to be native support in trebuchet for targeted deployments. Ideas:

  • set up a separate source repo on tin
  • use another tool like ansible to update the git checkout on the test cluster

Event Timeline

GWicke raised the priority of this task from to Medium.
GWicke updated the task description. (Show Details)
GWicke added a project: RESTBase.
GWicke claimed this task.

This is pretty much resolved with https://github.com/gwicke/ansible-playground, which we have been using for deployments to the staging cluster and restarts in production.