merge master
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
		
				commit
				
					
						db66d3731d
					
				
			
		
					 18 changed files with 295 additions and 56 deletions
				
			
		
							
								
								
									
										12
									
								
								doc/dev/logs/2011-03-27.pgrep
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								doc/dev/logs/2011-03-27.pgrep
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,12 @@ | |||
| Some pgrep fun when grepping for -f /usr/lib/postfix/master: | ||||
| 
 | ||||
| [23:08] kr:cdist% cat cache/localhost/out/object/__process/usr/lib/postfix/master/.cdist/explorer/runs | grep -e 2529 -e 2537 -e 2538 -e 2539 | ||||
| nico      2529  0.0  0.0  14848  1816 pts/45   S+   23:08   0:00 /bin/sh /home/users/nico/oeffentlich/rechner/projekte/cdist/bin/cdist-run-remote localhost __object="/var/lib/cdist/out/object/__process/usr/lib/postfix/master" __object_id="usr/lib/postfix/master" cdist-remote-explorer-run __type_explorer /var/lib/cdist/conf/type/__process/explorer /var/lib/cdist/out/object/__process/usr/lib/postfix/master/explorer | ||||
| nico      2537  0.0  0.0  41976  2324 pts/45   S+   23:08   0:00 ssh root@localhost export PATH="/var/lib/cdist/bin:$PATH"; __object="/var/lib/cdist/out/object/__process/usr/lib/postfix/master" __object_id="usr/lib/postfix/master" cdist-remote-explorer-run __type_explorer /var/lib/cdist/conf/type/__process/explorer /var/lib/cdist/out/object/__process/usr/lib/postfix/master/explorer | ||||
| root      2538  0.0  0.0  11440  1264 ?        Ss   23:08   0:00 bash -c export PATH="/var/lib/cdist/bin:$PATH"; __object="/var/lib/cdist/out/object/__process/usr/lib/postfix/master" __object_id="usr/lib/postfix/master" cdist-remote-explorer-run __type_explorer /var/lib/cdist/conf/type/__process/explorer /var/lib/cdist/out/object/__process/usr/lib/postfix/master/explorer | ||||
| root      2539  0.0  0.0  11440  1524 ?        S    23:08   0:00 /bin/sh /var/lib/cdist/bin/cdist-remote-explorer-run __type_explorer /var/lib/cdist/conf/type/__process/explorer /var/lib/cdist/out/object/__process/usr/lib/postfix/master/explorer | ||||
| 2529 | ||||
| 2537 | ||||
| 2538 | ||||
| 2539 | ||||
| 
 | ||||
|  | @ -5,7 +5,8 @@ Feel free to pick one! | |||
| 
 | ||||
| CORE | ||||
| ---- | ||||
| Only build manpages if necessary for types as well as for the core! | ||||
| - Only build manpages if necessary for types as well as for the core! | ||||
| - support $__self = relative_type/object_id | ||||
| 
 | ||||
| TYPES | ||||
| ------ | ||||
|  | @ -17,3 +18,4 @@ Types to be written/extended: | |||
|          -> aka sed. | ||||
|    - __cron | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,23 +1,9 @@ | |||
| Core: | ||||
|    - support $__self = relative_type/object_id | ||||
|    - cache | ||||
| 
 | ||||
| Cache: | ||||
|    Assume you want to configure stuff one host ("monitor node"), | ||||
|    depending on the configuration of other hosts ("cluster nodes"). | ||||
|    - add example how to use  | ||||
|    - export variable $__cache | ||||
|       -> for current host | ||||
|       -> add function to cdist-config, import from cdist-cache | ||||
| 
 | ||||
|    For instance, the monitor host would like to know, | ||||
|    which hosts are configured with the provider | ||||
|    "apache" and option --start true. | ||||
| 
 | ||||
|    This requires the monitor node to be able to | ||||
|    query all other configured nodes. It can't | ||||
|    ask for all hosts, because cdist does not | ||||
|    know which hosts are configured or may exist. | ||||
| 
 | ||||
|    Example implementation | ||||
| 
 | ||||
|    If cdist keeps ("caches") the configuration of every | ||||
|    node it configures, each new node can query the | ||||
|    cache for existing nodes that acquired the given | ||||
|    configuration. | ||||
| remove --preseed from package_apt and add debconf_set_selection or similar | ||||
|    -> much cleaner! | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue