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
Joshua Boniface
c638bdeaee
Add configuration file, authentication, pywsgi
2019-07-06 02:04:26 -04:00
Joshua Boniface
4f6d0baf6c
Fix bad ZK node entry
2019-07-06 01:42:55 -04:00
Joshua Boniface
e4576c016f
Move API client filename
2019-07-05 23:26:41 -04:00
Joshua Boniface
a480048d36
Add flask dependency to API client
2019-07-05 23:24:27 -04:00
Joshua Boniface
f5644e53bf
Add unit file for API client daemon
2019-07-05 22:25:07 -04:00
Joshua Boniface
0a96e26bc6
Clean up Debian control and add API package
2019-07-05 22:22:28 -04:00
Joshua Boniface
2ce08b6369
Implement API for Ceph functions
2019-07-05 22:14:58 -04:00
Joshua Boniface
4e94331d1a
Implement API for network functions
2019-07-05 21:39:04 -04:00
Joshua Boniface
7d56ecb13d
Apply tweak to rule direction handling
2019-07-05 21:38:47 -04:00
Joshua Boniface
b7480b3bbc
Implement all VM API functions
2019-07-05 18:24:14 -04:00
Joshua Boniface
5ac3d55b8d
Always use the passed domain in messages
...
Don't ever output an ugly UUID unless that's what was actually sent to
the function. Makes output much much nicer, especially on errors.
2019-07-05 16:38:54 -04:00
Joshua Boniface
18520d6c77
Support disabling fuzzy limit matching
...
Used for the APIs when they filter by name but we don't want a fuzzy
limit since we specified an exact name.
2019-07-05 16:30:20 -04:00
Joshua Boniface
dc16f51b2a
Fix variable naming bug
2019-07-05 14:18:18 -04:00
Joshua Boniface
061b4eb61e
Refactor API into separate files
...
Make it easier to separate the model (i.e. API endpoints) from the
controller (i.e. the actual functions which talk to ZK). Helps to keep
the main API file smaller and more regular.
2019-07-05 14:11:01 -04:00
Joshua Boniface
6ee3c91a63
Use None instead of all in ceph.py
...
Make it like other optional args (like direction in net ACLs) and use
None instead of 'all' when specifying any option
2019-07-05 13:59:29 -04:00
Joshua Boniface
e31e1264e5
RESTify the API removing specific list endpoints
2019-07-05 13:20:06 -04:00