Commit Graph

6 Commits

Author SHA1 Message Date
Jonathan Rosser 84eea5b91d Use ansible_facts[] instead of fact variables
See https://github.com/ansible/ansible/issues/73654

Change-Id: I9841e5b7f32f452b7da0c643cb6c3e0e30d9e413
2021-03-17 12:20:20 +00:00
Zuul e4b9d96b87 Merge "Add mistral_install_method for distro installations" 2019-02-09 04:05:27 +00:00
Mohammed Naser 95b3c2740e Add placement_install_method for distro installations
This patch adds placement_install_method of distro in the extra
vars file that we use for testing in order for tests to properly
run for Placement.

Change-Id: I878e8c479d8963b339b5e1f6031f649c0f87082f
2019-02-06 15:46:48 -05:00
Mohammed Naser c94ab7685b Add mistral_install_method for distro installations
This patch adds mistral_install_method of distro in the extra
vars file that we use for testing in order for tests to properly
run for Mistral.

Change-Id: Ie3d8fb921dfedff0852b630a0a0af17b97c1bffa
2019-02-05 13:52:38 -05:00
Jesse Pretorius 67acc930e6 Always use source installs for tempest on ubuntu
Ubuntu does not publish tempest plugin packages. They do
all their testing using the source-based installation of
tempest. As such, for all ubuntu distribution tests we
force the use of the source install for tempest.

Change-Id: Iabe4ac8e22b6ce8ef331ce559113fc55ce4046ec
2018-11-23 13:13:58 +00:00
Markos Chandras 8e3c5c272a test-distro_install-vars: Add new var file for distro installations
When we test distro installations we should install all components from
distro packages in order to ensure that we are not mixing PIP and distro
packages if more than one service is deployed on the same host or
container. As such, we add a new file to override the default 'source'
installation option which can be used by distro_install jobs and tox
environments to test that scenario.

Change-Id: I15d4243e89f8800e42723b0fdf2c5bf59e2f7608
Implements: blueprint openstack-distribution-packages
2018-06-08 16:45:46 +01:00