Received: from ALA-HCA.corp.ad.wrs.com (147.11.189.40) by
 SAN-EXCH-DR.corp.ad.wrs.com (128.224.40.16) with Microsoft SMTP Server (TLS)
 id 14.3.439.0; Tue, 11 Jun 2019 13:38:09 -0700
Received: from mail.windriver.com (147.11.1.11) by ALA-HCA.corp.ad.wrs.com
 (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 11 Jun
 2019 13:22:21 -0700
Received: from mr1.windriver.com (mr1 [192.124.127.25])	by mail.windriver.com
 (8.15.2/8.15.1) with ESMTPS id x5BKMKCJ028681	(version=TLSv1.2
 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL)	for
 <allain.legacy@windriver.com>; Tue, 11 Jun 2019 13:22:21 -0700 (PDT)
Received: from esa1.edoxs1.iphmx.com (esa1.edoxs1.iphmx.com [68.232.131.95])
	by mr1.windriver.com (8.15.2/8.15.1) with ESMTPS id x5BKMKBr026141
	(version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL)	for
 <allain.legacy@windriver.com>; Tue, 11 Jun 2019 13:22:20 -0700
Received: from lists.openstack.org ([50.56.173.222])  by esa1.edoxs1.iphmx.com
 with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jun 2019 13:22:15 -0700
Received: from localhost ([127.0.0.1] helo=lists.openstack.org)	by
 lists.openstack.org with esmtp (Exim 4.86_2)	(envelope-from
 <starlingx-discuss-bounces@lists.starlingx.io>)	id 1hanGE-0000z8-A6; Tue, 11
 Jun 2019 20:20:50 +0000
Received: from mail1.windriver.com ([147.11.146.13]) by lists.openstack.org
 with esmtp (Exim 4.86_2) (envelope-from <Teresa.Ho@windriver.com>) id
 1hanGC-0000yt-9q for starlingx-discuss@lists.starlingx.io; Tue, 11 Jun 2019
 20:20:48 +0000
Received: from ALA-HCA.corp.ad.wrs.com ([147.11.189.40]) by
 mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id x5BKKhMV026535
 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for
 <starlingx-discuss@lists.starlingx.io>; Tue, 11 Jun 2019 13:20:43 -0700 (PDT)
Received: from ALA-MBD.corp.ad.wrs.com ([169.254.3.194]) by
 ALA-HCA.corp.ad.wrs.com ([147.11.189.40]) with mapi id 14.03.0439.000; Tue,
 11 Jun 2019 13:20:43 -0700
From: "Ho, Teresa" <Teresa.Ho@windriver.com>
To: "starlingx-discuss@lists.starlingx.io"
	<starlingx-discuss@lists.starlingx.io>
Subject: [Starlingx-discuss] Provisioning changes to host interface commands
Thread-Topic: Provisioning changes to host interface commands
Thread-Index: AdUgkfaIeIsfcBOiTyqa6TYAwE6Jqg==
Date: Tue, 11 Jun 2019 20:20:43 +0000
Message-ID: <918130236148D14B982C7B8BC1C06EA16717DE15@ALA-MBD.corp.ad.wrs.com>
List-Help: <mailto:starlingx-discuss-request@lists.starlingx.io?subject=help>
List-Subscribe: 
 <http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss>,
  <mailto:starlingx-discuss-request@lists.starlingx.io?subject=subscribe>
List-Unsubscribe: 
 <http://lists.starlingx.io/cgi-bin/mailman/options/starlingx-discuss>,
  <mailto:starlingx-discuss-request@lists.starlingx.io?subject=unsubscribe>
Accept-Language: en-US
Content-Language: en-US
X-MS-Exchange-Organization-AuthSource: ALA-HCA.corp.ad.wrs.com
X-MS-Has-Attach: yes
X-Auto-Response-Suppress: All
X-MS-TNEF-Correlator: 
Content-Type: multipart/mixed;
	boundary="_004_918130236148D14B982C7B8BC1C06EA16717DE15ALAMBDcorpadwrs_"
MIME-Version: 1.0

--_004_918130236148D14B982C7B8BC1C06EA16717DE15ALAMBDcorpadwrs_
Content-Type: multipart/alternative;
	boundary="_000_918130236148D14B982C7B8BC1C06EA16717DE15ALAMBDcorpadwrs_"

--_000_918130236148D14B982C7B8BC1C06EA16717DE15ALAMBDcorpadwrs_
Content-Type: text/plain; charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable



This is a heads-up that a commit https://review.opendev.org/#/c/661655/ for=
 the story https://storyboard.openstack.org/#!/story/2004273  will soon be =
merged. It impacts the configuration procedure and may also impact automati=
on.



The =91--networks=92 parameter is removed from the host-if-add and host-if-=
modify commands.

Use interface-network-assign command  to assign a platform network to a pla=
tform interface.

Use interface-datawork-assign command to assign a data network to a data in=
terface



The wiki will be modified to reflect these changes.



For AIO-SX, current syntax:

OAM_IF=3Denp0s3

system host-if-modify controller-0 $OAM_IF -c platform --networks oam

becomes

OAM_IF=3Denp0s3

system host-if-modify controller-0 $OAM_IF -c platform

system interface-network-assign controller-0 $OAM_IF oam





For Standard and AIO-DX, current procedure to reconfigure the platform inte=
rfaces for after bootstrap,

source /etc/platform/openrc

OAM_IF=3Denp0s3

MGMT_IF=3Denp0s8

system host-if-modify controller-0 lo -c none

system host-if-modify controller-0 $OAM_IF --networks oam -c platform

system host-if-modify controller-0 $MGMT_IF -c platform --networks mgmt

system host-if-modify controller-0 $MGMT_IF -c platform --networks cluster-=
host

becomes

source /etc/platform/openrc

OAM_IF=3Denp0s3

MGMT_IF=3Denp0s8

system host-if-modify controller-0 lo -c none

IFNET_UUIDS=3D$(system interface-network-list controller-0 | awk '{if ($6 =
=3D=3D"lo") print $4;}')

