Skip to content
Snippets Groups Projects

[cern] Upgrade to Fedora Atomic 25

Closed Spyridon Trigazis requested to merge cern-newton-k8s-1.4.7-docker-1.12.5 into cern-newton
20 files
+ 65
142
Compare changes
  • Side-by-side
  • Inline
Files
20
#!/bin/sh
set -x
. /etc/sysconfig/heat-params
if [ -n "$DOCKER_VOLUME_SIZE" ] && [ "$DOCKER_VOLUME_SIZE" -gt 0 ]; then
@@ -30,6 +32,8 @@ if [ -n "$DOCKER_VOLUME_SIZE" ] && [ "$DOCKER_VOLUME_SIZE" -gt 0 ]; then
fi
fi
systemctl stop docker
$configure_docker_storage_driver
if [ "$DOCKER_STORAGE_DRIVER" = "overlay" ]; then
@@ -44,3 +48,5 @@ if [ "$DOCKER_STORAGE_DRIVER" = "overlay" ]; then
else
configure_devicemapper
fi
systemctl start docker-storage-setup
Loading