<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri" size="2"><span style="font-size:11pt;">
<div>Hi Team,</div>
<div> </div>
<div>The command to get tokens mentioned in the below link works locally on StarlingX setup. </div>
<div> </div>
<div><a href="https://docs.starlingx.io/deploy_install_guides/r2_release/openstack/access.html#rest-apis"><font color="#0563C1"><u>https://docs.starlingx.io/deploy_install_guides/r2_release/openstack/access.html#rest-apis</u></font></a></div>
<div> </div>
<div>In order to get a token from <b>a remote server</b>, we need to add Host corresponding to each service in curl command</div>
<div> </div>
<table width="798" style="width:478.8pt;">
<col width="798" style="width:478.8pt;">
<tr>
<td>curl -i   -H "Content-Type: application/json" -H "<b>Host: keystone.hsc-starlingx-company.com</b>"  -d '{ "auth": {
<div>    "identity": {</div>
<div>      "methods": ["password"],</div>
<div>      "password": {</div>
<div>        "user": {</div>
<div>          "name": "admin",</div>
<div>          "domain": { "id": "default" },</div>
<div>          "password": "Centos@123"</div>
<div>        }</div>
<div>      }</div>
<div>    },</div>
<div>    "scope": {</div>
<div>      "project": {</div>
<div>        "name": "admin",</div>
<div>        "domain": { "id": "default" }</div>
<div>      }</div>
<div>    }</div>
<div>  }</div>
<div>}'   http://<b>192.168.121.141:80</b>/v3/auth/tokens</div>
<div> </div>
<div>TOKEN=<Set token retrieved from above request></div>
<div> </div>
<div>curl -i http://<b>192.168.121.141</b>:80/v2.1/flavors -X GET -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token:${TOKEN}" -H "<b>Host: nova.hsc-starlingx-company.com</b>" | tail -1 | python -m json.tool</div>
<div> </div>
<div><b>where 192.168.121.141 - OAM IP which is publicly accessible.</b></div>
</td>
</tr>
</table>
<div> </div>
<div><font size="3"><span style="font-size:12pt;"><b>Query:</b></span></font></div>
<div> </div>
<div>It is not practically possible to pass FQDN hostname for every service request in the URL.</div>
<div>So, is there any way StarlingX automatically routes the ingress request internally ?</div>
<div>Or </div>
<div>Can we install all the Openstack Helm Chart services on Nodeport?</div>
<div> </div>
<div>Please suggest the best way to resolve the issue?</div>
<div> </div>
<div>Regards</div>
<div>Anirudh Gupta</div>
<div> </div>
<div> </div>
<div>-----Original Message-----<br>

From: Anirudh Gupta <br>

Sent: 04 November 2019 09:02<br>

To: Chen, Haochuan Z <haochuan.z.chen@intel.com><br>

Cc: starlingx-discuss@lists.starlingx.io<br>

