Merge "Better apt-sources docs."

This commit is contained in:
Jenkins 2014-03-13 15:13:34 +00:00 committed by Gerrit Code Review
commit c9282cf2ee

View File

@ -1,15 +1,16 @@
Override the default sources.list # Override the default sources.list
For Ubuntu OS, if your network connection is slow for the default sources.list, For APT based systems, if your network connection is slow for the default
you can define DIB_APT_SOURCES with your favorite sources.list to override it, sources.list in the upstream cloud image, you can define `DIB_APT_SOURCES` with
before running devtest.sh. your favorite sources.list to override it, before running devtest.sh.
The new sources.list will take effect at build time and run time. The new sources.list will take effect at build time and run time.
If you want to use this element in tripleo project, set NODE_DIST or If you want to use this element with tripleo-incubator scripts, set `NODE_DIST`
EXTRA_ELEMENTS / UNDERCLOUD_DIB_EXTRA_ARGS / OVERCLOUD_DIB_EXTRA_ARGS / `SEED_DIB_EXTRA_ARGS` / `UNDERCLOUD_DIB_EXTRA_ARGS` /
to make it take effect at build time and run time. `OVERCLOUD_CONTROL_DIB_EXTRA_ARGS` / `OVERCLOUD_COMPUTE_DIB_EXTRA_ARGS` to make
it take effect at the appropriate time.
e.g. before running devtest.sh: For instance, before running devtest.sh:
export DIB_APT_SOURCES=/etc/apt/sources.list export `DIB_APT_SOURCES`=/etc/apt/sources.list
export NODE_DIST="ubuntu apt-sources" export `NODE_DIST`="ubuntu apt-sources"