bifrost/scripts
Markos Chandras 92a2d2863f Install the net-tools package in scripts/env-setup.sh
A couple of playbooks use the 'netstat' utility which is present
in the net-tools package so install it if it's not already present.
It fixes the following problem on a clean CentOS installation:

fatal: [127.0.0.1]: FAILED! => {"changed": true, "cmd": "netstat -apn|grep
LISTEN", "delta": "0:00:00.005074", "end": "2016-08-24 17:14:48.614240",
"failed": true, "invocation": {"module_args": {"_raw_params": "netstat
-apn|grep LISTEN", "_uses_shell": true, "chdir": null, "creates": null,
"executable": null, "removes": null, "warn": true}, "module_name": "command"},
"rc": 1, "start": "2016-08-24 17:14:48.609166", "stderr": "/bin/sh: netstat:
command not found", "stdout": "", "stdout_lines": [], "warnings": []}

Change-Id: I1310f5848c7e71e8bdb91f6fcfaa26ebeeac45e7
Signed-off-by: Markos Chandras <mchandras@suse.de>
2016-08-24 17:26:51 +03:00
..
collect-test-info.sh Fix testing script permission settings for logs 2016-06-27 09:01:19 -04:00
env-setup.sh Install the net-tools package in scripts/env-setup.sh 2016-08-24 17:26:51 +03:00
README.md Unify testing scripts 2016-06-01 10:42:28 -07:00
test-bifrost-build-images.sh Unify testing scripts 2016-06-01 10:42:28 -07:00
test-bifrost-inventory-dhcp.sh Unify testing scripts 2016-06-01 10:42:28 -07:00
test-bifrost-venv.sh Unify testing scripts 2016-06-01 10:42:28 -07:00
test-bifrost.sh Introduce support for kvm acceleration 2016-08-16 10:21:16 +02:00

Scripts

This directory contains several scripts used in the OpenStack CI environment for CI testing of Bifrost, or CI testing that uses Bifrost to test other projects.

The env-setup.sh script is often used to install initial dependencies. These are generally not intended for use outside of the OpenStack CI environment (or similar).

test-bifrost-build-image.sh, test-bifrost-venv.sh, and test-bifrost-inventory-dhcp.sh are symlinks to test-bifrost.sh intended to provide backwards compatibility now that all functionality has been moved to test-bifrost.sh.