<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:??;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        margin-top:0in;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:.5in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
p.msonormal00, li.msonormal00, div.msonormal00
        {mso-style-name:msonormal0;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:??;}
p.msonormal000, li.msonormal000, div.msonormal000
        {mso-style-name:msonormal00;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
p.msochpdefault, li.msochpdefault, div.msochpdefault
        {mso-style-name:msochpdefault;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:10.0pt;
        font-family:??;}
span.emailstyle19
        {mso-style-name:emailstyle19;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.emailstyle20
        {mso-style-name:emailstyle20;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.emailstyle21
        {mso-style-name:emailstyle21;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.emailstyle25
        {mso-style-name:emailstyle25;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.EmailStyle26
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.EmailStyle27
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Hi all<o:p></o:p></p>
<p class="MsoNormal">   Last week, I sent a mail listed issues I met during upgrading nfv to support python3 task. With further investigating, here is my solution of the issues:
<o:p></o:p></p>
<p class="MsoNormal"><span style="color:black"><o:p> </o:p></span></p>
<p class="MsoNormal" style="text-indent:10.2pt"><span style="color:black">    1. to build python3 "fm-api" rpm, pkg “python3-rpm-generators” is required. But it is conflict with pkg “rpm-build” built in the compile layer, because both of them have file (/usr/lib/rpm/pythondistdeps.py).<o:p></o:p></span></p>
<p class="MsoNormal" style="text-indent:10.2pt"><span style="color:black">        // this is a general issue which will be met each time we build rpm pkg with requirement(build requirement) of python3-devel, such as python3-deamon required by logmgmt.<o:p></o:p></span></p>
<p class="MsoNormal" style="text-indent:10.2pt"><span style="color:black">My workaround is: rebuild python3-rpm-generators pkg from official srpm with file (usr/lib/rpm/pythondistdeps.py) removed. Pkg “rpm-build” will be the build requirement of python3-rpm-generators
 pkg to ensure file (usr/lib/rpm/pythondistdeps.py) is existed after python3-rpm-generators pkg is built.<o:p></o:p></span></p>
<p class="MsoNormal" style="text-indent:10.2pt"><span style="color:black"><o:p> </o:p></span></p>
<p class="MsoNormal" style="text-indent:10.2pt"><span style="color:black">    2. as other flock services, like sysinv, are still running in python2, so it require fm-api to both run in python2 env and python3 env. It introduces a new topic: ensure it is safe
 to run python2-fm-api and python3-fm-api at the same time.<o:p></o:p></span></p>
<p class="MsoNormal" style="text-indent:10.2pt"><span style="color:black">       // the methods
</span>fm_api provides are thread safe. So it should be safe <span style="color:black">
to run python2-fm-api and python3-fm-api at the same time.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:black">  <o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:black">   I’ll start to </span>build <span style="color:black">
python3 "fm-api" rpm, then model “fm-api” will supported both in python2 and python3.
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:black"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:black">Thanks<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:black">Ran </span><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b>From:</b> An, Ran1 <ran1.an@intel.com> <br>
<b>Sent:</b> Thursday, March 12, 2020 2:19 PM<br>
<b>To:</b> starlingx-discuss@lists.starlingx.io; Tao Liu <tao.liu@windriver.com>; Al Bailey <al.bailey@windriver.com>; Bart Wensley <barton.wensley@windriver.com><br>
<b>Cc:</b> Sun, Austin <austin.sun@intel.com><br>
<b>Subject:</b> [Starlingx-discuss] [Python3] Analysis of nfv using python3<o:p></o:p></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;color:black">Hi all:</span><span style="font-size:12.0pt;font-family:"Times New Roman",serif;color:black"><o:p></o:p></span></p>
</div>
<div>
<div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Times New Roman",serif;color:black"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black">   I’m working on task “upgrade project nfv to support python3 runtime env”.  By analyzing and testing,<b> there will be 32 new python3 rpms</b>, which may impact current system.  
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:black"><o:p> </o:p></span></p>
</div>
<p class="MsoNormal" style="margin-left:40.8pt;text-indent:-.25in"><span style="font-size:10.0pt;color:black">·</span><span style="font-size:7.0pt;color:black">    
</span><span style="color:black">16 new rpms from official centos7 repo; <o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:40.8pt;text-indent:-.25in"><span style="font-size:10.0pt;color:black">·</span><span style="font-size:7.0pt;color:black">    
</span><span style="color:black">12 new stx-rpms rebuilt with srpms from official centos7 repo (turn on python3 supported switch in spec);<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:40.8pt;text-indent:-.25in"><span style="font-size:10.0pt;color:black">·</span><span style="font-size:7.0pt;color:black">    
</span><span style="color:black">4 stx-rpms built from tar.gz files.<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:40.8pt;text-indent:-.25in"><span style="color:black"><o:p> </o:p></span></p>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;color:black">   Details including pkg dependency trees and current status could be found in [1]</span><span style="font-size:12.0pt;font-family:"Times New Roman",serif;color:black">
<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="text-indent:10.2pt"><span style="color:black"> <o:p></o:p></span></p>
<p class="MsoNormal" style="text-indent:10.2pt"><span style="color:black"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="text-indent:10.2pt"><span style="color:black">With patches [2], we could get an iso with nfv services (vim,vim-api, vim-webserver) running in python3.
<o:p></o:p></span></p>
<p class="MsoNormal" style="text-indent:10.2pt"><span style="color:black">However, there is an run-time issues.
<b>Model “fm_api” in python3 </b>is required to support vim service reporting alarms/event_logs to fault manager (service fm-mgr). It brings following issues:<o:p></o:p></span></p>
<p class="MsoNormal" style="text-indent:10.2pt"><span style="color:black"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="text-indent:10.2pt"><span style="color:black">    1. to build python3 "fm-api" rpm, pkg “python3-rpm-generators” is required. But it is conflict with pkg “rpm-build” built in the compile layer, because both of them have file (/usr/lib/rpm/pythondistdeps.py).<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="text-indent:10.2pt"><span style="color:black">    2. as other flock services, like sysinv, are still running in python2, so it require fm-api to both run in python2 env and python3 env. It introduces a new topic: ensure it is safe
 to run python2-fm-api and python3-fm-api at the same time.<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="text-indent:10.2pt"><span style="font-size:10.0pt;color:black"> </span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-indent:10.2pt"><span style="color:black"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="text-indent:10.2pt"><b><span style="color:black">The scope of this task seems expand. Is there any suggestions?
</span></b><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-indent:10.2pt"><span style="color:black"><o:p> </o:p></span></p>
<p class="MsoNormal" style="text-indent:10.2pt"><span style="color:black"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Tahoma",sans-serif;color:black"> </span><span style="color:black"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;color:black">[1] <a href="https://bugs.launchpad.net/starlingx/+bug/1808073/+attachment/5335996/+files/nfv%20python%20dependency%20analysis.xlsx" target="_blank">
https://bugs.launchpad.net/starlingx/+bug/1808073/+attachment/5335996/+files/nfv%20python%20dependency%20analysis.xlsx</a> 
</span><span style="color:black"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black">[2] patches: <a href="https://review.opendev.org/709958" target="_blank">
https://review.opendev.org/709958</a>; <a href="https://review.opendev.org/709960" target="_blank">
https://review.opendev.org/709960</a>; <a href="https://review.opendev.org/709983/1" target="_blank">
https://review.opendev.org/709983/1</a> ; <a href="https://review.opendev.org/709980" target="_blank">
https://review.opendev.org/709980</a><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black"><o:p> </o:p></span></p>
<div>
<p class="MsoNormal"><span style="color:black"> <o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black">Thanks<o:p></o:p></span></p>
</div>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Times New Roman",serif;color:black">Ran
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:black"><o:p> </o:p></span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>