summaryrefslogtreecommitdiffstats
path: root/xci/playbooks/roles/run-functest/defaults
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2018-02-28 11:37:52 +0000
committerFatih Degirmenci <fdegir@gmail.com>2018-02-28 18:50:48 +0000
commitf7e288dec1de77be635c5024729fb97de02641ba (patch)
tree8ecd9716516090ee2982f2338f40d883828fa50a /xci/playbooks/roles/run-functest/defaults
parentfaf5144aa6c87642d627b63a8464a8e96949e9fe (diff)
functest: Move run-functest.sh execution out of ansible
Ansible throws out the log at the end of task execution which makes it hard to read. This change renames the role to prepare-functest and then takes the script execution out which will be executed by releng/jjb/xci/xci-run-functest.sh. Change-Id: Icf399ce4f04357814ed7109cd11113a9decddc50 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'xci/playbooks/roles/run-functest/defaults')
-rw-r--r--xci/playbooks/roles/run-functest/defaults/main.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/xci/playbooks/roles/run-functest/defaults/main.yml b/xci/playbooks/roles/run-functest/defaults/main.yml
deleted file mode 100644
index a3638302..00000000
--- a/xci/playbooks/roles/run-functest/defaults/main.yml
+++ /dev/null
@@ -1,14 +0,0 @@
----
-# Gateway parameters
-gateway_ip: "10.10.10.1"
-gateway_ip_mask: "10.10.10.1/24"
-broadcast_ip: "10.10.10.255"
-gateway_interface: "br-vlan"
-
-# Network parameters
-external_network: "ext-net"
-
-# Subnet parameters
-subnet_name: "ext-subnet"
-allocation_pool: "start=10.10.10.5,end=10.10.10.254"
-subnet_cidr: "10.10.10.0/24"