- 15 Nov, 2012 5 commits
-
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
image model get_meta already takes care of escaping the meta value
-
Kostas Papadimitriou authored
methods that used to return user specific information modified to return arrays of objects based on identified image users. Image space delimited `users` metadata key is now the primary point to identify existing image users.
-
Kostas Papadimitriou authored
warn user against untrustworthy image owners
-
Kostas Papadimitriou authored
fix max height and spacing of public keys list view
-
- 09 Nov, 2012 1 commit
-
-
Kostas Papadimitriou authored
-
- 08 Nov, 2012 10 commits
-
-
Kostas Papadimitriou authored
UI now displays notice for vm's flagged as suspended. User may click on suspended notice to contact support.
-
Kostas Papadimitriou authored
- Reset network status after a failed destroy action - Fix multiple network actions (Refs #2298) - Reset button visibility after nic disconnect
-
Christos Stavrakakis authored
Conflicts: snf-cyclades-app/synnefo/api/management/commands/flavor-list.py snf-cyclades-app/synnefo/api/management/commands/server-list.py snf-cyclades-app/synnefo/api/networks.py snf-cyclades-app/synnefo/logic/rapi.py
-
Christos Stavrakakis authored
Add extra support for changing link and mac_prefix. Also support reserving and releasing IPs.
-
Kostas Papadimitriou authored
include reference to custom image creation guide if available. Reference url can be configured by setting the UI_CUSTOM_IMAGE_HELP_URL setting.
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
Automatically choose a subnet that doesn't already exists in user's private networks if 'Auto' subnet option is selected.
-
Kostas Papadimitriou authored
filter out unexisting deleted networks
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
- 07 Nov, 2012 12 commits
-
-
Kostas Papadimitriou authored
notify users that although connection information appears, vm may not be available to connect to if it was just restarted/created.
-
Kostas Papadimitriou authored
ui inititalization process now includes a call to the introduced `ui.views.userquota` view which returns a json representation of available user quota limits. Quota information is used across ui to prevent user from the effort of trying to allocate additional resources.
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
- add configurable vm hostname template - allow override of vm connect messages - replace ip by hostname in vm connection messages - configurable ssh message template - optional setting to append extra content in windows rdp files
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
additionally check osfamily image tag. If tag set to linux enable ssh keys support.
-
Kostas Papadimitriou authored
UI_GROUPED_NETWORK_NAME -> UI_GROUPED_PUBLIC_NETWORK_NAME
-
Christos Stavrakakis authored
Use select_for_update method when accessing VM objects to prevent race conditions. Also move start_action from logic to api.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Modify snf-ganeti-eventd and snf-dispatcher to handle jobs with OP_NETWORK_SET_PARAMS opcode. Handling of these jobs is needed to update the IP Pool of network, when reserving and releasing IPs directly from the Ganeti backend.
-
- 06 Nov, 2012 12 commits
-
-
Kostas Papadimitriou authored
apply nic network state changes only after successful api calls.
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Dimitris Aragiorgis authored
Rename PRIVATE_FILTERED to correct PRIVATE_MAC_FILTERED. Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
Do not allow api to create public networks and type other than PRIVATE_MAC_FILTERED/PRIVATE_PHYSICAL_VLAN. Rename PUBLIC_ROUTED_USE_POOL setting to PUBLIC_USE_POOL. Let synnefo do IP pool management only if network is private or PUBLIC_USE_POOL is True. Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
Update networking setup to comply with synnefo 0.11 and ganeti 2.6.1+grnet features. Add section for bridge and mac-prefix pools needed for private networks. Add mini guide to build snf-ganeti package from source. Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
Add sections for every possible network flavor (DEFAULT, IP_LESS_ROUTED, MAC_FILTERED, PHYSICAL_VLAN) and the corresponding figure. Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Dimitris Aragiorgis authored
Add conflicts_check option when creating and add network. Check only if a network is public. Let tags argument in rapi calls be a list. Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
Get rapi client from snf-ganeti. Add depends argument (for chain jobs) where needed. Argument tags must be a list of strings and arguments add_reserved_ips and remove_reserved_ips must be None or a list of strings. Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-