Commit Graph

25 Commits

Author SHA1 Message Date
Ghanshyam Mann cbf9d36df6 Retire Tripleo: remove repo content
TripleO project is retiring
- https://review.opendev.org/c/openstack/governance/+/905145

this commit remove the content of this project repo

Change-Id: Ib5a8155d76652044701ae05e5dbcc7078f41d863
2024-02-24 11:41:18 -08:00
Cédric Jeanneret b6eedb6fb1 Ensure update_yum.sh has correct SELinux labels
On recent, enforcing systems, the update_yum.sh can't be executed,
because SELinux prevents container_t to open user_tmp_t:

type=AVC msg=audit(1674049913.380:22858): avc:  denied  { open } for
    pid=70472 comm="bash" path="/tmp/yum_update.sh" dev="vda4" ino=218200014
    scontext=system_u:system_r:container_t:s0:c65,c705
    tcontext=unconfined_u:object_r:user_tmp_t:s0
    tclass=file permissive=0

This patch ensures it gets properly relabelled when bind-mounted during
the image build. Using the "z" will also ensure it's still usable even
when running multiple builds at the same time.

Change-Id: I4085865965f48c9fa6a88cde7010a51cd8c653d8
2023-02-09 09:27:48 +00:00
Ronelle Landy e4c84adc36 Extract updated rpms from buildah images
When a gating, component or delorean current repo
is present, containers should be updated with
the latest rpms.

This review checks the installed rpms and
greps for the repos where the updated rpms
are sourced.

Change-Id: Ie29c7c33c8d66bc3729c03c2d72cbdbf85ad443a
2021-07-21 22:14:02 -04:00
Ronelle Landy b304c8979c Only mount /etc/{{ pkg_mgr_suffix }}/vars if it exists
/etc/{{ pkg_mgr_suffix }}/vars exists on stream and
some other platforms but is missing from RHEL 8.x.

This patch checks that that directory exists first
before mounting it.

Change-Id: I048434b38eb1d6b1c83a89d90e01f71d467d7fb7
2021-05-20 14:08:42 -04:00
yatinkarel 2c53d70612 Use dnf/yum vars based on what is available
With [1] it used yum/vars but in CentOS8-Stream
that is not available, so detect and use dnf or yum
vars.

Closes-Bug: #1927302
Change-Id: Idda53d1b68b97e5bb65314b1e07d507736932531
2021-05-06 12:21:26 +05:30
yatinkarel 98fa494f5c Mount yum/vars along with yum repos
Since repos may rely on yum vars, it's required
to mount yum/vars along with yum repos.
Container builds already mount yum/vars along
with yum yum. Molecule jobs also adding it with [1].

Since the repo is branchless and used in CentOS7 too,
so using yum/vars instead of dnf/vars.

[1] https://review.opendev.org/c/openstack/tripleo-ansible/+/787423

Change-Id: I36f175d97a86d4221b09dadf62f64a16b5c527e2
2021-04-23 11:06:43 +05:30
Julie Pichon 4130a447d4 Add retries on image pull ahead of updating
We are seeing occasional failures to pull due to intermittent registry
errors downstream. A retry should help to avoid the whole update
failing because of this.

Change-Id: Ib9415e46a52cc6ad6459ec3f170d7e23aa9aca03
2020-06-11 14:55:24 +01:00
Bogdan Dobrelya eff235ee72 Ensure the yum cache has at most one writer
If the yum cache path exists and already mounted by someone,
do not attempt writing to it, use the overlay mode instead.

This still leaves a window of opportunity for another workers to
RW mount the cache after the ansible check has reported a stale
fact about there was no other mounts found. But this is unlikely
to happen.

Also, if it has to be retried in the rescue block, do not use the yum
cache for the maximum data safety and clean (a scratch) cache state
reasons.

This drastically reduces chances to have multiple writers for the
cache.

Closes-bug: #1860804

Change-Id: I19491a162e5bf6d6517fd343d675aff12bdc9719
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2020-01-29 09:33:07 +01:00
Alex Schultz 1e10b2294c Force docker format
The undercloud registry currently doesn't handle OCI formated images
correctly. We need to ensure that when buildah is run, we specify that
we want the docker format until we correctly support the OCI metadata.

Change-Id: Icf1a1c8f3a353239f2d244aa0bc811f8f86f6867
Related-Bug: #1860585
2020-01-22 10:39:05 -07:00
David Hill 22374eb422 Add the possibility to update packages from local rpms using yum.
This is needed if we want to only update installed packages and not
hit depenency issues encountered when updating packages with rpm_install.sh

Change-Id: I5095d7b04cb10fde1bd82afd1bc406445b7595fd
Closes-bug: #1858837
2020-01-13 20:38:19 -05:00
Chandan Kumar (raukadah) 2dd5a11c55 Mount /etc/pki during buildah yum update for RHUI
In order to make sure RHUI repos works with in a container,
PKI certs dirs needs to be mounted to container so that
RHUI repo solves and download the content.

Related-Bug: #1854685

Change-Id: Id09059559b5c207ef6f604e4bb999528118ae096
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
2019-12-03 18:29:13 +05:30
Alex Schultz 589486e4f2 Add retires/ignore errors for removing buildah containers
We want to try a best effort to remove the buildah containers but since
it's run with multiple processes we occassionally get layer conflicts.
Let's add a bit of a retry and ultimately skip the error since that was
the previous behavior.

