Commit 54352efc authored by Rafael Monnerat's avatar Rafael Monnerat

kvm: use same section name as slaprunner, for the tests.

parent 321235d2
......@@ -15,9 +15,6 @@ extends =
# stacks are listed from most generic to most specific,
# to avoid versioning issues
common-parts =
template
eggs
......@@ -92,7 +89,7 @@ command =
[template]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg.in
md5sum = 733ee7530831229aeee0aeb3460ab2ee
md5sum = 721d3d665d6340e1e0cd1eb3e8cac6bc
output = ${buildout:directory}/template.cfg
mode = 0644
......@@ -155,7 +152,7 @@ recipe = hexagonit.recipe.download
ignore-existing = true
url = ${:_profile_base_location_}/instance-kvm-export.cfg.jinja2
mode = 644
md5sum = c2ab8a5ff9d8cd351682382ea06b3328
md5sum = c2ab8a5ff9d8cd351682382ea06b3328
download-only = true
on-update = true
......
[buildout]
parts =
switch-softwaretype
switch_softwaretype
eggs-directory = ${buildout:eggs-directory}
develop-eggs-directory = ${buildout:develop-eggs-directory}
extends = ${template-resilient-templates:output}
[switch-softwaretype]
[switch_softwaretype]
recipe = slapos.cookbook:softwaretype
default = $${:kvm}
kvm-cluster = $${dynamic-template-kvm-cluster:rendered}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment