Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

2018-12-05 Thread Gopigiri, Sirisha via Lists.Onap.Org
Hi Brian,

Thank you for the inputs. Yes I have done rm -rf /dockerdata-nfs/dev-so
while doing a redeploy.

But my concern is in a fresh installation of ONAP on newly configured
kubernetes hosts also I am facing the issue with SO pods if I use 1.3.5
images. The pods don't come up untill the mariadb database is populated
with the corresponding table.

Best Regards
Sirisha Gopigiri


On Wed, Dec 5, 2018 at 11:21 PM FREEMAN, BRIAN D  wrote:

>
> https://onap.readthedocs.io/en/casablanca/submodules/integration.git/docs/onap-oom-heat.html#deploying-an-updated-docker-manifest
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__onap.readthedocs.io_en_casablanca_submodules_integration.git_docs_onap-2Doom-2Dheat.html-23deploying-2Dan-2Dupdated-2Ddocker-2Dmanifest=DwMGaQ=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ=5PWCtn_zD8jT6xuuwP7DpGwXiA7-u1RBXx8E9Vrv2NI=yyfOTeThV0LXwatbe8EclssztwvOtXUsiav8kMBjew4=eTbpq5izrmM-ITJFlaCCQxjtbKKnhOE9BCgOqRdJJzM=>
>
>
>
> Is a pointer to documentation on the manifest update.
>
>
>
> Brian
>
>
>
>
>
> *From:* FREEMAN, BRIAN D
> *Sent:* Wednesday, December 05, 2018 11:49 AM
> *To:* onap-discuss@lists.onap.org; sirisha.gopig...@verizon.com; Marcus G
> K Williams 
> *Subject:* RE: [onap-discuss] [E][onap-discuss][SO]Configuring SO with
> multi-VIM
>
>
>
> Did you rm the dev-so directory on dockerdata-nfs on the re-deploy.
>
>
>
> Typically in integration we no longer use the enable/disable approach to
> redeploy.
>
>
>
> https://wiki.onap.org/pages/viewpage.action?pageId=29787124
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_pages_viewpage.action-3FpageId-3D29787124=DwMGaQ=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ=5PWCtn_zD8jT6xuuwP7DpGwXiA7-u1RBXx8E9Vrv2NI=yyfOTeThV0LXwatbe8EclssztwvOtXUsiav8kMBjew4=B1XCt_o7ylUw8Vc9KhBFPMDLFnhdZzE-959cNCF_s3I=>
>
>
>
>
>
>1. Helm del dev-so –purge
>2. Kubectl -n onap get pods  till all gone
>3. Kubeclt -n onap get pvc /pv /secrets and clean up as needed
>4. Rm dev-so and subtending directory on /dockerdata-nfs (this is
>wwhere the so mariadb is located)
>5. Edit your helm charts and or integration-override.yaml
>   1. Image version should match docker-manifest.csv or
>   docker-manifest-staging.csv depending on what you are trying to test.
>   2. Integration script update-oom-image-versions.sh will do that for
>   you automatically if you run it
>
> i.
> ~/integration/version-manifest/src/main/scripts
>
>1. if you edited / upated helm charts:
>
> i. make so
>
>ii. make onap
>
>1. helm deploy dev local/onap -f /root/oom/kubernetes/onap/resources
>/environments/public-cloud.yaml -f /root/integration-override.yaml
>--namespace onap  --verbose
>
>
>
> This should deploy dev-so and keep your current PODs / containers.
>
>
>
>
>
> Brian
>
>
>
> *From:* onap-discuss@lists.onap.org  *On
> Behalf Of *Gopigiri, Sirisha via Lists.Onap.Org
> *Sent:* Wednesday, December 05, 2018 11:02 AM
> *To:* Marcus G K Williams ;
> onap-discuss@lists.onap.org
> *Subject:* Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with
> multi-VIM
>
>
>
> Hi Marcus,
>
> I did a redeploy by setting so to false in onap/values.yaml and changing
> the images and then enabled so. I also tried with the fresh installation of
> complete ONAP by changing the SO images in OOM prior to deployment. But
> still I was facing the same issue, that is the three pods didn't come up.
>
> After creating the table that you pointed out in mariadb pod only the
> catalog-db-adapter and openstack-adapter pods came up, however the
> vfc-adapter pod didn't come up.
>
> When I tried instantiating the vf-module I got "template type not
> supported error". Please find the logs attached.
>
> Could you please let me know what configuration am I missing here?
>
> Thank you
>
> Best Regards
> Sirisha Gopigiri
>
> 
>

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

