<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hi Austin,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
What's the output of "openstack endpoint list" on containerized openstack like? <br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
keystone-admin should be show up as identity's admin endpoint .... if not, that could be a bug.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Also what's the output of "kubectl get ingress --all-namespaces" or "kubectl get ingress --openstack"? I want to see whether the ingress for keystone-admin is created or not.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Andy  <br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Sun, Austin <austin.sun@intel.com><br>
<b>Sent:</b> Tuesday, April 28, 2020 4:34 AM<br>
<b>To:</b> Ning, Antai (Andy) <Andy.Ning@windriver.com>; starlingx-discuss@lists.starlingx.io <starlingx-discuss@lists.starlingx.io><br>
<b>Cc:</b> Jones, Bruce E <bruce.e.jones@intel.com><br>
<b>Subject:</b> FW: [Starlingx-discuss] [starlingx] cinder bootstrap failed on subcloud</font>
<div> </div>
</div>
<style>
<!--
@font-face
        {font-family:SimSun}
@font-face
        {font-family:"Cambria Math"}
@font-face
        {font-family:Calibri}
@font-face
        {font-family:SimSun}
p.x_MsoNormal, li.x_MsoNormal, div.x_MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif}
a:link, span.x_MsoHyperlink
        {color:#0563C1;
        text-decoration:underline}
a:visited, span.x_MsoHyperlinkFollowed
        {color:#954F72;
        text-decoration:underline}
p.x_msonormal0, li.x_msonormal0, div.x_msonormal0
        {margin-right:0in;
        margin-left:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif}
span.x_EmailStyle18
        {font-family:"Calibri",sans-serif;
        color:windowtext}
span.x_EmailStyle19
        {font-family:"Calibri",sans-serif;
        color:#1F497D}
span.x_EmailStyle20
        {font-family:"Calibri",sans-serif;
        color:windowtext}
span.x_EmailStyle22
        {font-family:"Calibri",sans-serif;
        color:windowtext}
.x_MsoChpDefault
        {font-size:10.0pt}
@page WordSection1
        {margin:1.0in 1.25in 1.0in 1.25in}
div.x_WordSection1
        {}
-->
</style>
<div lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="x_WordSection1">
<p class="x_MsoNormal">Hi Andy:</p>
<p class="x_MsoNormal">    I deployed dist-cloud in virtual env  based on 20200414, but openstack application on subcloud deployed failed . 
</p>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal">From cinder-api po logs:</p>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal">>: Failed to establish a new connection: [Errno -2] Name or service not known',)): ConnectFailure: Unable to establish connection to http://keystone-admin.openstack.svc.cluster.subcloud1:80/v3/auth/tokens: HTTPConnectionPool(host='keystone-admin.openstack.svc.cluster.subcloud1',
 port=80): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc6beac6d10>: Failed to establish a new connection: [Errno -2] Name or service not known',))</p>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal">This keystone-admin.openstack.svc.cluster.subcloud1 can not be found in subcloud1  controllers
