92f8d2d251
This entailed configring the classifier to never sync on a schedule. Changing environment_timeout to unlimited for all masters. Setting a postrun command for r10k that would update the class information in the classifier (the update-classes endpoint).
9 lines
234 B
YAML
9 lines
234 B
YAML
---
|
|
git_management_system: 'gitlab'
|
|
gms_server_url: 'https://gitlab-server'
|
|
gms_api_token: 'BDkZfWWnk4LVTLHdAywd'
|
|
|
|
#setup r10k to update classes in the console after code deploy
|
|
pe_r10k::postrun:
|
|
- '/usr/local/bin/update-classes.sh'
|