Signed-off-by: Dan Mick <dan.mick@inktank.com>
sha1=config.get('sha1'),
flavor=config.get('flavor'),
format=config.get('format'),
- dist=config.get('dist'),
+ dist=dist,
arch=config.get('arch'),
)
ctx.summary['ceph-sha1'] = sha1
# match is not found, the teuthology run fails. This is ugly,
# and should be cleaned up at some point.
- dist = 'oneiric'
+ dist = 'precise'
format = 'tarball'
arch = 'x86_64'
flavor = 'basic'
format='deb',
flavor='basic',
arch='x86_64',
- dist='oneiric',
+ dist='precise',
)
log.info('fetching kernel from {url}'.format(url=deb_url))
proc = role_remote.run(
sha1=role_config.get('sha1'),
flavor='basic',
format='deb',
- dist='oneiric',
+ dist='precise',
arch='x86_64',
)
log.debug('sha1 for {role} is {sha1}'.format(role=role, sha1=sha1))