59 Commits

Author SHA1 Message Date
f46c2e7f6a Implement VM rename functionality
Closes #125
2021-05-23 17:21:19 -04:00
1b8b101b64 Fix bugs in log follow command 2021-05-19 16:22:48 -04:00
0bf276fd51 Update copyright year in headers 2021-03-25 17:01:55 -04:00
f4ec161aa2 Update file copyright header.
Remove the option to select a later version of the GPL.
2021-03-25 16:58:02 -04:00
1b6613c280 Add live VNC information to domain output
Sets in the node daemon, returns via the API, and shows in the CLI,
information about the live VNC listen address and port for VNC-enabled
VMs.

Closes #115
2020-12-20 16:00:55 -05:00
c208898b34 Rename null migration method to any 2020-12-03 17:08:49 -05:00
1d5b9c33b5 Unify handling of API list returns
Ensure that every API return is handled appropriately as it is a list
now.
2020-12-02 19:15:33 -05:00
185615e6e8 Don't strip single-element lists
This was a dumb decision that complicated handling of single-item
entries.
2020-12-01 03:23:18 -05:00
f15253210f Ensure all disk stats default to 0
Prevents issues with converting None to integers and such.
2020-11-11 13:13:31 -05:00
1a0aedf01c Up line count to 500 to be sure 2020-11-10 16:17:13 -05:00
f729a54a2c Obtain more lines during log follow 2020-11-10 16:14:33 -05:00
a38e65be47 Correct issues if no interfaces/disks are present 2020-11-10 16:06:43 -05:00
569dcd84a4 Implement disk modification on the CLI
Adds functions for listing, adding, and removing disks from the CLI,
without editing the XML directly.

References #101
2020-11-08 00:57:13 -05:00
3ae6a469aa Improve messages in here docs 2020-11-08 00:57:13 -05:00
9c339f4191 Add proper support for cluster networks
Supports adding the cluster networks (upstream, cluster, storage) as
valid networks for a VM.

References #101
2020-11-08 00:57:13 -05:00
1ff5d8bf46 Implement network modification on the CLI
Adds functions for listing, adding, and removing networks from the CLI,
without editing the XML directly.

References #101
2020-11-08 00:57:13 -05:00
b72c415bf1 Implement memory modification on the CLI
Adds functions for listing and setting the memory values from the CLI,
without editing the XML directly.

References #101
2020-11-08 00:57:13 -05:00
03d4be79b7 Implement vCPU modification on the CLI
Adds functions for listing and setting the vCPU and topology values from
the CLI, without editing the XML directly.

References #101
2020-11-08 00:57:13 -05:00
9dd2a24ce9 Lint: E226 missing whitespace around arithmetic operator 2020-11-07 14:50:57 -05:00
260b39ebf2 Lint: E302 expected 2 blank lines, found X 2020-11-07 14:45:24 -05:00
d2490419c5 Lint: E202 whitespace before ']' 2020-11-07 13:02:54 -05:00
b7daa8e1f6 E201 whitespace after '[' 2020-11-07 12:39:59 -05:00
4a5d50d0e6 Lint: E225 missing whitespace around operator 2020-11-07 12:16:36 -05:00
aecb845d6a Lint: E713 test for membership should be 'not in' 2020-11-06 20:37:52 -05:00
72ae149cf1 Lint: E712 comparison to True should be 'if cond is True:' or 'if cond:' 2020-11-06 19:35:19 -05:00
d9e7b7ec15 Lint: F401 <library> imported but unused 2020-11-06 19:22:49 -05:00
ebf254f62d Lint: W293 blank line contains whitespace 2020-11-06 19:11:07 -05:00
63f4f9aed7 Lint: E722 do not use bare 'except' 2020-11-06 18:55:10 -05:00
b783588ee6 Use "none" default instead of "default" 2020-10-29 12:19:07 -04:00
ec0b8acf90 Support per-VM migration type selectors
Allow a VM to specify its migration type as a default choice. The valid
options are "default" (i.e. behave as now), "live" which forces a live
migration only, and "shutdown" which forces a shutdown migration only.
The new option is treated as a VM meta option and is set to default if
not found.
2020-10-29 12:01:29 -04:00
6fe74b34b2 Use .get for JSON message responses 2020-07-20 12:31:12 -04:00
2967c97f1a Format and display extra VM statistics 2020-06-07 03:04:36 -04:00
ce60836c34 Allow enforcement of live migration
Provides a CLI and API argument to force live migration, which triggers
a new VM state "migrate-live". The node daemon VMInstance during migrate
will read this flag from the state and, if enforced, will not trigger a
shutdown migration.

Closes #95
2020-06-06 12:00:44 -04:00
e724e73140 Don't show built-in bridges as invalid 2020-05-12 10:46:10 -04:00
e451426c7c Fix minor bugs from change in VM info handling 2020-04-13 22:56:19 -04:00
8faa3bb53d Handle info fuzzy matches better
If we are calling info, we want one VM. Don't silently discard other
options or try (and fail later) to parse multiple, just say no VM found.
2020-04-09 10:26:49 -04:00
78780039de Add wait support to VM CLI commands
References #72
2020-02-19 10:02:32 -05:00
e7728b8375 Allow modification of a VM profile
And fix some bugs around this.

Fixes #76
2020-01-30 11:45:46 -05:00
4868625809 Add try/except around new log lines
Fixes #73
2020-01-30 09:28:47 -05:00
194a642c15 Report errors in log -f 2020-01-15 00:47:14 -05:00
83de40307c Fix missing console_log in CLI VM 2020-01-09 13:53:11 -05:00
4e5bce4975 Update copyright header year to 2020 2020-01-08 19:38:02 -05:00
6e5065511c Move API call to function and implement keys
Move all API calls to a new common function called call_api to
facilitate easier future changes. Use this function to implement API key
handling via request header value as well as integrate the request URI
generation and debug output handling.

Closes #65
2020-01-08 19:34:24 -05:00
c515d63340 Add provision state for VMs 2020-01-08 17:40:02 -05:00
9e7d86d5cf Use click.echo_via_pager for VM log output
Addresses #67
2020-01-08 10:06:34 -05:00
2005342a2d Correct verb on VM modify 2020-01-08 09:24:17 -05:00
2aaccfffa7 Use POST body for large data objects 2020-01-06 23:30:34 -05:00
47c49f7672 Fix click import (again) 2020-01-06 12:55:44 -05:00
27279c9686 Properly import click echo 2020-01-06 12:38:20 -05:00
33709828b1 Handle bad response to logs 2020-01-05 17:07:39 -05:00