for UUID in $IFNET_UUIDS; do

    system interface-network-remove ${UUID}

done

system host-if-modify controller-0 $OAM_IF -c platform

system host-if-modify controller-0 MGMT_IF -c platform

system interface-network-assign controller-0 $OAM_IF oam

system interface-network-assign controller-0 $MGMT_IF mgmt

system interface-network-assign controller-0 $MGMT_IF cluster-host



For data interface, current syntax:

system host-if-modify -m 1500 -n data0 -d ${PHYSNET0} -c data ${COMPUTE} ${=
DATA0IFUUID}

becomes

system host-if-modify -m 1500 -n data0 -c data ${COMPUTE} ${DATA0IFUUID}

system interface-datanetwork-assign ${COMPUTE} ${DATA0IFUUID} ${PHYSNET0}





Regards,

Teresa


--_000_918130236148D14B982C7B8BC1C06EA16717DE15ALAMBDcorpadwrs_
Content-Type: text/html; charset="Windows-1252"
Content-ID: <4B5A47B4258EFC469032000F7393D393@local>
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:x=3D"urn:schemas-microsoft-com:office:excel" xmlns:m=3D"http://schema=
s.microsoft.com/office/2004/12/omml" xmlns=3D"http://www.w3.org/TR/REC-html=
40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DWindows-1=
252">
<meta name=3D"Generator" content=3D"Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 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:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
span.EmailStyle17
	{mso-style-type:personal-compose;
	font-family:"Calibri","sans-serif";
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-family:"Calibri","sans-serif";}
@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=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"EN-US" link=3D"blue" vlink=3D"purple">
<div class=3D"WordSection1">
<p class=3D"MsoNormal"><span lang=3D"EN-CA"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-CA">This is a heads-up that a commi=
t </span><a href=3D"https://review.opendev.org/#/c/661655/">https://review.=
opendev.org/#/c/661655/</a>
<span lang=3D"EN-CA">for the story </span><a href=3D"https://storyboard.ope=
nstack.org/#!/story/2004273">https://storyboard.openstack.org/#!/story/2004=
273</a> &nbsp;<span lang=3D"EN-CA">will soon be merged. It impacts the conf=
iguration procedure and may also impact automation.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-CA"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-CA">The =91--networks=92 parameter =
is removed from the host-if-add and host-if-modify commands.<o:p></o:p></sp=
an></p>
<p class=3D"MsoNormal"><span lang=3D"EN-CA">Use interface-network-assign co=
mmand &nbsp;to assign a platform network to a platform interface.<o:p></o:p=
></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-CA">Use interface-datawork-assign c=
ommand to assign a data network to a data interface<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-CA"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-CA">The wiki will be modified to re=
flect these changes.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-CA"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-CA">For <b>AIO-SX</b>, current synt=
ax:<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
9.0pt;font-family:&quot;Courier New&quot;">OAM_IF=3Denp0s3<o:p></o:p></span=
></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
9.0pt;font-family:&quot;Courier New&quot;">system host-if-modify controller=
-0 $OAM_IF -c platform --networks oam<o:p></o:p></span></p>
<p class=3D"MsoNormal">becomes<o:p></o:p></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
9.0pt;font-family:&quot;Courier New&quot;">OAM_IF=3Denp0s3<o:p></o:p></span=
></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span style=3D"font-size:=
9.0pt;font-family:&quot;Courier New&quot;">system host-if-modify controller=
-0 $OAM_IF -c platform<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span lang=3D"EN-CA" styl=
e=3D"font-size:9.0pt;font-family:&quot;Courier New&quot;">system interface-=
network-assign controller-0 $OAM_IF oam</span><span style=3D"font-size:9.0p=
t;font-family:&quot;Courier New&quot;"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><span lang=3D"EN-CA"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-CA">For <b>Standard and AIO-DX</b>,=
 current procedure to reconfigure the platform interfaces for after bootstr=
ap,<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span lang=3D"EN-CA" styl=
e=3D"font-size:9.0pt;font-family:&quot;Courier New&quot;">source /etc/platf=
orm/openrc<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span lang=3D"EN-CA" styl=
e=3D"font-size:9.0pt;font-family:&quot;Courier New&quot;">OAM_IF=3Denp0s3<o=
:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span lang=3D"EN-CA" styl=
e=3D"font-size:9.0pt;font-family:&quot;Courier New&quot;">MGMT_IF=3Denp0s8<=
o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span lang=3D"EN-CA" styl=
e=3D"font-size:9.0pt;font-family:&quot;Courier New&quot;">system host-if-mo=
dify controller-0 lo -c none<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span lang=3D"EN-CA" styl=
e=3D"font-size:9.0pt;font-family:&quot;Courier New&quot;">system host-if-mo=
dify controller-0 $OAM_IF --networks oam -c platform<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span lang=3D"EN-CA" styl=
e=3D"font-size:9.0pt;font-family:&quot;Courier New&quot;">system host-if-mo=
dify controller-0 $MGMT_IF -c platform --networks mgmt<o:p></o:p></span></p=
>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span lang=3D"EN-CA" styl=
e=3D"font-size:9.0pt;font-family:&quot;Courier New&quot;">system host-if-mo=
dify controller-0 $MGMT_IF -c platform --networks cluster-host</span><span =
lang=3D"EN-CA"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-CA">becomes<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span lang=3D"EN-CA" styl=
e=3D"font-size:9.0pt;font-family:&quot;Courier New&quot;">source /etc/platf=
orm/openrc<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span lang=3D"EN-CA" styl=
e=3D"font-size:9.0pt;font-family:&quot;Courier New&quot;">OAM_IF=3Denp0s3<o=
:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span lang=3D"EN-CA" styl=
e=3D"font-size:9.0pt;font-family:&quot;Courier New&quot;">MGMT_IF=3Denp0s8<=
o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span lang=3D"EN-CA" styl=
e=3D"font-size:9.0pt;font-family:&quot;Courier New&quot;">system host-if-mo=
dify controller-0 lo -c none<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span lang=3D"EN-CA" styl=
e=3D"font-size:9.0pt;font-family:&quot;Courier New&quot;">IFNET_UUIDS=3D$(s=
ystem interface-network-list controller-0 | awk '{if ($6 =3D=3D&quot;lo&quo=
t;) print $4;}')<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span lang=3D"EN-CA" styl=
e=3D"font-size:9.0pt;font-family:&quot;Courier New&quot;">for UUID in $IFNE=
T_UUIDS; do<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span lang=3D"EN-CA" styl=
e=3D"font-size:9.0pt;font-family:&quot;Courier New&quot;">&nbsp;&nbsp;&nbsp=
; system interface-network-remove ${UUID}<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span lang=3D"EN-CA" styl=
e=3D"font-size:9.0pt;font-family:&quot;Courier New&quot;">done<o:p></o:p></=
span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span lang=3D"EN-CA" styl=
e=3D"font-size:9.0pt;font-family:&quot;Courier New&quot;">system host-if-mo=
dify controller-0 $OAM_IF -c platform<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span lang=3D"EN-CA" styl=
e=3D"font-size:9.0pt;font-family:&quot;Courier New&quot;">system host-if-mo=
dify controller-0 MGMT_IF -c platform<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span lang=3D"EN-CA" styl=
e=3D"font-size:9.0pt;font-family:&quot;Courier New&quot;">system interface-=
network-assign controller-0 $OAM_IF oam<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span lang=3D"EN-CA" styl=
e=3D"font-size:9.0pt;font-family:&quot;Courier New&quot;">system interface-=
network-assign controller-0 $MGMT_IF mgmt<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span lang=3D"EN-CA" styl=
e=3D"font-size:9.0pt;font-family:&quot;Courier New&quot;">system interface-=
network-assign controller-0 $MGMT_IF cluster-host<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-CA"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-CA">For <b>data interface</b>, curr=
ent syntax:<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span lang=3D"EN-CA" styl=
e=3D"font-size:9.0pt;font-family:&quot;Courier New&quot;">system host-if-mo=
dify -m 1500 -n data0 -d ${PHYSNET0} -c data ${COMPUTE} ${DATA0IFUUID}<o:p>=
</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-CA">becomes<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span lang=3D"EN-CA" styl=
e=3D"font-size:9.0pt;font-family:&quot;Courier New&quot;">system host-if-mo=
dify -m 1500 -n data0 -c data ${COMPUTE} ${DATA0IFUUID}<o:p></o:p></span></=
p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span lang=3D"EN-CA" styl=
e=3D"font-size:9.0pt;font-family:&quot;Courier New&quot;">system interface-=
datanetwork-assign ${COMPUTE} ${DATA0IFUUID} ${PHYSNET0}<o:p></o:p></span><=
/p>
<p class=3D"MsoNormal" style=3D"margin-left:.5in"><span lang=3D"EN-CA" styl=
e=3D"font-size:9.0pt;font-family:&quot;Courier New&quot;"><o:p>&nbsp;</o:p>=
</span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-CA"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal">Regards,<o:p></o:p></p>
<p class=3D"MsoNormal">Teresa<o:p></o:p></p>
</div>
</body>
</html>

--_000_918130236148D14B982C7B8BC1C06EA16717DE15ALAMBDcorpadwrs_--

--_004_918130236148D14B982C7B8BC1C06EA16717DE15ALAMBDcorpadwrs_
Content-Type: text/plain; name="ATT00001.txt"
Content-Description: ATT00001.txt
Content-Disposition: attachment; filename="ATT00001.txt"; size=185;
	creation-date="Tue, 11 Jun 2019 20:38:12 GMT";
	modification-date="Tue, 11 Jun 2019 20:38:12 GMT"
Content-ID: <1C011E973FFF5C48A2C6817774931E69@local>
Content-Transfer-Encoding: base64

X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KU3Rhcmxpbmd4
LWRpc2N1c3MgbWFpbGluZyBsaXN0ClN0YXJsaW5neC1kaXNjdXNzQGxpc3RzLnN0YXJsaW5neC5p
bwpodHRwOi8vbGlzdHMuc3Rhcmxpbmd4LmlvL2NnaS1iaW4vbWFpbG1hbi9saXN0aW5mby9zdGFy
bGluZ3gtZGlzY3Vzcwo=

--_004_918130236148D14B982C7B8BC1C06EA16717DE15ALAMBDcorpadwrs_--
