b0e9b2f33e
I've seen issues with API versioning between docker 1.11 and docker-py in containers. 1.12 seems fine. We should also pin docker-py version in kolla-toolbox image. Change-Id: I07d5f573176b79a3775dcab2748f428c114bd985
34 lines
539 B
YAML
34 lines
539 B
YAML
---
|
|
docker_apt_url: "https://apt.dockerproject.org"
|
|
docker_apt_key_id: F76221572C52609D
|
|
|
|
docker_yum_url: "https://yum.dockerproject.org"
|
|
docker_gpg_fingerprint: "58118E89F3A912897C070ADBF76221572C52609D"
|
|
|
|
customize_etc_hosts: True
|
|
|
|
create_kolla_user: True
|
|
|
|
docker_storage_driver: ""
|
|
|
|
debian_pkg_install:
|
|
- docker-engine=1.12.*
|
|
- git
|
|
- python-setuptools
|
|
- ntp
|
|
|
|
redhat_pkg_install:
|
|
- epel-release
|
|
- docker-engine-1.12.0
|
|
- git
|
|
- python-setuptools
|
|
- ntp
|
|
|
|
ubuntu_pkg_removals:
|
|
- lxd
|
|
- lxc
|
|
- libvirt
|
|
|
|
redhat_pkg_removals:
|
|
- libvirt
|