
This PS adds support for CentOS, Fedora and running the gate locally on a developers machine. It also expands on the original gate scripts by setting up dns access to the OpenStack cluster from the host's running OpenStack-Helm using a daemonset. Change-Id: I99c573a44a73452d558e612fc020e22e7f41ade7
22 lines
759 B
Markdown
22 lines
759 B
Markdown
# Openstack-Helm Gate Scripts
|
|
|
|
These scripts are used in the OpenStack-Helm Gates and can also be run locally to aid development and for demonstration purposes. Please note that they assume full control of a machine, and may be destructive in nature, so should only be run on a dedicated host.
|
|
|
|
## Usage
|
|
|
|
The Gate scripts use the `setup_gate.sh` as an entrypoint and are controlled by environment variables, an example of use to run the basic integration test is below:
|
|
|
|
``` bash
|
|
export INTEGRATION=aio
|
|
export INTEGRATION_TYPE=basic
|
|
./tools/gate/setup_gate.sh
|
|
```
|
|
|
|
### Supported Platforms
|
|
|
|
Currently supported host platforms are:
|
|
* Ubuntu 16.04
|
|
* CentOS 7
|
|
|
|
With some preparation to docker, and disabling of SELinux operation of Fedora 25 is also supported.
|