tripleo-heat-templates/ci/common/ironic_standalone_post.yaml
Gabriele Cerami 51a1e981f2 Translating scenario012 to standalone
This change adds scenario012-standalone to the list of scenarios, copied
from the scenario012 multinode and translate for use with standalone
Scenario012 multinode was overriding the standard standalone-post
template, to run specific configuration commands to test ironic with
tempest, so a new post template was created, that includes both post
operations

Change-Id: I308f569f41fc1a1c18ad543cf23db4672a3b5eb9
2019-02-15 10:55:17 +00:00

18 lines
333 B
YAML

heat_template_version: rocky
parameters:
servers:
type: json
resources:
StandaloneStandardExtraConfigPost:
type: ../../extraconfig/post_deploy/standalone_post.yaml
properties:
servers: {get_param: servers}
IronicVBMCSetup:
type: vbmc_setup.yaml
properties:
servers: {get_param: servers}