ansible-role-container-registry 1.2.0
We are amped to announce the release of: ansible-role-container-registry 1.2.0: ansible-container-registry - Ansible role to deploy a container registry The source is available from: https://opendev.org/openstack/ansible-role-container-registry Download the package from: https://tarballs.openstack.org/ansible-role-container-registry/ For more details, please see below. Changes in ansible-role-container-registry 1.1.0..1.2.0 ------------------------------------------------------- 7eca2dd Don't log login e904b82 Migrated to molecule 3.0 7a2a664 Don't stop containers before docker package update cf8ef9a Fix race on slow environment 230373e Disable docker iptables support bdde9e5 Update the constraints url 78da678 expand login subtasks so it can be used in all rdo jobs 884a8f6 Specify a default for container_registry_logins 1217799 Add molecule testing b295cc9 Covert lookup to query Diffstat (except docs and test files) ------------------------------------- .yamllint | 11 +++ README.rst | 64 +++++++++++++- bindep.txt | 33 ++++++++ defaults/main.yml | 2 + handlers/main.yml | 3 +- molecule/default/molecule.yml | 50 +++++++++++ molecule/default/playbook.yml | 24 ++++++ molecule/default/prepare.yml | 34 ++++++++ molecule/login/molecule.yml | 50 +++++++++++ molecule/login/playbook.yml | 186 +++++++++++++++++++++++++++++++++++++++++ molecule/login/prepare.yml | 57 +++++++++++++ tasks/cleanup-engine.yml | 16 ++++ tasks/docker-distribution.yml | 2 + tasks/docker-login.yml | 6 +- tasks/docker-update.yml | 8 +- tasks/docker.yml | 7 +- tasks/install-engine.yml | 28 +++++++ tasks/main.yml | 2 + tasks/registry-login.yml | 28 +++++++ tox.ini | 2 +- zuul.d/base.yaml | 15 ++++ zuul.d/layout.yaml | 2 + zuul.d/playbooks/pre.yml | 74 ++++++++++++++++ zuul.d/playbooks/run-local.yml | 14 ++++ zuul.d/playbooks/run.yml | 13 +++ 25 files changed, 716 insertions(+), 15 deletions(-)
participants (1)
-
no-reply@openstack.org