Subject: RE: Starlingx 2.0 Service Endpoints not publicly accessed from External Entities</div>
<div> </div>
<div>Hi,</div>
<div> </div>
<div>Image service is ready to use, but the issue is that it is installed inside docker container which I feel is not accessible from external source.</div>
<div> </div>
<div>controller-0:~$ openstack endpoint list | grep glance</div>
<div>| 55b3d034819f4cecb8650779df6c543d | RegionOne | glance       | image          | True    | internal  | <a href="http://glance-api.openstack.svc.cluster.local:9292/">http://glance-api.openstack.svc.cluster.local:9292/</a>                       |</div>
<div>| a40b33d549bb4cac96f00ceb820aabb5 | RegionOne | glance       | image          | True    | public    | <a href="http://glance.openstack.svc.cluster.local:80/">http://glance.openstack.svc.cluster.local:80/</a>                             |</div>
<div>| c60c2fa05b94472d8c0e29aabced774b | RegionOne | glance       | image          | True    | admin     | <a href="http://glance-api.openstack.svc.cluster.local:9292/">http://glance-api.openstack.svc.cluster.local:9292/</a></div>
<div> </div>
<div> </div>
<div>I think that the public endpoint <a href="http://glance.openstack.svc.cluster.local:80">http://glance.openstack.svc.cluster.local:80</a> is not accessible from outside.</div>
<div>I have also configured helm endpoint domain from the below link and updated the wild card entry in dnsmasq.conf file on StarlingX machine</div>
<div> </div>
<div><a href="https://docs.starlingx.io/deploy_install_guides/r2_release/openstack/access.html#configure-helm-endpoint-domain">https://docs.starlingx.io/deploy_install_guides/r2_release/openstack/access.html#configure-helm-endpoint-domain</a></div>
<div> </div>
<div>Similar is the case for every service.</div>
<div> </div>
<div>Regards</div>
<div>Anirudh Gupta</div>
<div> </div>
<div>-----Original Message-----</div>
<div>From: Chen, Haochuan Z <<a href="mailto:haochuan.z.chen@intel.com">haochuan.z.chen@intel.com</a>> </div>
<div>Sent: 04 November 2019 07:38</div>
<div>To: Anirudh Gupta <<a href="mailto:Anirudh.Gupta@hsc.com">Anirudh.Gupta@hsc.com</a>></div>
<div>Cc: <a href="mailto:starlingx-discuss@lists.starlingx.io">starlingx-discuss@lists.starlingx.io</a></div>
<div>Subject: Starlingx 2.0 Service Endpoints not publicly accessed from External Entities</div>
<div> </div>
<div>Hi Anirudh</div>
<div> </div>
<div>Maybe you can check in this way to ensure image service is ready firstly.</div>
<div> </div>
<div>$ export OS_CLOUD=openstack_helm</div>
<div>$ openstack endpoint list</div>
<div> </div>
<div>BR!</div>
<div> </div>
<div>Martin, Chen</div>
<div>SSP, Software Engineer</div>
<div>021-61164330</div>
<div> </div>
<div>-----Original Message-----</div>
<div>From: <a href="mailto:starlingx-discuss-request@lists.starlingx.io">starlingx-discuss-request@lists.starlingx.io</a> <<a href="mailto:starlingx-discuss-request@lists.starlingx.io">starlingx-discuss-request@lists.starlingx.io</a>> </div>
<div>Sent: Sunday, November 3, 2019 8:30 PM</div>
<div>To: <a href="mailto:starlingx-discuss@lists.starlingx.io">starlingx-discuss@lists.starlingx.io</a></div>
<div>Subject: Starlingx-discuss Digest, Vol 18, Issue 35</div>
<div> </div>
<div>Send Starlingx-discuss mailing list submissions to</div>
<div>        <a href="mailto:starlingx-discuss@lists.starlingx.io">starlingx-discuss@lists.starlingx.io</a></div>
<div> </div>
<div>To subscribe or unsubscribe via the World Wide Web, visit</div>
<div>        <a href="https://ind01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.starlingx.io%2Fcgi-bin%2Fmailman%2Flistinfo%2Fstarlingx-discuss&amp;data=02%7C01%7C%7C83e1682fc6d546fbf66808d760cbc99c%7Ca65543b9ae9349b580f00b85821adc50%7C1%7C0%7C637084300711488194&amp;sdata=3eG1Ca5bMgCpxKGy%2F9Vk9kKvatId0xjqz6YkkeQOx8E%3D&amp;reserved=0">https://ind01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.starlingx.io%2Fcgi-bin%2Fmailman%2Flistinfo%2Fstarlingx-discuss&amp;data=02%7C01%7C%7C83e1682fc6d546fbf66808d760cbc99c%7Ca65543b9ae9349b580f00b85821adc50%7C1%7C0%7C637084300711488194&amp;sdata=3eG1Ca5bMgCpxKGy%2F9Vk9kKvatId0xjqz6YkkeQOx8E%3D&amp;reserved=0</a></div>
<div>or, via email, send a message with subject or body 'help' to</div>
<div>        <a href="mailto:starlingx-discuss-request@lists.starlingx.io">starlingx-discuss-request@lists.starlingx.io</a></div>
<div> </div>
<div>You can reach the person managing the list at</div>
<div>        <a href="mailto:starlingx-discuss-owner@lists.starlingx.io">starlingx-discuss-owner@lists.starlingx.io</a></div>
<div> </div>
<div>When replying, please edit your Subject line so it is more specific than "Re: Contents of Starlingx-discuss digest..."</div>
<div> </div>
<div> </div>
<div>Today's Topics:</div>
<div> </div>
<div>   1. Canceled: Weekly StarlingX Test meeting - 9:00    Pacific time</div>
<div>      (Cabrales, Ada)</div>
<div>   2. Starlingx 2.0 Service Endpoints not publicly accessed from</div>
<div>      External Entities (Anirudh Gupta)</div>
<div>   3. StarlingX platform-integ-apps docker images</div>
<div>      (<a href="mailto:cristopher.j.lemus.contreras@intel.com">cristopher.j.lemus.contreras@intel.com</a>)</div>
<div> </div>
<div> </div>
<div>----------------------------------------------------------------------</div>
<div> </div>
<div>Message: 1</div>
<div>Date: Fri, 1 Nov 2019 22:45:35 +0000</div>
<div>From: "Cabrales, Ada" <<a href="mailto:ada.cabrales@intel.com">ada.cabrales@intel.com</a>></div>
<div>To: "<a href="mailto:starlingx-discuss@lists.starlingx.io">starlingx-discuss@lists.starlingx.io</a>"</div>
<div>        <<a href="mailto:starlingx-discuss@lists.starlingx.io">starlingx-discuss@lists.starlingx.io</a>></div>
<div>Cc: "Martinez Monroy, Elio" <<a href="mailto:elio.martinez.monroy@intel.com">elio.martinez.monroy@intel.com</a>>,</div>
<div>        "'Seiler, Glenn'" <<a href="mailto:glenn.seiler@windriver.com">glenn.seiler@windriver.com</a>>, "Hernandez Gonzalez,</div>
<div>        Fernando" <<a href="mailto:fernando.hernandez.gonzalez@intel.com">fernando.hernandez.gonzalez@intel.com</a>>, "'Komiyama, Takeo'"</div>
<div>        <<a href="mailto:Takeo.Komiyama@windriver.com">Takeo.Komiyama@windriver.com</a>>, "Xu, YizhouX" <<a href="mailto:yizhoux.xu@intel.com">yizhoux.xu@intel.com</a>>,</div>
<div>        "Armstrong, Robert H" <<a href="mailto:robert.h.armstrong@intel.com">robert.h.armstrong@intel.com</a>>, "Martinez Landa,</div>
<div>        Hayde" <<a href="mailto:hayde.martinez.landa@intel.com">hayde.martinez.landa@intel.com</a>>, "Alonso, Juan Carlos"</div>
<div>        <<a href="mailto:juan.carlos.alonso@intel.com">juan.carlos.alonso@intel.com</a>>, 'Peng Tan' <<a href="mailto:Peng.Tan@telus.com">Peng.Tan@telus.com</a>>,</div>
<div>        "Gomez, Juan P" <<a href="mailto:juan.p.gomez@intel.com">juan.p.gomez@intel.com</a>>, "Sun, Austin"</div>
<div>        <<a href="mailto:austin.sun@intel.com">austin.sun@intel.com</a>>, Banszel Martin <<a href="mailto:Martin.Banszel@tieto.com">Martin.Banszel@tieto.com</a>></div>
<div>Subject: [Starlingx-discuss] Canceled: Weekly StarlingX Test meeting -</div>
<div>        9:00    Pacific time</div>
<div>Message-ID:</div>
<div>        <<a href="mailto:4F6AACE4B0F173488D033B02A8BB5B7E7CF01B94@FMSMSX114.amr.corp.intel.com">4F6AACE4B0F173488D033B02A8BB5B7E7CF01B94@FMSMSX114.amr.corp.intel.com</a>></div>
<div>        </div>
<div>Content-Type: text/plain; charset="utf-8"</div>
<div> </div>
<div>Updates will be requested offline</div>
<div> </div>
<div>Weekly meetings on Tuesdays at 9am Pacific</div>
<div>*       Zoom link: <a href="https://ind01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fzoom.us%2Fj%2F342730236&amp;data=02%7C01%7C%7C83e1682fc6d546fbf66808d760cbc99c%7Ca65543b9ae9349b580f00b85821adc50%7C1%7C0%7C637084300711488194&amp;sdata=UqST7HL4GAjPpXlyt9Bx1uxTORAU945uMr%2F9VBuqwWM%3D&amp;reserved=0">https://ind01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fzoom.us%2Fj%2F342730236&amp;data=02%7C01%7C%7C83e1682fc6d546fbf66808d760cbc99c%7Ca65543b9ae9349b580f00b85821adc50%7C1%7C0%7C637084300711488194&amp;sdata=UqST7HL4GAjPpXlyt9Bx1uxTORAU945uMr%2F9VBuqwWM%3D&amp;reserved=0</a></div>
<div>o       Dialing in from phone:</div>
<div>o       Dial(for higher quality, dial a number based on your current location): US: +1 669 900 6833 or +1 646 876 9923</div>
<div>o       Meeting ID: 342 730 236</div>
<div>o       International numbers available: <a href="https://ind01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fzoom.us%2Fu%2Fed95sU7aQ&amp;data=02%7C01%7C%7C83e1682fc6d546fbf66808d760cbc99c%7Ca65543b9ae9349b580f00b85821adc50%7C1%7C0%7C637084300711488194&amp;sdata=4ZjWIMiKjPTFOA%2BENxYwMDSCQbD64GbpXfC46LbalX0%3D&amp;reserved=0">https://ind01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fzoom.us%2Fu%2Fed95sU7aQ&amp;data=02%7C01%7C%7C83e1682fc6d546fbf66808d760cbc99c%7Ca65543b9ae9349b580f00b85821adc50%7C1%7C0%7C637084300711488194&amp;sdata=4ZjWIMiKjPTFOA%2BENxYwMDSCQbD64GbpXfC46LbalX0%3D&amp;reserved=0</a></div>
<div>Agenda and meeting minutes: <a href="https://ind01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fetherpad.openstack.org%2Fp%2Fstx-test&amp;data=02%7C01%7C%7C83e1682fc6d546fbf66808d760cbc99c%7Ca65543b9ae9349b580f00b85821adc50%7C1%7C0%7C637084300711488194&amp;sdata=UfJsFkKFIkGrcBDJBxn%2FXaUVNCLmlcwXXYMzf1a7YEQ%3D&amp;reserved=0">https://ind01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fetherpad.openstack.org%2Fp%2Fstx-test&amp;data=02%7C01%7C%7C83e1682fc6d546fbf66808d760cbc99c%7Ca65543b9ae9349b580f00b85821adc50%7C1%7C0%7C637084300711488194&amp;sdata=UfJsFkKFIkGrcBDJBxn%2FXaUVNCLmlcwXXYMzf1a7YEQ%3D&amp;reserved=0</a></div>
<div> </div>
<div> </div>
<div> </div>
<div>-------------- next part --------------</div>
<div>An HTML attachment was scrubbed...</div>
<div>URL: <<a href="https://ind01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.starlingx.io%2Fpipermail%2Fstarlingx-discuss%2Fattachments%2F20191101%2F7bf1a4c8%2Fattachment-0001.html&amp;data=02%7C01%7C%7C83e1682fc6d546fbf66808d760cbc99c%7Ca65543b9ae9349b580f00b85821adc50%7C1%7C0%7C637084300711488194&amp;sdata=NEI2%2FK65WhYIbeakijKhtkjly%2BU%2FTYaDgU4xghK7PAA%3D&amp;reserved=0">https://ind01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.starlingx.io%2Fpipermail%2Fstarlingx-discuss%2Fattachments%2F20191101%2F7bf1a4c8%2Fattachment-0001.html&amp;data=02%7C01%7C%7C83e1682fc6d546fbf66808d760cbc99c%7Ca65543b9ae9349b580f00b85821adc50%7C1%7C0%7C637084300711488194&amp;sdata=NEI2%2FK65WhYIbeakijKhtkjly%2BU%2FTYaDgU4xghK7PAA%3D&amp;reserved=0</a>></div>
<div>-------------- next part --------------</div>
<div>A non-text attachment was scrubbed...</div>
<div>Name: not available</div>
<div>Type: text/calendar</div>
<div>Size: 3486 bytes</div>
<div>Desc: not available</div>
<div>URL: <<a href="https://ind01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.starlingx.io%2Fpipermail%2Fstarlingx-discuss%2Fattachments%2F20191101%2F7bf1a4c8%2Fattachment-0001.ics&amp;data=02%7C01%7C%7C83e1682fc6d546fbf66808d760cbc99c%7Ca65543b9ae9349b580f00b85821adc50%7C1%7C0%7C637084300711488194&amp;sdata=%2FoQLIZOIoYgg5mL2lpEZMtQPx6L0M9HYq3qivD5K61I%3D&amp;reserved=0">https://ind01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.starlingx.io%2Fpipermail%2Fstarlingx-discuss%2Fattachments%2F20191101%2F7bf1a4c8%2Fattachment-0001.ics&amp;data=02%7C01%7C%7C83e1682fc6d546fbf66808d760cbc99c%7Ca65543b9ae9349b580f00b85821adc50%7C1%7C0%7C637084300711488194&amp;sdata=%2FoQLIZOIoYgg5mL2lpEZMtQPx6L0M9HYq3qivD5K61I%3D&amp;reserved=0</a>></div>
<div> </div>
<div>------------------------------</div>
<div> </div>
<div>Message: 2</div>
<div>Date: Sat, 2 Nov 2019 21:04:08 +0000</div>
<div>From: Anirudh Gupta <<a href="mailto:Anirudh.Gupta@hsc.com">Anirudh.Gupta@hsc.com</a>></div>
<div>To: "<a href="mailto:starlingx-discuss@lists.starlingx.io">starlingx-discuss@lists.starlingx.io</a>"</div>
<div>        <<a href="mailto:starlingx-discuss@lists.starlingx.io">starlingx-discuss@lists.starlingx.io</a>>,</div>
<div>        "<a href="mailto:starlingx-discuss-owner@lists.starlingx.io">starlingx-discuss-owner@lists.starlingx.io</a>"</div>
<div>        <<a href="mailto:starlingx-discuss-owner@lists.starlingx.io">starlingx-discuss-owner@lists.starlingx.io</a>></div>
<div>Subject: [Starlingx-discuss] Starlingx 2.0 Service Endpoints not</div>
<div>        publicly accessed from External Entities</div>
<div>Message-ID:</div>
<div>        <<a href="mailto:MAXPR0101MB12115A2874F56200BE790139F97D0@MAXPR0101MB1211.INDPRD01.PROD.OUTLOOK.COM">MAXPR0101MB12115A2874F56200BE790139F97D0@MAXPR0101MB1211.INDPRD01.PROD.OUTLOOK.COM</a>></div>
<div>        </div>
<div>Content-Type: text/plain; charset="utf-8"</div>
<div> </div>
<div>Hi Team,</div>
<div> </div>
<div>I am trying to integrate StarlingX 2.0 with Open Source Mano 6.0, but facing errors as the public endpoints for every services are not exposed.</div>
<div>I have also configured helm endpoint domain from the below link and updated the wild card entry in dnsmasq.conf file on StarlingX machine</div>
<div> </div>
<div><a href="https://ind01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.starlingx.io%2Fdeploy_install_guides%2Fr2_release%2Fopenstack%2Faccess.html%23configure-helm-endpoint-domain&amp;data=02%7C01%7C%7C83e1682fc6d546fbf66808d760cbc99c%7Ca65543b9ae9349b580f00b85821adc50%7C1%7C0%7C637084300711488194&amp;sdata=sWOsa5YN8H8Tpw%2FjAU%2FJqLNtdrsPlBR4kYt0szC3sak%3D&amp;reserved=0">https://ind01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.starlingx.io%2Fdeploy_install_guides%2Fr2_release%2Fopenstack%2Faccess.html%23configure-helm-endpoint-domain&amp;data=02%7C01%7C%7C83e1682fc6d546fbf66808d760cbc99c%7Ca65543b9ae9349b580f00b85821adc50%7C1%7C0%7C637084300711488194&amp;sdata=sWOsa5YN8H8Tpw%2FjAU%2FJqLNtdrsPlBR4kYt0szC3sak%3D&amp;reserved=0</a></div>
<div> </div>
<div> </div>
<div>I am getting error 503</div>
<div>code: 503\\n description: 'VIM Exception vimconnUnexpectedResponse EndpointNotFound: public\\n endpoint for image service not found</div>
<div> </div>
<div>However this was not the case with StarlingX previous release 2018.10.</div>
<div>I had successfully integrated it.</div>
<div>This is because now the openstack services are now containerized and URL is not publicly exposed.</div>
<div> </div>
<div>Can someone please update the steps in order to expose all services public endpoints outside StarlingX.</div>
<div> </div>
<div>Regards</div>
<div>Anirudh Gupta</div>
<div>DISCLAIMER: This electronic message and all of its contents, contains information which is privileged, confidential or otherwise protected from disclosure. The information contained in this electronic mail transmission is intended for use only by the individual
or entity to which it is addressed. If you are not the intended recipient or may have received this electronic mail transmission in error, please notify the sender immediately and delete / destroy all copies of this electronic mail transmission without disclosing,
copying, distributing, forwarding, printing or retaining any part of it. Hughes Systique accepts no responsibility for loss or damage arising from the use of the information transmitted by this email including damage from virus.</div>
<div>-------------- next part --------------</div>
<div>An HTML attachment was scrubbed...</div>
<div>URL: <<a href="https://ind01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.starlingx.io%2Fpipermail%2Fstarlingx-discuss%2Fattachments%2F20191102%2F7659ca8e%2Fattachment-0001.html&amp;data=02%7C01%7C%7C83e1682fc6d546fbf66808d760cbc99c%7Ca65543b9ae9349b580f00b85821adc50%7C1%7C0%7C637084300711488194&amp;sdata=ckrtZCrQgAAhPrXCG31m4bqZKPq4xxMiL7UTQA1KnmQ%3D&amp;reserved=0">https://ind01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.starlingx.io%2Fpipermail%2Fstarlingx-discuss%2Fattachments%2F20191102%2F7659ca8e%2Fattachment-0001.html&amp;data=02%7C01%7C%7C83e1682fc6d546fbf66808d760cbc99c%7Ca65543b9ae9349b580f00b85821adc50%7C1%7C0%7C637084300711488194&amp;sdata=ckrtZCrQgAAhPrXCG31m4bqZKPq4xxMiL7UTQA1KnmQ%3D&amp;reserved=0</a>></div>
<div> </div>
<div>------------------------------</div>
<div> </div>
<div>Message: 3</div>
<div>Date: Sun, 03 Nov 2019 02:50:11 -0600</div>
<div>From: <a href="mailto:cristopher.j.lemus.contreras@intel.com">cristopher.j.lemus.contreras@intel.com</a></div>
<div>To: <<a href="mailto:starlingx-discuss@lists.starlingx.io">starlingx-discuss@lists.starlingx.io</a>></div>
<div>Subject: [Starlingx-discuss] StarlingX platform-integ-apps docker</div>
<div>        images</div>
<div>Message-ID: <<a href="mailto:3cea8d$6t0227@fmsmga002.fm.intel.com">3cea8d$6t0227@fmsmga002.fm.intel.com</a>></div>
<div> </div>
<div>List of docker images required for "platform-integ-apps":</div>
<div> </div>
<div>BUILD_ID="20191103T013000Z"</div>
<div> </div>
<div>rabbitmq:3.7-management</div>
<div>k8s.gcr.io/kube-proxy:v1.16.2</div>
<div>k8s.gcr.io/kube-apiserver:v1.16.2</div>
<div>k8s.gcr.io/kube-controller-manager:v1.16.2</div>
<div>k8s.gcr.io/kube-scheduler:v1.16.2</div>
<div>k8s.gcr.io/etcd:3.3.15-0</div>
<div>k8s.gcr.io/coredns:1.6.2</div>
<div>quay.io/airshipit/armada:8a1638098f88d92bf799ef4934abe569789b885e-ubuntu_bionic</div>
<div>quay.io/calico/node:v3.6.2</div>
<div>quay.io/calico/cni:v3.6.2</div>
<div>quay.io/calico/kube-controllers:v3.6.2</div>
<div>rabbitmq:3.7.13-management</div>
<div>rabbitmq:3.7.13</div>
<div>gcr.io/kubernetes-helm/tiller:v2.13.1</div>
<div>quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.23.0</div>
<div>openstackhelm/mariadb:10.2.18</div>
<div>quay.io/external_storage/rbd-provisioner:v2.1.1-k8s1.11</div>
<div>quay.io/stackanetes/kubernetes-entrypoint:v0.3.1</div>
<div>mariadb:10.2.13</div>
<div>memcached:1.5.5</div>
<div>k8s.gcr.io/pause:3.1</div>
<div>quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0</div>
<div>nginx:1.13.3</div>
<div>gcr.io/google_containers/defaultbackend:1.0</div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div>------------------------------</div>
<div> </div>
<div>Subject: Digest Footer</div>
<div> </div>
<div>_______________________________________________</div>
<div>Starlingx-discuss mailing list</div>
<div><a href="mailto:Starlingx-discuss@lists.starlingx.io">Starlingx-discuss@lists.starlingx.io</a></div>
<div><a href="https://ind01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.starlingx.io%2Fcgi-bin%2Fmailman%2Flistinfo%2Fstarlingx-discuss&amp;data=02%7C01%7C%7C83e1682fc6d546fbf66808d760cbc99c%7Ca65543b9ae9349b580f00b85821adc50%7C1%7C0%7C637084300711498181&amp;sdata=bEJTXZe41hnithU8mgFdzin57Q5fvOiNUjeNwSDiH8w%3D&amp;reserved=0">https://ind01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.starlingx.io%2Fcgi-bin%2Fmailman%2Flistinfo%2Fstarlingx-discuss&amp;data=02%7C01%7C%7C83e1682fc6d546fbf66808d760cbc99c%7Ca65543b9ae9349b580f00b85821adc50%7C1%7C0%7C637084300711498181&amp;sdata=bEJTXZe41hnithU8mgFdzin57Q5fvOiNUjeNwSDiH8w%3D&amp;reserved=0</a></div>
<div> </div>
<div> </div>
<div>------------------------------</div>
<div> </div>
<div>End of Starlingx-discuss Digest, Vol 18, Issue 35</div>
<div>*************************************************</div>
<div> </div>
<div><font face="Times New Roman">DISCLAIMER: This electronic message and all of its contents, contains information which is privileged, confidential or otherwise protected from disclosure. The information contained in this electronic mail transmission is intended
for use only by the individual or entity to which it is addressed. If you are not the intended recipient or may have received this electronic mail transmission in error, please notify the sender immediately and delete / destroy all copies of this electronic
mail transmission without disclosing, copying, distributing, forwarding, printing or retaining any part of it. Hughes Systique accepts no responsibility for loss or damage arising from the use of the information transmitted by this email including damage from
virus. </font></div>
</span></font>
</body>
</html>