- 13 Nov, 2012 1 commit
-
-
Christos Stavrakakis authored
Add --filter-by option to server-list, network-list and flavor-list management commands. The value of this option is a comma-seperated list of key 'cond' val pairs and, when used, only the DB entries that satisfy all of the specified conditions are displayed. The exact keys that can be used are displayed in the help message. Also when a wrong key is used, all the available keys are displayed to the error message. No attempt is made to "sanitize" the keys. Examples: snf-manage server-list --filter-by "deleted=True,state=STARTED" snf-manage server-list --filter-by userid=cstavr@grnet.gr,flavor__cpu=2 snf-manage flavor-list --filter-by "ram>=1024,disk<20"
-
- 12 Nov, 2012 2 commits
-
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
- 09 Nov, 2012 8 commits
-
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Add indexes to VirtualMachine userid and deleted columns Add indexes to Network userid, deleted and public columns
-
Christos Stavrakakis authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
add new option `--suspended` in servers-list command to filter output suspended servers
-
- 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 7 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>
-