Joshua Boniface
3e3776a25b
Bump version to 0.9.35
2021-09-13 02:20:46 -04:00
Joshua Boniface
73c96d1e93
Add VM device hot attach/detach support
...
Adds a new API endpoint to support hot attach/detach of devices, and the
corresponding client-side logic to use this endpoint when doing VM
network/storage add/remove actions.
The live attach is now the default behaviour for these types of
additions and removals, and can be disabled if needed.
Closes #141
2021-09-12 19:33:00 -04:00
Joshua Boniface
e9735113af
Bump version to 0.9.34
2021-08-24 16:15:25 -04:00
Joshua Boniface
3b41beb0f3
Convert argument elements of task status to types
2021-08-23 14:28:12 -04:00
Joshua Boniface
560c013e95
Bump version to 0.9.33
2021-08-21 03:28:48 -04:00
Joshua Boniface
384c6320ef
Avoid failing if no provisioner tasks
2021-08-21 03:25:16 -04:00
Joshua Boniface
4014ef7714
Bump version to 0.9.32
2021-08-19 12:37:58 -04:00
Joshua Boniface
13e309b450
Fix colours of network status elements
2021-08-18 19:41:53 -04:00
Joshua Boniface
7ecc6a2635
Bump version to 0.9.31
2021-07-30 12:08:12 -04:00
Joshua Boniface
2a99a27feb
Bump version to 0.9.30
2021-07-20 00:01:45 -04:00
Joshua Boniface
fa1d93e933
Bump version to 0.9.29
2021-07-19 16:55:41 -04:00
Joshua Boniface
71e4d0b32a
Bump version to 0.9.28
2021-07-19 09:29:34 -04:00
Joshua Boniface
f16bad4691
Revamp confirmation options for vm modify
...
Before, "-y"/"--yes" only confirmed the reboot portion. Instead, modify
this to confirm both the diff portion and the restart portion, and add
separate flags to bypass one or the other independently, ensuring the
administrator has lots of flexibility. UNSAFE mode implies "-y" so both
would be auto-confirmed if that option is set.
2021-07-19 00:25:43 -04:00
Joshua Boniface
15d92c483f
Bump version to 0.9.27
2021-07-19 00:03:40 -04:00
Joshua Boniface
7dd17e71e7
Fix bug with VM editing with file
...
Current config is needed for the diff but it was in a conditional.
2021-07-19 00:02:19 -04:00
Joshua Boniface
602093029c
Bump version to 0.9.26
2021-07-18 20:49:52 -04:00
Joshua Boniface
2358ad6bbe
Reduce the number of lines per call
...
500 was a lot every half second; 200 seems more reasonable. Even a fast
kernel boot should generate < 200 lines in half a second.
2021-07-18 20:23:45 -04:00
Joshua Boniface
a0e9b57d39
Increase log line frequency
2021-07-18 20:19:59 -04:00
Joshua Boniface
2d48127e9c
Use even better/faster set comparison
2021-07-18 20:18:35 -04:00
Joshua Boniface
55f2b00366
Add some spaces for better readability
2021-07-18 20:18:23 -04:00
Joshua Boniface
ba257048ad
Improve output formatting of node logs
2021-07-18 20:06:08 -04:00
Joshua Boniface
a088aa4484
Add node log functions to API and CLI
2021-07-18 18:54:28 -04:00
Joshua Boniface
8f3b68d48a
Mention multiple option for tags in VM define
2021-07-14 01:12:10 -04:00
Joshua Boniface
6d4c26c8d8
Don't show tag line in info if no tags
2021-07-14 00:59:24 -04:00
Joshua Boniface
75fb60b1b4
Add VM list filtering by tag
...
Uses same method as state or node filtering, rather than altering how
the main LIMIT field works.
2021-07-14 00:59:20 -04:00
Joshua Boniface
9ea9ac3b8a
Revamp tag handling and display
...
Add an additional protected class, limit manipulation to one at a time,
and ensure future flexibility. Also makes display consistent with other
VM elements.
2021-07-13 22:39:52 -04:00
Joshua Boniface
2e9f6ac201
Bump version to 0.9.25
2021-07-11 23:19:09 -04:00
Joshua Boniface
551bae2518
Bump version to 0.9.24
2021-07-09 15:58:36 -04:00
Joshua Boniface
9d0eb20197
Mention UUID matching in vm list help
2021-07-09 11:51:20 -04:00
Joshua Boniface
3f5b7045a2
Allow raw listing of cluster names in CLI
2021-07-09 10:53:20 -04:00
Joshua Boniface
7082982a33
Bump version to 0.9.23
2021-07-05 23:40:32 -04:00
Joshua Boniface
54f82a3ea0
Fix bug in VM network list with SR-IOV
2021-07-05 15:14:01 -04:00
Joshua Boniface
37cd278bc2
Bump version to 0.9.22
2021-07-05 14:18:51 -04:00
Joshua Boniface
087c23859c
Adjust layout of Provisioner lists output
...
Use the same header format as the others.
2021-07-05 14:06:22 -04:00
Joshua Boniface
6c21a52714
Adjust layout of Ceph/storage lists output
...
Use the same header format as node, VM, and network lists.
2021-07-05 12:57:18 -04:00
Joshua Boniface
afde436cd0
Adjust layout of Network lists output
...
Use the same header format as node and VM lists.
2021-07-05 11:48:39 -04:00
Joshua Boniface
1fe71969ca
Adjust layout of VM list output
...
Matches the new node list output format with the additional header line,
as well as revamps some other aspects:
1. Adjusts the UUID to be under the name in the info output.
2. Removes the UUID from the list output to save space, because this
is generally not needed in day-to-day quick-list output.
3. Renames the "Node" header to "Current" to better reflect what
that column actually means and avoid conflicting with the parent
header.
2021-07-05 10:52:48 -04:00
Joshua Boniface
2b04df22a6
Add PVC version to node information output
...
Also adjusts the layout of the node list output to avoid excessively
long lines. Adds another header line with categories and spacing dashes
for easier visual parsing.
2021-07-05 10:45:20 -04:00
Joshua Boniface
fe0a1d582a
Bump version to 0.9.21
2021-06-29 19:21:31 -04:00
Joshua Boniface
ffdd6bf3f8
Fix typo in command argument
2021-06-29 18:22:39 -04:00
Joshua Boniface
bbb132414c
Restore shebang and don't do store if completion
2021-06-23 05:26:50 -04:00
Joshua Boniface
04fa63f081
Only hit the network endpoint once
...
Otherwise this is hit for every VM which gets very slow very fast.
2021-06-23 05:15:48 -04:00
Joshua Boniface
f248d579df
Convert pvc-client-cli into a proper Python module
...
Also fixes up the Debian packaging such that this works how I would
want, with proper module installation while leaving everything else
untouched. Finally implements automatic installation and removal of the
BASH completion for the PVC command.
2021-06-23 05:03:19 -04:00
Joshua Boniface
1ae34c1960
Fix bad messages in volume remove
2021-06-22 04:31:02 -04:00
Joshua Boniface
e6b26745ce
Adjust some help messages in pvc.py
2021-06-22 03:40:21 -04:00
Joshua Boniface
7d2a3b5361
Ensure Macvtap NICs can use a model
...
Defaults to virtio like a bridged NIC. Otherwise performance is abysmal.
2021-06-22 02:38:16 -04:00
Joshua Boniface
1787a970ab
Fix bug in address check format string
2021-06-22 02:21:32 -04:00
Joshua Boniface
b532bc9104
Add missing managed flag for hostdev
2021-06-21 23:22:36 -04:00
Joshua Boniface
eeb83da97d
Add support for SR-IOV NICs to VMs
2021-06-21 23:18:22 -04:00
Joshua Boniface
13cc0f986f
Implement SR-IOV VF config set
...
Also fixes some random bugs, adds proper interface sorting, and assorted
tweaks.
2021-06-21 18:40:11 -04:00