openstack cookbooks currently use Berkshelf 2.x and we are
moving to 3.x. Berkshelf deprecated the "berks install --path" cli
in favor of "berks vendor <path>". While we transition all the
cookbooks, need to support both versions of Berkshelf.
Change-Id: I82a203fdb9b0c2ec47daefecb361d22aca306afb
Addresses: blueprint update-berkshelf
Since projects have their specs named inconsistently, let's
use the same design and naming as
http://docs.openstack.org/developer/openstack-projects.html
That way we have one level of consistency accross pages.
Also add infra-specs repo.
Change-Id: I92ae044ba0ce31e5aa7857b01d748ad17cb8c055
There is no need to build a fully operational image for testing
the overcloud in TripleO. A simple cirros image, with a smaller
memory and disk footprint and with no need to be built using dib
will accelerate the testing.
Change-Id: Iafac7ca4f18fd4734ae242242f73395ecbae80d6
HPCloud "deprecates" images and renames them. This appears to also
change the image uuid in the process. I have checked the image uuid
against
https://cloud-images.ubuntu.com/releases/streams/v1/com.ubuntu.cloud:released:hpcloud.json
and according to that file's gpg signature the uuid is correct.
Note I don't have a chain of trust to the signature used so can only
verify the signature not the signer. I also looked for checksums in
the signed json file but they don't seem to exist so I can only check
the uuid.
Go with the new 14.04.1 image which is current and not deprecated. We
problably want to confirm with ubuntu before we merge this change
though.
Change-Id: I979f1b90fa5dd4e5889b58539208303b78feb115
In order to be able to test mongodb's driver thoroughly, we need to run
marconi tests on a trusty box.
Change-Id: Ied18ea1206c72e131dc8507da2221b5fe06c3617
This patch fixes several nested bullets and other formatting problems
in the Requirements section of third_party.rst.
Change-Id: Ia071e87177b25f9b63cf185c932f0d29ebd3a475
glance.store should inherit the same acls from glanceclient instead of
Glance, the reason being this is a library and it requires the same push
access permissions as glanceclient.
Change-Id: I85a55d8f8341ed4d078b6959fb2be84a68591658