Some changes did not make their way into the ci-scripts all.yml

Change-Id: Iba1dfdfe31b8269e5316e52cbc6913fbab1e21db
This commit is contained in:
akrzos 2016-09-06 10:07:18 -04:00 committed by Alex Krzos
parent 976231a58d
commit 9f0286504e

View File

@ -5,6 +5,9 @@ tripleo: true
browbeat_path: /home/stack/browbeat
home_dir: /home/stack
# Configuration items to adjust browbeat results served through httpd
browbeat_results_port: 9001
browbeat_results_in_httpd: false
supported_distro: ((ansible_distribution == "CentOS" && ansible_distribution_major_version >= "7") or
(ansible_distribution == "RedHat" && ansible_distribution_major_version >= "7"))
@ -16,6 +19,9 @@ local_remote_user: stack
# The Overcloud RC file
overcloudrc: /home/stack/overcloudrc
# The Overcloud CA cert file
# overcloud_ca_path: /etc/pki/ca-trust/source/anchors/overcloud.crt.pem
# The default Browbeat venv
browbeat_venv: /home/stack/browbeat-venv