From 9f585b8d5eb8bffcb2040ef97ec8300c1af10d1f Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Wed, 24 Jan 2018 16:08:57 +0100 Subject: xci: Integrate functest This change integrates functest in most easiest and messy way to get it up and running to bring functest into CI. The reason for this is that there are strange failures during functest healthcheck and it is important to look into those rather than beautifying how functest is integrated at this phase. Change-Id: I42e993be4aa15da022fa1e0069338447780f177e Signed-off-by: Fatih Degirmenci --- xci/playbooks/roles/prepare-functest/templates/env.j2 | 4 ---- .../roles/prepare-functest/templates/prepare-functest.sh.j2 | 12 ------------ 2 files changed, 16 deletions(-) delete mode 100644 xci/playbooks/roles/prepare-functest/templates/env.j2 delete mode 100644 xci/playbooks/roles/prepare-functest/templates/prepare-functest.sh.j2 (limited to 'xci/playbooks/roles/prepare-functest/templates') diff --git a/xci/playbooks/roles/prepare-functest/templates/env.j2 b/xci/playbooks/roles/prepare-functest/templates/env.j2 deleted file mode 100644 index 87093325..00000000 --- a/xci/playbooks/roles/prepare-functest/templates/env.j2 +++ /dev/null @@ -1,4 +0,0 @@ -INSTALLER_TYPE=osa -INSTALLER_IP=192.168.122.2 -EXTERNAL_NETWORK={{ external_network }} -DEPLOY_SCENARIO="os-nosdn-nofeature-noha" diff --git a/xci/playbooks/roles/prepare-functest/templates/prepare-functest.sh.j2 b/xci/playbooks/roles/prepare-functest/templates/prepare-functest.sh.j2 deleted file mode 100644 index febe8369..00000000 --- a/xci/playbooks/roles/prepare-functest/templates/prepare-functest.sh.j2 +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -source /root/openrc - -openstack --insecure network create --external \ - --provider-physical-network flat \ - --provider-network-type flat {{ external_network }} - -openstack --insecure subnet create --network {{ external_network }} \ - --allocation-pool {{ allocation_pool }} \ - --subnet-range {{ subnet_cidr }} --gateway {{ gateway_ip }} \ - --no-dhcp {{ subnet_name }} -- cgit 1.2.3-korg