add tests/fix bug eternus volume/fix readme
diff --git a/tests/pillar/ceph_single.sls b/tests/pillar/ceph_single.sls
new file mode 100644
index 0000000..de5f2cc
--- /dev/null
+++ b/tests/pillar/ceph_single.sls
@@ -0,0 +1,25 @@
+cinder:
+ controller:
+ enabled: true
+ version: liberty
+ backend:
+ ceph_backend:
+ type_name: standard-iops
+ backend: ceph_backend
+ pool: volumes
+ engine: ceph
+ user: cinder
+ secret_uuid: password
+ client_cinder_key: password
+ volume:
+ enabled: true
+ version: liberty
+ backend:
+ ceph_backend:
+ type_name: standard-iops
+ backend: ceph_backend
+ pool: volumes
+ engine: ceph
+ user: cinder
+ secret_uuid: password
+ client_cinder_key: password
\ No newline at end of file
diff --git a/tests/pillar/control_cluster.sls b/tests/pillar/control_cluster.sls
new file mode 100644
index 0000000..430eb04
--- /dev/null
+++ b/tests/pillar/control_cluster.sls
@@ -0,0 +1,31 @@
+cinder:
+ controller:
+ enabled: true
+ version: liberty
+ osapi:
+ host: 127.0.0.1
+ database:
+ engine: mysql
+ host: 127.0.0.1
+ port: 3306
+ name: cinder
+ user: cinder
+ password: password
+ identity:
+ engine: keystone
+ host: 127.0.0.1
+ port: 35357
+ tenant: service
+ user: cinder
+ password: password
+ glance:
+ host: 127.0.0.1
+ port: 9292
+ message_queue:
+ engine: rabbitmq
+ host: 127.0.0.1
+ port: 5672
+ user: openstack
+ password: password
+ virtual_host: '/openstack'
+ ha_queues: true
\ No newline at end of file
diff --git a/tests/pillar/control_single.sls b/tests/pillar/control_single.sls
new file mode 100644
index 0000000..5b9c1bd
--- /dev/null
+++ b/tests/pillar/control_single.sls
@@ -0,0 +1,31 @@
+cinder:
+ controller:
+ enabled: true
+ version: liberty
+ osapi:
+ host: 127.0.0.1
+ database:
+ engine: mysql
+ host: localhost
+ port: 3306
+ name: cinder
+ user: cinder
+ password: password
+ identity:
+ engine: keystone
+ host: 127.0.0.1
+ port: 35357
+ tenant: service
+ user: cinder
+ password: password
+ glance:
+ host: 127.0.0.1
+ port: 9292
+ message_queue:
+ engine: rabbitmq
+ host: 127.0.0.1
+ port: 5672
+ user: openstack
+ password: password
+ virtual_host: '/openstack'
+ ha_queues: false
diff --git a/tests/pillar/eternus_single.sls b/tests/pillar/eternus_single.sls
new file mode 100644
index 0000000..52b722c
--- /dev/null
+++ b/tests/pillar/eternus_single.sls
@@ -0,0 +1,49 @@
+cinder:
+ volume:
+ enabled: true
+ version: liberty
+ backend:
+ 10kThinPro:
+ type_name: 10kThinPro
+ engine: fujitsu
+ pool: 10kThinPro
+ host: 127.0.0.1
+ port: 5988
+ user: username
+ password: password
+ connection: FC
+ name: 10kThinPro
+ 10k_SAS:
+ type_name: 10k_SAS
+ pool: SAS10K
+ engine: fujitsu
+ host: 127.0.0.1
+ port: 5988
+ user: username
+ password: password
+ connection: FC
+ name: 7k2RAID6
+ controller:
+ enabled: true
+ version: liberty
+ backend:
+ 10kThinPro:
+ type_name: 10kThinPro
+ engine: fujitsu
+ pool: 10kThinPro
+ host: 127.0.0.1
+ port: 5988
+ user: username
+ password: password
+ connection: FC
+ name: 10kThinPro
+ 10k_SAS:
+ type_name: 10k_SAS
+ pool: SAS10K
+ engine: fujitsu
+ host: 127.0.0.1
+ port: 5988
+ user: username
+ password: password
+ connection: FC
+ name: 7k2RAID6
\ No newline at end of file
diff --git a/tests/pillar/gpfs_single.sls b/tests/pillar/gpfs_single.sls
new file mode 100644
index 0000000..4bb04d7
--- /dev/null
+++ b/tests/pillar/gpfs_single.sls
@@ -0,0 +1,25 @@
+cinder:
+ volume:
+ enabled: true
+ version: liberty
+ backend:
+ GPFS-GOLD:
+ type_name: GPFS-GOLD
+ engine: gpfs
+ mount_point: '/mnt/gpfs-openstack/cinder/gold'
+ GPFS-SILVER:
+ type_name: GPFS-SILVER
+ engine: gpfs
+ mount_point: '/mnt/gpfs-openstack/cinder/silver'
+ controller:
+ enabled: true
+ version: liberty
+ backend:
+ GPFS-GOLD:
+ type_name: GPFS-GOLD
+ engine: gpfs
+ mount_point: '/mnt/gpfs-openstack/cinder/gold'
+ GPFS-SILVER:
+ type_name: GPFS-SILVER
+ engine: gpfs
+ mount_point: '/mnt/gpfs-openstack/cinder/silver'
\ No newline at end of file
diff --git a/tests/pillar/hp3par_single.sls b/tests/pillar/hp3par_single.sls
new file mode 100644
index 0000000..cb93ba1
--- /dev/null
+++ b/tests/pillar/hp3par_single.sls
@@ -0,0 +1,34 @@
+cinder:
+ controller:
+ enabled: true
+ version: liberty
+ backend:
+ hp3par_backend:
+ type_name: hp3par
+ backend: hp3par_backend
+ user: admin
+ password: password
+ url: http://localhost/api/v1
+ cpg: OpenStackCPG
+ host: localhost
+ login: admin
+ sanpassword: password
+ debug: True
+ snapcpg: OpenStackSNAPCPG
+ volume:
+ enabled: true
+ version: liberty
+ backend:
+ hp3par_backend:
+ type_name: hp3par
+ backend: hp3par_backend
+ user: admin
+ password: password
+ url: http://localhost/api/v1
+ cpg: OpenStackCPG
+ host: localhost
+ login: admin
+ sanpassword: password
+ debug: True
+ snapcpg: OpenStackSNAPCPG
+ engine: hp3par
\ No newline at end of file
diff --git a/tests/pillar/lefthand_single.sls b/tests/pillar/lefthand_single.sls
new file mode 100644
index 0000000..9a48eec
--- /dev/null
+++ b/tests/pillar/lefthand_single.sls
@@ -0,0 +1,25 @@
+cinder:
+ volume:
+ enabled: true
+ version: liberty
+ backend:
+ HP-LeftHand:
+ type_name: normal-storage
+ engine: hp_lefthand
+ api_url: 'https://127.0.0.1:8081/lhos'
+ username: username
+ password: password
+ clustername: cluster1
+ iscsi_chap_enabled: false
+ controller:
+ enabled: true
+ version: liberty
+ backend:
+ HP-LeftHand:
+ type_name: normal-storage
+ engine: hp_lefthand
+ api_url: 'https://127.0.0.1:8081/lhos'
+ username: username
+ password: password
+ clustername: cluster1
+ iscsi_chap_enabled: false
\ No newline at end of file
diff --git a/tests/pillar/solidfire_single.sls b/tests/pillar/solidfire_single.sls
new file mode 100644
index 0000000..a75d6f4
--- /dev/null
+++ b/tests/pillar/solidfire_single.sls
@@ -0,0 +1,25 @@
+cinder:
+ volume:
+ enabled: true
+ version: liberty
+ backend:
+ solidfire:
+ type_name: normal-storage
+ engine: solidfire
+ san_ip: 127.0.0.1
+ san_login: username
+ san_password: password
+ clustername: cluster1
+ sf_emulate_512: false
+ controller:
+ enabled: true
+ version: liberty
+ backend:
+ solidfire:
+ type_name: normal-storage
+ engine: solidfire
+ san_ip: 127.0.0.1
+ san_login: username
+ san_password: password
+ clustername: cluster1
+ sf_emulate_512: false
\ No newline at end of file
diff --git a/tests/pillar/storwize_single.sls b/tests/pillar/storwize_single.sls
new file mode 100644
index 0000000..96c6b6f
--- /dev/null
+++ b/tests/pillar/storwize_single.sls
@@ -0,0 +1,75 @@
+cinder:
+ volume:
+ enabled: true
+ version: liberty
+ backend:
+ 7k2_SAS:
+ engine: storwize
+ type_name: 7k2_SAS
+ host: 127.0.0.1
+ port: 22
+ user: username
+ password: password
+ connection: FC
+ multihost: true
+ multipath: true
+ pool: SAS7K2
+ 10k_SAS:
+ engine: storwize
+ type_name: 10k_SAS
+ host: 127.0.0.1
+ port: 22
+ user: username
+ password: password
+ connection: FC
+ multihost: true
+ multipath: true
+ pool: SAS10K
+ 15k_SAS:
+ engine: storwize
+ type_name: 15k_SAS
+ host: 127.0.0.1
+ port: 22
+ user: username
+ password: password
+ connection: FC
+ multihost: true
+ multipath: true
+ pool: SAS15K
+ controller:
+ enabled: true
+ version: liberty
+ backend:
+ 7k2_SAS:
+ engine: storwize
+ type_name: 7k2_SAS
+ host: 127.0.0.1
+ port: 22
+ user: username
+ password: password
+ connection: FC
+ multihost: true
+ multipath: true
+ pool: SAS7K2
+ 10k_SAS:
+ engine: storwize
+ type_name: 10k_SAS
+ host: 127.0.0.1
+ port: 22
+ user: username
+ password: password
+ connection: FC
+ multihost: true
+ multipath: true
+ pool: SAS10K
+ 15k_SAS:
+ engine: storwize
+ type_name: 15k_SAS
+ host: 127.0.0.1
+ port: 22
+ user: username
+ password: password
+ connection: FC
+ multihost: true
+ multipath: true
+ pool: SAS15K
\ No newline at end of file
diff --git a/tests/pillar/volume_single.sls b/tests/pillar/volume_single.sls
new file mode 100644
index 0000000..2c69443
--- /dev/null
+++ b/tests/pillar/volume_single.sls
@@ -0,0 +1,31 @@
+cinder:
+ volume:
+ enabled: true
+ version: liberty
+ osapi:
+ host: 127.0.0.1
+ database:
+ engine: mysql
+ host: 127.0.0.1
+ port: 3306
+ name: cinder
+ user: cinder
+ password: password
+ identity:
+ engine: keystone
+ host: 127.0.0.1
+ port: 35357
+ tenant: service
+ user: cinder
+ password: password
+ glance:
+ host: 127.0.0.1
+ port: 9292
+ message_queue:
+ engine: rabbitmq
+ host: 127.0.0.1
+ port: 5672
+ user: openstack
+ password: password
+ virtual_host: '/openstack'
+ ha_queues: true
\ No newline at end of file
diff --git a/tests/pillar/vsp_single.sls b/tests/pillar/vsp_single.sls
new file mode 100644
index 0000000..13450b4
--- /dev/null
+++ b/tests/pillar/vsp_single.sls
@@ -0,0 +1,19 @@
+cinder:
+ controller:
+ enabled: true
+ version: liberty
+ backend:
+ hus100_backend:
+ type_name: HUS100
+ backend: hus100_backend
+ engine: hitachi_vsp
+ connection: FC
+ volume:
+ enabled: true
+ version: liberty
+ backend:
+ hus100_backend:
+ type_name: HUS100
+ backend: hus100_backend
+ engine: hitachi_vsp
+ connection: FC
\ No newline at end of file