Change-Id: I75a85745aed652a85f4c143c987cd5cccbf31cac
Related-Bug: #1846413
2019-10-02 15:05:07 -06:00
Zuul 42a263210d Merge "Fix exists check" 2019-10-02 00:02:45 +00:00
Zuul 85ae72f6af Merge "Cleanup buildah working container" 2019-10-01 23:39:30 +00:00
Alex Schultz d533efdfa3 Cleanup buildah working container
Currently in the yum update output, we see buildah trying to rmi the
image we were working with however it is currently in use. After we
commit our changes we need to cleanup our working container so we can
remove the image we were using (if not used by another process
elsewhere).

Change-Id: I54e37b43346b97be0a7cfab12e6cac9809537c83
2019-09-30 12:53:58 -06:00
Bogdan Dobrelya f594406d7e Fix tasks names for the yum update
Change-Id: If66423850ade2782e8a4b3b973d9b4d343644b23
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2019-09-26 18:04:00 +02:00
Bogdan Dobrelya 908875eeab Add support for yum caching when buildah updates
When yum_cache is set, that directory will be automatically
picked as either the source or destination for the containers
being updated as the following:

* when that host directory is missing (or empty), the container
  under update will start populating it, while it gets updated.
  That path going to become the lower overlay FS layer for future
  use among other containers under concurrent yum update executions.

* when the yum_cache directory exists and is not empty, it will be
  bind-mounted as an upper overlay FS layer for other containers under
  update. So those can benefit from some of the already prefetched
  contents in its yum cache without data races or conflicts when
  concurrently accessing the cached data.

Overlaying ensures data safety as each container can only see the lower
layer of the overlay, while storing its local changes on top of it as
an ephemeral. The yum_cache directory existance & non-emptiness facts
act as a single mutex, which only grants a dedicated writing access to
the lower layer to a single "populating" container at a time. This
behavior may be forcefully reset via the force_purge_yum_cache flag.
The container update playbook invoked with it, instantly creates a
new populator and creates a fresh yum cache.

Note that the 100% saturation of the cache is only expected, when the
populating container finishes its execution.

The feature can be used only for buildah in yum update scenarios using
yum or dnf.

Change-Id: I30c6dd12454a0b1781803ab16ef79b5914178114
Related-bug: #1844446
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2019-09-25 14:01:15 +02:00
Alex Schultz e19509f90c Fix exists check
The |exists is currently deprecated.

[DEPRECATION WARNING]: Using tests as filters is deprecated. Instead of using
`result|exists` use `result is exists`. This feature will be removed in version
 2.9. Deprecation warnings can be disabled by setting
deprecation_warnings=False in ansible.cfg.

Change-Id: I0c32686062e79142aa5c664a4a42ac590263b64e
2019-09-23 15:11:39 -06:00
Sorin Sbarnea 8b366d2a27 Makes buildah retries more verbose
As we found that buildah may fail with litterary no output we need
to be sure that retries happen with more verbosity, so we can identify
what caused the failure.

Change-Id: I6ed857a827d129d99b5826d6c3afbc9d7c71d501
Example: http://logs.openstack.org/60/636860/7/check/tripleo-ci-fedora-28-standalone/2565b12/logs/undercloud/var/log/tripleo-container-image-prepare.log.txt.gz
2019-06-19 14:05:23 +01:00
Chandan Kumar b541c5ef99 Run all linters via pre-commit
Executes all linters via pre-commit, which is much faster, guarantees
their version locking and allows upgrading them with a single command.

Before this change the only linter running via pre-commit was
ansible-lint.

Now we also run bashate, flake8 and yamllint via pre-commit.

For developer convenience we still keep the old tox environments
which allow running a single linter.

Added long_description_content_type to fix twine check failure

Change-Id: I037eae61921b2a84aa99838804f70e96ee8d8b13
2019-02-15 18:22:10 +05:30
Emilien Macchi e60ad5dcc6 yum_update_buildah: add retry x3
The "buildah run" randomly fails on centos7 kernel, with:
standard_init_linux.go:203: exec user process caused "no such file or directory"

We think it's related to:
https://github.com/containers/libpod/issues/1844

To workaround this issue, we'll retry 3 times with a delay of 3 seconds
between each "buildah run" command which would fail to produce an exit
code of 0.

Change-Id: Ic50fd359c9bf50a6e0247d7743b26191d2f3dcb5
2019-01-29 14:18:25 -05:00
Steve Baker d7d7592dc7 Mount in yum_update.sh when running it
Rather than copy the ephemeral script yum_update.sh, just mount it in
during the buildah run call which runs it.

This results in one less layer, and may work around an issue seen in
the gate where the file is sometimes not in the image when expected.

Change-Id: I1303be08ed162318f4b4b8f3aabf873c13ae9b99
2019-01-24 13:15:07 +13:00
Steve Baker 8dba05a3c0 Append to the tag on buildah commit
This is consistent with the tagging done at the end of
modify_image.yml, and fixes an issue with the tagged image being
missing.

Change-Id: Ia98d2ecaf718d6cb9d6f859bfadbbcb07acfd775
2019-01-23 01:19:46 +00:00
Emilien Macchi f77b9a22e9 yum_update: cp the script in /tmp before buildah cp
In I8a3769c0b55572ba05cc29ecd28a131cc94e8c4d, we switched the playbook
to use buildah CLI and run the yum_update.sh from a directory that
wasn't found by the playbook:

  no files found matching "files/yum_update.sh":
  no such file or directory

This patch first copies the script in /tmp, so it can be copied from the
host afterward.

Change-Id: I6da0850386c0e3ca51f5f42dbd97c26bf5364a24
2019-01-23 01:19:38 +00:00
Steve Baker 9dac7d6d28 Use buildah commands for yum update to improve speed
This allows directly mounting directories instead of copying them
twice. Also the resulting image has only one extra layer instead of
one per Dockerfile directive.

Change-Id: I8a3769c0b55572ba05cc29ecd28a131cc94e8c4d
2019-01-17 07:35:59 +00:00