redhat-openstack / tripleo-quickstart

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

Thinking about the tripleo-quickstart workflow #23

Closed larsks closed 8 years ago

larsks commented 8 years ago

I was thinking about workflow today and this, and in particular:

The stuff in green in that diagram should be runnable as a completely unprivileged user. Ideally, if you have a host that is already virt capable and a couple of configured bridges you could just run the playbooks against localhost with a local connection and end up with a fully deployed overcloud.

I am interested in opinions on the above, and in particular whether or not the provision role as described makes sense, and whether it needs an unprovision counterpart.

trown commented 8 years ago

This is great! I think the provision role as described makes sense, and does not need an unprovision role.

larsks commented 8 years ago

It got one anyway :). https://review.gerrithub.io/#/c/265712/15/playbooks/roles/provision/teardown/tasks/main.yml

larsks commented 8 years ago

This is resolved by https://review.gerrithub.io/#/c/265712/