redhat-openstack / tripleo-quickstart

Ansible roles for setting up TripleO virtual environments and building images
16 stars 15 forks source link

Add a ci test for teardown operations #30

Closed larsks closed 8 years ago

larsks commented 8 years ago

We're currently running teardown tasks against a "clean" system, so there's nothing to tear down. We should have job that:

larsks commented 8 years ago

If we add a teardown test, maybe we can remove some of the superfluous teardown roles from the minimal.yml playbook so that it's a little bit more of a useful example.

larsks commented 8 years ago

Can we feed one job the output of another jenkins job? That is, can we configure a teardown test that runs after one of the deploy gate tests and acts on that environment?

trown commented 8 years ago

I think we can track this as part of https://bugs.launchpad.net/tripleo-quickstart/+bug/1570289