Merge pull request #12913 from zmc/wip-smoke-openstack

Add openstack requirements to smoke suite

Reviewed-by: Yuri Weinstein <yweins@redhat.com>
This commit is contained in:
Yuri Weinstein 2017-01-12 16:18:00 -08:00 committed by GitHub
commit 8bdbf88ad2
6 changed files with 21 additions and 5 deletions

View File

View File

@ -0,0 +1,8 @@
openstack:
- machine:
disk: 40 # GB
ram: 8000 # MB
cpus: 1
volumes: # attached to each instance
count: 3
size: 10 # GB

View File

View File

@ -0,0 +1,5 @@
roles:
- [mon.a, osd.0]
- [osd.1, osd.2]
- [mds.a, osd.3]
- [mon.b, client.0]

View File

@ -0,0 +1,8 @@
openstack:
- machine:
disk: 40 # GB
ram: 8000 # MB
cpus: 1
volumes: # attached to each instance
count: 3
size: 10 # GB

View File

@ -1,8 +1,3 @@
roles:
- [mon.a, osd.0]
- [osd.1, osd.2]
- [mds.a, osd.3]
- [mon.b, client.0]
tasks:
- ssh-keys:
- ceph-deploy: