<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style>
<!--
@font-face
        {font-family:SimSun}
@font-face
        {font-family:"Cambria Math"}
@font-face
        {font-family:Calibri}
@font-face
        {font-family:SimSun}
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif}
a:link, span.MsoHyperlink
        {color:#0563C1;
        text-decoration:underline}
a:visited, span.MsoHyperlinkFollowed
        {color:#954F72;
        text-decoration:underline}
span.EmailStyle17
        {font-family:"Calibri",sans-serif;
        color:windowtext}
.MsoChpDefault
        {font-family:"Calibri",sans-serif}
@page WordSection1
        {margin:1.0in 1.25in 1.0in 1.25in}
-->
</style><style type="text/css" id="owaParaStyle">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body fpstyle="1" ocsi="0" vlink="#954F72" link="#0563C1" lang="EN-US">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">
<div>On controller-0 you need to delete the loopback interface and then configure the other nets on ctrl-0 with something like:</div>
<div><br>
</div>
<div>system host-if-modify controller-0 lo -c none<br>
system host-if-modify controller-0 enp0s3 -c platform --networks oam<br>
system host-if-modify controller-0 enp0s8 -c platform --networks mgmt<br>
system host-if-modify controller-0 enp0s8 -c platform --networks cluster-host<br>
</div>
<div>system host-addr-list controller-0</div>
<div><br>
</div>
<div>The rest of the process is identical on the other nodes.<br>
</div>
<div><br>
</div>
<div>Ovidiu<br>
</div>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div id="divRpF91262" style="direction: ltr;"><font size="2" face="Tahoma" color="#000000"><b>From:</b> Chen, Yan [yan.chen@intel.com]<br>
<b>Sent:</b> Wednesday, May 22, 2019 10:12 AM<br>
<b>To:</b> starlingx-discuss@lists.starlingx.io<br>
<b>Subject:</b> [Starlingx-discuss] ansible deployment for duplex/standard<br>
</font><br>
</div>
<div></div>
<div>
<div class="WordSection1">
<p class="MsoNormal">Hi</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">I wonder if anyone can help me on the ansible deployment for duplex/standard.</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">I installed ISO (about 0519) on vms and run ansible with my yml file as below, but the 2<sup>nd</sup> controller failed to be installed via pxe.</p>
<p class="MsoNormal">After checked controller0, I found that mgmt network is configured to lo.</p>
<p class="MsoNormal">But use “config_controller --force" everything’s ok.</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Am I doing anything wrong with the yml file?</p>
<p class="MsoNormal">There’s no instruction on WIKI for duplex + ansible yet. (?)</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">---</p>
<p class="MsoNormal">system_mode: duplex</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">management_subnet: 192.178.204.0/28</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">external_oam_subnet: 10.10.10.0/24</p>
<p class="MsoNormal">external_oam_gateway_address: 10.10.10.1</p>
<p class="MsoNormal">external_oam_floating_address: 10.10.10.2</p>
<p class="MsoNormal">external_oam_node_0_address: 10.10.10.3</p>
<p class="MsoNormal">external_oam_node_1_address: 10.10.10.4</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Yan</p>
<p class="MsoNormal"> </p>
</div>
</div>
</div>
</div>
</body>
</html>