Test keystone endpoint registration

Depends-On: I3702d2653a51a3489c717e94642f16de66d08302
Change-Id: Id19d6c0ed34f3d53d59ba9303eb5abd3c0963bad
This commit is contained in:
Flavio Percoco 2017-11-14 11:19:43 +01:00
parent 3d09f086ff
commit 01ac3256c7
1 changed files with 15 additions and 0 deletions

15
tests/tests.yml Normal file
View File

@ -0,0 +1,15 @@
---
- name: Register Glance in Keystone
include_role:
name: ansible-role-k8s-tripleo
tasks_from: bootstrap-service-endpoints
vars:
service_name: 'test'
service_type: 'image'
service_region: 'RegionOne'
service_project: 'http://test.com:8080'
service_password: 'http://test.com:8080'
service_username: 'http://test.com:8080'
service_internal_url: 'http://test.com:8080'
service_public_url: 'http://test.com:8080'
service_admin_url: 'http://test.com:8080'