42168c4acc
- Stop using Pacemaker in Ironic Standalone job - Remove Docker resource (and use Podman) - Add missing EndpointMap to ci/common/ironic_standalone_post.yaml Change-Id: Ie86e20c8a2219c3b96da9abdc35bf13cb539fce9
18 lines
364 B
YAML
18 lines
364 B
YAML
heat_template_version: rocky
|
|
|
|
parameters:
|
|
servers:
|
|
type: json
|
|
EndpointMap:
|
|
default: {}
|
|
description: Mapping of service endpoint -> protocol. Typically set
|
|
via parameter_defaults in the resource registry.
|
|
type: json
|
|
|
|
resources:
|
|
IronicVBMCSetup:
|
|
type: vbmc_setup.yaml
|
|
properties:
|
|
servers: {get_param: servers}
|
|
|