tripleo-heat-templates/ironic-source.yaml
Dan Prince dbda731e48 Name the undercloud resources with 'undercloud'.
Using notcompute for the undercloud resources is a bit confusing
so lets rename them accordingly. This change shouldn't effect
the devtest scripts or toci because we don't pass a parameter
in for the undercloud.

Change-Id: I33c28a3554fe117c5a0a6e641ea277f7a95f2b35
2013-11-26 08:58:42 -05:00

15 lines
428 B
YAML

Description: 'Ironic: Bare Metal provisioning, API and Conductor services.'
Parameters:
IronicPassword:
Type: String
Description: Ironic password for keystone access
NoEcho: true
Resources:
ironic:
Type: AWS::AutoScaling::LaunchConfiguration
Metadata:
OpenStack::Role: undercloudConfig
ironic:
db: mysql://ironic:unset@localhost/ironic
service-password: {Ref: IronicPassword}