</p>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal">This url seems override from  helm keystone:</p>
<p class="x_MsoNormal">host_fqdn_override:                                      </p>
<p class="x_MsoNormal">  admin:                                                 </p>
<p class="x_MsoNormal">    host: keystone-admin.openstack.svc.cluster.subcloud1 </p>
<p class="x_MsoNormal">  public: {}                                             </p>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal">and introduced in commit [1]  by you. </p>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal">is these any additional config needed to bring up openstack on subcloud  besides the deploy guide [2]?
</p>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal">[1] <a href="https://review.opendev.org/#/c/697361/1">https://review.opendev.org/#/c/697361/1</a></p>
<p class="x_MsoNormal">[2] <a href="https://docs.starlingx.io/deploy_install_guides/r3_release/distributed_cloud/index.html">
https://docs.starlingx.io/deploy_install_guides/r3_release/distributed_cloud/index.html</a>
</p>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal">Thanks.</p>
<p class="x_MsoNormal">BR<br>
Austin Sun. </p>
<p class="x_MsoNormal"> </p>
<div>
<div style="border:none; border-top:solid #E1E1E1 1.0pt; padding:3.0pt 0in 0in 0in">
<p class="x_MsoNormal"><b>From:</b> Sun, Austin <austin.sun@intel.com> <br>
<b>Sent:</b> Saturday, April 18, 2020 9:06 AM<br>
<b>To:</b> Jones, Bruce E <bruce.e.jones@intel.com>; starlingx-discuss@lists.starlingx.io<br>
<b>Subject:</b> Re: [Starlingx-discuss] [starlingx] cinder bootstrap failed on subcloud</p>
</div>
</div>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal">Hi Bruce:</p>
<p class="x_MsoNormal">   No, for stx.3.0 the openstack on subcloud works well .  central cloud does not support openstack .
</p>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal">Thanks.</p>
<p class="x_MsoNormal">BR<br>
Austin Sun. </p>
<p class="x_MsoNormal"> </p>
<div>
<div style="border:none; border-top:solid #E1E1E1 1.0pt; padding:3.0pt 0in 0in 0in">
<p class="x_MsoNormal"><b>From:</b> Jones, Bruce E <<a href="mailto:bruce.e.jones@intel.com">bruce.e.jones@intel.com</a>>
<br>
<b>Sent:</b> Friday, April 17, 2020 11:01 PM<br>
<b>To:</b> Sun, Austin <<a href="mailto:austin.sun@intel.com">austin.sun@intel.com</a>>;
<a href="mailto:starlingx-discuss@lists.starlingx.io">starlingx-discuss@lists.starlingx.io</a><br>
<b>Subject:</b> RE: [starlingx] cinder bootstrap failed on subcloud</p>
</div>
</div>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal"><span style="color:#1F497D">I thought that dist-cloud sub-nodes are Kubernetes only – without OpenStack support…</span></p>
<p class="x_MsoNormal"><span style="color:#1F497D"> </span></p>
<p class="x_MsoNormal"><span style="color:#1F497D">        brucej</span></p>
<p class="x_MsoNormal"><span style="color:#1F497D"> </span></p>
<div>
<div style="border:none; border-top:solid #E1E1E1 1.0pt; padding:3.0pt 0in 0in 0in">
<p class="x_MsoNormal"><b>From:</b> Sun, Austin [<a href="mailto:austin.sun@intel.com">mailto:austin.sun@intel.com</a>]
<br>
<b>Sent:</b> Friday, April 17, 2020 5:45 AM<br>
<b>To:</b> <a href="mailto:starlingx-discuss@lists.starlingx.io">starlingx-discuss@lists.starlingx.io</a><br>
<b>Subject:</b> [Starlingx-discuss] [starlingx] cinder bootstrap failed on subcloud</p>
</div>
</div>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal">Hi community:</p>
<p class="x_MsoNormal" style="text-indent:10.2pt">I deployed dist-cloud in virtual env (20200414) ,   but the openstack application applied failed. The reason is cinder-bootstrap job failed.
</p>
<p class="x_MsoNormal" style="text-indent:10.2pt"> </p>
<p class="x_MsoNormal" style="text-indent:10.2pt">The logs are </p>
<p class="x_MsoNormal" style="text-indent:10.2pt">[root@cinder-bootstrap-rkp7j /]# openstack volume type show ceph-store</p>
<p class="x_MsoNormal" style="text-indent:10.2pt">The server is currently unavailable. Please try again at a later time.<br /><br /></p>
<p class="x_MsoNormal" style="text-indent:10.2pt">The Keystone service is temporarily unavailable.</p>
<p class="x_MsoNormal" style="text-indent:10.2pt"> </p>
<p class="x_MsoNormal" style="text-indent:10.2pt">(HTTP 503)</p>
<p class="x_MsoNormal" style="text-indent:10.2pt"> </p>
<p class="x_MsoNormal" style="text-indent:10.2pt">But openstack endpoint list works fine on this pod
</p>
<p class="x_MsoNormal" style="text-indent:10.2pt">Does any one meet same issue on recently ? 
</p>
<p class="x_MsoNormal" style="text-indent:10.2pt"> </p>
<p class="x_MsoNormal" style="text-indent:10.2pt">Thanks.</p>
<p class="x_MsoNormal" style="text-indent:10.2pt">BR<br>
Austin Sun. </p>
</div>
</div>
</body>
</html>