Revision 9f41ab1e

b/ci/ci_squeeze.conf
60 60
[Burnin]
61 61
# Maybe add some burnin options
62 62
# (e.g. tests to run/ignore, timeouts etc)
63
cmd_options = --images "name:.*" --flavors "name:C1R1...D5.*"
63
cmd_options = --images "name:.*" --flavors "name:C1R512D2file" --no-ipv6
64 64
# Kamaki version to be used (leave empty for default)
65 65
# In some cases there is the need for a specific version
66 66
# of kamaki to be used.
67
kamaki_version = 0.11next-1811-197b413
67
kamaki_version = 0.11next-1858-1d7368b
68 68

  
69 69

  
70 70
[Unit Tests]
b/ci/ci_wheezy.conf
60 60
[Burnin]
61 61
# Maybe add some burnin options
62 62
# (e.g. tests to run/ignore, timeouts etc)
63
cmd_options = --images "name:.*" --flavors "name:C1R1...D5.*"
63
cmd_options = --images "name:.*" --flavors "name:C1R512D2file" --no-ipv6
64 64
# Kamaki version to be used (leave empty for default)
65 65
# In some cases there is the need for a specific version
66 66
# of kamaki to be used.
67
kamaki_version = 0.11next-1811-197b413
67
kamaki_version = 0.11next-1858-1d7368b
68 68

  
69 69

  
70 70
[Unit Tests]
b/snf-deploy/snfdeploy/fabfile.py
1340 1340
    kamaki config set cloud.default.token {1}
1341 1341
    """.format(env.env.accounts.fqdn, user_auth_token)
1342 1342
    try_run(cmd)
1343
    try_run("kamaki file create images")
1343
    try_run("kamaki container create images")
1344 1344

  
1345 1345

  
1346 1346
@roles("client")

Also available in: Unified diff