Hi Lukasz
For "But it means also that manual installation of helm chart by helm will 
never succeed and only k8s plugin can install such chart."
We are adding network operator in R5 to take away this restriction 
-Ritu

-----Original Message-----
From: [email protected] [mailto:[email protected]] On 
Behalf Of Lukasz Rajewski via Lists.Onap.Org
Sent: Wednesday, July 17, 2019 11:50 AM
To: Thamlur Raju <[email protected]>
Cc: [email protected]
Subject: Re: [onap-discuss] VNF Requirements - Any sample/reference 
implementation

Hi,

default installation of KUD has multus. If you use KUD  k8s cluster.
Regarding the helm chart it looks that k8splugin creates networks and only this 
patch is necessary.
https://gerrit.onap.org/r/#/c/multicloud/k8s/+/91559/

But it means also that manual installation of helm chart by helm will never 
succeed and only k8s plugin can install such chart.

Lukasz

Dn. 17 lip 2019 16:44, Thamlur Raju <[email protected]> napisał(-a):
Hi Lukasz,

We redistributed the service and tried the vf-module creation. But same error 
we are facing.

As well as, we tried to install the firewall directly through Helm install 
(like OOM), as shown in below.

Old charts:

root@onap-onap-tm5g-01-rancher:~/oom/kubernetes# helm install local/firewall 
--namespace onap --name vfirewall-only-helm
Error: validation failed: [unable to recognize "": no matches for kind 
"Network" in version "v1", unable to recognize "": no matches for kind 
"Network" in version "v1", unable to recognize "": no matches for kind 
"Network" in version "v1"]

Modified Charts:

root@onap-01-rancher:~/oom/kubernetes# helm install local/firewall --namespace 
onap --name vfirewall-only-helm
Error: validation failed: [unable to recognize "": no matches for kind 
"NetworkAttachmentDefinition" in version "k8s.cni.cncf.io/v1", unable to 
recognize "": no matches for kind "NetworkAttachmentDefinition" in version 
"k8s.cni.cncf.io/v1", unable to recognize "": no matches for kind 
"NetworkAttachmentDefinition" in version "k8s.cni.cncf.io/v1"]


1.       We have to install the OVNMultus network plugin (or) it will create?


Thanks & Regards,
Thamlur Raju

From: Rajewski Łukasz - Korpo <[email protected]>
Sent: Wednesday, July 17, 2019 1:10 PM
To: Thamlur Raju <[email protected]>
Cc: [email protected]
Subject: RE: [onap-discuss] VNF Requirements - Any sample/reference 
implementation

Regarding the logs try to execute this command on rancher.

kubectl logs -n onap `kubectl get pods -o go-template --template '{{range 
.items}}{{.metadata.name<https://ind01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmetadata.name%2F&data=02%7C01%7CTR00568434%40TechMahindra.com%7C927c2ebf3366478c84c808d70a8a2766%7Cedf442f5b9944c86a131b42b03a16c95%7C0%7C0%7C636989460822386509&sdata=fg6MBswCewBavigfmbEgpLaxp6PjEP8oko%2B06DOTq78%3D&reserved=0>}}{{"\n"}}{{end}}'
 | grep multicloud-k8s | head -1` -c multicloud-k8s

After the change of images you should redistribute the service from SDC.

Regards,

[Logo Orange]

Łukasz Rajewski, R&D Expert
Orange Labs Poland, Advanced Network Systems Agency
Mob.: +48 519 310 854
Orange Polska, Obrzeżna 7, 02-691 Warsaw 
www.orange.pl<https://ind01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.orange.pl%2F&data=02%7C01%7CTR00568434%40TechMahindra.com%7C927c2ebf3366478c84c808d70a8a2766%7Cedf442f5b9944c86a131b42b03a16c95%7C0%7C0%7C636989460822386509&sdata=BdVBAKFQKRFwwhdjzVjvvt3X0dx0mXedJfWvvZi1DpY%3D&reserved=0>



