1c56bb1832
- also set external net name according to osp version - fix the string bug when using multiple words with --tests : http://pastebin.test.redhat.com/773150 Change-Id: I1d217f179be13498bb5f21b777d39636292da835
44 lines
1.5 KiB
RPMSpec
44 lines
1.5 KiB
RPMSpec
---
|
|
config:
|
|
plugin_type: test
|
|
entry_point: ./infrared/main.yml
|
|
|
|
subparsers:
|
|
tobiko:
|
|
description: Executes Tobiko Framework
|
|
include_groups: ["Ansible options", "Inventory", "Common options", "Answers file"]
|
|
groups:
|
|
- title: Stages Control
|
|
options:
|
|
install:
|
|
type: Bool
|
|
help: |
|
|
Install Tobiko
|
|
- title: Install Options
|
|
options:
|
|
dir:
|
|
type: Value
|
|
default: "{{ ansible_env.HOME }}/tobiko"
|
|
help: |
|
|
The directory where Tobiko will be installed and used
|
|
overcloudrc:
|
|
type: Value
|
|
default: "{{ ansible_env.HOME }}/overcloudrc"
|
|
help: |
|
|
The path to the overcloudrc file
|
|
venv:
|
|
type: Value
|
|
default: "{{ ansible_env.HOME }}/tobiko_venv"
|
|
help: |
|
|
path of existing virtual environment
|
|
external_net:
|
|
type: Value
|
|
default: "public"
|
|
help: |
|
|
Name of overcloud's external-net
|
|
tests:
|
|
type: Value
|
|
help: |
|
|
The set of tests to execute
|
|
default: neutron
|