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
examples
directory - Used sample
terraform.tfvars.sample
to make aterraform.tfvars
file withrunner_tokens
set to a list of a single token for this repository - Modified the
examples/main.tf
to point to locally developmentsource = ../modules/ornl-cloud-gitlab-runners
- Ran
terraform init; terraform apply
inexamples
to create the runner -
✅ Checked that it was correctly registered to this repository using the runner token -
✅ SSH'ed into runner and randocker-compose --version
to ensure it was v1.29.2 (the default) -
✅ Checked metrics were accessible viahttp://<runner IP address>:9252/metrics
Edited by McDonnell, Marshall