diff options
author | Ritu Sood <Ritu.Sood@intel.com> | 2020-07-17 23:34:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-07-17 23:34:28 +0000 |
commit | 1e6e473f20fd4a5b87115120344fa4e7363b8a76 (patch) | |
tree | 63e7f2a3107d806efc49e993b48339238fdbb09e /src/orchestrator/pkg/module/instantiation.go | |
parent | 38d8eead7c9a62cc25feaccb3cf1f241c3b96967 (diff) | |
parent | 97c6ca4bfdfa4f5e367649ebf6a4e2c583e2cb78 (diff) |
Merge "Move status tracking CR to rsync"
Diffstat (limited to 'src/orchestrator/pkg/module/instantiation.go')
-rw-r--r-- | src/orchestrator/pkg/module/instantiation.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/orchestrator/pkg/module/instantiation.go b/src/orchestrator/pkg/module/instantiation.go index 1f2e1117..f4e75861 100644 --- a/src/orchestrator/pkg/module/instantiation.go +++ b/src/orchestrator/pkg/module/instantiation.go @@ -246,12 +246,6 @@ func (c InstantiationClient) Instantiate(p string, ca string, v string, di strin return pkgerrors.Wrapf(err, "Unable to get the resources for app :: %s", eachApp.Metadata.Name) } - statusResource, err := getStatusResource(ctxval.(string), eachApp.Metadata.Name) - if err != nil { - return pkgerrors.Wrapf(err, "Unable to generate the status resource for app :: %s", eachApp.Metadata.Name) - } - resources = append(resources, statusResource) - specData, err := NewAppIntentClient().GetAllIntentsByApp(eachApp.Metadata.Name, p, ca, v, gIntent) if err != nil { return pkgerrors.Wrap(err, "Unable to get the intents for app") |