aboutsummaryrefslogtreecommitdiffstats
path: root/TOSCA
diff options
context:
space:
mode:
authorHong Guan <hg4105@att.com>2018-05-18 08:19:10 -0400
committerHong Guan <hg4105@att.com>2018-05-18 08:20:01 -0400
commitc6fdd53459c6422bef05492e292f337989a3e200 (patch)
tree9af902c4b794a594e4857125fe128e2fda6757f4 /TOSCA
parent2dc8dad2f91485a44218a37f331bc4d8aa1bacd2 (diff)
Add External Interface NBI project into OOM TOSCA
Change-Id: Iecdc9916014fa08147b3d592557806f24bc7c0b2 Issue-ID: OOM-1099 Signed-off-by: Hong Guan <hg4105@att.com>
Diffstat (limited to 'TOSCA')
-rw-r--r--TOSCA/Helm/onap-blueprint.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/TOSCA/Helm/onap-blueprint.yaml b/TOSCA/Helm/onap-blueprint.yaml
index 3ac76fa8b1..c5b699b5be 100644
--- a/TOSCA/Helm/onap-blueprint.yaml
+++ b/TOSCA/Helm/onap-blueprint.yaml
@@ -347,3 +347,13 @@ node_templates:
relationships:
- type: cloudify.relationships.connected_to
target: k8s_env
+
+ nbi:
+ type: cloudify.nodes.Helm
+ properties:
+ args:
+ - { get_input: namespace }
+ - nbi
+ relationships:
+ - type: cloudify.relationships.connected_to
+ target: k8s_env \ No newline at end of file