View/Reply Online (#14297): https://lists.onap.org/g/onap-discuss/message/14297
Mute This Topic: https://lists.onap.org/mt/28238442/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

2018-12-05 Thread Brian
https://onap.readthedocs.io/en/casablanca/submodules/integration.git/docs/onap-oom-heat.html#deploying-an-updated-docker-manifest

Is a pointer to documentation on the manifest update.

Brian


From: FREEMAN, BRIAN D
Sent: Wednesday, December 05, 2018 11:49 AM
To: onap-discuss@lists.onap.org; sirisha.gopig...@verizon.com; Marcus G K 
Williams 
Subject: RE: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

Did you rm the dev-so directory on dockerdata-nfs on the re-deploy.

Typically in integration we no longer use the enable/disable approach to 
redeploy.

https://wiki.onap.org/pages/viewpage.action?pageId=29787124



  1.  Helm del dev-so –purge
  2.  Kubectl -n onap get pods  till all gone
  3.  Kubeclt -n onap get pvc /pv /secrets and clean up as needed
  4.  Rm dev-so and subtending directory on /dockerdata-nfs (this is wwhere the 
so mariadb is located)
  5.  Edit your helm charts and or integration-override.yaml
 *   Image version should match docker-manifest.csv or 
docker-manifest-staging.csv depending on what you are trying to test.
 *   Integration script update-oom-image-versions.sh will do that for you 
automatically if you run it

i. 
~/integration/version-manifest/src/main/scripts

 *   if you edited / upated helm charts:

i. make so

   ii. make onap

  1.  helm deploy dev local/onap -f 
/root/oom/kubernetes/onap/resources/environments/public-cloud.yaml -f 
/root/integration-override.yaml --namespace onap  --verbose

This should deploy dev-so and keep your current PODs / containers.


Brian

From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
mailto:onap-discuss@lists.onap.org>> On Behalf Of 
Gopigiri, Sirisha via Lists.Onap.Org
Sent: Wednesday, December 05, 2018 11:02 AM
To: Marcus G K Williams 
mailto:marcus.willi...@intel.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

Hi Marcus,

I did a redeploy by setting so to false in onap/values.yaml and changing the 
images and then enabled so. I also tried with the fresh installation of 
complete ONAP by changing the SO images in OOM prior to deployment. But still I 
was facing the same issue, that is the three pods didn't come up.

After creating the table that you pointed out in mariadb pod only the 
catalog-db-adapter and openstack-adapter pods came up, however the vfc-adapter 
pod didn't come up.

When I tried instantiating the vf-module I got "template type not supported 
error". Please find the logs attached.

Could you please let me know what configuration am I missing here?

Thank you

Best Regards
Sirisha Gopigiri


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

View/Reply Online (#14292): https://lists.onap.org/g/onap-discuss/message/14292
Mute This Topic: https://lists.onap.org/mt/28238442/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

2018-12-05 Thread Brian
Did you rm the dev-so directory on dockerdata-nfs on the re-deploy.

Typically in integration we no longer use the enable/disable approach to 
redeploy.

https://wiki.onap.org/pages/viewpage.action?pageId=29787124



  1.  Helm del dev-so –purge
  2.  Kubectl -n onap get pods  till all gone
  3.  Kubeclt -n onap get pvc /pv /secrets and clean up as needed
  4.  Rm dev-so and subtending directory on /dockerdata-nfs (this is wwhere the 
so mariadb is located)
  5.  Edit your helm charts and or integration-override.yaml
 *   Image version should match docker-manifest.csv or 
docker-manifest-staging.csv depending on what you are trying to test.
 *   Integration script update-oom-image-versions.sh will do that for you 
automatically if you run it

i. 
~/integration/version-manifest/src/main/scripts

 *   if you edited / upated helm charts:

i. make so

   ii. make onap

  1.  helm deploy dev local/onap -f 
/root/oom/kubernetes/onap/resources/environments/public-cloud.yaml -f 
/root/integration-override.yaml --namespace onap  --verbose

This should deploy dev-so and keep your current PODs / containers.


Brian

From: onap-discuss@lists.onap.org  On Behalf Of 
Gopigiri, Sirisha via Lists.Onap.Org
Sent: Wednesday, December 05, 2018 11:02 AM
To: Marcus G K Williams ; onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

Hi Marcus,

I did a redeploy by setting so to false in onap/values.yaml and changing the 
images and then enabled so. I also tried with the fresh installation of 
complete ONAP by changing the SO images in OOM prior to deployment. But still I 
was facing the same issue, that is the three pods didn't come up.

After creating the table that you pointed out in mariadb pod only the 
catalog-db-adapter and openstack-adapter pods came up, however the vfc-adapter 
pod didn't come up.

When I tried instantiating the vf-module I got "template type not supported 
error". Please find the logs attached.

Could you please let me know what configuration am I missing here?

Thank you

Best Regards
Sirisha Gopigiri


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

View/Reply Online (#14288): https://lists.onap.org/g/onap-discuss/message/14288
Mute This Topic: https://lists.onap.org/mt/28238442/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

2018-12-04 Thread Marcus G K Williams
Hi Sirisha,

How did you bring up the new containers? If you didn’t do a redeploy, you 
probably need to run the sql script below or manually insert into the database 
using sql statements in the script.

Based on your logs, it looks like this sql setup script has not run or is not 
working:
https://gerrit.onap.org/r/gitweb?p=so.git;a=blob;f=adapters/mso-catalog-db-adapter/src/main/resources/db/migration/v4.21_AddHomingTables.sql;h=a2ebe04ed8cf9a3a802feb91655923d67a2ff543;hb=acaa66a1628f4bd85c06cb8d5c4b94255490e0cc

The other pods are likely dependent on catalog-db-adapter pod.

Thanks,

Marcus Williams
IRC, Twitter, etc. @ mgkwill
Intel Corp.

From: Gopigiri, Sirisha [mailto:sirisha.gopig...@verizon.com]
Sent: Tuesday, December 4, 2018 1:43 AM
To: Williams, Marcus 
Cc: onap-discuss@lists.onap.org; Multanen, Eric W ; 
bin.y...@windriver.com; seshu.kuma...@huawei.com; multa...@mr1.wrs.com
Subject: Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

Dear SO Team,

I am trying to bringup SO using 1.3.5 images, but I could see that the 
openstack-adapter, vfc-adapter and catalog-db-adapter pods are not coming up 
and are stuck in crashloopback.

There are some java exceptions and database errors. Attached the log file.

I am using mariadb:10.1.11 and gerrit branch 3.0.0-ONAP.

Am I missing any configuration?

Thank you

Best Regards
Sirisha Gopigiri


On Mon, Dec 3, 2018 at 10:43 PM Williams, Marcus 
mailto:marcus.willi...@intel.com>> wrote:
Hi Sirisha,

1.3.5 images are available, but in the future please look at 
https://nexus3.onap.org/#browse/browse:docker.release<https://urldefense.proofpoint.com/v2/url?u=https-3A__nexus3.onap.org_-23browse_browse-3Adocker.release=DwMGaQ=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ=5PWCtn_zD8jT6xuuwP7DpGwXiA7-u1RBXx8E9Vrv2NI=M4-_d3XonQmRA1QiQxLhs02dyhutYKFldxV0jIkgfis=xkPh2DckbHNUqg_csgQR0EIBDleks9uKmfOkRfso1fk=>
 for release images availability.

Thanks,

Marcus Williams
IRC, Twitter, etc. @ mgkwill
Intel Corp.

From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
[mailto:onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>] On 
Behalf Of Gopigiri, Sirisha via Lists.Onap.Org<http://Lists.Onap.Org>
Sent: Monday, December 3, 2018 4:18 AM
To: Multanen, Eric W 
mailto:eric.w.multa...@intel.com>>
Cc: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>; 
bin.y...@windriver.com<mailto:bin.y...@windriver.com>; 
seshu.kuma...@huawei.com<mailto:seshu.kuma...@huawei.com>; 
multa...@mr1.wrs.com<mailto:multa...@mr1.wrs.com>
Subject: Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

Hi Eric,

Thank you for the update. Please let me know, when the SO images are available, 
so that I could test them.

Thank you

Best Regards
Sirisha Gopigiri


On Fri, Nov 30, 2018 at 12:43 PM Multanen, Eric W 
mailto:eric.w.multa...@intel.com>> wrote:
I believe these will be fixed in 1.3.5 SO images (which  may not be ready yet – 
but should be soon).   Some fixes for oof_directive handling were just merged 
today.

From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
[mailto:onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>] On 
Behalf Of Yang Bin
Sent: Thursday, November 29, 2018 10:31 PM
To: seshu.kuma...@huawei.com<mailto:seshu.kuma...@huawei.com>; 
sirisha.gopig...@verizon.com<mailto:sirisha.gopig...@verizon.com>; 
multa...@mr1.windriver.com<mailto:multa...@mr1.windriver.com> 
mailto:multa...@mr1.wrs.com>>; Multanen, Eric W 
mailto:eric.w.multa...@intel.com>>
Cc: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

Hi Seshu, Eric,

The attached log indicate there is unexpected header along with the request to 
multicloud: “Request Headers: {Authorization=[Basic YnBlbDpwYXNzd29yZDEk],”

I believe this has been fixed , correct? Would it be enough to update the 
version of certain SO service to fix this issue?

Best Regards,
Bin Yang,Solution Engineering Team,Wind River
ONAP Multi-VIM/Cloud PTL
Direct +86,10,84777126Mobile +86,13811391682Fax +86,10,64398189
Skype: yangbincs993

From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Gopigiri, Sirisha via 
Lists.Onap.Org<https://urldefense.proofpoint.com/v2/url?u=http-3A__Lists.Onap.Org=DwMGaQ=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ=5PWCtn_zD8jT6xuuwP7DpGwXiA7-u1RBXx8E9Vrv2NI=M4-_d3XonQmRA1QiQxLhs02dyhutYKFldxV0jIkgfis=JoLxHjgJVjc1LzCSG6ltbR683oPakT_qdadf3eATXj8=>
Sent: Friday, November 30, 2018 1:08 PM
To: multa...@mr1.windriver.com<mailto:multa...@mr1.windriver.com>; Eric W; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

Dear SO Te

Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

2018-12-04 Thread Gopigiri, Sirisha via Lists.Onap.Org
Dear SO Team,

I am trying to bringup SO using 1.3.5 images, but I could see that the
openstack-adapter, vfc-adapter and catalog-db-adapter pods are not coming
up and are stuck in crashloopback.

There are some java exceptions and database errors. Attached the log file.

I am using mariadb:10.1.11 and gerrit branch 3.0.0-ONAP.

Am I missing any configuration?

Thank you

Best Regards
Sirisha Gopigiri


On Mon, Dec 3, 2018 at 10:43 PM Williams, Marcus 
wrote:

> Hi Sirisha,
>
>
>
> 1.3.5 images are available, but in the future please look at
> https://nexus3.onap.org/#browse/browse:docker.release
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__nexus3.onap.org_-23browse_browse-3Adocker.release=DwMGaQ=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ=5PWCtn_zD8jT6xuuwP7DpGwXiA7-u1RBXx8E9Vrv2NI=M4-_d3XonQmRA1QiQxLhs02dyhutYKFldxV0jIkgfis=xkPh2DckbHNUqg_csgQR0EIBDleks9uKmfOkRfso1fk=>
> for release images availability.
>
>
>
> Thanks,
>
>
>
> Marcus Williams
>
> IRC, Twitter, etc. @ mgkwill
>
> Intel Corp.
>
>
>
> *From:* onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] *On
> Behalf Of *Gopigiri, Sirisha via Lists.Onap.Org
> *Sent:* Monday, December 3, 2018 4:18 AM
> *To:* Multanen, Eric W 
> *Cc:* onap-discuss@lists.onap.org; bin.y...@windriver.com;
> seshu.kuma...@huawei.com; multa...@mr1.wrs.com
> *Subject:* Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with
> multi-VIM
>
>
>
> Hi Eric,
>
>
>
> Thank you for the update. Please let me know, when the SO images are
> available, so that I could test them.
>
>
> Thank you
>
>
>
> Best Regards
>
> Sirisha Gopigiri
>
>
>
>
>
> On Fri, Nov 30, 2018 at 12:43 PM Multanen, Eric W <
> eric.w.multa...@intel.com> wrote:
>
> I believe these will be fixed in 1.3.5 SO images (which  may not be ready
> yet – but should be soon).   Some fixes for oof_directive handling were
> just merged today.
>
>
>
> *From:* onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] *On
> Behalf Of *Yang Bin
> *Sent:* Thursday, November 29, 2018 10:31 PM
> *To:* seshu.kuma...@huawei.com; sirisha.gopig...@verizon.com;
> multa...@mr1.windriver.com ; Multanen, Eric W <
> eric.w.multa...@intel.com>
> *Cc:* onap-discuss@lists.onap.org
> *Subject:* Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with
> multi-VIM
>
>
>
> Hi Seshu, Eric,
>
>
>
> The attached log indicate there is unexpected header along with the
> request to multicloud: “Request Headers: {Authorization=[Basic
> YnBlbDpwYXNzd29yZDEk],”
>
>
>
> I believe this has been fixed , correct? Would it be enough to update the
> version of certain SO service to fix this issue?
>
>
>
> Best Regards,
>
> Bin Yang,Solution Engineering Team,*Wind River*
>
> ONAP Multi-VIM/Cloud PTL
>
> Direct +86,10,84777126Mobile +86,13811391682Fax +86,10,64398189
>
> Skype: yangbincs993
>
>
>
> *From:* onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org
> ] *On Behalf Of *Gopigiri, Sirisha via
> Lists.Onap.Org
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__Lists.Onap.Org=DwMGaQ=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ=5PWCtn_zD8jT6xuuwP7DpGwXiA7-u1RBXx8E9Vrv2NI=M4-_d3XonQmRA1QiQxLhs02dyhutYKFldxV0jIkgfis=JoLxHjgJVjc1LzCSG6ltbR683oPakT_qdadf3eATXj8=>
> *Sent:* Friday, November 30, 2018 1:08 PM
> *To:* multa...@mr1.windriver.com; Eric W; onap-discuss@lists.onap.org
> *Subject:* Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with
> multi-VIM
>
>
>
> Dear SO Team,
>
> As discussed, I have tried with the 1.3.4 tag SO images, and used to
> deploy vfirewall use case. But still I am facing the same issue.
>
> After going through the SO code I could see that you are using
> oofdirectives. So I have even enabled OOF services.
>
> Am I missing any configuration request you to help me on this.
>
> Images that I have used are:
> nexus3.onap.org:10001/onap/so/openstack-adapter:1.3.4
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__nexus3.onap.org-3A10001_onap_so_openstack-2Dadapter-3A1.3.4=DwMGaQ=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ=5PWCtn_zD8jT6xuuwP7DpGwXiA7-u1RBXx8E9Vrv2NI=M4-_d3XonQmRA1QiQxLhs02dyhutYKFldxV0jIkgfis=-oQf6y72yoXqVL5RXD24DJ6H2v_J9Z4jB94p-7KnoZ4=>
> nexus3.onap.org:10001/onap/so/api-handler-infra:1.3.4
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__nexus3.onap.org-3A10001_onap_so_api-2Dhandler-2Dinfra-3A1.3.4=DwMGaQ=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ=5PWCtn_zD8jT6xuuwP7DpGwXiA7-u1RBXx8E9Vrv2NI=M4-_d3XonQmRA1QiQxLhs02dyhutYKFldxV0jIkgfis=yFlHOHSRm5cO21sp109I9TBU0fB16XaoGjv487q_zmQ=>
> nexus3.onap.org:10001/onap/so/bpmn-infra:1.3

Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

2018-12-03 Thread Marcus G K Williams
Hi Sirisha,

1.3.5 images are available, but in the future please look at 
https://nexus3.onap.org/#browse/browse:docker.release for release images 
availability.

Thanks,

Marcus Williams
IRC, Twitter, etc. @ mgkwill
Intel Corp.

From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Gopigiri, Sirisha via Lists.Onap.Org
Sent: Monday, December 3, 2018 4:18 AM
To: Multanen, Eric W 
Cc: onap-discuss@lists.onap.org; bin.y...@windriver.com; 
seshu.kuma...@huawei.com; multa...@mr1.wrs.com
Subject: Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

Hi Eric,

Thank you for the update. Please let me know, when the SO images are available, 
so that I could test them.

Thank you

Best Regards
Sirisha Gopigiri


On Fri, Nov 30, 2018 at 12:43 PM Multanen, Eric W 
mailto:eric.w.multa...@intel.com>> wrote:
I believe these will be fixed in 1.3.5 SO images (which  may not be ready yet – 
but should be soon).   Some fixes for oof_directive handling were just merged 
today.

From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
[mailto:onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>] On 
Behalf Of Yang Bin
Sent: Thursday, November 29, 2018 10:31 PM
To: seshu.kuma...@huawei.com<mailto:seshu.kuma...@huawei.com>; 
sirisha.gopig...@verizon.com<mailto:sirisha.gopig...@verizon.com>; 
multa...@mr1.windriver.com<mailto:multa...@mr1.windriver.com> 
mailto:multa...@mr1.wrs.com>>; Multanen, Eric W 
mailto:eric.w.multa...@intel.com>>
Cc: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

Hi Seshu, Eric,

The attached log indicate there is unexpected header along with the request to 
multicloud: “Request Headers: {Authorization=[Basic YnBlbDpwYXNzd29yZDEk],”

I believe this has been fixed , correct? Would it be enough to update the 
version of certain SO service to fix this issue?

Best Regards,
Bin Yang,Solution Engineering Team,Wind River
ONAP Multi-VIM/Cloud PTL
Direct +86,10,84777126Mobile +86,13811391682Fax +86,10,64398189
Skype: yangbincs993

From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Gopigiri, Sirisha via 
Lists.Onap.Org<http://Lists.Onap.Org>
Sent: Friday, November 30, 2018 1:08 PM
To: multa...@mr1.windriver.com<mailto:multa...@mr1.windriver.com>; Eric W; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

Dear SO Team,

As discussed, I have tried with the 1.3.4 tag SO images, and used to deploy 
vfirewall use case. But still I am facing the same issue.

After going through the SO code I could see that you are using oofdirectives. 
So I have even enabled OOF services.

Am I missing any configuration request you to help me on this.

Images that I have used are:
nexus3.onap.org:10001/onap/so/openstack-adapter:1.3.4<http://nexus3.onap.org:10001/onap/so/openstack-adapter:1.3.4>
nexus3.onap.org:10001/onap/so/api-handler-infra:1.3.4<http://nexus3.onap.org:10001/onap/so/api-handler-infra:1.3.4>
nexus3.onap.org:10001/onap/so/bpmn-infra:1.3.4<http://nexus3.onap.org:10001/onap/so/bpmn-infra:1.3.4>
nexus3.onap.org:10001/onap/so/catalog-db-adapter:1.3.4<http://nexus3.onap.org:10001/onap/so/catalog-db-adapter:1.3.4>
nexus3.onap.org:10001/onap/so/so-monitoring:1.3.4<http://nexus3.onap.org:10001/onap/so/so-monitoring:1.3.4>
nexus3.onap.org:10001/onap/so/request-db-adapter:1.3.4<http://nexus3.onap.org:10001/onap/so/request-db-adapter:1.3.4>
nexus3.onap.org:10001/onap/so/sdc-controller:1.3.4<http://nexus3.onap.org:10001/onap/so/sdc-controller:1.3.4>
nexus3.onap.org:10001/onap/so/sdnc-adapter:1.3.4<http://nexus3.onap.org:10001/onap/so/sdnc-adapter:1.3.4>
nexus3.onap.org:10001/onap/so/vfc-adapter:1.3.4<http://nexus3.onap.org:10001/onap/so/vfc-adapter:1.3.4>

Thank you

Best Regards
Sirisha Gopigiri


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

View/Reply Online (#14230): https://lists.onap.org/g/onap-discuss/message/14230
Mute This Topic: https://lists.onap.org/mt/28238442/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

2018-11-29 Thread Multanen, Eric W
I believe these will be fixed in 1.3.5 SO images (which  may not be ready yet – 
but should be soon).   Some fixes for oof_directive handling were just merged 
today.

From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Yang Bin
Sent: Thursday, November 29, 2018 10:31 PM
To: seshu.kuma...@huawei.com; sirisha.gopig...@verizon.com; 
multa...@mr1.windriver.com ; Multanen, Eric W 

Cc: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

Hi Seshu, Eric,

The attached log indicate there is unexpected header along with the request to 
multicloud: “Request Headers: {Authorization=[Basic YnBlbDpwYXNzd29yZDEk],”

I believe this has been fixed , correct? Would it be enough to update the 
version of certain SO service to fix this issue?

Best Regards,
Bin Yang,Solution Engineering Team,Wind River
ONAP Multi-VIM/Cloud PTL
Direct +86,10,84777126Mobile +86,13811391682Fax +86,10,64398189
Skype: yangbincs993

From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Gopigiri, Sirisha via 
Lists.Onap.Org
Sent: Friday, November 30, 2018 1:08 PM
To: multa...@mr1.windriver.com<mailto:multa...@mr1.windriver.com>; Eric W; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

Dear SO Team,

As discussed, I have tried with the 1.3.4 tag SO images, and used to deploy 
vfirewall use case. But still I am facing the same issue.

After going through the SO code I could see that you are using oofdirectives. 
So I have even enabled OOF services.

Am I missing any configuration request you to help me on this.

Images that I have used are:
nexus3.onap.org:10001/onap/so/openstack-adapter:1.3.4
nexus3.onap.org:10001/onap/so/api-handler-infra:1.3.4
nexus3.onap.org:10001/onap/so/bpmn-infra:1.3.4
nexus3.onap.org:10001/onap/so/catalog-db-adapter:1.3.4
nexus3.onap.org:10001/onap/so/so-monitoring:1.3.4
nexus3.onap.org:10001/onap/so/request-db-adapter:1.3.4
nexus3.onap.org:10001/onap/so/sdc-controller:1.3.4
nexus3.onap.org:10001/onap/so/sdnc-adapter:1.3.4
nexus3.onap.org:10001/onap/so/vfc-adapter:1.3.4

Thank you

Best Regards
Sirisha Gopigiri


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

View/Reply Online (#14162): https://lists.onap.org/g/onap-discuss/message/14162
Mute This Topic: https://lists.onap.org/mt/28238442/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

2018-11-29 Thread Yang Bin
Hi Seshu, Eric,

The attached log indicate there is unexpected header along with the request to 
multicloud: “Request Headers: {Authorization=[Basic YnBlbDpwYXNzd29yZDEk],”

I believe this has been fixed , correct? Would it be enough to update the 
version of certain SO service to fix this issue?

Best Regards,
Bin Yang,Solution Engineering Team,Wind River
ONAP Multi-VIM/Cloud PTL
Direct +86,10,84777126Mobile +86,13811391682Fax +86,10,64398189
Skype: yangbincs993

From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Gopigiri, Sirisha via Lists.Onap.Org
Sent: Friday, November 30, 2018 1:08 PM
To: multa...@mr1.windriver.com; Eric W; onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

Dear SO Team,

As discussed, I have tried with the 1.3.4 tag SO images, and used to deploy 
vfirewall use case. But still I am facing the same issue.

After going through the SO code I could see that you are using oofdirectives. 
So I have even enabled OOF services.

Am I missing any configuration request you to help me on this.

Images that I have used are:
nexus3.onap.org:10001/onap/so/openstack-adapter:1.3.4
nexus3.onap.org:10001/onap/so/api-handler-infra:1.3.4
nexus3.onap.org:10001/onap/so/bpmn-infra:1.3.4
nexus3.onap.org:10001/onap/so/catalog-db-adapter:1.3.4
nexus3.onap.org:10001/onap/so/so-monitoring:1.3.4
nexus3.onap.org:10001/onap/so/request-db-adapter:1.3.4
nexus3.onap.org:10001/onap/so/sdc-controller:1.3.4
nexus3.onap.org:10001/onap/so/sdnc-adapter:1.3.4
nexus3.onap.org:10001/onap/so/vfc-adapter:1.3.4

Thank you

Best Regards
Sirisha Gopigiri


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

View/Reply Online (#14160): https://lists.onap.org/g/onap-discuss/message/14160
Mute This Topic: https://lists.onap.org/mt/28238442/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

2018-11-29 Thread Gopigiri, Sirisha via Lists.Onap.Org
Dear SO Team,

As discussed, I have tried with the 1.3.4 tag SO images, and used to deploy 
vfirewall use case. But still I am facing the same issue.

After going through the SO code I could see that you are using oofdirectives. 
So I have even enabled OOF services.

Am I missing any configuration request you to help me on this.

Images that I have used are:
nexus3.onap.org:10001/onap/so/openstack-adapter:1.3.4
nexus3.onap.org:10001/onap/so/api-handler-infra:1.3.4
nexus3.onap.org:10001/onap/so/bpmn-infra:1.3.4
nexus3.onap.org:10001/onap/so/catalog-db-adapter:1.3.4
nexus3.onap.org:10001/onap/so/so-monitoring:1.3.4
nexus3.onap.org:10001/onap/so/request-db-adapter:1.3.4
nexus3.onap.org:10001/onap/so/sdc-controller:1.3.4
nexus3.onap.org:10001/onap/so/sdnc-adapter:1.3.4
nexus3.onap.org:10001/onap/so/vfc-adapter:1.3.4

Thank you

Best Regards
Sirisha Gopigiri

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

View/Reply Online (#14159): https://lists.onap.org/g/onap-discuss/message/14159
Mute This Topic: https://lists.onap.org/mt/28238442/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



openstack_adapter_error.pdf
Description: Adobe PDF document


Re: [E][onap-discuss][SO]Configuring SO with multi-VIM

2018-11-25 Thread Gopigiri, Sirisha via Lists.Onap.Org
Hi Eric,

Thank you for the reply.

I have configured the bpmn-infa and populated the database as suggested.

I am trying to onboard loadbalance service and when I try to create
vf-module from vid using old VNF_apis, vid reports the vf-module created
successfully. But I could see no VF launched in the underlying VIM
configured through multi-cloud.

On further debugging I found some error logs in so-openstack-adapter pod.
(Attached the log file)

Could you please let me if I am missing any configuration?

Best regards,
Sirisha Gopigiri


On Wed, Nov 21, 2018 at 7:18 PM Multanen, Eric W 
wrote:

> A couple things:
>
>
>
> 1.  Configure SO to use the v2 adapter api
>
> Check bmpn configmap and modified per highlighted difference:
>
> kubectl -n onap edit configmap dev-so-so-bpmn-infra-app-configmap
>
> - vnf:
>
>   endpoint:
> http://so-openstack-adapter.onap:8087/services/VnfAdapter
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__so-2Dopenstack-2Dadapter.onap-3A8087_services_VnfAdapter=DwMGaQ=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ=5PWCtn_zD8jT6xuuwP7DpGwXiA7-u1RBXx8E9Vrv2NI=o1PDDaaq0Miy6D8Vhj-vQGUNfNv59LMJz1FeY39iX7I=hYtgzPQCWMPVR1a-UGHCesA8FwkL0iUbmSC8gVg9fQU=>
>
>   rest:
>
> endpoint:
> http://so-openstack-adapter.onap:8087/services/rest/v1/vnfs
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__so-2Dopenstack-2Dadapter.onap-3A8087_services_rest_v1_vnfs=DwMGaQ=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ=5PWCtn_zD8jT6xuuwP7DpGwXiA7-u1RBXx8E9Vrv2NI=o1PDDaaq0Miy6D8Vhj-vQGUNfNv59LMJz1FeY39iX7I=1SMBhMune7J9rmHLyreO1boRU2M7lNCfS_tgGyIxO4Y=>
>
>
>
> + vnf:
>
>   endpoint:
> http://so-openstack-adapter.onap:8087/services/VnfAdapter
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__so-2Dopenstack-2Dadapter.onap-3A8087_services_VnfAdapter=DwMGaQ=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ=5PWCtn_zD8jT6xuuwP7DpGwXiA7-u1RBXx8E9Vrv2NI=o1PDDaaq0Miy6D8Vhj-vQGUNfNv59LMJz1FeY39iX7I=hYtgzPQCWMPVR1a-UGHCesA8FwkL0iUbmSC8gVg9fQU=>
>
>   rest:
>
> endpoint: http://so-openstack-adapter.onap:8087/services/rest/
> v2/vnfs
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__so-2Dopenstack-2Dadapter.onap-3A8087_services_rest_v2_vnfs=DwMGaQ=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ=5PWCtn_zD8jT6xuuwP7DpGwXiA7-u1RBXx8E9Vrv2NI=o1PDDaaq0Miy6D8Vhj-vQGUNfNv59LMJz1FeY39iX7I=9NTLfPDuwFW1IAzlq2wF7wJb1o4Kw1cZ6LPZYHhEdeQ=>
>
>
>
>
> then delete the pod and let it respawn with new config
>
>
>
>
>
>
>
> 2.  Cloud site information in the SO database needs to align (I've
> done these changes manually directly with the db for testing)
>
> a.  Have a row in 'cloud_sites' table that has:
>
> i.  ID of 'regionId' (e.g.
> whatever your region id is)
>
>ii.  REGION_ID of 'regionId'
>
>   iii.  IDENTITY_SERVICE_ID of
> 'regionId'
>
>   iv.  ORCHESTRATOR of 'multicloud'
>
> b.  In 'identity_services' table have a row that has:
>
> i.  ID of 'regionId'
>
>ii.  IDENTITY_URL of '
> http://msb-iag.onap:80/api/multicloud-titaniumcloud/v1/CloudOwner/regionId/infra_workload
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__msb-2Diag.onap-3A80_api_multicloud-2Dtitaniumcloud_v1_CloudOwner_regionId_infra-5Fworkload=DwMGaQ=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ=5PWCtn_zD8jT6xuuwP7DpGwXiA7-u1RBXx8E9Vrv2NI=o1PDDaaq0Miy6D8Vhj-vQGUNfNv59LMJz1FeY39iX7I=Q2yZmNwgXOjcMPSJO3i9RkO0aDo5COy_u3L8YRHX-S8=>
>
> 1.  Where the 'CloudOwner' and 'regioinId' in the URL are the actual
> cloud owner and region id values
>
>
>
>
>
> *From:* Seshu m [mailto:seshu.kuma...@huawei.com]
> *Sent:* Tuesday, November 20, 2018 9:03 PM
> *To:* sirisha.gopig...@verizon.com; Multanen, Eric W <
> eric.w.multa...@intel.com>
> *Cc:* onap-discuss@lists.onap.org
> *Subject:* RE: [E][onap-discuss][SO]Configuring SO with multi-VIM
>
>
>
> Hi Sririsha
>
>
>
> Sorry for coming back late, missed your mail earlier…
>
>
>
> @Eric:  Please help Sirisha with the configuration details.
>
>
>
> Thanks and Regards,
>
> M Seshu Kumar
>
> Senior System Architect
>
> Single OSS India Branch Department. S/W BU.
>
> Huawei Technologies India Pvt. Ltd.
>
> Survey No. 37, Next to EPIP Area, Kundalahalli, Whitefield
>
> Bengaluru-560066, Karnataka.
>
> Tel: + 91-80-49160700 , Mob: 9845355488
>
> [image: Company_logo]
>
>
> _

Re: [onap-discuss] [E][onap-discuss][SO]Configuring SO with multi-VIM

2018-11-22 Thread Gopigiri, Sirisha via Lists.Onap.Org
On Wed, Nov 21, 2018 at 07:34 PM, Yang Bin wrote:

> 
> multicloud

Hi Eric,

Thank you for the reply.

I have configured the bpmn-infa and populated the database as suggested.

I am trying to onboard loadbalance service and when I try to create vf-module 
from vid using old_apis, vid reports the vf-module created successfully. But I 
could see no VF launched in the VIM configured.

On further debugging I found some error logs in so-openstack-adapter pod. 
(Attached the logs in the file)

Could you please let me what configuration am I missing?

Best regards,
Sirisha Gopigiri

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

View/Reply Online (#13983): https://lists.onap.org/g/onap-discuss/message/13983
Mute This Topic: https://lists.onap.org/mt/28238442/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



openstack_adapter_error
Description: Binary data


Re: [E][onap-discuss][SO]Configuring SO with multi-VIM

2018-11-21 Thread Yang Bin
Hi Eric,

With the step 2, does that mean we have to add an entry in cloud_sites to match 
every AAI cloud region ?

Please confirm , thanks

Best Regards,
Bin Yang,Solution Engineering Team,Wind River
ONAP Multi-VIM/Cloud PTL
Direct +86,10,84777126Mobile +86,13811391682Fax +86,10,64398189
Skype: yangbincs993

From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Multanen, Eric W
Sent: Wednesday, November 21, 2018 9:49 PM
To: Seshu m; sirisha.gopig...@verizon.com; Williams, Marcus
Cc: onap-discuss@lists.onap.org
Subject: Re: [E][onap-discuss][SO]Configuring SO with multi-VIM

A couple things:

1.  Configure SO to use the v2 adapter api
Check bmpn configmap and modified per highlighted difference:
kubectl -n onap edit configmap dev-so-so-bpmn-infra-app-configmap
- vnf:
  endpoint: http://so-openstack-adapter.onap:8087/services/VnfAdapter
  rest:
endpoint: 
http://so-openstack-adapter.onap:8087/services/rest/v1/vnfs

+ vnf:
  endpoint: http://so-openstack-adapter.onap:8087/services/VnfAdapter
  rest:
endpoint: 
http://so-openstack-adapter.onap:8087/services/rest/v2/vnfs

then delete the pod and let it respawn with new config



2.  Cloud site information in the SO database needs to align (I've done 
these changes manually directly with the db for testing)
a.  Have a row in 'cloud_sites' table that has:
i.  ID of 'regionId' (e.g. whatever 
your region id is)
   ii.  REGION_ID of 'regionId'
  iii.  IDENTITY_SERVICE_ID of 'regionId'
  iv.  ORCHESTRATOR of 'multicloud'
b.  In 'identity_services' table have a row that has:
i.  ID of 'regionId'
   ii.  IDENTITY_URL of 
'http://msb-iag.onap:80/api/multicloud-titaniumcloud/v1/CloudOwner/regionId/infra_workload
1.  Where the 'CloudOwner' and 'regioinId' in the URL are the actual cloud 
owner and region id values


From: Seshu m [mailto:seshu.kuma...@huawei.com]
Sent: Tuesday, November 20, 2018 9:03 PM
To: sirisha.gopig...@verizon.com; Multanen, Eric W 
Cc: onap-discuss@lists.onap.org
Subject: RE: [E][onap-discuss][SO]Configuring SO with multi-VIM

Hi Sririsha

Sorry for coming back late, missed your mail earlier…

@Eric:  Please help Sirisha with the configuration details.

Thanks and Regards,
M Seshu Kumar
Senior System Architect
Single OSS India Branch Department. S/W BU.
Huawei Technologies India Pvt. Ltd.
Survey No. 37, Next to EPIP Area, Kundalahalli, Whitefield
Bengaluru-560066, Karnataka.
Tel: + 91-80-49160700 , Mob: 9845355488
[Company_logo]
___
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not 
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is prohibited. If you receive this 
e-mail in error, please notify the sender by phone or email immediately and 
delete it!
---

From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Gopigiri, Sirisha via 
Lists.Onap.Org
Sent: Monday, November 19, 2018 12:18 PM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: [E][onap-discuss][SO]Configuring SO with multi-VIM

Hi SO team,

I have installed ONAP using OOM Master branch, and as of Casablanca release I 
could see that SO supports multi-VIM/Cloud for launching VF-modules. I have 
configured multi-VIM with the corresponding VIM that I would require. But I am 
stuck at how to configure SO to use the VIM registered in multi-VIM.

Could you please help me with this? Could you please point me to the 
documentation for configuration as well?

Thank you in advance!

Best Regards
Sirisha Gopigiri


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

View/Reply Online (#13968): https://lists.onap.org/g/onap-discuss/message/13968
Mute This Topic: https://lists.onap.org/mt/28238442/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [E][onap-discuss][SO]Configuring SO with multi-VIM

2018-11-20 Thread seshu kumar m
Hi Sririsha

Sorry for coming back late, missed your mail earlier…

@Eric:  Please help Sirisha with the configuration details.

Thanks and Regards,
M Seshu Kumar
Senior System Architect
Single OSS India Branch Department. S/W BU.
Huawei Technologies India Pvt. Ltd.
Survey No. 37, Next to EPIP Area, Kundalahalli, Whitefield
Bengaluru-560066, Karnataka.
Tel: + 91-80-49160700 , Mob: 9845355488
[Company_logo]
___
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not 
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is prohibited. If you receive this 
e-mail in error, please notify the sender by phone or email immediately and 
delete it!
---

From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Gopigiri, Sirisha via Lists.Onap.Org
Sent: Monday, November 19, 2018 12:18 PM
To: onap-discuss@lists.onap.org
Subject: [E][onap-discuss][SO]Configuring SO with multi-VIM

Hi SO team,

I have installed ONAP using OOM Master branch, and as of Casablanca release I 
could see that SO supports multi-VIM/Cloud for launching VF-modules. I have 
configured multi-VIM with the corresponding VIM that I would require. But I am 
stuck at how to configure SO to use the VIM registered in multi-VIM.

Could you please help me with this? Could you please point me to the 
documentation for configuration as well?

Thank you in advance!

Best Regards
Sirisha Gopigiri


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

View/Reply Online (#13924): https://lists.onap.org/g/onap-discuss/message/13924
Mute This Topic: https://lists.onap.org/mt/28238442/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[E][onap-discuss][SO]Configuring SO with multi-VIM

2018-11-18 Thread Gopigiri, Sirisha via Lists.Onap.Org
Hi SO team,

I have installed ONAP using OOM Master branch, and as of Casablanca release
I could see that SO supports multi-VIM/Cloud for launching VF-modules. I
have configured multi-VIM with the corresponding VIM that I would require.
But I am stuck at how to configure SO to use the VIM registered in
multi-VIM.

Could you please help me with this? Could you please point me to the
documentation for configuration as well?

Thank you in advance!

Best Regards
Sirisha Gopigiri

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

View/Reply Online (#13832): https://lists.onap.org/g/onap-discuss/message/13832
Mute This Topic: https://lists.onap.org/mt/28238442/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-