summaryrefslogtreecommitdiffstats
path: root/blueprints/DockerBP.yaml-template
diff options
context:
space:
mode:
authorAndrew Gauld <ag1282@att.com>2017-10-11 10:30:51 -0400
committerAndrew Gauld <ag1282@att.com>2017-10-11 10:41:50 -0400
commite9c685604f49777dbef37d255bd6140e12319131 (patch)
treeffd680432aefc3c9b103b31a7480b93300cc27cb /blueprints/DockerBP.yaml-template
parent40829e6dd003876d582610c77905f9690063912f (diff)
Fix node type names and remove refs to "fake"
Change-Id: I7ebc4bc467d1df78dbfb8e4d3a5403331aa737fb Issue-Id: DCAEGEN2-149 Signed-off-by: Andrew Gauld <ag1282@att.com>
Diffstat (limited to 'blueprints/DockerBP.yaml-template')
-rw-r--r--blueprints/DockerBP.yaml-template6
1 files changed, 1 insertions, 5 deletions
diff --git a/blueprints/DockerBP.yaml-template b/blueprints/DockerBP.yaml-template
index 000fe58..53aa04b 100644
--- a/blueprints/DockerBP.yaml-template
+++ b/blueprints/DockerBP.yaml-template
@@ -56,9 +56,6 @@ inputs:
private_net:
type: string
openstack: {}
- fake_designate:
- type: string
- default: ''
keypair:
type: string
location_prefix:
@@ -233,10 +230,9 @@ node_templates:
args:
floating_network_name: { get_input: public_net }
dns_dokr00:
- type: dcae.nodes.dns.arecord
+ type: ccsdk.nodes.dns.arecord
properties:
fqdn: { concat: [ { get_input: location_prefix }, { get_input: node_name }, '.', { get_input: location_domain } ] }
- fakeurl: { get_input: fake_designate }
openstack: *open_conf
interfaces:
cloudify.interfaces.lifecycle: