Page MenuHomeFreeBSD

release: move OCI to ORACLE
ClosedPublic

Authored by dch on Oct 7 2024, 11:18 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 28, 11:26 AM
Unknown Object (File)
Mon, Oct 28, 6:54 AM
Unknown Object (File)
Tue, Oct 15, 9:28 AM
Unknown Object (File)
Sun, Oct 13, 12:40 AM
Unknown Object (File)
Thu, Oct 10, 6:24 PM
Unknown Object (File)
Mon, Oct 7, 9:32 PM

Details

Summary

This allows future releng tooling to use OCI for the industry
standard Open Container Initiative tooling, reducing potential
for confusion.

I moved format & size change to https://reviews.freebsd.org/D47055

  • use raw image disk type and enable zfs, this yields smaller images for upload after using native qcow2 compression
  • bump image size due to python bloat in cloudinit packages
Test Plan

waiting on build tests to complete

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 59804
Build 56689: arc lint + arc unit

Event Timeline

dch requested review of this revision.Oct 7 2024, 11:18 AM

Doug, once we have this committed you are free to take over OCI from here \o/

Colin, should we also bring this into stable/13 , as well as stable/14 ?

I am still fighting Oracle's convoluted upload processes, but awfully close to having it working. I am not clear how we would officially "bless" these artifacts from re perspective. Do the cloudware images get built during release cycles?

ensure patch applies cleanly to main

remove equinix from release.conf.sample

emaste added a subscriber: emaste.
emaste added inline comments.
release/tools/oracle.conf
30

suggest committing this part of the change separately, either before or after

This revision is now accepted and ready to land.Oct 7 2024, 1:43 PM
release/tools/oracle.conf
79

Maybe expand this one as well?

lwhsu added inline comments.
release/Makefile.vm
50

Also maybe splitting these out of renaming changes?

release/Makefile.vm
50

IMO the OCI -> Oracle renaming is the same logical change, both the filenames and contents.

zlei added inline comments.
release/tools/oracle.conf
72

Here ?

79

Maybe expand this one as well?

+1 for this.

dch marked 6 inline comments as done.Fri, Oct 11, 12:08 PM
release/Makefile.vm
50

I will do those in a 2nd patch. Ironically that is what I had originally, I squashed them for review.

move image type and size bump to separate review

This revision now requires review to proceed.Fri, Oct 11, 12:09 PM
This revision is now accepted and ready to land.Fri, Oct 11, 12:17 PM

Approved subject to reverting the (accidental?) change of =? to =.

release/Makefile.vm
50

=?

release/Makefile.vm
50

Or even ?=

release/Makefile.vm
50

Details details...

dch marked 3 inline comments as done.
This revision was automatically updated to reflect the committed changes.