658803edf8 
								
							 
						 
						
							
							
								
								Add -w or --workdir to compose run to override workdir from commandline  
							
							... 
							
							
							
							Signed-off-by: Simon van der Veldt <simon.vanderveldt@gmail.com> 
							
						 
						
							2016-03-15 15:28:32 -04:00  
				
					
						
							
							
								 
						
							
								bf96edfe11 
								
							 
						 
						
							
							
								
								Reduce the args of some functions by including presenters as part of the thread_args.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-03-15 15:15:00 -04:00  
				
					
						
							
							
								 
						
							
								e5529a89e1 
								
							 
						 
						
							
							
								
								Make down idempotent, continue to remove resources if one is missing.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-03-15 13:26:29 -04:00  
				
					
						
							
							
								 
						
							
								e8a93821d4 
								
							 
						 
						
							
							
								
								Fix race condition where a container stopping and starting again would cause logs to miss logs.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-03-15 13:17:11 -04:00  
				
					
						
							
							
								 
						
							
								8d9adc0902 
								
							 
						 
						
							
							
								
								Fix flaky log test by using container status, instead of boolean state.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-03-15 13:17:10 -04:00  
				
					
						
							
							
								 
						
							
								48ed68eeaa 
								
							 
						 
						
							
							
								
								Fix geneartors for python3.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-03-15 13:17:10 -04:00  
				
					
						
							
							
								 
						
							
								4312c93eae 
								
							 
						 
						
							
							
								
								Add an acceptance test to show logs behaves properly for stopped containers.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-03-15 13:17:10 -04:00  
				
					
						
							
							
								 
						
							
								44c1747127 
								
							 
						 
						
							
							
								
								Add tests for reactive log printing.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-03-15 13:17:10 -04:00  
				
					
						
							
							
								 
						
							
								65797558f8 
								
							 
						 
						
							
							
								
								Refactor log printing to support containers that are started later.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-03-15 13:17:10 -04:00  
				
					
						
							
							
								 
						
							
								5df774bd10 
								
							 
						 
						
							
							
								
								Fixed testing error handling by `up`  
							
							... 
							
							
							
							Signed-off-by: Ilya Skriblovsky <IlyaSkriblovsky@gmail.com> 
							
						 
						
							2016-03-14 22:55:42 +03:00  
				
					
						
							
							
								 
						
							
								f933381a12 
								
							 
						 
						
							
							
								
								Dependency-ordered start/stop/up  
							
							... 
							
							
							
							Signed-off-by: Ilya Skriblovsky <IlyaSkriblovsky@gmail.com> 
							
						 
						
							2016-03-14 22:55:42 +03:00  
				
					
						
							
							
								 
						
							
								e5cd869c61 
								
							 
						 
						
							
							
								
								Merge pull request  #3095  from dnephin/refactor_command_dispatch  
							
							... 
							
							
							
							Refactor command dispatch and fix api version mismatch error 
							
						 
						
							2016-03-14 16:18:29 +00:00  
				
					
						
							
							
								 
						
							
								ee136446a2 
								
							 
						 
						
							
							
								
								Fix   #2804 : Add ipv4 and ipv6 static addressing  
							
							... 
							
							
							
							- Added ipv4_network and ipv6_network to the networks section in the
  service section for each configured network
- Added feature documentation
- Added unit tests
Signed-off-by: Matt Daue <mattdaue@gmail.com> 
							
						 
						
							2016-03-09 18:37:52 -05:00  
				
					
						
							
							
								 
						
							
								7033042656 
								
							 
						 
						
							
							
								
								Merge pull request  #3039  from dbonev/3020-build-arguments-object-syntax  
							
							... 
							
							
							
							Allowing null for build args 
							
						 
						
							2016-03-09 10:55:05 -08:00  
				
					
						
							
							
								 
						
							
								0a091055d2 
								
							 
						 
						
							
							
								
								Improve handling of connection errors and error messages.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-03-08 15:39:11 -05:00  
				
					
						
							
							
								 
						
							
								886328640f 
								
							 
						 
						
							
							
								
								Convert some cli tests to pytest.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-03-08 14:42:51 -05:00  
				
					
						
							
							
								 
						
							
								9f9dcc098a 
								
							 
						 
						
							
							
								
								Make TopLevelCommand use the project field.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-03-08 14:36:53 -05:00  
				
					
						
							
							
								 
						
							
								53bea8a720 
								
							 
						 
						
							
							
								
								Refactor command dispatch to improve unit testing and support better error messages.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-03-08 14:23:27 -05:00  
				
					
						
							
							
								 
						
							
								d2b065e615 
								
							 
						 
						
							
							
								
								Don't raise ConfigurationError for volume driver mismatch  
							
							... 
							
							
							
							when driver is unspecified
