Check RS for virtualized OpenStack/Yardstick 01/50501/8
authorStepan Andrushko <stepanx.andrushko@intel.com>
Thu, 11 Jan 2018 17:51:45 +0000 (19:51 +0200)
committerStepan Andrushko <stepanx.andrushko@intel.com>
Wed, 24 Jan 2018 13:02:27 +0000 (15:02 +0200)
commit6053ec68c8fe13ab154ed22f7cffd2e256d1e982
treebdf323ecf3e745715b1d3de5330cbdbdf5cb3d28
parent94d3b53e1e079a6f0b2ec1e5106e19067a0c00a9
Check RS for virtualized OpenStack/Yardstick

Draft for env requirements reading and validation
Script can be run from tools/virt_ci_rampup.sh. First requirement file is
parsed/stored. This file must be created in ahead and named as
'infra_deploy.yaml'. Then separate ansible role is used to validate
resources. Ansible-role fails if there is not enough resources on the host
for cpu, ram, disk space.

JIRA: YARDSTICK-945

Change-Id: I86cd4bdc963de3aa51392fc73a239cbd426bc64a
Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
ansible/infra_deploy.yml [new file with mode: 0644]
ansible/roles/infra_check_requirements/tasks/main.yml [new file with mode: 0644]
ansible/roles/infra_check_requirements/vars/main.yml [new file with mode: 0644]
etc/infra/infra_deploy.yaml.sample [new file with mode: 0644]
tools/virt_ci_rampup.sh [new file with mode: 0755]