Commit Graph

8 Commits

Author SHA1 Message Date
Ghanshyam Mann a43311b7ef 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: Ic209179b0be9c3746a702ccea2dd35e883e78bee
2024-02-24 11:43:49 -08:00
David Hill 66d1d0beba Move partition handling to overcloud-partition / overcloud-partition-uefi
Move partition handling to overcloud-partition / overcloud-partition-uefi
as whole-disk images with kernel-rt would be impossible to create due to
dependencies between kernel-rt and kdump/kexec-tools.   We need to be able
to create whole-disk image while some package should not be uninstalled.

Change-Id: I181cf4dc0c0976833e39e4df78a7cff184f0f0b2
2020-07-21 14:54:50 +00:00
Bob Fournier 37b74a670a Remove note in README regarding security hardened images
Support for security hardened images was delivered in Queens, not as
TechPreview.  Removing the section of README that indicates it is
TechPreview.

Change-Id: I579b1fdedcd23f8d004bb9ca6c8fedd29c33ac7c
2019-05-22 15:58:25 -04:00
Yolanda Robla aa19a7f92a Increase size for security hardened images
With the move to containers there has been an increase of
demand on the /var volume. Increase the global size, as well
as give more percentage to /var and reduce /root.

Also fix fsck-passno setting, that was incorrectly set.

Change-Id: I8d820f668ffffe5993d5fef38e0c1e8c5f5862ec
Depends-On: Ib806bac815077c2508060719469b5d0f1acc0f99
2018-10-04 18:08:49 +02:00
Yolanda Robla 950a63f77c Add a dependency on block-device-mbr element
When specifying the layout for the hardened image, we need
also to specify the device type, that in our case will be
mbr. So add this as a dependency of overcloud-secure to
properly set the type.

Change-Id: Ic0ad151cc12723e437a1123f90c6663198b9564d
2018-04-05 11:21:07 +02:00
Yolanda Robla e86b30a73f Increase the image size to 23G
The recent tests showed that we need more space for the /var
partition, and that we need to increase the final size of the
image to 23G to fit the needs. And we need to rebalance the
percentage used by volumes to have similar sizes.

Change-Id: Icf25fc15bd71a50e68038012683e3e56aaa72443
Depends-On: I3885a5c359b56c515dbb9286ded1dee062cdcffc
2018-03-16 13:08:44 +00:00
Yolanda Robla 23de84ffcd Use volumes for security hardened images
Instead of relying on fixed partitions, start using volumes
now that diskimage-builder is supporting it. It will give more
flexibility in terms of resizing to use the disk fully.

Change-Id: I88049da2179e2ea984e05648abb60c804a521b70
2017-10-23 10:56:48 +00:00
Yolanda Robla 17f835b487 Add overcloud-secure element
This element will export all the block device configuration
needed for security images. As the layout to expose is complex,
it won't fit on the environment vars that can be provided on tripleo-common.
So is better to create a new element that exposes all this configuration,
and include it on the security hardened image.
It will also uninstall some packages that need to be removed for
security reasons.

Change-Id: Id6ece1c734d4cbf5adb857f0e627f59543be44ae
Needed-By: I541055fe81900b91e2bf131f1e95ce08c94f2554
2017-05-30 18:18:41 +02:00