]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Change hardcoded oneiric to precise
authorDan Mick <dan.mick@inktank.com>
Fri, 1 Jun 2012 00:09:20 +0000 (17:09 -0700)
committerDan Mick <dan.mick@inktank.com>
Fri, 1 Jun 2012 00:09:20 +0000 (17:09 -0700)
Signed-off-by: Dan Mick <dan.mick@inktank.com>
teuthology/task/ceph.py
teuthology/task/kernel.py

index 04f321b08bea8aa60fdd3e7bc9b0c288bb1c6aa6..07ddd17a7ce8a47f027c1632e794ca524fad7b6d 100644 (file)
@@ -197,7 +197,7 @@ def binaries(ctx, config):
             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
@@ -963,7 +963,7 @@ def task(ctx, config):
     # 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'
index 41f954b94064a8b7d6dc1d45d200f593a6468206..ed190319ad43052bfcb0adf34219fc6378452e54 100644 (file)
@@ -150,7 +150,7 @@ def install_and_reboot(ctx, config):
             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(
@@ -313,7 +313,7 @@ def task(ctx, config):
             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))