Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
agentdriver
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
942d2c17
authored
Sep 03, 2014
by
Bach Dániel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add change_ip task
parent
c1f5a2bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
agentcelery.py
+7
-0
No files found.
agentcelery.py
View file @
942d2c17
...
...
@@ -108,6 +108,13 @@ def send_expiration(vm, url):
command
=
'send_expiration'
,
args
=
{
'url'
:
url
})
@celery.task
(
name
=
'agent.change_ip'
)
def
change_ip
(
vm
,
interfaces
,
dns
):
logger
.
debug
(
'change_ip(
%
s,
%
s,
%
s)'
,
vm
,
interfaces
,
dns
)
return
reactor
.
connections
[
vm
]
.
send_command
(
command
=
'change_ip'
,
args
=
{
'interfaces'
:
interfaces
,
'dns'
:
dns
})
@celery.task
(
name
=
'vm.tasks.local_agent_tasks.renew'
)
def
renew
(
vm
):
print
vm
...
...
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