Advertisement
Guest User

Untitled

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