b36ec43a2d
Bump version to 0.9.9
2020-12-09 02:20:20 -05:00
ce5ee11841
Bump version to 0.9.8
2020-11-24 12:26:57 -05:00
d4a28d7a58
Bump version to 0.9.7
2020-11-19 10:48:28 -05:00
e69eb93cb3
Bump version to 0.9.6
2020-11-17 13:01:54 -05:00
a4e5323e81
Bump version to 0.9.5
2020-11-17 12:34:04 -05:00
9053edacd8
Bump version to 0.9.4
2020-11-10 15:33:50 -05:00
baac8f24fd
Bump version to 0.9.3
2020-11-09 10:28:15 -05:00
6fa173648f
Fix faulty debian changelog
2020-11-08 02:17:19 -05:00
11702f4bc8
Bump version to 0.9.2
2020-11-08 02:03:29 -05:00
56ba7b1457
Bump version to 0.9.1
2020-10-29 12:16:38 -04:00
d2c0d868c4
Add gevent to node daemon
...
Required for the Metadata API instance.
2020-10-27 02:42:49 -04:00
0f299777f1
Modify version to 3-digit numbering
...
I expect 0.9 will be fairly long-lived, so add another decimal place so
I may continue adding tweaks to it.
THIS IS NOT SEMVER.
2020-10-26 02:13:11 -04:00
fbbdb209c3
Remove Python OpenSSL dependency
...
Not actually required for the SSL configuration.
2020-10-26 02:02:15 -04:00
f85c2c2a75
Remove PyWSGI and move to Flask server
...
Gevent was completely failure. The API would block during large file
uploads with no obvious solutions beyond "use gunicorn", which is not
suited to this. I originally had this working with the Flask "debug"
server, so just move to using that all the time. SSL is added using a
custom context with the OpenSSL library, so include that as a
dependency.
2020-10-26 01:58:43 -04:00
c6e34c7dc6
Bump base version to 0.9
2020-10-18 14:31:19 -04:00
891aeca388
Bump Debian changelog version
2020-10-15 11:02:41 -04:00
4fbec63bf4
Add missing dependency for CLI
2020-08-27 13:14:46 -04:00
78dec77987
Bump version to 0.8
2020-08-26 10:24:44 -04:00
887e14a4e2
Add storage benchmarking to API
2020-08-25 01:57:21 -04:00
7e2114b536
Add initial monitoring configurations to daemon
...
Initial work to support multiple monitoring agents including Munin,
Check_MK, and NRPE at the least.
2020-08-17 17:05:55 -04:00
598b2025e8
Use Rados and add Ceph entries to pvcnoded.yaml
2020-06-06 21:12:51 -04:00
ce9d0e9603
Add helper scripts to CLI client
2020-03-22 01:19:55 -04:00
ca65cb66b8
Update Debian changelog
2020-03-15 17:32:12 -04:00
4417bd374b
Add Python requests toolbelt to CLI deps
2020-02-20 23:27:07 -05:00
a7432281a8
Fix script link in postinst message
2020-02-17 11:31:41 -05:00
90f965f516
Remove installation of obsolete script
2020-02-16 19:51:51 -05:00
9c7041f12c
Update package version to 0.7
2020-02-15 23:25:47 -05:00
760805fec1
Ensure database migrations are in source control
2020-02-15 23:16:40 -05:00
560cb609ba
Add database management with SQLAlchemy
...
Add management of the pvcprov database with SQLAlchemy, to allow
seamless management of the database. Add automatic tasks to the postinst
of the API to execute these migrations.
2020-02-15 22:51:27 -05:00
bd8536d9d1
Add OVA upload to API (initial)
...
Initial, very barebones OVA parsing and image creation.
References #71
2020-02-15 02:10:14 -05:00
37310e5455
Correct name of systemd target
2020-02-08 20:39:07 -05:00
ce985234c3
Use consistent naming of components
...
Rename "pvcd" to "pvcnoded", and "pvc-api" to "pvcapid" so names for the
daemons are fully consistent. Update the names of the configuration
files as well to match this new formatting.
References #79
2020-02-08 19:34:07 -05:00
83704d8677
Adjust package descriptions
...
References #79
2020-02-08 19:01:01 -05:00
97e318a2ca
Align naming of Debian packages
...
Rename pvc-daemon to pvc-daemon-node and pvc-api to pvc-daemon-api.
Closes #79
2020-02-08 18:58:56 -05:00
4505b239eb
Rename API and common Debian packages
...
Closes #79
2020-02-08 18:50:38 -05:00
74228eb063
Bump version to 0.6
2020-02-08 18:27:39 -05:00
b6474198a4
Implement cluster maintenance mode
...
Implements a "maintenance mode" for PVC clusters. For now, the only
thing this mode does is disable node fencing while the state is true.
This allows the administrator to tell PVC that network connectivity,
etc. might be interrupted and to avoid fencing nodes.
Closes #70
2020-01-09 10:53:27 -05:00
0671a81aa2
Add missing install line for cli_lib
2019-12-29 21:02:05 -05:00
f4ef08df49
Add lxml dependency for pretty parsing of VM XML
2019-12-29 16:33:50 -05:00
f5436ed8a9
Change dependencies for CLI client
2019-12-29 16:33:50 -05:00
e4c96ee43d
Add flask-restful dependency
2019-12-24 10:48:15 -05:00
eecc07b731
Depend daemons on systemd
...
Numerous parts of PVC call systemctl commands or otherwise require a
functioning systemd-based system. Make the dependencies explicitly
reflect this.
2019-12-19 19:04:25 -05:00
669a8fbacd
Clean up pycache files before (re)installing
2019-12-18 18:39:03 -05:00
355e16e23a
Add missing dependencies
2019-12-18 11:56:22 -05:00
2b5c134970
Add missing distutils dep
2019-12-15 13:53:22 -05:00
292c2d9a44
Install newly moved schema file
2019-12-14 16:52:09 -05:00
b3e21a5bf8
Integrate metadata API into node daemon
2019-12-14 16:41:01 -05:00
0727a7f6ed
Move all provisioner API functionality into main
2019-12-14 14:12:55 -05:00
22ae087836
Add examples to deb install
2019-12-12 22:52:12 -05:00
1377c15948
Fix text in postinst
2019-12-09 13:33:47 -05:00