diff options
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/src/simulators_heat_template.yaml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/deployment/src/simulators_heat_template.yaml b/deployment/src/simulators_heat_template.yaml index 253fcc7..a756778 100644 --- a/deployment/src/simulators_heat_template.yaml +++ b/deployment/src/simulators_heat_template.yaml @@ -66,19 +66,6 @@ resources: EOF } - docker_remove () { - dnf -y remove docker \ - docker-client \ - docker-client-latest \ - docker-common \ - docker-latest \ - docker-latest-logrotate \ - docker-logrotate \ - docker-selinux \ - docker-engine-selinux \ - docker-engine - } - docker_install_and_configure () { curl "https://releases.rancher.com/install-docker/$DOCKER_VERSION.sh" | sh mkdir -p /etc/systemd/system/docker.service.d/ |