2018-07-30 17:49:32 +03:00
|
|
|
[project]
|
2019-07-04 03:12:05 +03:00
|
|
|
version = 1.0.3
|
2018-07-30 17:49:32 +03:00
|
|
|
name = docker
|
2018-07-31 04:48:25 +03:00
|
|
|
label = Docker
|
2018-08-15 20:20:32 +03:00
|
|
|
type = application
|
|
|
|
|
2018-07-30 17:49:32 +03:00
|
|
|
|
2018-07-31 17:00:33 +03:00
|
|
|
[spec default]
|
2018-07-30 17:49:32 +03:00
|
|
|
run_list=recipe[cdocker]
|
2018-08-15 20:20:32 +03:00
|
|
|
|
|
|
|
|
|
|
|
[config docker.master.images]
|
|
|
|
Required = False
|
|
|
|
Label = Master Images
|
|
|
|
Description = The list of Docker images to preload on the Master Node
|
|
|
|
DefaultValue = registry
|
|
|
|
|
|
|
|
[config docker.execute.images]
|
|
|
|
Required = False
|
|
|
|
Label = Exec Images
|
|
|
|
Description = The list of Docker images to preload on the Execute Nodes
|
|
|
|
|
|
|
|
[config docker.registry.name]
|
|
|
|
Required = True
|
|
|
|
Label = Registry Name
|
|
|
|
Description = The name of the Docker registry to use
|
|
|
|
|
|
|
|
[config docker.registry.url]
|
|
|
|
Required = True
|
|
|
|
Label = Registry URL
|
|
|
|
Description = The URL of the Docker registry to use
|
|
|
|
|
|
|
|
[config docker.registry.username]
|
|
|
|
Required = False
|
|
|
|
Label = Registry User
|
|
|
|
Description = The username for the Docker registry user
|
|
|
|
|
|
|
|
[config docker.registry.password]
|
|
|
|
Required = False
|
|
|
|
Label = Registry Pass
|
|
|
|
Description = The password for the Docker registry user
|
|
|
|
|
|
|
|
[config docker.registry.email]
|
|
|
|
Required = False
|
|
|
|
Label = Registry Email
|
|
|
|
Description = The email for the Docker registry user
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|