8 Commits

Author SHA1 Message Date
Mark Goddard
87d46a33c2 Update python docker package requirement note in role READMEs 2017-12-13 17:03:54 +00:00
Mark Goddard
91f01ff8af Use a separate task to destroy node exporter, opensm and docker registry containers 2017-11-29 11:41:21 +00:00
stack
20e3b75547 In latest Docker 17.05 restart-retires and unless-stopped are
mutually exclusive. Remove restart-retries where used.
2017-10-23 11:13:48 +01:00
Mark Goddard
7d7dc486a4 Fix destroy of opensm and docker-registry containers
Now also removes docker volumes
2017-08-22 15:12:05 +00:00
Mark Goddard
e5f889baaa Don't pull opensm or docker-registry images when disabled or destroying 2017-08-22 15:12:05 +00:00
Mark Goddard
943a4cdb66 Fix upgrade of docker-registry and opensm containers
Previously the docker-registry container would not be upgraded when a new
image is downloaded. We now ensure that new images are tagged in the local
repository, and pull the image separately from the container upgrade.
2017-07-13 12:31:45 +01:00
Mark Goddard
2693269955 Support destroying the overcloud services
'kayobe overcloud service destroy' will destroy all containers,
container images, and volumes on the overcloud hosts. All data will
be lost, so use wisely!
2017-07-11 17:49:41 +01:00
Mark Goddard
1e08a1413d Add configuration of OpenSM Infiniband subnet manager in a Docker container
Follows kolla-ansible service configuration patterns. Uses jumanjiman.opensm
Docker image.
2017-06-12 10:15:46 +01:00