Joshua Boniface
74228eb063
Bump version to 0.6
2020-02-08 18:27:39 -05:00
Joshua Boniface
776d4f7262
Update API docs for profile
2020-02-02 01:34:55 -05:00
Joshua Boniface
99b220b051
Add profile modification endpoint
2020-01-16 22:58:08 -05:00
Joshua Boniface
1665113ed4
Update manuals with current information
2020-01-12 21:32:02 -05:00
Joshua Boniface
c42ff46de9
Revamp architecture documentation
...
Include completed provisioner documentation as well as updated CLI and
cluster architecture descriptions.
2020-01-12 21:13:02 -05:00
Joshua Boniface
b68f09f787
Update about page with recent changes
2020-01-12 20:12:02 -05:00
Joshua Boniface
2057859b9f
Add Celery task list output
2020-01-12 14:12:01 -05:00
Joshua Boniface
ed84df5237
Remove ceph subcommand from docs
2020-01-12 11:44:16 -05:00
Joshua Boniface
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
Joshua Boniface
a60afe8ea0
Update swagger.json with recent API changes
2020-01-08 21:27:13 -05:00
Joshua Boniface
82a88f8433
Fix incorrect port in swagger docs
2020-01-06 23:50:12 -05:00
Joshua Boniface
1122589b88
Add documentation of OSD endpoints and proper return
2020-01-06 12:54:18 -05:00
Joshua Boniface
e433181e34
Support source_volume options to storage volumes
2020-01-05 17:25:34 -05:00
Joshua Boniface
41766febe6
Fix name of endpoint
2020-01-04 14:21:15 -05:00
Joshua Boniface
a10ce95be3
Remove a few more instances of userdata_template
2020-01-04 13:58:48 -05:00
Joshua Boniface
e550d4589d
Move userdata from templates
...
This arrangement was driving me somewhat mad; make userdata just like
script in that it is not a "template".
2019-12-30 15:01:28 -05:00
Joshua Boniface
6de65378ca
Fix bad metadata documentation
2019-12-29 20:58:02 -05:00
Joshua Boniface
4af95ecfcb
Add API doc for cluster status
2019-12-29 20:54:20 -05:00
Joshua Boniface
c9fb9600a4
Fix two small bugs and regen docs
2019-12-26 18:45:11 -05:00
Joshua Boniface
49dfc6564f
Add additional bit about response bodies
2019-12-26 11:26:30 -05:00
Joshua Boniface
ebcf0cee43
Add doc endpoint
2019-12-23 23:11:55 -05:00
Joshua Boniface
2dec61ce88
Fix the host in the output file
2019-12-23 21:22:09 -05:00
Joshua Boniface
d75a9749ac
Regenerate host value
2019-12-23 21:14:59 -05:00
Joshua Boniface
60ffe534a1
Add proper (local) URL to swagger docs
2019-12-23 21:06:08 -05:00
Joshua Boniface
05f08a714a
Update link to API reference document
2019-12-23 20:59:46 -05:00
Joshua Boniface
14b811e3c7
Rename API reference page
2019-12-23 20:59:24 -05:00
Joshua Boniface
1d59453252
API documentation page cleanup
2019-12-23 20:58:20 -05:00
Joshua Boniface
fd4f033a04
Update return from initialize
2019-12-23 20:51:18 -05:00
Joshua Boniface
9076208a92
Fix missing code end block
2019-12-23 20:47:01 -05:00
Joshua Boniface
e6a8ed0734
Replace in-markdown API docs with Swagger
2019-12-23 20:45:30 -05:00
Joshua Boniface
a6683d5b17
Rebuild API using Flask-RESTful and Swagger docs
2019-12-23 20:43:20 -05:00
Joshua Boniface
de8c79755b
Add documentation about the provisioner API
2019-12-19 23:44:10 -05:00
Joshua Boniface
4a7c6db9b2
Initial provisioner configuration
...
Features all the components of creating various templates and scripts
for the provisioner, as well as VM profiles combining these.
2019-12-06 00:48:00 -05:00
Joshua Boniface
5995353597
Implement VM metadata and use it
...
Implements the storing of three VM metadata attributes:
1. Node limits - allows specifying a list of hosts on which the VM must
run. This limit influences the migration behaviour of VMs.
2. Per-VM node selectors - allows each VM to have its migration
autoselection method specified, to automatically allow different methods
per VM based on the administrator's preferences.
3. VM autorestart - allows a VM to be automatically restarted from a
stopped state, presumably due to a failure to find a target node (either
due to limits or otherwise) during a flush/fence recovery, on the next
node unflush/ready state of its home hypervisor. Useful mostly in
conjunction with limits to ensure that VMs which were shut down due to
there being no valid migration targets are started back up when their
node becomes ready again.
Includes the full client interaction with these metadata options,
including printing, as well as defining a new function to modify this
metadata. For the CLI it is set/modified either on `vm define` or via the
`vm meta` command. For the API it is set/modified either on a POST to
the `/vm` endpoint (during VM definition) or on POST to the `/vm/<vm>`
endpoint. For the API this replaces the previous reserved word for VM
creation from scratch as this will no longer be implemented in-daemon
(see #22 ).
Closes #52
2019-10-12 01:17:39 -04:00
Joshua Boniface
aaf9f5e43b
Add clone volume to API
2019-10-10 14:37:35 -04:00
Joshua Boniface
5158cec0ec
Implement configurable replcfg (documentation)
...
Implements administrator-selectable replication configurations for new
pools in PVC clusters, overriding the default of copies=3,mincopies=2.
2019-08-23 22:14:28 -04:00
Joshua Boniface
795ca0777c
Update README badges
2019-08-08 20:48:28 -04:00
Joshua Boniface
48764f2e70
Correct spelling in all documentation
2019-08-08 20:36:25 -04:00
Joshua Boniface
ea2426fa73
Implement additional functions
...
1. VM state
2. VM node
3. Lock flush
2019-08-07 14:46:20 -04:00
Joshua Boniface
fac02f8520
Add hosts element to Ansible doc
2019-08-07 12:50:03 -04:00
Joshua Boniface
b8d336423e
Add basic testing procedures to manual
2019-08-07 11:07:05 -04:00
Joshua Boniface
37eaf000c8
Remove extra text
2019-07-29 22:49:52 -04:00
Joshua Boniface
c2aaa713ac
Use updated storage ceph commands
2019-07-29 21:17:52 -04:00
Joshua Boniface
14dc33ca1b
Add links to author section
2019-07-29 00:25:21 -04:00
Joshua Boniface
8992536dea
Tweak wording of API about
2019-07-29 00:23:28 -04:00
Joshua Boniface
b8d11302ef
Fix a few more typos
2019-07-29 00:12:15 -04:00
Joshua Boniface
171e4067e4
Use real arrow in titles
2019-07-29 00:06:33 -04:00
Joshua Boniface
8dec54ef23
Fix spacing in sublist
2019-07-29 00:04:29 -04:00
Joshua Boniface
5678446bca
Fix indenting on sublist
2019-07-29 00:03:45 -04:00
Joshua Boniface
c3e4d97aa0
Fix typos and errors
2019-07-29 00:01:54 -04:00