Add testcase
Signed-off-by: Joffrey F <joffrey@docker.com> 
							
						 
						
							2016-03-07 18:07:41 -08:00  
				
					
						
							
							
								 
						
							
								81b7fba33e 
								
							 
						 
						
							
							
								
								Allowing null for build args  
							
							... 
							
							
							
							Signed-off-by: Dimitar Bonev <dimitar.bonev@gmail.com> 
							
						 
						
							2016-03-05 15:57:06 +02:00  
				
					
						
							
							
								 
						
							
								9e242cdc75 
								
							 
						 
						
							
							
								
								Merge pull request  #3032  from dnephin/multiple_files_from_env_var  
							
							... 
							
							
							
							Support multiple files in COMPOSE_FILE env var 
							
						 
						
							2016-03-03 17:23:22 +00:00  
				
					
						
							
							
								 
						
							
								4ae71f41dd 
								
							 
						 
						
							
							
								
								Merge pull request  #2832  from aanand/refactor-cli-unit-tests  
							
							... 
							
							
							
							Refactor CLI initialization and unit tests 
							
						 
						
							2016-03-02 16:10:44 -08:00  
				
					
						
							
							
								 
						
							
								53a3d14046 
								
							 
						 
						
							
							
								
								Support multiple files in COMPOSE_FILE env var.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-03-02 18:47:58 -05:00  
				
					
						
							
							
								 
						
							
								20caf02bf6 
								
							 
						 
						
							
							
								
								Create real Project objects in CLI unit tests  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-03-02 15:11:34 -08:00  
				
					
						
							
							
								 
						
							
								4644f2c0f9 
								
							 
						 
						
							
							
								
								Remove environment-overriding unit test for 'run'  
							
							... 
							
							
							
							There's already an acceptance test for it
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-03-02 15:11:32 -08:00  
				
					
						
							
							
								 
						
							
								575b48749d 
								
							 
						 
						
							
							
								
								Remove unused global_options arg from dispatch()  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-03-02 15:09:48 -08:00  
				
					
						
							
							
								 
						
							
								2c75a8fdf5 
								
							 
						 
						
							
							
								
								Extract helper methods for building config objects from dicts  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-03-02 15:09:48 -08:00  
				
					
						
							
							
								 
						
							
								f75408923e 
								
							 
						 
						
							
							
								
								Merge pull request  #3053  from dnephin/handle_booleans_in_mappings  
							
							... 
							
							
							
							Don't allow booleans for mapping types 
							
						 
						
							2016-03-02 15:04:20 -08:00  
				
					
						
							
							
								 
						
							
								3f98c0716e 
								
							 
						 
						
							
							
								
								Merge pull request  #3052  from dnephin/merge_v1_logging  
							
							... 
							
							
							
							Fix merging of logging options in v1 config 
							
						 
						
							2016-03-02 15:03:36 -08:00  
				
					
						
							
							
								 
						
							
								e1b87d7be0 
								
							 
						 
						
							
							
								
								Update reference docs for the new flag.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-03-02 15:32:51 -05:00  
				
					
						
							
							
								 
						
							
								b7fb3a6d9b 
								
							 
						 
						
							
							
								
								Add --build flag for up and create  
							
							... 
							
							
							
							Also adds a warning when up builds an image without the --build flag
so that users know it wont happen on the next up.
Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-03-02 15:32:51 -05:00  
				
					
						
							
							
								 
						
							
								0b3561a7d5 
								
							 
						 
						
							
							
								
								Merge pull request  #2720  from seguins/2227-improvements-logs  
							
							... 
							
							
							
							Add flags on logs 
							
						 
						
							2016-03-01 17:41:31 -08:00  
				
					
						
							
							
								 
						
							
								038da4eea3 
								
							 
						 
						
							
							
								
								Logs args of LogPrinter as a dictionary  
							
							... 
							
							
							
							Signed-off-by: Stéphane Seguin <stephseguin93@gmail.com> 
							
						 
						
							2016-03-01 20:24:15 +01:00  
				
					
						
							
							
								 
						
							
								9b36dc5c54 
								
							 
						 
						
							
							
								
								Add --tail flag as option on logs.  
							
							... 
							
							
							
							Closes  #265 
Signed-off-by: Stéphane Seguin <stephseguin93@gmail.com> 
						
							2016-03-01 20:23:46 +01:00  
				
					
						
							
							
								 
						
							
								d9b4286f91 
								
							 
						 
						
							
							
								
								Add -t, --timestamps flag as option on logs.  
							
							... 
							
							
							
							Signed-off-by: Stéphane Seguin <stephseguin93@gmail.com> 
							
						 
						
							2016-03-01 20:23:46 +01:00  
				
					
						
							
							
								 
						
							
								82632098a3 
								
							 
						 
						
							
							
								
								Add -f, --follow flag as option on logs.  
							
							... 
							
							
							
							Closes  #2187 
Signed-off-by: Stéphane Seguin <stephseguin93@gmail.com> 
						
							2016-03-01 20:23:43 +01:00  
				
					
						
							
							
								 
						
							
								18510b4024 
								
							 
						 
						
							
							
								
								Don't allow booleans for mapping types.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-03-01 11:57:35 -05:00  
				
					
						
							
							
								 
						
							
								b726f508a6 
								
							 
						 
						
							
							
								
								Fix merging of logging options in v1 config.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-03-01 11:43:26 -05:00  
				
					
						
							
							
								 
						
							
								210856179d 
								
							 
						 
						
							
							
								
								Merge pull request  #3036  from JesusTinoco/master  
							
							... 
							
							
							
							Display in the log output the name of those containers created using … 
							
						 
						
							2016-02-29 15:17:14 -08:00  
				
					
						
							
							
								 
						
							
								6bfb23baaa 
								
							 
						 
						
							
							
								
								Display containers name when scale a container  
							
							... 
							
							
							
							Display in the log output the name of those containers created using the scale command and
