diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-04-25 01:42:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-25 01:42:23 +0000 |
commit | b3f18aa549b518b3c66f858cb1619e813f23d585 (patch) | |
tree | 4e16761a3e8bc9363e6d0fcd6b667b5ebba2e366 /docs | |
parent | 0ef4566f3bf12969ff48818a6d312af838f60b41 (diff) |
Updated git submodules
Project: so master 8dd34be8135e0566d1713f2f1460e94c6c26e0b0
Merge "Create VF Module Error"
Create VF Module Error
There are multiple issues here.
1) The LCM healthcheck and config-scale-out should be made
conditional upon the VNF orchestration status being Active
or Activated. I'm not going to do that with this commit,
since the logic will probably need to be moved to the
DoCreateVfModule flow. What I will do is bypass the LCM
operations to unblock testing. Another ticket will need
to address the real solution.
2) APP-C gave us an API where the controller type is configured
in their client object, which is NOT what we wanted. As a
result, we have to keep a client object for each controller
type. Our implementation did not do this.
3) Need to support the APP-C client configuration properties
for specifying the SDN-C topic names. I'm refactoring the
APP-C client urn mapping names to make it clear that they
are for configuring the APP-C *client* and not necessarily
for APP-C itself.
Change-Id: I588f3b98b4ee44ba53b4931f9f1a7938ee70bebf
Issue-ID: SO-577
Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'docs')
m--------- | docs/submodules/so.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/so.git b/docs/submodules/so.git -Subproject a7705b66d4a5c8a52edfe7ea6b507c8bbdfd5e9 +Subproject 8dd34be8135e0566d1713f2f1460e94c6c26e0b |