wtsi-hgi / hgi-systems

Orchestration and configuration management of hgi systems (using terraform & ansible)
GNU General Public License v3.0
3 stars 3 forks source link

Dead runners are not "unregistered" when replaced #13

Closed colin-nolan closed 7 years ago

colin-nolan commented 7 years ago

If a runner is destroyed outside of Ansible, Ansible will create another with the same description but GitLab is not informed of the old one's demise. Subsequently, GitLab is left in a state where it has 2 runners with the same description. This causes problems when activating runners for a project.

colin-nolan commented 7 years ago

Fixed after battling horrible token vs ID token vs ID issues.