From: Thamlur Raju [mailto:[email protected]]
Sent: Wednesday, July 17, 2019 9:20 AM
To: Rajewski Łukasz - Korpo
Cc: [email protected]<mailto:[email protected]>
Subject: RE: [onap-discuss] VNF Requirements - Any sample/reference 
implementation

Hi Lukasz,

PFA for the Zip, it will contain environment file, base_dummy.yaml file, 
MANIFEST.json and the vfw_cloudtech_k8s_charts.tgz file.

If you extract the vfw_cloudtech_k8s_charts.tgz file, the contains are as 
follows,

[cid:[email protected]]
[cid:[email protected]]

Not able to find out the logs inside the k8s pod. But Connection-info, 
Definition and profiles are created, as shown in below

Profile:

curl -i 
http://node_ip:30280/api/multicloud-k8s/v1/v1/rb/definition/VfwK8s..Base_dummy..module-0/1/profile/profile_k8s

HTTP/1.1 200 OK
Server: openresty
Date: Wed, 17 Jul 2019 04:03:39 GMT
Content-Type: application/json
Content-Length: 178
Connection: keep-alive

{"rb-name":"VfwK8s..Base_dummy..module-0","rb-version":"1","profile-name":"profile_k8s","release-name":"profile_k8s","namespace":"default","kubernetes-version":"","labels":null}

Connection-info:

curl -i -X GET 
http://node_ip:30280/api/multicloud-k8s/v1/v1/connectivity-info/k8sregion

HTTP/1.1 200 OK
Server: openresty
Date: Wed, 17 Jul 2019 07:14:30 GMT
Content-Type: application/json
Transfer-Encoding: chunked
Connection: keep-alive

{"cloud-region":"k8sregion","cloud-owner":"k8scloudowner","kubeconfig":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VOM2FrTkRRV0Z4WjBGM1NVSkJaMGxDUVVSQlRrSm5hM0ZvYTJsSE9YY3dRa0
TMHRMUW89Cg==","other-connectivity-list":{}}


Thanks & Regads,
Thamlur Raju

From: Rajewski Łukasz - Korpo 
<[email protected]<mailto:[email protected]>>
Sent: Wednesday, July 17, 2019 12:01 PM
To: Thamlur Raju 
<[email protected]<mailto:[email protected]>>
Cc: [email protected]<mailto:[email protected]>
Subject: RE: [onap-discuss] VNF Requirements - Any sample/reference 
implementation

Hi Thamlur,

how looks your csar and tgz with helm chart? Can you post also logs of 
mumticloud-k8s container where API calls are registered?

Regards,

[Logo Orange]

Łukasz Rajewski, R&D Expert
Orange Labs Poland, Advanced Network Systems Agency
Mob.: +48 519 310 854
Orange Polska, Obrzeżna 7, 02-691 Warsaw 
www.orange.pl<https://ind01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.orange.pl%2F&data=02%7C01%7CTR00568434%40TechMahindra.com%7C927c2ebf3366478c84c808d70a8a2766%7Cedf442f5b9944c86a131b42b03a16c95%7C0%7C0%7C636989460822396504&sdata=YXeO6K7zhdY4y96n6oVJMb7SIkR3ycWM9PEgd4YHgzg%3D&reserved=0>

From: Thamlur Raju [mailto:[email protected]]
Sent: Tuesday, July 16, 2019 3:53 PM
To: Rajewski Łukasz - Korpo; 
[email protected]<mailto:[email protected]>
Subject: Re: [onap-discuss] VNF Requirements - Any sample/reference 
implementation

Hi Lukasz,

We are also trying to deploy the vFW use-case with Helm-charts. we also faced 
same issue(Error resolving helm charts: Downloading Definition: Get Resource 
Bundle definition content: Error finding objectID for tag content). We upgraded 
the Containers of k8s and framework-artifactbroker, as you suggested.
But still we are facing the same issue.

Please guide us.

Thanks & regards,
Thamlur Raju.
============================================================================================================================
 Disclaimer: This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at http://www.techmahindra.com/Disclaimer.html externally 
http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra. 
============================================================================================================================




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#18154): https://lists.onap.org/g/onap-discuss/message/18154
Mute This Topic: https://lists.onap.org/mt/32004114/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to