Результаты теста системы Ovirt Просмотр в Интернете недоступен - PullRequest
1 голос
/ 10 октября 2019

https://ovirt -system-tests.readthedocs.io / en / latest / general / running_tests / index.html

Эта страница содержит следующие инструкции ...

Once you've located the engine VM's IP, add it to /etc/hosts followed by the name engine.
NOTE: any other name than engine will not work.
Now, log in to the web-UI at:
URL: https://engine/ovirt-engine/webadmin/
Username: admin
Password: 123
Profile: internal

В этих инструкциях вы читаете их как

A) Ввод команды curl?

curl --user admin:123 https://engine/ovirt-engine/webadmin/ -v  --insecure

или

B) Чтобы использоватьurl в браузере

Я думал B, но это сведет на нет необходимость обновления файла hosts, т. е. как браузер узнает значение движка?

В любом случае, я не могу их просмотреть,есть идеи?

Сообщение об ошибке от скручиваемости для записи ...

# curl --user admin:123 http://engine/ovirt-engine/webadmin/ -v  --insecure
* About to connect() to proxy 148.87.19.20 port 80 (#0)
*   Trying 148.87.19.20...
* Connected to 148.87.19.20 (148.87.19.20) port 80 (#0)
* Server auth using Basic with user 'admin'
> GET http://engine/ovirt-engine/webadmin/ HTTP/1.1
> Authorization: Basic YWRtaW46MTIz
> User-Agent: curl/7.29.0
> Host: engine
> Accept: */*
> Proxy-Connection: Keep-Alive
>
< HTTP/1.1 502 notresolvable
< Content-Type: text/html
< Cache-Control: no-cache
< Content-Length: 2771
< Proxy-Connection: Keep-Alive
<
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<!-- FileName: index.html
     Language: [en]
-->
<!--Head-->
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  <meta http-equiv="X-UA-Compatible" content="IE=7" />
  <title>McAfee Web Gateway - Notification</title>
  <script src="/mwg-internal/de5fs23hu73ds/files/javascript/sw.js" type="text/javascript" ></script>
  <link rel="stylesheet" href="/mwg-internal/de5fs23hu73ds/files/default/stylesheet.css" />
</head>
<!--/Head-->
<!--Body-->
<body onload="swOnLoad();">
  <table class='bodyTable'>
    <tr>
      <td class='bodyData' background='/mwg-internal/de5fs23hu73ds/files/default/img/bg_body.gif'>
<!--Logo-->
<table class='logoTable'>
  <tr>
    <td class='logoData'>
      <a href='http://www.mcafee.com'>
        <img src='/mwg-internal/de5fs23hu73ds/files/default/img/oralogo-small.gif'></a>
    </td>
  </tr>
</table>
<!--/Logo-->
<!--Contents-->
<!-- FileName: notresolvable.html
     Language: [en]
-->
<!--Title-->
<table class='titleTable' background='/mwg-internal/de5fs23hu73ds/files/default/img/bg_navbar.jpg'>
  <tr>
    <td class='titleData'>
      Host Not Resolvable
    </td>
  </tr>
</table>
<!--/Title-->

<!--Content-->
<table class="contentTable">
  <tr>
    <td class="contentData">
      The Host is not resolvable. Most commonly this is due to mistyping the URL in the browser bar. Please verify the spelling and that the site exists and hit refresh.
    </td>
  </tr>
</table>
<!--/Content-->

<!--Info-->
<table class="infoTable">
  <tr>
    <td class="infoData">
      <b>URL: </b><script type="text/javascript">break_line("http://engine/ovirt-engine/webadmin/");</script><br />
    </td>
  </tr>
</table>
<!--/Info-->

<!--/Contents-->
<!--Policy-->
<table class='policyTable'>
  <tr>
    <td class='policyHeading'>
      <hr>

    </td>
  </tr>
  <tr>
    <td class='policyData'>
If you believe you have received this page in error, please submit an <a href="https://myhelp.oracle.com/app/answers/answer_view_GA/a_id/94/loc/en_US/g_id/141">Oracle MyHelp
Ticket</a>. If this is an urgent, service impacting issue, please contact the Global Service Desk via telephone: Dial **600
Or Local in-country numbers can be found at <a href="http://my.oracle.com/site/git/1591/2666/index.html">Global Service Desk - Contact Numbers

</p>
    </td>
  </tr>
</table>
<!--/Policy-->
<!--Foot-->
<table class='footTable'>
<hr>
  <tr>
    <td class='footData'>
      generated <span id="time">2019-10-10 13:06:25</span> by inet-hqmc07.oracle.com
    </td>
  </tr>
</table>
<!--/Foot-->
      </td>
    </tr>
  </table>
</body>
<!--/Body-->
<!-- BLOCKBLOCK_ORACLEPROXY_BLOCKBLOCK -->
</html>
* Connection #0 to host 148.87.19.20 left intact
...