Joshua Boniface
bc54ea2449
Log message when starting or stopping API client
2019-07-08 19:29:49 -04:00
Joshua Boniface
31b4dd9aed
Show radosdf output in clients
2019-07-08 10:59:49 -04:00
Joshua Boniface
cda690e94f
Set RADOS df information in ZK
2019-07-08 10:19:56 -04:00
Joshua Boniface
9c89a22ec4
Remove missed return message
2019-07-07 16:42:54 -04:00
Joshua Boniface
128db8e683
Remove indent
2019-07-07 16:39:07 -04:00
Joshua Boniface
771c193343
Add even nicer startup message
2019-07-07 15:46:38 -04:00
Joshua Boniface
c9bad6edf9
Log messages during startup
2019-07-07 15:44:47 -04:00
Joshua Boniface
fed6dd6639
Fix bad replace
2019-07-07 15:36:45 -04:00
Joshua Boniface
143639cc3b
Update URLs in badges
2019-07-07 15:35:41 -04:00
Joshua Boniface
021fcb2c59
Add section about the author
2019-07-07 15:34:26 -04:00
Joshua Boniface
d9ebd04264
Fix missing dom_uuid values in data reads
2019-07-07 15:30:28 -04:00
Joshua Boniface
b82ccaa84d
Improve flush handling
...
Similar to recent client changes, don't replace the previous node record
of an already-migrated VM. Wait for shutdown if required. Use a
continue statement instead of a needless else block.
2019-07-07 15:27:37 -04:00
Joshua Boniface
0d398f663b
Rename "Domain" to "VM" in various class names
...
The name "Domain", though technically correct from a Libvirt
perspective, was unnecessarily confusing. Call the class instances what
they are, VMs.
2019-07-07 15:20:37 -04:00
Joshua Boniface
4a93945b58
Add additional e for consistency
2019-07-07 15:18:35 -04:00
Joshua Boniface
f75216d946
Make force_migrate not replace existing node
...
Previous to this, if once force-migrated a VM, the previous_node value
would be updated to the current node, which is likely never what an
administrator would want. Change this functionality so that the previous
node value is not changed, and update the documentation to reflect this.
2019-07-07 15:10:48 -04:00
Joshua Boniface
be146d7364
Add wording and formatting tweaks
2019-07-07 15:01:21 -04:00
Joshua Boniface
5e15c171da
Add fixed-width tags around endpoint addresses
2019-07-07 14:49:36 -04:00
Joshua Boniface
b18e282987
Add further wording tweaks and remove repeat lines
2019-07-07 14:44:54 -04:00
Joshua Boniface
3f67bcd31d
Tweaks to API documentation
2019-07-07 14:37:59 -04:00
Joshua Boniface
dd186c1228
Add API reference manual documentation
2019-07-07 14:18:40 -04:00
Joshua Boniface
7769b322f4
Bold NOTEs instead of italicizing
2019-07-07 12:01:24 -04:00
Joshua Boniface
2297d0b69e
Add mention of buildiso.sh help
2019-07-07 11:19:45 -04:00
Joshua Boniface
c3e86be6a3
Disable debugging of API
2019-07-07 02:26:46 -04:00
Joshua Boniface
a2362db11e
Fix some typos
2019-07-07 01:17:05 -04:00
Joshua Boniface
f41969094e
Tweak wording in install doc intro
2019-07-07 00:49:04 -04:00
Joshua Boniface
1f0f7bc5a6
Add blurb about patience with old tools
2019-07-07 00:40:10 -04:00
Joshua Boniface
f666fc0673
Add manual stubs for API and Ansible
2019-07-07 00:24:17 -04:00
Joshua Boniface
48f02a379d
Add CLI manual
2019-07-07 00:19:49 -04:00
Joshua Boniface
425392f2e6
Better handle auth enabling
2019-07-07 00:16:50 -04:00
Joshua Boniface
4724f79877
Change order in sample yaml
2019-07-07 00:10:01 -04:00
Joshua Boniface
9215931ceb
Support token authentication with login/logout
2019-07-07 00:08:02 -04:00
Joshua Boniface
8aedd78879
Support SSL for the API
2019-07-06 23:28:29 -04:00
Joshua Boniface
804f72d905
Remove obsolete init attempt
2019-07-06 19:03:55 -04:00
Joshua Boniface
17046f923f
Add Ansible manual
2019-07-06 18:41:51 -04:00
Joshua Boniface
c04f959fa6
Add empty architecture files
2019-07-06 18:39:27 -04:00
Joshua Boniface
7ab8c81c4f
Even more formatting tweaks
2019-07-06 18:16:28 -04:00
Joshua Boniface
2b657f73a1
One more attempt
2019-07-06 18:15:11 -04:00
Joshua Boniface
ca1aada5b0
And another
2019-07-06 18:13:28 -04:00
Joshua Boniface
af5224abe7
Add more formatting tweaks for RTD
2019-07-06 18:12:53 -04:00
Joshua Boniface
9c9d0edd86
Add layout fixes for RTD
2019-07-06 18:11:20 -04:00
Joshua Boniface
96b9522f1e
Add installing document
2019-07-06 16:58:42 -04:00
Joshua Boniface
f8e8bf1f10
Add changelog to index page
2019-07-06 16:58:35 -04:00
Joshua Boniface
ee0abf880a
Rewrite the about page
2019-07-06 15:23:30 -04:00
Joshua Boniface
43e4718d4f
Revamp docs in prep for rewrite
2019-07-06 14:29:05 -04:00
Joshua Boniface
8216125b02
Enable autostart of API client on Primary
...
Adds a config flag that turns on the API client following the Primary
coordinator. The retcode of the start/stop commands is ignore so this
can fail gracefully if e.g. the client isn't installed.
2019-07-06 02:42:56 -04:00
Joshua Boniface
837b47c366
Use coordinators list like node daemon
2019-07-06 02:35:37 -04:00
Joshua Boniface
e6012965f1
Add YAML header to sample config files
2019-07-06 02:24:35 -04:00
Joshua Boniface
9d4acc91a5
Correct typo
2019-07-06 02:12:24 -04:00
Joshua Boniface
582a9f4f75
Make defaults nicer
2019-07-06 02:11:42 -04:00
Joshua Boniface
b69754900f
Mention WebUI is not done yet
2019-07-06 02:09:59 -04:00