glance tests directory
diff --git a/tests/pillar/cluster.sls b/tests/pillar/cluster.sls
new file mode 100644
index 0000000..04456e8
--- /dev/null
+++ b/tests/pillar/cluster.sls
@@ -0,0 +1,36 @@
+glance:
+ server:
+ enabled: true
+ version: liberty
+ database:
+ engine: mysql
+ host: 127.0.0.1
+ port: 3306
+ name: glance
+ user: glance
+ password: password
+ rabbit:
+ host: 127.0.0.1
+ registry:
+ host: 127.0.0.1
+ port: 9191
+ bind:
+ address: 127.0.0.1
+ port: 9292
+ identity:
+ engine: keystone
+ host: 127.0.0.1
+ port: 35357
+ user: glance
+ password: password
+ tenant: service
+ message_queue:
+ engine: rabbitmq
+ host: 127.0.0.1
+ port: 5672
+ user: openstack
+ password: password
+ virtual_host: '/openstack'
+ ha_queues: true
+ storage:
+ engine: file
\ No newline at end of file
diff --git a/tests/pillar/single.sls b/tests/pillar/single.sls
new file mode 100644
index 0000000..b348efb
--- /dev/null
+++ b/tests/pillar/single.sls
@@ -0,0 +1,33 @@
+glance:
+ server:
+ enabled: true
+ version: liberty
+ database:
+ engine: mysql
+ host: localhost
+ port: 3306
+ name: glance
+ user: glance
+ password: password
+ registry:
+ host: 127.0.0.1
+ port: 9191
+ bind:
+ address: 127.0.0.1
+ port: 9292
+ identity:
+ engine: keystone
+ host: 127.0.0.1
+ port: 35357
+ user: glance
+ password: password
+ tenant: service
+ message_queue:
+ engine: rabbitmq
+ host: 127.0.0.1
+ port: 5672
+ user: openstack
+ password: password
+ virtual_host: '/openstack'
+ storage:
+ engine: file
\ No newline at end of file
diff --git a/tests/pillar/single_ceph.sls b/tests/pillar/single_ceph.sls
new file mode 100644
index 0000000..e4e9791
--- /dev/null
+++ b/tests/pillar/single_ceph.sls
@@ -0,0 +1,37 @@
+glance:
+ server:
+ enabled: true
+ version: liberty
+ database:
+ engine: mysql
+ host: localhost
+ port: 3306
+ name: glance
+ user: glance
+ password: password
+ registry:
+ host: 127.0.0.1
+ port: 9191
+ bind:
+ address: 127.0.0.1
+ port: 9292
+ identity:
+ engine: keystone
+ host: 127.0.0.1
+ port: 35357
+ user: glance
+ password: password
+ tenant: service
+ message_queue:
+ engine: rabbitmq
+ host: 127.0.0.1
+ port: 5672
+ user: openstack
+ password: password
+ virtual_host: '/openstack'
+ storage:
+ engine: rbd
+ user: glance
+ pool: glance-images
+ chunk_size: 8
+ client_glance_key: AQAqcXhWk+3UARAAGmV4USB6I7wLJ/W+dVbUWw==
\ No newline at end of file