diff options
author | Tim Rozet <trozet@redhat.com> | 2017-02-14 11:42:13 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-02-14 11:42:13 -0500 |
commit | 905f19b09e5ded244696fd774b29551cf8663f10 (patch) | |
tree | 48520a79d1d49b23bf8f0491fb43d1681ce66a48 | |
parent | e73000209d46461b1196f560bf5c36bade020134 (diff) |
CSIT: Modifies functest installer var to be apex
Functest fails to execute the tempest smoke suite unless the installer
provided is apex.
Change-Id: Ic4b726479f15dca87fd2e2e2f62a080637a774a3
Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r-- | jjb/global/installer-params.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/global/installer-params.yml b/jjb/global/installer-params.yml index c3e775681..fc9f34a48 100644 --- a/jjb/global/installer-params.yml +++ b/jjb/global/installer-params.yml @@ -122,7 +122,7 @@ description: 'IP of the installer' - string: name: INSTALLER_TYPE - default: netvirt + default: apex description: 'Installer used for deploying OPNFV on this POD' - string: name: EXTERNAL_NETWORK |