Commit Graph

5 Commits

Author SHA1 Message Date
Paul Belanger 05d0984398 Move ansible dependencies into bindep.txt
We dont' want our roles managing ansible dependencies, that will be up
to the user.

Change-Id: I86de314b85c881b3abb7001bd34be8187ad7eddd
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-12-27 11:56:25 -05:00
Paul Belanger 58cb62813e Add support for fedora
Change-Id: Ide2f90f326c77fddbe8d49c682c5c03400cade45
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-12-26 20:54:28 -05:00
Paul Belanger 8073a27f75
Add openssl development headers for shade
Also fix bindep to properly install ansible.

Change-Id: I32c2895f7974a32a897347593832a2ff1de9ac2c
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-09-29 19:48:39 -04:00
Paul Belanger d93d1b0ff4
Remove epel-release / python-pip from role
These are dependencies our role requires. As such, they should be
installed by the user.

Change-Id: I71275b1de839834e9217534229b6e50aa66934bd
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-09-03 20:55:13 -04:00
Andreas Jaeger 4eb024a86c Move other-requirements.txt to bindep.txt
The default filename for documenting binary dependencies has been
changed from "other-requirements.txt" to "bindep.txt" with the release
of bindep 2.1.0. While the previous name is still supported, it will
be deprecated.

Move the file around to follow this change.

Note that this change is self-testing, the OpenStack CI infrastructure
will use a "bindep.txt" file to setup nodes for testing.

For more information about bindep, see also:
http://docs.openstack.org/infra/manual/drivers.html#package-requirements
http://docs.openstack.org/infra/bindep/

As well as this announcement:
http://lists.openstack.org/pipermail/openstack-dev/2016-August/101590.html

Change-Id: I9b93b0b1cedea1cbf107824a583bd66eee2f1ddd
2016-08-12 20:51:42 +02:00