ansible-role-tripleo-modify-image 1.0.0 (rocky)
We are pumped to announce the release of: ansible-role-tripleo-modify-image 1.0.0: ansible-tripleo-modify-image - Ansible role to allow modification to container images built for the TripleO project. This is the first release of ansible-role-tripleo-modify-image. This release is part of the rocky release series. Download the package from: https://tarballs.openstack.org/ansible-role-tripleo-modify-image/ For more details, please see below. Changes in ansible-role-tripleo-modify-image 3aeb7cc78bdc23109d03ebbd83582ab536409cc4..1.0.0 -------------------------------------------------------------------------------------------- 3b4e2e6 Use release-openstack-server job-template 3047517 Zuul: add missing jobs for release 7178d84 Add rpm_install tasks a9055e3 Remove previous yum.repos.d to only used the custom ones f5f646d Add zuul jobs for tripleo-modify-image 45ec917 Do not fail when repoquery is not installed f9e8e93 Add .gitreview file 77d932a Use relative paths for data_files 1f31f48 Add tox checks, pbr packaging 65ba913 Fix doc newline 262e549 update_repo to limit to packages in repo 91e4555 Detect local file repos and copy them into the image 3eea261 Use command instead of docker_image for docker build 1cd88ae use set_fact for modify_dir_path. Use include_tasks e5c5b29 Don't yum clean all beaa391 quote USER just in case it is empty e40a425 Move modify_dir_path out of precheck.yaml 60c8e52 rename modified_image_prefix to target_image, use set_fact for timestamp 5963894 Streamline role 2d87356 Allow tasks_from to be set as a variable cf85839 task to yum update in the image cad6e42 Rename the main task to modify_image.yaml a51e542 ... it does not e6032cd See if the markdown renderer handles word-wrapped table content 3b6ddc9 Populate the README.md 0381f9f Stub for the README.md e8cf96a Make a copy of Dockerfile and modify FROM e865f69 Basic template based Dockerfile approach Requirements updates -------------------- diff --git a/ansible-requirements.txt b/ansible-requirements.txt new file mode 100644 index 0000000..a1b6838 --- /dev/null +++ b/ansible-requirements.txt @@ -0,0 +1,6 @@ +# These are required here because ansible can't be in global-requirements due +# to licensing conflicts. But we sill need to be able to pull them in for +# lint checks and want to document these as ansible specific things that may +# be required for this repository. +ansible +ansible-lint diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..885c2cb --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +pbr>=1.6 +ansible diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000..c3ed418 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1 @@ +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org