<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" id="owaParaStyle">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">
<div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt">
<div>Hi Hemant,</div>
<div><br>
</div>
<div>As Matt mentioned, with recent versions of the armada code base, if you install the armada chart (inside the cluster), it creates a tiller sidecar by default (can be disabled though) and connects to that over localhost.<br>
</div>
<div><br>
</div>
<div>However, since you are installing armada outside of the cluster, I assume you are likely using the armada CLI? In that case, by default it will look up the cluster ip for the tiller pod and use that.</div>
<div>However, since you are outside the cluster that won't be accessible. So you will then need to expose your tiller outside the cluster and then use it's address as --tiller-host on the command line, or tiller_host in your /etc/armada/armada.conf, like this:</div>
<div><br>
</div>
<div>[DEFAULT]</div>
<div><...other content...></div>
<div>tiller_host=tiller.my.cluster</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Sean<br>
</div>
<div><br>
</div>
<div style="font-family:Times New Roman; color:#000000; font-size:16px">
<hr tabindex="-1">
<div id="divRpF304502" style="direction:ltr"><font size="2" face="Tahoma" color="#000000"><b>From:</b> MCEUEN, MATT<br>
<b>Sent:</b> Wednesday, July 31, 2019 9:03 AM<br>
<b>To:</b> Hemant Sonawane; airship-discuss@lists.airshipit.org<br>
<b>Subject:</b> Re: [Airship-discuss] Failed to connect to remote host: FD Shutdown<br>
</font><br>
</div>
<div></div>
<div>***<font color="red"><b>Security Advisory:</b></font> This Message Originated Outside of AT&T ***<br>
Reference <a href="http://cso.att.com/EmailSecurity/IDSP.html" rel="noopener noreferrer" target="_blank">
http://cso.att.com/EmailSecurity/IDSP.html</a> for more information.<br>
<br>
<style>
<!--
@font-face
        {font-family:"Cambria Math"}
@font-face
        {font-family:Calibri}
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}
p.msonormal0, li.msonormal0, div.msonormal0
        {margin-right:0in;
        margin-left:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif}
span.EmailStyle18
        {font-family:"Calibri",sans-serif;
        color:windowtext}
.MsoChpDefault
        {font-size:10.0pt;
        font-family:"Calibri",sans-serif}
@page WordSection1
        {margin:1.0in 1.0in 1.0in 1.0in}
body
        {direction:ltr;
        font-family:Tahoma;
        color:#000000;
        font-size:10pt}
p
        {margin-top:0;
        margin-bottom:0}
body
        {scrollbar-base-color:undefined;
        scrollbar-highlight-color:undefined;
        scrollbar-darkshadow-color:undefined;
        scrollbar-arrow-color:undefined}
body
        {scrollbar-base-color:undefined;
        scrollbar-highlight-color:undefined;
        scrollbar-darkshadow-color:undefined;
        scrollbar-arrow-color:undefined}
-->
BODY {direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;}BODY {scrollbar-base-color:undefined;scrollbar-highlight-color:undefined;scrollbar-darkshadow-color:undefined;scrollbar-track-color:undefined;scrollbar-arrow-color:undefined}BODY {scrollbar-base-color:undefined;scrollbar-highlight-color:undefined;scrollbar-darkshadow-color:undefined;scrollbar-track-color:undefined;scrollbar-arrow-color:undefined}BODY {scrollbar-base-color:undefined;scrollbar-highlight-color:undefined;scrollbar-darkshadow-color:undefined;scrollbar-track-color:undefined;scrollbar-arrow-color:undefined}BODY {scrollbar-base-color:undefined;scrollbar-highlight-color:undefined;scrollbar-darkshadow-color:undefined;scrollbar-track-color:undefined;scrollbar-arrow-color:undefined}</style>
<div class="WordSection1">
<p class="MsoNormal">Hi Hemant,</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">I see a timeout buried in that error log.  A couple questions to get context: 
</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Are you using Armada standalone to talk to an existing Kubernetes cluster, or are you using the full Airship stack?</p>
<p class="MsoNormal"><br>
If the former, which version/ref of Armada and tiller are you using; if the latter, which version of Treasuremap, Airship-in-a-bottle (etc) are you using as a reference?</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">In current versions, Armada provides its own tiller as a sidecar, and connects to it via localhost, although this behavior is overridable and you can alternately “bring your own tiller”.</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Thanks,</p>
<p class="MsoNormal">Matt</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"><b>From:</b> Hemant Sonawane <hemant.sonawane@itera.io> <br>
<b>Sent:</b> Wednesday, July 31, 2019 3:25 AM<br>
<b>To:</b> airship-discuss@lists.airshipit.org<br>
<b>Subject:</b> [Airship-discuss] Failed to connect to remote host: FD Shutdown</p>
<p class="MsoNormal"> </p>
<div>
<p class="MsoNormal">Hi All,</p>
<div>
<p class="MsoNormal"> </p>
</div>
<div>
<p class="MsoNormal">Deploying OpenStack from outside of Kubernetes cluster causing me some issue and I am using armada for the deployment. I am getting connection error related to "target_address" and honestly I really don't understand why is it like that.
 Also Is there any way to change the target_address? as now its pointing to tiller(helm) ClusterIP address. Basically my goal is to have contact with OpenStack-helm to be able to deploy OpenStack from outside the cluster.  For better understanding of my issue
 please find attached logs and let me know if there is any solution to resolve it.<br clear="all">
</p>
<div>
<p class="MsoNormal"> </p>
</div>
<p class="MsoNormal">-- </p>
<div>
<div>
<p class="MsoNormal">Thanks and Regards,</p>
<div>
<p class="MsoNormal"> </p>
</div>
<div>
<p class="MsoNormal">Hemant Sonawane</p>
</div>
<div>
<p class="MsoNormal"><span style="border:solid windowtext 1.0pt; padding:0in"><img id="Picture_x0020_1" src="cid:image002.jpg@01D5477E.DE20A370" alt="Image removed by sender." style="width:1.0in; height:.3854in" width="96" height="37"></span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>