osmo-ci/ansible
Harald Welte 24f2ef00b2 Add osmo-remsim to gerrit + master build verification
... which introduces a requirement for libcsv-dev in ansible.

Change-Id: I2ac65947ce9ecc071f774dc4df0f08c99c16c632
2018-10-15 02:06:22 +02:00
..
files add ansible playbooks 2018-03-16 09:18:11 +00:00
host_vars ansible: osmo-gsm-tester-prod: Add DHCP lease for secondary muliTRX nanobts 2018-07-26 18:15:29 +02:00
roles Add osmo-remsim to gerrit + master build verification 2018-10-15 02:06:22 +02:00
.gitignore add ansible playbooks 2018-03-16 09:18:11 +00:00
README.md README.md: mark the version bold 2018-06-05 11:55:39 +02:00
hosts ansible: add playbook setup-simtest 2018-07-19 23:04:24 +02:00
setup-desktop.yml osmocom-workstatin: change default user to osmocom 2018-06-13 11:12:18 +00:00
setup-gsm-tester.md ansible: Document docker login step 2018-05-25 12:16:09 +02:00
setup-gsm-tester.yml ansible: gsm-tester: change production gsm_modems to 3 2018-06-12 16:17:27 +00:00
setup-jenkins-slave.yml ansible: create a new group coverity-slaves to choose the target of coverity 2018-04-05 19:58:51 +00:00
setup-simtest.yml ansible: add playbook setup-simtest 2018-07-19 23:04:24 +02:00

README.md

ansible repository

Ansible is an automisation, provisioning and configuration management utility.

How to use it?

  • you need ansible installed (version 2.4, other might work as well)

How to setup the gsm-tester?

ansible-playbook -i hosts setup-gsm-tester.yml

Your ssh key need to be deployed on the host. Further information on this job can be found in setup-gsm-tester.md.

How to setup a jenkin slave?

ansible-playbook -i hosts setup-jenkins-slave.yml

Further information on this job and around the setup can be found on the redmine wiki.