summaryrefslogtreecommitdiffstats
path: root/ansible
AgeCommit message (Collapse)AuthorFilesLines
2018-12-19Fix Gambia's ansible/site.ymlCédric Ollivier1-5/+5
Change-Id: I67a8514d76b33a3e7fda51d7f7d2ca329b784916 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-12-19Fix nits in ansible/site.ymlCédric Ollivier1-5/+5
Change-Id: I83cd8a7994a1aab9411a8a5b94aee51f23fc5c3c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-12-17Deploy Functest CI toolchainsCédric Ollivier1-0/+78
It eases verifying OpenStack by deploying the full testing toolchain via Ansible. As opposed to the Releng model, all tests can be executed in parallel. It leverages on Xtesting Ansible role which currently deploys Jenkins, Minio and S3www and loads all jobs in Jenkins. Last components (MongoDB, TestAPI and dashboard) will be deployed in the next update of the ansible role. To deploy the testing toolchain: $ ansible-galaxy install collivier.xtesting $ ansible-playbook ansible/site.yml Change-Id: I260806c1d19562891d2ed9c52ba37a82bf60792e Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 800802114f822eb9be7bfe06c929b655148ff197)