From a65f9d65796cee852c289e19dfaa1e70d88fed66 Mon Sep 17 00:00:00 2001 From: Roger Luethi Date: Thu, 18 Jan 2018 10:02:00 +0100 Subject: [PATCH] kitchen: add a public IP address Adding an IP address gives the kitchen user (among other things) access to the OpenStack Dashboard (horizon) at https://10.0.0.81/. Change-Id: Ia08fd57b17aff081ad9aba8b365811669ac7a2fb --- .kitchen.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.kitchen.yml b/.kitchen.yml index 0568539..ed8c61f 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -1,3 +1,6 @@ +<% +public_ip = "10.0.0.81" +%> --- driver: name: vagrant @@ -87,6 +90,9 @@ suites: - recipe[openstack-integration-test::create_network] - recipe[openstack-integration-test::setup] - recipe[openstack-integration-test::run_tempest] + driver_config: + network: + - ["private_network", {ip: <%= public_ip %>}] verifier: inspec_tests: - test/tempest/default