Hi Brian,
Thanks for the information.
I will make the required changes to the oom/kuberenetes/so/* and try to 
redeploy.

Regards,
Sunil B

From: FREEMAN, BRIAN D <[email protected]>
Sent: Tuesday, April 30, 2019 6:13 PM
To: [email protected]; Sunilkumar Shivangouda Biradar 
<[email protected]>; Seshu m <[email protected]>
Cc: Sanchita Pathak <[email protected]>
Subject: RE: [onap-discuss] [SO] CrashLoopBackOff issue while upgrading the SO 
image from Casablanca to Dublin

Dublin SO oom charts like override.yaml have alot of other changes. Its not 
just the image reference update.

I would suggest copying a clone of the oom/kubernetes/so  and child directory 
into your current oom/kubernetes/so tree and make so; make onap and redeploy SO.
Or some other method to pick up the changes since Casablanca in the 
configuration data in oom/kuberenetes/so/*

Brian


From: [email protected]<mailto:[email protected]> 
<[email protected]<mailto:[email protected]>> On Behalf Of 
Sunilkumar Shivangouda Biradar
Sent: Tuesday, April 30, 2019 7:35 AM
To: Seshu m <[email protected]<mailto:[email protected]>>; 
[email protected]<mailto:[email protected]>
Cc: Sanchita Pathak 
<[email protected]<mailto:[email protected]>>
Subject: Re: [onap-discuss] [SO] CrashLoopBackOff issue while upgrading the SO 
image from Casablanca to Dublin

Hi Seshu,

Thanks for the information.
I have changed the version from 1.5.0 to 1.4.0 in values.yaml file.
But still the pods are in CrashLoopBackOff state only.

And I am using so-mariadb version 10.1.38, is it the correct version for 
mariadb?
Attached debug logs.

so-so-7c8568ccb7-jn876                                            1/1       
Running            0          1h
so-so-bpmn-infra-57b585cb45-s68sw                                 0/1       
CrashLoopBackOff   18         1h
so-so-catalog-db-adapter-7f55755b7d-x56lk                         0/1       
CrashLoopBackOff   20         1h
so-so-mariadb-57b6c979f6-tcj2c                                    1/1       
Running            0          1h
so-so-monitoring-7867ff7475-2h9fj                                 1/1       
Running            0          1h
so-so-openstack-adapter-6bb58c4b98-sjprc                          0/1       
CrashLoopBackOff   20         1h
so-so-request-db-adapter-864bb584fd-t6wjm                         1/1       
Running            0          1h
so-so-sdc-controller-55994bfc6-s7sbk                              1/1       
Running            0          1h
so-so-sdnc-adapter-bfd96bcbf-w5tx9                                1/1       
Running            0          1h
so-so-vfc-adapter-6cc6f4cb5f-xpc6d                                0/1       
CrashLoopBackOff   20         1h


Regards,
Sunil B

From: Seshu m <[email protected]<mailto:[email protected]>>
Sent: Tuesday, April 30, 2019 1:08 PM
To: [email protected]<mailto:[email protected]>; Sunilkumar 
Shivangouda Biradar 
<[email protected]<mailto:[email protected]>>
Cc: Sanchita Pathak 
<[email protected]<mailto:[email protected]>>
Subject: RE: [onap-discuss] [SO] CrashLoopBackOff issue while upgrading the SO 
image from Casablanca to Dublin

Hi Sunil

We have the 1.5.x as the main branch targeting the future release and 1.4.X for 
the Dublin.
There are some intermediate fixes going on the main (development) branch that 
could pose issue.
Please try them on Dublin version 1.4.0 and let us know if its fine.

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: [email protected]<mailto:[email protected]> 
[mailto:[email protected]] On Behalf Of Sunilkumar Shivangouda Biradar
Sent: 2019年4月30日 12:21
To: [email protected]<mailto:[email protected]>
Cc: Sanchita Pathak 
<[email protected]<mailto:[email protected]>>
Subject: [onap-discuss] [SO] CrashLoopBackOff issue while upgrading the SO 
image from Casablanca to Dublin

Hi SO Team,

Issue while upgrading SO from Casablanca image to Dublin Image.
Few pods are in CrashLoopBackOff state.

I have changed the vaules.yaml as below

oom/kubernetes/so/charts/so-catalog-db-adapter/values.yaml:30:image: 
onap/so/catalog-db-adapter:1.5.0
oom/kubernetes/so/charts/so-monitoring/values.yaml:35:image: 
onap/so/so-monitoring:1.5.0
oom/kubernetes/so/charts/so-vfc-adapter/values.yaml:30:image: 
onap/so/vfc-adapter:1.5.0
oom/kubernetes/so/charts/so-request-db-adapter/values.yaml:30:image: 
onap/so/request-db-adapter:1.5.0
oom/kubernetes/so/charts/so-bpmn-infra/values.yaml:30:image: 
onap/so/bpmn-infra:1.5.0
oom/kubernetes/so/charts/so-sdc-controller/values.yaml:30:image: 
onap/so/sdc-controller:1.5.0
oom/kubernetes/so/charts/so-sdnc-adapter/values.yaml:30:image: 
onap/so/sdnc-adapter:1.5.0
oom/kubernetes/so/charts/so-openstack-adapter/values.yaml:29:image: 
onap/so/openstack-adapter:1.5.0
oom/kubernetes/so/values.yaml:30:image: onap/so/api-handler-infra:1.5.0
oom/kubernetes/so/charts/so-mariadb/values.yaml:35:image: mariadb:10.1.38

After changing these, have run below commands

  1.  make all onap
  2.  helm del --purge so
  3.  rm -rf /docker-nfs/so
  4.  helm install local/so -n so --namespace onap -f 
/root/integration-override-so.yaml

so-so-7b659df6f8-lcht2                                            1/1       
Running            0          1h
so-so-bpmn-infra-796477fbd6-tb7pd                                 0/1       
CrashLoopBackOff   14         1h
so-so-catalog-db-adapter-575f664674-9jn4t                         1/1       
Running            0          1h
so-so-mariadb-57b6c979f6-rk8n5                                    1/1       
Running            0          1h
so-so-monitoring-5dbdc97974-72mpz                                 1/1       
Running            0          1h
so-so-openstack-adapter-58bf9dd67-xkcnt                           0/1       
CrashLoopBackOff   15         1h
so-so-request-db-adapter-6874d4459f-sg88t                         1/1       
Running            0          1h
so-so-sdc-controller-747bb56fd9-lcw5v                             1/1       
Running            0          1h
so-so-sdnc-adapter-5455b7b9f4-65q9b                               1/1       
Running            0          1h
so-so-vfc-adapter-6f874bddc6-g4544                                0/1       
CrashLoopBackOff   16         1h

Need help in resolving this issue.

Regards,

[cid:[email protected]]<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.techmahindra.com_&d=DwMFJg&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=AOjlK4UdTPd9wd4Nc8XC3rGSTo2o6OXzYQuVwz1C20w&s=PfzPrAK0DXjpIfgQylCpY378tgp6J498Vv7DdE-kGuY&e=>



Sunil B

Electronic city phase II,
Bangalore 560 100.

Mob: +91 8861180624
[email protected]<mailto:[email protected]>


[cid:[email protected]]<https://urldefense.proofpoint.com/v2/url?u=https-3A__mybeatplus.techmahindra.com_&d=DwMFJg&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=AOjlK4UdTPd9wd4Nc8XC3rGSTo2o6OXzYQuVwz1C20w&s=XcRC8eIGEi3NovSg5JiN8a8yyYs_hL-9UqZWAa4qWm4&e=>

[cid:[email protected]]<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.facebook.com_techmahindra&d=DwMFJg&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=AOjlK4UdTPd9wd4Nc8XC3rGSTo2o6OXzYQuVwz1C20w&s=Wzs7jXN6ibWhVIh_DNk030x8huzfdablL7J2iLZvPmA&e=>[cid:[email protected]]<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.twitter.com_tech-5Fmahindra&d=DwMFJg&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=AOjlK4UdTPd9wd4Nc8XC3rGSTo2o6OXzYQuVwz1C20w&s=ZqgGvBQFX88AbBlAKT_zrxK0jq33Du0ZN5qXOm65S34&e=>[cid:[email protected]]<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.linkedin.com_company_tech-2Dmahindra&d=DwMFJg&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=AOjlK4UdTPd9wd4Nc8XC3rGSTo2o6OXzYQuVwz1C20w&s=MFkyTXcmMlaFYHsGtCkgKVrTGeCJLmyJjROqf-8xnoM&e=>



We believe

[Description: Description: Description: Description: 
cid:[email protected]]<https://urldefense.proofpoint.com/v2/url?u=http-3A__online.wsj.com_ad_inthefuture_&d=DwMFJg&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=AOjlK4UdTPd9wd4Nc8XC3rGSTo2o6OXzYQuVwz1C20w&s=d7Ui9RO6vsUZiQ489u46O0XiDourIOohNdCor7X4yI0&e=>



============================================================================================================================
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<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.techmahindra.com_Disclaimer.html&d=DwMFJg&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=AOjlK4UdTPd9wd4Nc8XC3rGSTo2o6OXzYQuVwz1C20w&s=HUfx4czanZpWI56-S_sQ7C6aG7LZwyuaNcUnUzXHSag&e=>
 externally 
http://tim.techmahindra.com/tim/disclaimer.html<https://urldefense.proofpoint.com/v2/url?u=http-3A__tim.techmahindra.com_tim_disclaimer.html&d=DwMFJg&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=AOjlK4UdTPd9wd4Nc8XC3rGSTo2o6OXzYQuVwz1C20w&s=mr6usAPW2y8Nr2EV71paiuNb-BnLfwO3iU2Lt0AvaQc&e=>
 internally within TechMahindra.
============================================================================================================================


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

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

Reply via email to