51a1e981f2
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
18 lines
333 B
YAML
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}
|
|
|