Split config database setup by platform

Add basic database setup for AWS, GCP although these are not yet used
by the setup code but will be useful later.

Currently each is gated by `mobyplatform` but this can be removed once we
construct Moby per platform, and once these are containerised so they
are not run from `openrc`.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2017-01-23 14:47:16 +00:00
parent 8702c886b8
commit f3a8e77c99
9 changed files with 125 additions and 28 deletions

View File

@@ -3,6 +3,7 @@
description="Configuring Windows network settings from database."
depend() {
need database-windows
before sysctl net
}