Comment 22 for bug 1295732

Revision history for this message
stephen mulcahy (stephen-mulcahy) wrote :

[2014-03-27 11:43:44] Run comment : tripz400: clean run, using local pypi and apt mirrors and proxy
[2014-03-27 11:43:44] Total runtime: 4302 s
[2014-03-27 11:43:44] ramdisk : 333 s
[2014-03-27 11:43:44] seed : 1100 s
[2014-03-27 11:43:44] undercloud : 798 s
[2014-03-27 11:43:44] overcloud : 1787 s
[2014-03-27 11:43:44] DIB_COMMON_ELEMENTS=stackuser pypi -u --offline apt-sources apt-conf use-ephemeral use-ephemeral

[2014-03-27 12:18:22] Run comment :: tripz400: cached run, using local pypi and apt mirrors and proxy
[2014-03-27 12:18:22] Total runtime: 1976 s
[2014-03-27 12:18:22] ramdisk : 0 s
[2014-03-27 12:18:22] seed : 263 s
[2014-03-27 12:18:22] undercloud : 541 s
[2014-03-27 12:18:22] overcloud : 1161 s
[2014-03-27 12:18:22] DIB_COMMON_ELEMENTS=stackuser pypi -u --offline apt-sources apt-conf use-ephemeral use-ephemeral

Settings are as follows,

export http_proxy="..."
export https_proxy="..."
export no_proxy=localhost, ...
# -u to avoid compression, offline to avoid network hits
export DIB_COMMON_ELEMENTS="stackuser pypi -u --offline apt-sources apt-conf use-ephemeral"
export DIB_APT_SOURCES=${HOME}/local_sources.list
export DIB_APT_CONF=${HOME}/local_apt.conf
export PYPI_MIRROR_URL_1=...
# local wheel mirror
export PYPI_MIRROR_URL=${PYPI_MIRROR_URL_1}/Ubuntu-13.10/
# no pypi.python.org roundtrips
export DIB_NO_PYPI_PIP=1
# same arch as host machine, so the wheels in the mirror work, also bumping some related settings for 64-bit
export NODE_CPU=2 NODE_MEM=4096 NODE_DISK=40 NODE_ARCH=amd64
export NODE_DIST="ubuntu apt-conf apt-sources"
# for a faster virtual NIC (but see http://wiki.libvirt.org/page/PXE_boot_%28or_dhcp%29_on_guest_failed#iptables.2Fkernel_doesn.27t_support_CHECKSUM_mangling_rules)
export LIBVIRT_NIC_DRIVER=virtio