Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
6920e335
Commit
6920e335
authored
Jul 10, 2012
by
Christos Stavrakakis
Browse files
Update setting files
parent
cc5f044c
Changes
3
Hide whitespace changes
Inline
Side-by-side
snf-cyclades-app/synnefo/app_settings/default/api.py
View file @
6920e335
...
...
@@ -21,8 +21,8 @@ POLL_LIMIT = 3600
# Network Configuration
#
#
Synnefo assigns this link id to NICs connected on the public network.
#
An IP pool should be associated with this lin
k by the Ganeti administrator.
#
Name of the public network in Ganeti. An IP pool should be associated with
#
this networ
k by the Ganeti administrator.
GANETI_PUBLIC_NETWORK
=
'snf_public'
# This link id is assigned to NICs that should be isolated from anything else
# (e.g., right before the NIC gets deleted).
...
...
snf-cyclades-app/synnefo/app_settings/default/queues.py
View file @
6920e335
...
...
@@ -3,14 +3,10 @@
# Queues, exchanges and bindings for AMQP
###########################################
# Rabbit work queue endpoint
RABBIT_HOST
=
"10.0.0.1:5672"
RABBIT_USERNAME
=
"rabbit-username"
RABBIT_PASSWORD
=
"rabbit-password"
RABBIT_VHOST
=
"/"
AMQP_HOSTS
=
[
"amqp://username:password@host:port"
]
# AMQP Backend Client. One of: 'puka', 'haigha'
AMQP_BACKEND
=
'puka'
# List of RabbitMQ endpoints
AMQP_HOSTS
=
[
"amqp://username:password@host:port"
]
# AMQP Backend Client. Currently only puka
AMQP_BACKEND
=
'puka'
EXCHANGE_GANETI
=
"ganeti"
# Messages from Ganeti
EXCHANGE_CRON
=
"cron"
# Messages from periodically triggered tasks
...
...
snf-cyclades-gtools/synnefo/ganeti/settings.py
View file @
6920e335
# snf-cyclades-gtools settings
RABBIT_HOST
=
"127.0.0.1:5672"
RABBIT_USERNAME
=
"rabbit-username"
RABBIT_PASSWORD
=
"rabbit-password"
RABBIT_VHOST
=
"/"
AMQP_HOSTS
=
[
"amqp://username:password@host:port"
]
BACKEND_PREFIX_ID
=
"snf-"
EXCHANGE_GANETI
=
"ganeti"
PUBLIC_IPV6_PREFIX
=
"2001:db8::/64"
# List of RabbitMQ endpoints
AMQP_HOSTS
=
[
"amqp://username:password@host:port"
]
# AMQP Backend Client. Currently only puka
AMQP_BACKEND
=
'puka'
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