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
This commit is contained in:
Roger Luethi 2018-01-18 10:02:00 +01:00
parent e37d874a36
commit a65f9d6579
1 changed files with 6 additions and 0 deletions

View File

@ -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