osmo-ci/ansible
Harald Welte 6866852c37 jobs: add master+gerrit verification job for gapk
Change-Id: Iedf3b43c164ae7e3e653820284c4d4ddaa545784
2018-07-03 15:24:25 +00:00
..
files add ansible playbooks 2018-03-16 09:18:11 +00:00
host_vars ansible: gsm-tester: Assign IP addr in different range to nanobts 2018-07-02 17:08:04 +00:00
roles jobs: add master+gerrit verification job for gapk 2018-07-03 15:24:25 +00: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 osmocom-jenkins-slave: call fstrim periodically 2018-04-11 21:28:47 +00: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

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.