ffilz

fabfile.py error

Jul 27th, 2016
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.63 KB | None | 0 0
  1. [root@localhost autobuild-ceph]# fab gitbuilder_ganesha:host=ubuntu@localhost
  2. Traceback (most recent call last):
  3.   File "/usr/lib/python2.7/site-packages/fabric/main.py", line 658, in main
  4.     docstring, callables, default = load_fabfile(fabfile)
  5.   File "/usr/lib/python2.7/site-packages/fabric/main.py", line 165, in load_fabfile
  6.     imported = importer(os.path.splitext(fabfile)[0])
  7.   File "/home/ffilz/ganesha/autobuild-ceph/fabfile.py", line 823
  8.     sudo('start autobuild-ceph || /etc/init.d/autobuild-ceph start ; systemctl enable autobuild-ceph || true ; systemctl start autobuild-ceph || true')
  9.        ^
  10. SyntaxError: invalid syntax
Add Comment
Please, Sign In to add comment