change the test_scale_with_api_error test to support the containers name when scale
Signed-off-by: Jesus Rodriguez Tinoco <jesus.rodriguez.tinoco@gmail.com> 
							
						 
						
							2016-02-29 20:19:03 +01:00  
				
					
						
							
							
								 
						
							
								d28c5dda92 
								
							 
						 
						
							
							
								
								implement exec  
							
							... 
							
							
							
							Resolves  #593 
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com> 
						
							2016-02-29 10:50:09 +01:00  
				
					
						
							
							
								 
						
							
								adb8de367e 
								
							 
						 
						
							
							
								
								Merge pull request  #2388  from dnephin/fix_long_lines  
							
							... 
							
							
							
							Wrap long lines 
							
						 
						
							2016-02-25 16:52:33 -08:00  
				
					
						
							
							
								 
						
							
								42f4d814d7 
								
							 
						 
						
							
							
								
								Merge pull request  #2880  from dnephin/merge_jsonschemas  
							
							... 
							
							
							
							Merge jsonschemas to a single schema file per version 
							
						 
						
							2016-02-25 16:51:56 -08:00  
				
					
						
							
							
								 
						
							
								dc3a5ce624 
								
							 
						 
						
							
							
								
								Refactor config validation to support constraints in the same jsonschema  
							
							... 
							
							
							
							Reworked the two schema validation functions to read from the same schema but
use different parts of it. Error handling is now split as well by the
schema that is being used to validate.
Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-02-24 16:20:17 -08:00  
				
					
						
							
							
								 
						
							
								43ecf8793a 
								
							 
						 
						
							
							
								
								Address old TODO, and small refactor of container name logic in service.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-02-24 16:19:38 -08:00  
				
					
						
							
							
								 
						
							
								d451578152 
								
							 
						 
						
							
							
								
								Make environment variables without a value the same as docker-cli.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-02-23 11:14:59 -08:00  
				
					
						
							
							
								 
						
							
								4b04280db8 
								
							 
						 
						
							
							
								
								Revert "Change special case from '_', None to ()"  
							
							... 
							
							
							
							This reverts commit 677c50650c00190377127ab9509ce66540efb3d3 
							
						 
						
							2016-02-23 11:13:57 -08:00  
				
					
						
							
							
								 
						
							
								1d67e6f0f0 
								
							 
						 
						
							
							
								
								Merge pull request  #2995  from dnephin/fix_warning_about_bools  
							
							... 
							
							
							
							Fix warning about boolean values 
							
						 
						
							2016-02-23 11:11:54 -08:00  
				
					
						
							
							
								 
						
							
								ba799d2e86 
								
							 
						 
						
							
							
								
								Merge pull request  #2996  from dnephin/fix_abort_on_container_exit  
							
							... 
							
							
							
							Fix abort on container exit 
							
						 
						
							2016-02-23 10:52:12 -08:00  
				
					
						
							
							
								 
						
							
								bf2bf21720 
								
							 
						 
						
							
							
								
								Add failing test for --abort-on-container-exit  
							
							... 
							
							
							
							Handle --abort-on-container-exit. Fixes  #2940 
