Advertisement
Guest User

kernelci-frontend error

a guest
Mar 29th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.02 KB | None | 0 0
  1. ansible-playbook -i hosts site.yml -l local -c local -K -D \
  2. -e secrets.yml -e "@secrets.yml"
  3. SUDO password:
  4.  
  5. PLAY [all] *********************************************************************
  6.  
  7. TASK [setup] *******************************************************************
  8. ok: [kernelci-frontend]
  9.  
  10. TASK [common : Tweak kernel configuration for performance] *********************
  11. ok: [kernelci-frontend]
  12.  
  13. TASK [install-deps : Install OS dependencies] **********************************
  14. ok: [kernelci-frontend] => (item=[u'build-essential', u'git', u'python-pip', u'python-apt', u'python2.7-dev', u'python-virtualenv', u'uwsgi', u'uwsgi-plugin-python', u'nodejs'])
  15.  
  16. TASK [install-deps : Add nginx stable PPA repository] **************************
  17. skipping: [kernelci-frontend]
  18.  
  19. TASK [install-deps : Install nginx] ********************************************
  20. ok: [kernelci-frontend] => (item=[u'nginx', u'nginx-extras', u'rsync'])
  21.  
  22. TASK [install-deps : Add redis PPA (Ubuntu)] ***********************************
  23. skipping: [kernelci-frontend]
  24.  
  25. TASK [install-deps : Install redis server] *************************************
  26. ok: [kernelci-frontend]
  27.  
  28. TASK [install-deps : Make sure redis is running] *******************************
  29. ok: [kernelci-frontend]
  30.  
  31. TASK [install-app : Checkout kernel-ci-frontend code] **************************
  32. ok: [kernelci-frontend]
  33.  
  34. TASK [install-app : Fix cloned repo permissions] *******************************
  35. changed: [kernelci-frontend]
  36.  
  37. TASK [install-app : Install pip requirements] **********************************
  38. ok: [kernelci-frontend]
  39.  
  40. TASK [install-app : Fix virtualenv permissions] ********************************
  41. ok: [kernelci-frontend]
  42.  
  43. TASK [install-app : Copy app settings file] ************************************
  44. ok: [kernelci-frontend]
  45.  
  46. TASK [install-app : Create empty flask_settings] *******************************
  47. --- before
  48. +++ after
  49. @@ -1,4 +1,4 @@
  50. {
  51. "path": "/etc/flask_settings",
  52. - "state": "file"
  53. + "state": "touch"
  54. }
  55. changed: [kernelci-frontend]
  56.  
  57. TASK [configure-nginx : Install default nginx configuration] *******************
  58. ok: [kernelci-frontend]
  59.  
  60. TASK [configure-nginx : Disable default website] *******************************
  61. ok: [kernelci-frontend]
  62.  
  63. TASK [configure-nginx : Create www root directory] *****************************
  64. ok: [kernelci-frontend]
  65.  
  66. TASK [configure-nginx : Copy static assests (for staging)] *********************
  67. skipping: [kernelci-frontend]
  68.  
  69. TASK [configure-nginx : Build static assets] ***********************************
  70. changed: [kernelci-frontend]
  71.  
  72. TASK [configure-nginx : Fix assets permissions] ********************************
  73. --- before
  74. +++ after
  75. @@ -1,5 +1,5 @@
  76. {
  77. - "group": 0,
  78. - "owner": 0,
  79. + "group": 33,
  80. + "owner": 33,
  81. "path": "/tmp/assets-build"
  82. }
  83. changed: [kernelci-frontend]
  84.  
  85. TASK [configure-nginx : Copy static assets] ************************************
  86. changed: [kernelci-frontend]
  87.  
  88. TASK [configure-nginx : Copy maintenance page] *********************************
  89. ok: [kernelci-frontend]
  90.  
  91. TASK [configure-nginx : Install frontend nginx configuration] ******************
  92. fatal: [kernelci-frontend]: FAILED! => {"changed": false, "failed": true, "msg": "AnsibleUndefinedVariable: 'certname' is undefined"}
  93. to retry, use: --limit @/home/vagrant/git-repos/kernelci-frontend/site.retry
  94.  
  95. PLAY RECAP *********************************************************************
  96. kernelci-frontend : ok=19 changed=5 unreachable=0 failed=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement