92a2d2863f
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> |
||
---|---|---|
.. | ||
collect-test-info.sh | ||
env-setup.sh | ||
README.md | ||
test-bifrost-build-images.sh | ||
test-bifrost-inventory-dhcp.sh | ||
test-bifrost-venv.sh | ||
test-bifrost.sh |
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.