Signed-off-by: Richard Bann <richardbann@gmail.com> 
							
						 
						
							2016-02-22 16:39:40 -08:00  
				
					
						
							
							
								 
						
							
								0a06d827fa 
								
							 
						 
						
							
							
								
								Fix warning about boolean values.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-02-22 14:56:01 -08:00  
				
					
						
							
							
								 
						
							
								d5514965d5 
								
							 
						 
						
							
							
								
								Merge pull request  #2975  from dnephin/fix_crash_on_none_in_config  
							
							... 
							
							
							
							Fix validation message when there are multiple nested oneOf validations. 
							
						 
						
							2016-02-19 15:53:26 -05:00  
				
					
						
							
							
								 
						
							
								02535f0cf1 
								
							 
						 
						
							
							
								
								Fix validation message when there are multiple ested oneOf validations.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-02-19 14:22:55 -05:00  
				
					
						
							
							
								 
						
							
								0d218c34c7 
								
							 
						 
						
							
							
								
								Make config validation error messages more consistent.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-02-19 13:12:57 -05:00  
				
					
						
							
							
								 
						
							
								4b2a666231 
								
							 
						 
						
							
							
								
								Validate that each section of the config is a mapping before running interpolation.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-02-19 12:38:52 -05:00  
				
					
						
							
							
								 
						
							
								7152f7ea76 
								
							 
						 
						
							
							
								
								Handle mismatched network formats in config files  
							
							... 
							
							
							
							Signed-off-by: Joffrey F <joffrey@docker.com> 
							
						 
						
							2016-02-18 15:24:41 -08:00  
				
					
						
							
							
								 
						
							
								825a0941f0 
								
							 
						 
						
							
							
								
								Network aliases are now part of the network dictionary  
							
							... 
							
							
							
							Signed-off-by: Joffrey F <joffrey@docker.com> 
							
						 
						
							2016-02-18 15:23:47 -08:00  
				
					
						
							
							
								 
						
							
								4b99b32ffb 
								
							 
						 
						
							
							
								
								Add v2_only decorator to network aliases test  
							
							... 
							
							
							
							Signed-off-by: Joffrey F <joffrey@docker.com> 
							
						 
						
							2016-02-18 15:23:47 -08:00  
				
					
						
							
							
								 
						
							
								633e349ab9 
								
							 
						 
						
							
							
								
								Test network_aliases feature  
							
							... 
							
							
							
							Signed-off-by: Joffrey F <joffrey@docker.com> 
							
						 
						
							2016-02-18 15:23:46 -08:00  
				
					
						
							
							
								 
						
							
								d3a95c2892 
								
							 
						 
						
							
							
								
								Merge pull request  #2938  from shin-/2927-buildargs-types  
							
							... 
							
							
							
							Constraint build argument types. Numbers are cast into strings. 
							
						 
						
							2016-02-18 15:07:09 -08:00  
				
					
						
							
							
								 
						
							
								4f7530c480 
								
							 
						 
						
							
							
								
								Only set a container affinity if there are volumes to copy over.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-02-17 22:35:14 -05:00  
				
					
						
							
							
								 
						
							
								1952b52392 
								
							 
						 
						
							
							
								
								Constraint build argument types. Numbers are cast into strings  
							
							... 
							
							
							
							Numerical driver_opts are also valid and typecast into strings.
Additional config tests.
Signed-off-by: Joffrey F <joffrey@docker.com> 
							
						 
						
							2016-02-17 11:53:29 -08:00  
				
					
						
							
							
								 
						
							
								4a09da43ea 
								
							 
						 
						
							
							
								
								Fix copying of volumes by using the name of the volume instead of the host path.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-02-17 13:34:14 -05:00  
				
					
						
							
							
								 
						
							
								74dc1b1411 
								
							 
						 
						
							
							
								
								Merge pull request  #2893  from shin-/2833-run-dependencies  
							
							... 
							
							
							
							Bring up all dependencies when running a single service. 
							
						 
						
							2016-02-12 16:33:01 -05:00  
				
					
						
							
							
								 
						
							
								a8fda480e3 
								
							 
						 
						
							
							
								
								driver_opts can only be of type string  
							
							... 
							
							
							
							Signed-off-by: Joffrey F <joffrey@docker.com> 
							
						 
						
							2016-02-12 10:51:11 -08:00  
				
					
						
							
							
								 
						
							
								367fabdbfa 
								
							 
						 
						
							
							
								
								Bring up all dependencies when running a single service.  
							
							... 
							
							
							
							Added test for running a depends_on service
Signed-off-by: Joffrey F <joffrey@docker.com> 
							
						 
						
							2016-02-12 09:46:10 -08:00  
				
					
						
							
							
								 
						
							
								532dffd688 
								
							 
						 
						
							
							
								
								Fix build section without context.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-02-11 14:12:02 -05:00  
				
					
						
							
							
								 
						
							
								740329a131 
								
							 
						 
						
							
							
								
								Shm_size requires docker 1.10.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-02-11 13:50:23 -05:00  
				
					
						
							
							
								 
						
							
								23ab2c7e44 
								
							 
						 
						
							
							
								
								Merge pull request  #2878  from dnephin/merge_build_args  
							
							... 
							
							
							
							Merge build.args when merging services 
							
						 
						
							2016-02-11 17:41:41 +00:00  
				
					
						
							
							
								 
						
							
								5e6dc3521c 
								
							 
						 
						
							
							
								
								Add support for shm_size.   Fixes   #2823 .  
							
							... 
							
							
							
							shm_size controls the size of /dev/shm in the container and requires
