Commit Graph

7 Commits

Author SHA1 Message Date
John L. Villalovos 14e7cb3eb2 Update doc to have 'debootstrap' dep and describe minimal
Update the doc, that explains how to use disk-image-builder to create an
image, to have an additional dependency on 'debootstrap'

Also remove DISTRO= line from example as it was confusing and would make
people not build the ubuntu-minimal image.

Add a little info on the -minimal build types.

Change-Id: I8a7393a9c71ef503a730e4442941996eab43da6b
2016-10-12 19:27:05 -07:00
Jeremy Stanley 1023e20f41 Determine CentOS 6 platform in cache-devstack
The centos element (which is CentOS 6.x specific) doesn't provide
DIB_RELEASE so we have to identify it another way.

Change-Id: Ibf3b25b99f03c6077538dec6c3770dc0f690e3f5
2015-05-01 20:57:05 +00:00
Ramy Asselin 0d5c572d52 Update dib script usage
Update manual dib mounting instructions to match changes made in the
tools/mount-image.sh script (I0deba1907f390f0d308ae6c8ed5448afbbf7688a)
and add a reference to the script itself in the documentation.

Change-Id: Ic72bf05f21cecb8bdff36956f3635c2f504c4dff
2015-03-10 15:58:32 -07:00
Ramy Asselin 2433522020 DIB project-config scripts requires DIB_RELEASE
Also add a helpful hint to run in offline mode to speed things up
while debugging.

Change-Id: I4727ff8f0199b4b190339409f8417566286d944e
2015-03-05 17:53:29 -08:00
James Polley aeadb73010 Always use sudo -H when pip installing
Recent versions of pip will create ~/.cache if it doesn't already exist.

If this happens while running "sudo pip" the resulting dir will be owned
by root and 700 - which breaks anything else on the system that wants to
use ~/.cache

I *think* this finds all instances of "sudo pip" in this repo and fixes
them to use -H. This should mean they always run in the right ~

Change-Id: I47ddb3b591df6ac2100f09b38c9b8a03cb1ba1ff
closes-bug: #1405732
2014-12-26 10:41:58 +01:00
Ian Wienand f5c3bd5dad Initial centos7 support for build-image.sh
Add some filtering to 55-cache-devsatck-repos to handle centos7, which
actually gets setup with a DISTRO_NAME of rhel7 in devstack

Update the readme file to highlight the options for building other
images.

"DISTRO=centos7 ./tools/build-image.sh" creates a workable centos7
qcow image with this change and a d-i-b that includes
Ie24033468b78587ea87188ee1b843b26895798ff

Change-Id: Ida38cba0a303ab77432d5d354f1952e00ebfa00e
2014-10-07 10:21:00 -07:00
Anita Kuno 1d21cd635f Reorganizes project-config
This repo was created from filter branching the openstack-infra/
config repo. This process brought a lot of cruft with it in the
form of directories that we no longer need. This patch removes
that cruft so we begin with a tidier repo.

Change-Id: Ibffad1b11c0c5f84eedfb0365369f60c4961a0f3
2014-09-25 11:41:04 -04:00