Adds docker-compose install version + fixes listen address toml line
Work includes:
- Adding docker-compose install to runner
- Default docker-compose installed is v1.29.2
- Fix to listen address toml line
Testing performed:
- Created a runner under a birthright cloud allocation at CADES cloud using
examplesdirectory - Used sample
terraform.tfvars.sampleto make aterraform.tfvarsfile withrunner_tokensset to a list of a single token for this repository - Modified the
examples/main.tfto point to locally developmentsource = ../modules/ornl-cloud-gitlab-runners - Ran
terraform init; terraform applyinexamplesto create the runner -
✅ Checked that it was correctly registered to this repository using the runner token -
✅ SSH'ed into runner and randocker-compose --versionto ensure it was v1.29.2 (the default) -
✅ Checked metrics were accessible viahttp://<runner IP address>:9252/metrics
Edited by McDonnell, Marshall