Revision 8c26221c

b/snf-astakos-app/conf/20-snf-astakos-app-settings.conf
87 87

  
88 88
# Email subjects configuration. For admin/helper notification emails %(user)s
89 89
# maps to registered/activated user email.
90
#ASTAKOS_INVITATION_EMAIL_SUBJECT = 'Invitation to %s alpha2 testing' % SITENAME
91
#ASTAKOS_GREETING_EMAIL_SUBJECT = 'Welcome to %s alpha2 testing' % SITENAME
92
#ASTAKOS_FEEDBACK_EMAIL_SUBJECT = 'Feedback from %s alpha2 testing' % SITENAME
93
#ASTAKOS_VERIFICATION_EMAIL_SUBJECT = '%s alpha2 testing account activation is needed' % SITENAME
94
#ASTAKOS_ACCOUNT_CREATION_SUBJECT = '%s alpha2 testing account created (%%(user)s)' % SITENAME)
95
#ASTAKOS_GROUP_CREATION_SUBJECT = '%s alpha2 testing group created (%%(group)s)' % SITENAME)
96
#ASTAKOS_HELPDESK_NOTIFICATION_EMAIL_SUBJECT = '%s alpha2 testing account activated (%%(user)s)' % SITENAME
97
#ASTAKOS_EMAIL_CHANGE_EMAIL_SUBJECT = 'Email change on %s alpha2 testing' % SITENAME
98
#ASTAKOS_PASSWORD_RESET_EMAIL_SUBJECT = 'Password reset on %s alpha2 testing' % SITENAME
99
#ASTAKOS_PROJECT_CREATION_SUBJECT = '%s alpha2 testing project application created (%%(name)s)' % SITENAME
100
#ASTAKOS_PROJECT_APPROVED_SUBJECT = '%s alpha2 testing project application approved (%%(name)s)' % SITENAME
101
#ASTAKOS_PROJECT_TERMINATION_SUBJECT = '%s alpha2 testing project terminated (%%(name)s)' % SITENAME
102
#ASTAKOS_PROJECT_SUSPENSION_SUBJECT = '%s alpha2 testing project suspended (%%(name)s)' % SITENAME
103
#ASTAKOS_PROJECT_MEMBERSHIP_CHANGE_SUBJECT = '%s alpha2 testing project membership changed (%%(name)s)' % SITENAME
90
#ASTAKOS_INVITATION_EMAIL_SUBJECT = 'Invitation to %s' % SITENAME
91
#ASTAKOS_GREETING_EMAIL_SUBJECT = 'Welcome to %s' % SITENAME
92
#ASTAKOS_FEEDBACK_EMAIL_SUBJECT = 'Feedback from %s ' % SITENAME
93
#ASTAKOS_VERIFICATION_EMAIL_SUBJECT = '%s account activation is needed' % SITENAME
94
#ASTAKOS_ACCOUNT_CREATION_SUBJECT = '%s account created (%%(user)s)' % SITENAME)
95
#ASTAKOS_GROUP_CREATION_SUBJECT = '%s group created (%%(group)s)' % SITENAME)
96
#ASTAKOS_HELPDESK_NOTIFICATION_EMAIL_SUBJECT = '%s account activated (%%(user)s)' % SITENAME
97
#ASTAKOS_EMAIL_CHANGE_EMAIL_SUBJECT = 'Email change on %s ' % SITENAME
98
#ASTAKOS_PASSWORD_RESET_EMAIL_SUBJECT = 'Password reset on %s ' % SITENAME
99
#ASTAKOS_PROJECT_CREATION_SUBJECT = '%s project application created (%%(name)s)' % SITENAME
100
#ASTAKOS_PROJECT_APPROVED_SUBJECT = '%s project application approved (%%(name)s)' % SITENAME
101
#ASTAKOS_PROJECT_TERMINATION_SUBJECT = '%s project terminated (%%(name)s)' % SITENAME
102
#ASTAKOS_PROJECT_SUSPENSION_SUBJECT = '%s project suspended (%%(name)s)' % SITENAME
103
#ASTAKOS_PROJECT_MEMBERSHIP_CHANGE_SUBJECT = '%s project membership changed (%%(name)s)' % SITENAME
104 104

  
105 105
# Set the quotaholder component URI and token
106 106
#ASTAKOS_QUOTAHOLDER_URL = ''
b/snf-common/conf/00-snf-common-admins.conf
24 24
#DEFAULT_CHARSET = 'utf-8'
25 25
#
26 26
## Address to use for outgoing emails
27
#DEFAULT_FROM_EMAIL = "~okeanos <no-reply@grnet.gr>"
27
#DEFAULT_FROM_EMAIL = "synnefo <no-reply@synnefo.org>"
28 28
#
29 29
# Email where users can contact for support
30 30
#CONTACT_EMAIL = "support@synnefo.org"
b/snf-cyclades-app/conf/20-snf-cyclades-app-api.conf
64 64
#APPEND_SLASH = False
65 65
#
66 66
## Fixed mapping of user VMs to a specific backend.
67
## e.g. BACKEND_PER_USER = {'example@okeanos.grnet.gr': 2}
67
## e.g. BACKEND_PER_USER = {'example@synnefo.org': 2}
68 68
#BACKEND_PER_USER = {}
69 69
#
70 70
## List of backend IDs used *only* for archipelago.
......
74 74
## URL templates for the stat graphs.
75 75
## The API implementation replaces '%s' with the encrypted backend id.
76 76
## FIXME: For now we do not encrypt the backend id.
77
#CPU_BAR_GRAPH_URL = 'http://stats.okeanos.grnet.gr/%s/cpu-bar.png'
78
#CPU_TIMESERIES_GRAPH_URL = 'http://stats.okeanos.grnet.gr/%s/cpu-ts.png'
79
#NET_BAR_GRAPH_URL = 'http://stats.okeanos.grnet.gr/%s/net-bar.png'
80
#NET_TIMESERIES_GRAPH_URL = 'http://stats.okeanos.grnet.gr/%s/net-ts.png'
77
#CPU_BAR_GRAPH_URL = 'http://stats.synnefo.org/%s/cpu-bar.png'
78
#CPU_TIMESERIES_GRAPH_URL = 'http://stats.synnefo.org/%s/cpu-ts.png'
79
#NET_BAR_GRAPH_URL = 'http://stats.synnefo.org/%s/net-bar.png'
80
#NET_TIMESERIES_GRAPH_URL = 'http://stats.synnefo.org/%s/net-ts.png'
81 81
#
82 82
## Recommended refresh period for server stats
83 83
#STATS_REFRESH_PERIOD = 60
b/snf-cyclades-app/conf/20-snf-cyclades-app-cloudbar.conf
1 1
#CLOUDBAR_ACTIVE = True
2
#CLOUDBAR_LOCATION = 'https://accounts.okeanos.grnet.gr/static/im/cloudbar/'
2
#CLOUDBAR_LOCATION = 'https://accounts.synnefo.org/static/im/cloudbar/'
3 3
#CLOUDBAR_COOKIE_NAME = '_pithos2_a'
4 4
#CLOUDBAR_ACTIVE_SERVICE = 'cloud'
5
#CLOUDBAR_SERVICES_URL = 'https://accounts.okeanos.grnet.gr/astakos/api/get_services'
6
#CLOUDBAR_MENU_URL = 'https://accounts.okeanos.grnet.gr/im/get_menu'
5
#CLOUDBAR_SERVICES_URL = 'https://accounts.synnefo.org/astakos/api/get_services'
6
#CLOUDBAR_MENU_URL = 'https://accounts.synnefo.org/im/get_menu'
7 7
#
b/snf-cyclades-app/conf/20-snf-cyclades-app-ui.conf
85 85
#VM_CREATE_NAME_TPL = "My {0} server"
86 86
#
87 87
## Template to use to build vm hostname
88
#UI_VM_HOSTNAME_FORMAT = 'snf-%(id)s.vm.okeanos.grnet.gr'
88
#UI_VM_HOSTNAME_FORMAT = 'snf-%(id)s.vm.synnefo.org'
89 89
#
90 90
## Name/description metadata for the available flavor disk templates
91 91
## Dict key is the disk_template value as stored in database
b/snf-cyclades-app/conf/20-snf-cyclades-app-vmapi.conf
2 2
#VMAPI_CACHE_BACKEND = "locmem://"
3 3
#VMAPI_CACHE_KEY_PREFIX = "vmapi"
4 4
#VMAPI_RESET_PARAMS = True
5
#VMAPI_BASE_URL = "https://cyclades.okeanos.grnet.gr/"
5
#VMAPI_BASE_URL = "https://cyclades.synnefo.org/"

Also available in: Unified diff