- 06 Nov, 2012 6 commits
-
-
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>
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Implement two new management commands for plankton. - image-list: lists public images or all images available to a user - image-show: displays information about a public image Also, this commit fixes a bug in server-show, when trying to display an image that has been deleted.
-
- 05 Nov, 2012 1 commit
-
-
Christos Stavrakakis authored
Add extra command line arguments, to allow the user specify the link and mac_prefix of the new network if needed.
-
- 03 Nov, 2012 1 commit
-
-
Christos Stavrakakis authored
-
- 02 Nov, 2012 1 commit
-
-
Christos Stavrakakis authored
Add BACKEND_PER_USER setting, a mapping from users to backends. This setting can by used in order to bypass the default backend allocation process, and allocate all the new VMs of a specific user to a specific Backend.
-
- 26 Oct, 2012 1 commit
-
-
Constantinos Venetsanopoulos authored
-
- 24 Oct, 2012 3 commits
-
-
Sofia Papagiannaki authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
- 23 Oct, 2012 3 commits
-
-
Christos Stavrakakis authored
Dummy-save the Network when processing messages from Ganeti hooks about a VM NICs. This is needed, because the UI uses the HTTP changes-sinces when requesting VMs and Networks, and combines the result in order to show the new NICs. Not updating the Network object, resulted in VMs IPv4 and IPv6 shown as not set.
-
Constantinos Venetsanopoulos authored
to reflect support for multiple Ganeti backends and minor fixes. Also remove it from the general Admin Guide and give it a separate section in the index.rst
-
Stratos Psomadakis authored
-
- 22 Oct, 2012 1 commit
-
-
Christos Stavrakakis authored
-
- 19 Oct, 2012 1 commit
-
-
Christos Stavrakakis authored
Copy mac2eui64 from snf-network to snf-cyclades-app, since it is now used in the reconciliation process to caclculate the IPv6 address of the VMs.
-
- 17 Oct, 2012 6 commits
-
-
Constantinos Venetsanopoulos authored
To reflect: * New wording of Astakos commands * Latest snf-image-{host, helper} version
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
When only detecting, reconciliation can not continue, if the BackendNetwork object does not exist.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
- 16 Oct, 2012 7 commits
-
-
Christos Stavrakakis authored
Create the IPPool associated with each Network, when creating it. Until now, IPPools were created on first demand. However, because the Network object is not accessed in exclusive mode, concurrent access to the Network model resulted in a race condition. More than one workers may find that no Pool is associated with the Network, and try to create a new one.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
- 15 Oct, 2012 4 commits
-
-
Christos Stavrakakis authored
Fix bug when connecting a network to a nodegroup in network reconciliation. Use connect_network instead of obsolete connect_network_group method. Also fix job dependency handling in this method.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Do not allow creation of instances with deleted flavors Refs #2481
-
Christos Stavrakakis authored
-
- 12 Oct, 2012 1 commit
-
-
Vangelis Koukis authored
Fix default UI settings import synnefo settings, remove import and have the administrator set FEEDBACK_EMAIL_FROM specifically.
-
- 11 Oct, 2012 4 commits
-
-
Vangelis Koukis authored
-
Vangelis Koukis authored
Log an error to stderr and die immediately if any settings file under SYNNEFO_SETTINGS_DIR (/etc/synnefo by default) is unreadable. Also remove use of braindead Python glob(), which ignores access failure errors, and fails silenty. This should simplify administration, by allowing early detection of configuration mistakes.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-