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 = ...@@ -15,9 +15,6 @@ extends =
# stacks are listed from most generic to most specific, # stacks are listed from most generic to most specific,
# to avoid versioning issues # to avoid versioning issues
common-parts = common-parts =
template template
eggs eggs
...@@ -92,7 +89,7 @@ command = ...@@ -92,7 +89,7 @@ command =
[template] [template]
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg.in url = ${:_profile_base_location_}/instance.cfg.in
md5sum = 733ee7530831229aeee0aeb3460ab2ee md5sum = 721d3d665d6340e1e0cd1eb3e8cac6bc
output = ${buildout:directory}/template.cfg output = ${buildout:directory}/template.cfg
mode = 0644 mode = 0644
...@@ -155,7 +152,7 @@ recipe = hexagonit.recipe.download ...@@ -155,7 +152,7 @@ recipe = hexagonit.recipe.download
ignore-existing = true ignore-existing = true
url = ${:_profile_base_location_}/instance-kvm-export.cfg.jinja2 url = ${:_profile_base_location_}/instance-kvm-export.cfg.jinja2
mode = 644 mode = 644
md5sum = c2ab8a5ff9d8cd351682382ea06b3328 md5sum = c2ab8a5ff9d8cd351682382ea06b3328
download-only = true download-only = true
on-update = true on-update = true
......
[buildout] [buildout]
parts = parts =
switch-softwaretype switch_softwaretype
eggs-directory = ${buildout:eggs-directory} eggs-directory = ${buildout:eggs-directory}
develop-eggs-directory = ${buildout:develop-eggs-directory} develop-eggs-directory = ${buildout:develop-eggs-directory}
extends = ${template-resilient-templates:output} extends = ${template-resilient-templates:output}
[switch-softwaretype] [switch_softwaretype]
recipe = slapos.cookbook:softwaretype recipe = slapos.cookbook:softwaretype
default = $${:kvm} default = $${:kvm}
kvm-cluster = $${dynamic-template-kvm-cluster:rendered} 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