diff options
author | Hong Guan <hg4105@att.com> | 2018-05-18 08:19:10 -0400 |
---|---|---|
committer | Hong Guan <hg4105@att.com> | 2018-05-18 08:20:01 -0400 |
commit | c6fdd53459c6422bef05492e292f337989a3e200 (patch) | |
tree | 9af902c4b794a594e4857125fe128e2fda6757f4 /TOSCA/Helm | |
parent | 2dc8dad2f91485a44218a37f331bc4d8aa1bacd2 (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/Helm')
-rw-r--r-- | TOSCA/Helm/onap-blueprint.yaml | 10 |
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 |