Revision 080880d9
b/snf-deploy/files/etc/synnefo/cyclades.conf | ||
---|---|---|
88 | 88 |
} |
89 | 89 |
|
90 | 90 |
CYCLADES_STATS_SECRET_KEY = "random" |
91 |
|
|
92 |
# IP and not fqdn because java VncViewer class used for machine's console |
|
93 |
# has an issue with self-signed certificates |
|
94 |
UI_MEDIA_URL = "https://%CYCLADES_NODE_IP%/static/ui/static/snf/" |
b/snf-deploy/snfdeploy/fabfile.py | ||
---|---|---|
1245 | 1245 |
"domain": env.env.domain, |
1246 | 1246 |
"CYCLADES_SERVICE_TOKEN": service_token, |
1247 | 1247 |
'STATS': env.env.stats.fqdn, |
1248 |
'CYCLADES_NODE_IP': env.env.cyclades.ip, |
|
1248 | 1249 |
} |
1249 | 1250 |
custom = customize_settings_from_tmpl(tmpl, replace) |
1250 | 1251 |
try_put(custom, tmpl, mode=0644) |
Also available in: Unified diff