diff --git a/puppet/services/docker.yaml b/puppet/services/docker.yaml index 6bb26c116b..b53d7132cb 100644 --- a/puppet/services/docker.yaml +++ b/puppet/services/docker.yaml @@ -50,6 +50,10 @@ parameters: type: string constraints: - allowed_values: [ '', 'true', 'True', 'TRUE', 'false', 'False', 'FALSE'] + DockerOptions: + default: '--log-driver=journald --signature-verification=false --iptables=false' + description: Options that are used to startup the docker service. + type: string conditions: insecure_registry_is_empty: {equals : [{get_param: DockerInsecureRegistryAddress}, []]} @@ -65,6 +69,7 @@ outputs: map_merge: - tripleo::profile::base::docker::configure_network: true tripleo::profile::base::docker::network_options: "--bip=172.31.0.1/24" + tripleo::profile::base::docker::docker_options: {get_param: DockerOptions} tripleo::profile::base::docker::debug: if: - service_debug_unset