Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE3
/
vmdriver
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9a90fc22
authored
Jan 17, 2022
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
service & requirements fix
parent
e8283d3b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
miscellaneous/netcelery@.service
+1
-1
miscellaneous/vmcelery@.service
+1
-1
requirements/base.txt
+2
-1
requirements/install_first.txt
+3
-0
No files found.
miscellaneous/netcelery@.service
View file @
9a90fc22
...
...
@@ -12,5 +12,5 @@ Restart=always
WorkingDirectory=/home/cloud/vmdriver
ExecStart=/bin/bash -c "source /
home/cloud/.virtualenvs/vmdriver/bin/activate; source /home/cloud/.virtualenvs/vmdriver/bin/activate; exec celery -A netcelery worker --loglevel=info
-n $(/bin/hostname -s).%I"
ExecStart=/bin/bash -c "source /
etc/profile; workon vmdriver; exec celery -A netcelery worker --loglevel=debug
-n $(/bin/hostname -s).%I"
miscellaneous/vmcelery@.service
View file @
9a90fc22
...
...
@@ -12,5 +12,5 @@ Restart=always
WorkingDirectory=/home/cloud/vmdriver
ExecStart=/bin/bash -c "source /
home/cloud/.virtualenvs/vmdriver/bin/activate; source /home/cloud/.virtualenvs/vmdriver/bin/activate; exec celery -A vmcelery worker --loglevel=info
-n $(/bin/hostname -s).%I"
ExecStart=/bin/bash -c "source /
etc/profile; workon vmdriver; exec celery -A vmcelery worker --loglevel=debug
-n $(/bin/hostname -s).%I"
requirements/base.txt
View file @
9a90fc22
setuptools<58
amqp==1.4.9
billiard==3.3.0.23
celery==3.1.18
...
...
@@ -7,11 +8,11 @@ GitPython==3.1.18
importlib-metadata==4.8.3
kombu==3.0.30
lxml==3.4.2
libvirt-python==7.10.0
pillow==8.4.0
psutil==4.4.2
pytz==2021.3
smmap==5.0.0
setuptools<58
typing_extensions==4.0.1
vine==5.0.0
zipp==3.6.0
requirements/install_first.txt
0 → 100644
View file @
9a90fc22
setuptools<58
pip<21
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment