Comment 23 for bug 1295732

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

./devtest.sh --trash-my-machine

[2014-03-27 18:04:26] Run comment : tripz400: clean run, using local pypi and apt mirrors and proxy, performance settings and smaller NODE_ settings
[2014-03-27 18:04:26] Total runtime: 3677 s
[2014-03-27 18:04:26] ramdisk : 97 s
[2014-03-27 18:04:26] seed : 892 s
[2014-03-27 18:04:26] undercloud : 841 s
[2014-03-27 18:04:26] overcloud : 1819 s
[2014-03-27 18:04:26] DIB_COMMON_ELEMENTS=stackuser pypi -u --offline apt-sources apt-conf use-ephemeral use-ephemeral

./devtest.sh --trash-my-machine -c

[2014-03-27 18:49:26] Run comment : tripz400: clean run, using local pypi and apt mirrors and proxy, performance settings and smaller NODE_ settings
[2014-03-27 18:49:26] Total runtime: 2007 s
[2014-03-27 18:49:26] ramdisk : 0 s
[2014-03-27 18:49:26] seed : 266 s
[2014-03-27 18:49:26] undercloud : 553 s
[2014-03-27 18:49:26] overcloud : 1179 s
[2014-03-27 18:49:26] 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=1 NODE_MEM=2048 NODE_DISK=30 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