Docker 1.10 or newer (API version 1.22).  This requires docker-py 1.8.0
(docker/docker-py#923 ).
Similar to fields like `mem_limit`, `shm_size` may be specified as
either an integer or a string (e.g., `64M`).
Updating docker-py to the master branch in order to get the unreleased
dependency on `shm_size` there in place.
Signed-off-by: Spencer Rinehart <anubis@overthemonkey.com> 
							
						 
						
							2016-02-10 15:25:18 -06:00  
				
					
						
							
							
								 
						
							
								37564a73c3 
								
							 
						 
						
							
							
								
								Merge build.args when merging services.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-02-10 13:54:40 -05:00  
				
					
						
							
							
								 
						
							
								7b5bad6050 
								
							 
						 
						
							
							
								
								Merge pull request  #2851  from cr7pt0gr4ph7/2839-fix-networks-merging  
							
							... 
							
							
							
							Fix merge behavior for 'networks' and 'network_mode'. 
							
						 
						
							2016-02-10 17:51:01 +00:00  
				
					
						
							
							
								 
						
							
								6f06b3bd30 
								
							 
						 
						
							
							
								
								Merge pull request  #2853  from dnephin/fix_short_id_alias  
							
							... 
							
							
							
							Use 12 characters for the short id 
							
						 
						
							2016-02-09 14:56:24 -05:00  
				
					
						
							
							
								 
						
							
								582de19a5a 
								
							 
						 
						
							
							
								
								Simplify unit tests in config/config_test.py by using class variables instead of methods for parametrizing tests.  
							
							... 
							
							
							
							Signed-off-by: cr7pt0gr4ph7 <cr7pt0gr4ph7@gmail.com> 
							
						 
						
							2016-02-08 21:57:15 +01:00  
				
					
						
							
							
								 
						
							
								fdf4a2e89e 
								
							 
						 
						
							
							
								
								Merge pull request  #2734  from jrabbit/empty-env-var-2359  
							
							... 
							
							
							
							Empty env var #2359  
							
						 
						
							2016-02-08 11:17:54 -08:00  
				
					
						
							
							
								 
						
							
								421981e7d2 
								
							 
						 
						
							
							
								
								Use 12 characters for the short id to match docker and fix backwards compatibility.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-02-08 12:18:48 -05:00  
				
					
						
							
							
								 
						
							
								e929086c49 
								
							 
						 
						
							
							
								
								Separate MergePortsTest from MergeListsTest and add MergeNetworksTest.  
							
							... 
							
							
							
							Signed-off-by: Lukas Waslowski <cr7pt0gr4ph7@gmail.com> 
							
						 
						
							2016-02-08 14:29:03 +01:00  
				
					
						
							
							
								 
						
							
								57fc85b457 
								
							 
						 
						
							
							
								
								Wrap long lines and restrict lines to 105 characters.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-02-04 19:05:39 -05:00  
				
					
						
							
							
								 
						
							
								be236d8801 
								
							 
						 
						
							
							
								
								Update docker-py and dockerpty  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-02-04 19:16:01 +00:00  
				
					
						
							
							
								 
						
							
								89c5b800e6 
								
							 
						 
						
							
							
								
								Merge pull request  #2782  from dbonev/2772-compose-project-name-empty  
							
							... 
							
							
							
							Falling back to default project name on empty COMPOSE_PROJECT_NAME 
							
						 
						
							2016-02-02 20:37:38 -05:00  
				
					
						
							
							
								 
						
							
								4c4e94bc19 
								
							 
						 
						
							
							
								
								Merge pull request  #2785  from dnephin/depends_on_with_extends  
							
							... 
							
							
							
							Fix list options when used with extends and multiple files 
							
						 
						
							2016-02-02 13:36:46 -05:00  
				
					
						
							
							
								 
						
							
								3d3388d59b 
								
							 
						 
						
							
							
								
								Extract volume init and removal from project.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-02-02 10:53:04 -05:00  
				
					
						
							
							
								 
						
							
								e551988616 
								
							 
						 
						
							
							
								
								Include networks in the config_hash.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-02-02 10:52:03 -05:00  
				
					
						
							
							
								 
						
							
								0810eeba10 
								
							 
						 
						
							
							
								
								Don't initialize networks that aren't used by any services.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-02-02 10:52:03 -05:00  
				
					
						
							
							
								 
						
							
								8e838968fe 
								
							 
						 
						
							
							
								
								Refactor project network initlization.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-02-02 10:51:31 -05:00  
				
					
						
							
							
								 
						
							
								3ec87adccc 
								
							 
						 
						
							
							
								
								Update merge docs with depends_on, and correction about how links and volumes_from are merged.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-02-02 10:49:43 -05:00  
				
					
						
							
							
								 
						
							
								bf6a5d3e49 
								
							 
						 
						
							
							
								
								Fix merging of lists with multiple files.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-02-02 10:48:18 -05:00  
				
					
						
							
							
								 
						
							
								1152c5b25b 
								
							 
						 
						
							
							
								
								Tweak and test warning shown when version is a dict  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-02-02 13:58:34 +00:00  
				
					
						
							
							
								 
						
							
								ef8db3650a 
								
							 
						 
						
							
							
								
								Improve error messages for invalid versions  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-02-02 13:58:34 +00:00  
				
					
						
							
							
								 
						
							
								aeef61fcd8 
								
							 
						 
						
							
							
								
								Make 'version' a string  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-02-02 13:58:34 +00:00  
				
					
						
							
							
								 
						
							
								4ac004059a 
								
							 
						 
						
							
							
								
								Normalise/fix config field designators in validation messages  
							
							... 
							
							
							
							- Instead of "Service 'web' configuration key 'image'", just say
  "web.image"
- Fix the "Service 'services'" bug in the v2 file format
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-02-02 13:47:43 +00:00  
				
					
						
							
							
								 
						
							
								d40bc6e4a0 
								
							 
						 
						
							
							
								
								Convert validation error tests to pytest style  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-02-02 13:47:43 +00:00  
				
					
						
							
							
								 
						
							
								34ccb90d7e 
								
							 
						 
						
							
							
								
								Falling back to default project name when COMPOSE_PROJECT_NAME is set to empty  
							
							... 
							
							
							
							Signed-off-by: Dimitar Bonev <dimitar.bonev@gmail.com> 
							
						 
						
							2016-01-30 10:14:45 +02:00  
				
					
						
							
							
								 
						
							
								b4868d0259 
								
							 
						 
						
							
							
								
								Fix race condition with up and setting signal handlers.  
							
							... 
							
							
							
							Also print stdout on wait_for_container().
Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-01-29 13:04:04 -05:00  
				
					
						
							
							
								 
						
							
								883e45626f 
								
							 
						 
						
							
							
								
								Merge pull request  #2706  from dnephin/dont_copy_host_volumes  
							
							... 
							
							
							
							Don't copy host volumes on recreate 
							
						 
						
							2016-01-28 15:02:53 -05:00  
				
					
						
							
							
								 
						
							
								650b0cec38 
								
							 
						 
						
							
							
								
								Remove ability to join bridge network + user-defined networks  
							
							... 
							
							
							
							Containers connected to the bridge network can't have aliases, so it's
simpler to rule that they can *either* be connected to the bridge
network (via `network_mode: bridge`) *or* be connected to user-defined
networks (via `networks` or the default network).
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-01-27 00:42:09 +00:00  
				
					
						
							
							
								 
						
							
								ed1b204804 
								
							 
						 
						
							
							
								
								Rename 'net' to 'network mode' in various classes/methods  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-01-25 23:55:20 +00:00  
				
					
						
							
							
								 
						
							
								a9c623fdf2 
								
							 
						 
						
							
							
								
								Test that net can be extended  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-01-25 23:55:20 +00:00  
				
					
						
							
							
								 
						
							
								e566a4dc1c 
								
							 
						 
						
							
							
								
								Implement network_mode in v2  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-01-25 23:24:55 +00:00  
				
					
						
							
							
								 
						
							
								a267d8fe3c 
								
							 
						 
						
							
							
								
								Merge pull request  #2728  from shin-/2709_service_volumes  
							
							... 
							
							
							
							Match named volumes in service definitions with declared volumes 
							
						 
						
							2016-01-25 23:24:09 +00:00  
				
					
						
							
							
								 
						
							
								af6b18cad8 
								
							 
						 
						
							
							
								
								Merge pull request  #2746  from aanand/alias-containers-by-short-id  
							
							... 
							
							
							
							Alias containers by short id 
							
						 
						
							2016-01-25 13:55:30 -08:00  
				
					
						
							
							
								 
						
							
								313c584185 
								
							 
						 
						
							
							
								
								Alias containers by short id  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-01-25 16:14:21 +00:00  
				
					
						
							
							
								 
						
							
								0019037712 
								
							 
						 
						
							
							
								
								Modify service_test.py::ServiceTest::test_resolve_env to reflect new behavior  
							
							... 
							
							
							
							Signed-off-by: jrabbit <jackjrabbit@gmail.com> 
							
						 
						
							2016-01-24 15:25:06 -05:00  
				
					
						
							
							
								 
						
							
								7ab9509ce6 
								
							 
						 
						
							
							
								
								Mangle the tests. They pass for better or worse!  
							
							... 
							
							
							
							Signed-off-by: jrabbit <jackjrabbit@gmail.com> 
							
						 
						
							2016-01-23 16:19:17 -05:00  
				
					
						
							
							
								 
						
							
								139c7f7830 
								
							 
						 
						
							
							
								
								Move named volumes matching to config validation phase  
							
							... 
							
							
							
							Signed-off-by: Joffrey F <joffrey@docker.com> 
							
						 
						
							2016-01-22 17:42:24 -08:00  
				
					
						
							
							
								 
						
							
								48377a354f 
								
							 
						 
						
							
							
								
								is_named_volume also tests for home paths ~  
							
							... 
							
							
							
							Fix bug with VolumeSpec not being updated
Fix integration test
Signed-off-by: Joffrey F <joffrey@docker.com> 
							
						 
						
							2016-01-22 16:05:21 -08:00  
				
					
						
							
							
								 
						
							
								3a72edb906 
								
							 
						 
						
							
							
								
								Network fields schema validation  
							
							... 
							
							
							
							Signed-off-by: Dimitar Bonev <dimitar.bonev@gmail.com> 
							
						 
						
							2016-01-22 16:42:10 +02:00  
				
					
						
							
							
								 
						
							
								9e67eae311 
								
							 
						 
						
							
							
								
								Match named volumes in service definitions with declared volumes  
							
							... 
							
							
							
							Raise ConfigurationError for undeclared named volumes
Test new behavior
Signed-off-by: Joffrey F <joffrey@docker.com> 
							
						 
						
							2016-01-21 18:10:53 -08:00  
				
					
						
							
							
								 
						
							
								da2b6329ae 
								
							 
						 
						
							
							
								
								Add test for logs=False  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
Conflicts:
	compose/cli/main.py 
							
						 
						
							2016-01-21 19:20:50 +00:00  
				
					
						
							
							
								 
						
							
								f3e55568d1 
								
							 
						 
						
							
							
								
								Fix interactive run with networking  
							
							... 
							
							
							
							Make sure we connect the container to all required networks *after*
starting the container and *before* hijacking the terminal.
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-01-21 18:42:59 +00:00  
				
					
						
							
							
								 
						
							
								a14906fd35 
								
							 
						 
						
							
							
								
								Fix 'run' behaviour with networks  
							
							... 
							
							
							
							- Test that one-off containers join all networks
- Don't set any aliases
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-01-21 17:28:55 +00:00  
				
					
						
							
							
								 
						
							
								1e51b7e88b 
								
							 
						 
						
							
							
								
								Merge pull request  #2722  from aanand/fix-scale-race-condition  
							
							... 
							
							
							
							Fix scale race condition 
							
						 
						
							2016-01-21 17:08:15 +00:00  
				
					
						
							
							
								 
						
							
								013c5ea3f9 
								
							 
						 
						
							
							
								
								Merge pull request  #2713  from aanand/links-v2  
							
							... 
							
							
							
							Support links in v2 files 
							
						 
						
							2016-01-21 17:08:05 +00:00  
				
					
						
							
							
								 
						
							
								7a4fdfd034 
								
							 
						 
						
							
							
								
								Merge pull request  #2712  from jzvelc/fix_v2_service_extend  
							
							... 
							
							
							
							Fix `extends` when using v2 config format 
							
						 
						
							2016-01-21 17:06:21 +00:00  
				
					
						
							
							
								 
						
							
								755c49b500 
								
							 
						 
						
							
							
								
								Fix scale when containers exit immediately  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-01-21 15:19:55 +00:00  
				
					
						
							
							
								 
						
							
								ee63075a34 
								
							 
						 
						
							
							
								
								Support links in v2 files  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-01-21 14:34:26 +00:00  
				
					
						
							
							
								 
						
							
								907c3ce42b 
								
							 
						 
						
							
							
								
								Fix for extending services written in v2 format.  
							
							... 
							
							
							
							Signed-off-by: Jure Žvelc <jzvelc@gmail.com> 
							
						 
						
							2016-01-20 18:46:16 +01:00  
				
					
						
							
							
								 
						
							
								5aadf5a187 
								
							 
						 
						
							
							
								
								Update tests in sort_services_test.py to use pytest.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-01-19 15:52:17 -05:00  
				
					
						
							
							
								 
						
							
								146587643c 
								
							 
						 
						
							
							
								
								Move ulimits validation to validation.py and improve the error message.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-01-19 15:47:57 -05:00  
				
					
						
							
							
								 
						
							
								0bce467782 
								
							 
						 
						
							
							
								
								Implement depends_on to define an order for services in the v2 format.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-01-19 15:41:45 -05:00  
				
					
						
							
							
								 
						
							
								c39489f540 
								
							 
						 
						
							
							
								
								Don't copy over volumes that were previously host volumes, and are now container volumes.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-01-19 14:41:21 -05:00  
				
					
						
							
							
								 
						
							
								c47aea9c12 
								
							 
						 
						
							
							
								
								Merge pull request  #2698  from aanand/fix-name-is-reserved  
							
							... 
							
							
							
							Fix "name is reserved" with Engine 1.10 RC1 
							
						 
						
							2016-01-19 10:15:06 -05:00  
				
					
						
							
							
								 
						
							
								2106481c23 
								
							 
						 
						
							
							
								
								Fix "name is reserved" with Engine 1.10 RC1  
							
							... 
							
							
							
							Ensure link aliases are unique (this deduping was previously performed
on the server).
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-01-19 11:27:27 +00:00  
				
					
						
							
							
								 
						
							
								746033ed9d 
								
							 
						 
						
							
							
								
								Test that you can set the default network to be external  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-01-19 10:57:12 +00:00  
				
					
						
							
							
								 
						
							
								afae365050 
								
							 
						 
						
							
							
								
								Allow custom ipam config  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-01-18 18:56:18 +00:00  
				
					
						
							
							
								 
						
							
								e7673bf920 
								
							 
						 
						
							
							
								
								Allow overriding of config for the default network  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-01-18 16:17:39 +00:00  
				
					
						
							
							
								 
						
							
								cce3b29688 
								
							 
						 
						
							
							
								
								Merge pull request  #2665  from dnephin/check_extends_use_same_version  
							
							... 
							
							
							
							Validate that an extended config file has the same version as the base 
							
						 
						
							2016-01-15 18:07:56 -05:00  
				
					
						
							
							
								 
						
							
								0f1a798f28 
								
							 
						 
						
							
							
								
								Increase the timeout for all acceptance tests.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-01-15 10:14:55 -05:00  
				
					
						
							
							
								 
						
							
								dc1104649f 
								
							 
						 
						
							
							
								
								Validate that an extended config file has the same version as the base.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-01-14 22:28:20 -05:00  
				
					
						
							
							
								 
						
							
								de6d6a42d7 
								
							 
						 
						
							
							
								
								Tag some more v2-dependent tests  
							
							... 
							
							
							
							Not clear why the config tests are v2-dependent; needs investigating
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-01-15 02:46:24 +00:00  
				
					
						
							
							
								 
						
							
								4772815491 
								
							 
						 
						
							
							
								
								Disable tests until Engine 1.10 change has been worked around  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-01-15 02:46:24 +00:00  
				
					
						
							
							
								 
						
							
								fbc275e06b 
								
							 
						 
						
							
							
								
								Work around error message change in Engine  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-01-15 02:46:24 +00:00  
				
					
						
							
							
								 
						
							
								406b6b28f4 
								
							 
						 
						
							
							
								
								Tag v2-only tests  
							
							... 
							
							
							
							- Don't run them against Engine < 1.10
- Set the API version appropriately for the Engine version, so all tests
  use API version 1.22 against Engine 1.10
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-01-15 02:08:20 +00:00  
				
					
						
							
							
								 
						
							
								abd031cb3d 
								
							 
						 
						
							
							
								
								Containers join each network aliased to their service's name  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-01-15 02:08:20 +00:00  
				
					
						
							
							
								 
						
							
								2a2eb81215 
								
							 
						 
						
							
							
								
								Merge pull request  #2662  from dnephin/fix_config_printing_unicode  
							
							... 
							
							
							
							Fix config printing unicode objects 
							
						 
						
							2016-01-14 19:26:39 -05:00  
				
					
						
							
							
								 
						
							
								1bfbba36b2 
								
							 
						 
						
							
							
								
								Ensure that the config output by config command never contains python objects.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-01-14 18:33:58 -05:00  
				
					
						
							
							
								 
						
							
								3021ee12fe 
								
							 
						 
						
							
							
								
								Fix `config` command to print the new sections of the config  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-01-14 18:28:17 -05:00  
				
					
						
							
							
								 
						
							
								0f234154c2 
								
							 
						 
						
							
							
								
								Remove all non-external networks on down.  
							
							... 
							
							
							
							Also moves the shutdown test fixtures to be a more general v2-full fixture.
Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-01-14 18:28:17 -05:00  
				
					
						
							
							
								 
						
							
								b98e2169e6 
								
							 
						 
						
							
							
								
								Error when the project name is invalid for the image name.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-01-14 18:25:23 -05:00  
				
					
						
							
							
								 
						
							
								796d97e394 
								
							 
						 
						
							
							
								
								Merge pull request  #2617  from gutweiler/extra-hosts-ipv6  
							
							... 
							
							
							
							Extra hosts ipv6 
							
						 
						
							2016-01-14 15:19:12 -08:00  
				
					
						
							
							
								 
						
							
								47e53b49c2 
								
							 
						 
						
							
							
								
								Merge pull request  #2653  from shin-/Runscope-build-args  
							
							... 
							
							
							
							Support for build arguments 
							
						 
						
							2016-01-14 23:13:54 +00:00  
				
					
						
							
							
								 
						
							
								ce9f2681a2 
								
							 
						 
						
							
							
								
								Fixes   #1422 : ipv6 addr contains colons, so we split only by the first char.  
							
							... 
							
							
							
							Signed-off-by: Clemens Gutweiler <cg@vioma.de> 
							
						 
						
							2016-01-14 22:26:35 +01:00  
				
					
						
							
							
								 
						
							
								13063a96cb 
								
							 
						 
						
							
							
								
								Fix handling of service.dockerfile key  
							
							... 
							
							
							
							Made invalid in v2 format
Doesn't break build config anymore
Signed-off-by: Joffrey F <joffrey@docker.com> 
							
						 
						
							2016-01-14 12:15:37 -08:00  
				
					
						
							
							
								 
						
							
								9cfa71ceee 
								
							 
						 
						
							
							
								
								Add support for build arguments  
							
							... 
							
							
							
							Allows 'build' configuration option to be specified as an
object and adds support for build args.
Signed-off-by: Garrett Heel <garrettheel@gmail.com> 
							
						 
						
							2016-01-14 12:14:56 -08:00  
				
					
						
							
							
								 
						
							
								79df2ebe1b 
								
							 
						 
						
							
							
								
								Support variable interpolation for volumes and networks sections.  
							
							... 
							
							
							
							Signed-off-by: Daniel Nephin <dnephin@docker.com> 
							
						 
						
							2016-01-14 14:04:57 -05:00  
				
					
						
							
							
								 
						
							
								87326c00eb 
								
							 
						 
						
							
							
								
								Python 3 fixes  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-01-14 18:00:39 +00:00  
				
					
						
							
							
								 
						
							
								73fbd01cfe 
								
							 
						 
						
							
							
								
								Support the 'external' option for networks  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-01-14 18:00:39 +00:00  
				
					
						
							
							
								 
						
							
								ca68c9faa4 
								
							 
						 
						
							
							
								
								Services can join 'bridge' or 'host'  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-01-14 18:00:39 +00:00  
				
					
						
							
							
								 
						
							
								e75629392d 
								
							 
						 
						
							
							
								
								Don't join the bridge network by default in v2  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-01-14 18:00:39 +00:00  
				
					
						
							
							
								 
						
							
								9c91cf2967 
								
							 
						 
						
							
							
								
								Test discoverability across multiple networks  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2016-01-14 17:59:37 +00:00