Add kitchen tests + travis ci
- add dependencies, req. for CI (make test)
- spec. mysql version per platform
- keystone client to create endpoints
diff --git a/tests/pillar/cluster.sls b/tests/pillar/cluster.sls
index d3538b9..898b6ae 100644
--- a/tests/pillar/cluster.sls
+++ b/tests/pillar/cluster.sls
@@ -6,10 +6,10 @@
service_tenant: service
admin_tenant: admin
admin_name: admin
- admin_password: password
- admin_email: root@domain.com
+ admin_password: passw0rd
+ admin_email: root@localhost
bind:
- address: 127.0.0.1
+ address: 0.0.0.0
private_address: 127.0.0.1
private_port: 35357
public_address: 127.0.0.1
@@ -19,20 +19,20 @@
engine: mysql
host: 127.0.0.1
name: keystone
- password: password
+ password: passw0rd
user: keystone
tokens:
engine: cache
expiration: 86400
location: /etc/keystone/fernet-keys/
- notification: true
+ notification: false
notification_format: cadf
message_queue:
engine: rabbitmq
host: 127.0.0.1
port: 5672
user: openstack
- password: password
+ password: passw0rd
virtual_host: '/openstack'
ha_queues: true
cache: