b16e2b4925 
					 
					
						
						
							
							Handle CLI wildcard addresses properly  
						
						... 
						
						
						
						If the local API instance is listening on a wildcard, connect to
127.0.0.1 instead. 
						
						
					 
					
						2020-02-16 20:02:08 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1de57ab6f3 
					 
					
						
						
							
							Add CLI client interface to image upload  
						
						... 
						
						
						
						Closes  #68  
					
						2020-02-09 20:42:56 -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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4505b239eb 
					 
					
						
						
							
							Rename API and common Debian packages  
						
						... 
						
						
						
						Closes  #79  
					
						2020-02-08 18:50:38 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e7728b8375 
					 
					
						
						
							
							Allow modification of a VM profile  
						
						... 
						
						
						
						And fix some bugs around this.
Fixes  #76  
						
						
					 
					
						2020-01-30 11:45:46 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4868625809 
					 
					
						
						
							
							Add try/except around new log lines  
						
						... 
						
						
						
						Fixes  #73  
					
						2020-01-30 09:28:47 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ebfd9c1882 
					 
					
						
						
							
							Gracefully handle API connect timeouts  
						
						... 
						
						
						
						Prevents dumping a massive stacktrace if connection fails. 
						
						
					 
					
						2020-01-30 09:24:10 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8c59707cba 
					 
					
						
						
							
							Prevent writing invalid XML to config  
						
						
						
						
					 
					
						2020-01-28 10:51:32 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						27e73fc6a9 
					 
					
						
						
							
							Fix issues with wait on node flush/ready  
						
						... 
						
						
						
						Ensure that the strings are converted to booleans on the API side, and
that we're sending a lowercase true/false (for consistency). 
						
						
					 
					
						2020-01-26 23:05:30 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0892e4c842 
					 
					
						
						
							
							Fix overlapping name config in VM define  
						
						
						
						
					 
					
						2020-01-23 11:33:09 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						53819b198c 
					 
					
						
						
							
							Add info about disk/net ordering in templates  
						
						... 
						
						
						
						Ensures that the behaviour of 650ed972a1 
						
						
					 
					
						2020-01-20 21:20:41 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						194a642c15 
					 
					
						
						
							
							Report errors in log -f  
						
						
						
						
					 
					
						2020-01-15 00:47:14 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3fbd5fcead 
					 
					
						
						
							
							Reformat output warning message  
						
						
						
						
					 
					
						2020-01-12 16:07:26 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						003171ea18 
					 
					
						
						
							
							Correct syntax error  
						
						
						
						
					 
					
						2020-01-12 16:04:42 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						74ff8b41ea 
					 
					
						
						
							
							Add prov warning to primary/secondary commands  
						
						... 
						
						
						
						Warn the administrator if there are active provisioning jobs while
adjusting the current primary node. This is the simplest, cleanest
solution to #69  without trying to implement any hacks or blocking
operations. The administrator can then decide to revert the action
if needed, or will at least know how many jobs are running/queued and
may need to be cancelled. 
						
						
					 
					
						2020-01-12 16:03:51 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c4ef73c953 
					 
					
						
						
							
							Refactor provisioner data+list format to match  
						
						
						
						
					 
					
						2020-01-12 14:23:11 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b9177c2f26 
					 
					
						
						
							
							Add word Job to task ID output  
						
						
						
						
					 
					
						2020-01-12 14:16:11 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2057859b9f 
					 
					
						
						
							
							Add Celery task list output  
						
						
						
						
					 
					
						2020-01-12 14:12:01 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1683a638cf 
					 
					
						
						
							
							Remove ceph subcommand from storage  
						
						... 
						
						
						
						Move everything from under "storage ceph" to "storage" to simplify the
CLI; additional subclasses can be re-added at a future time if and when
additional storage classes are supported. 
						
						
					 
					
						2020-01-11 16:03:40 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						83de40307c 
					 
					
						
						
							
							Fix missing console_log in CLI VM  
						
						
						
						
					 
					
						2020-01-09 13:53:11 -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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4cda5ebb52 
					 
					
						
						
							
							Correct syntax error  
						
						
						
						
					 
					
						2020-01-09 09:46:58 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6cd3d5c888 
					 
					
						
						
							
							Support no-start/no-define in CLI client  
						
						
						
						
					 
					
						2020-01-08 20:13:26 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9342bc4959 
					 
					
						
						
							
							Add extra newline after debug output  
						
						
						
						
					 
					
						2020-01-08 19:41:01 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4e5bce4975 
					 
					
						
						
							
							Update copyright header year to 2020  
						
						
						
						
					 
					
						2020-01-08 19:38:02 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6e5065511c 
					 
					
						
						
							
							Move API call to function and implement keys  
						
						... 
						
						
						
						Move all API calls to a new common function called call_api to
facilitate easier future changes. Use this function to implement API key
handling via request header value as well as integrate the request URI
generation and debug output handling.
Closes  #65  
						
						
					 
					
						2020-01-08 19:34:24 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						10d892c698 
					 
					
						
						
							
							Support adding API keys to client configs  
						
						... 
						
						
						
						Sets the groundwork for the remainder of #65  
						
						
					 
					
						2020-01-08 18:43:02 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c515d63340 
					 
					
						
						
							
							Add provision state for VMs  
						
						
						
						
					 
					
						2020-01-08 17:40:02 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9cab1c6eb5 
					 
					
						
						
							
							Don't go unhealthy for migrate/unmigrate VMs  
						
						
						
						
					 
					
						2020-01-08 17:37:07 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						23b1f6cb00 
					 
					
						
						
							
							Improve handling of progressbar on success  
						
						
						
						
					 
					
						2020-01-08 17:07:57 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a197d9da80 
					 
					
						
						
							
							Support wait watching provisioning task  
						
						... 
						
						
						
						Addresses #67  
						
						
					 
					
						2020-01-08 14:41:46 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c183bc7fef 
					 
					
						
						
							
							Use click.confirm for all confirmations  
						
						... 
						
						
						
						Addresses #67  
						
						
					 
					
						2020-01-08 10:34:27 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9e7d86d5cf 
					 
					
						
						
							
							Use click.echo_via_pager for VM log output  
						
						... 
						
						
						
						Addresses #67  
						
						
					 
					
						2020-01-08 10:06:34 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						edbe29d06a 
					 
					
						
						
							
							Use click.edit for modification tasks  
						
						... 
						
						
						
						Closes  #63  
					
						2020-01-08 09:33:01 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2005342a2d 
					 
					
						
						
							
							Correct verb on VM modify  
						
						
						
						
					 
					
						2020-01-08 09:24:17 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d6182d92fc 
					 
					
						
						
							
							Strip incoming userdata and script documents  
						
						
						
						
					 
					
						2020-01-06 23:52:29 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f4206c2b44 
					 
					
						
						
							
							Use correct method for userdata update  
						
						
						
						
					 
					
						2020-01-06 23:39:47 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						62798f9ee8 
					 
					
						
						
							
							Use the passed name to modify commands  
						
						
						
						
					 
					
						2020-01-06 23:37:28 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2aaccfffa7 
					 
					
						
						
							
							Use POST body for large data objects  
						
						
						
						
					 
					
						2020-01-06 23:30:34 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a0542d61d0 
					 
					
						
						
							
							Fix bad variable name  
						
						
						
						
					 
					
						2020-01-06 16:30:59 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						456a50a73c 
					 
					
						
						
							
							Send proper delete for OSD deletion  
						
						
						
						
					 
					
						2020-01-06 12:59:00 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						47c49f7672 
					 
					
						
						
							
							Fix click import (again)  
						
						
						
						
					 
					
						2020-01-06 12:55:44 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						27279c9686 
					 
					
						
						
							
							Properly import click echo  
						
						
						
						
					 
					
						2020-01-06 12:38:20 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9ea86cc570 
					 
					
						
						
							
							Better handle key values  
						
						
						
						
					 
					
						2020-01-06 11:56:34 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1113234270 
					 
					
						
						
							
							Send DELETE instead of POST  
						
						
						
						
					 
					
						2020-01-06 10:47:01 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						66863a0183 
					 
					
						
						
							
							Improve output of cluster  
						
						
						
						
					 
					
						2020-01-06 09:23:35 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						007ee56a46 
					 
					
						
						
							
							Fix some bugs and where no-cluster message happens  
						
						
						
						
					 
					
						2020-01-06 09:18:22 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						be5c67f696 
					 
					
						
						
							
							Add messages when adding/removing clusters to CLI  
						
						
						
						
					 
					
						2020-01-06 09:11:00 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8364d67c51 
					 
					
						
						
							
							Correct bad name  
						
						
						
						
					 
					
						2020-01-05 19:19:19 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a9b8403812 
					 
					
						
						
							
							Support viewing source volumes  
						
						
						
						
					 
					
						2020-01-05 19:11:52 -05:00