Advertisement
Guest User

Untitled

a guest
May 27th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. [root@nailgun ~]# shotgun2 short-report | head -n6
  2. cat /etc/fuel_build_id:
  3. 402
  4. cat /etc/fuel_build_number:
  5. 402
  6. cat /etc/fuel_release:
  7. 9.0
  8.  
  9. ogubanov@ogubanov-pc:~$ curl -k https://127.0.0.1:4757/cobbler_web
  10. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  11. <html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
  12. <head>
  13. <title>Cobbler Web Interface</title>
  14. <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
  15. <link rel="stylesheet" type="text/css" media="all" href="/cobbler_webui_content/style.css" />
  16. <link rel="icon" type="image/png" href="/cobbler_webui_content/favicon.png" />
  17. </head>
  18. <body class="loginscreen">
  19. <div id="login">
  20. <img src="/cobbler_webui_content/logo-cobbler.png" width="185" />
  21. <form action="/cobbler_web/do_login" method="post">
  22. <input type='hidden' name='csrfmiddlewaretoken' value='PbWnFxQWf1PTHXotv4jXyeJmIDYh87Mh' />
  23. <input type="hidden" name="next" value="/cobbler_web" />
  24. <div id="username">
  25. <label for="username">Username: </label>
  26. <input type="text" name="username" value="" id="username" autofocus>
  27. </div>
  28. <div id="password">
  29. <label for="password">Password: </label>
  30. <input type="password" name="password" value="" id="password">
  31. </div>
  32. <input class="button" type="submit" value="login" />
  33. </form>
  34.  
  35. <p class="error">Sorry, either you need to login or your session expired.</p>
  36.  
  37. </div>
  38. </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement