redhat-openstack / tripleo-quickstart

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

We should use the `package` module consistently #20

Closed larsks closed 8 years ago

larsks commented 8 years ago

In order to make #15 not completely crazy we need to use the package module exclusively for package installation. We're still using yum in a few places (we're using both in the same role in at least one place).

trown commented 8 years ago

With the split out of image building I think cross-distro support is more about distros creating an image that would work with tripleo-quickstart. I think we do not have any distro specific things in the image consumption, but if so we can open new launchpad bugs for that.