git: aad6a5f96b78 - stable/13 - release: move OCI to ORACLE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Nov 2024 13:28:43 UTC
The branch stable/13 has been updated by dch:
URL: https://cgit.FreeBSD.org/src/commit/?id=aad6a5f96b7820e2d67b1d01435100353c7f15ac
commit aad6a5f96b7820e2d67b1d01435100353c7f15ac
Author: Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2024-10-15 09:28:12 +0000
Commit: Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2024-11-13 13:08:15 +0000
release: move OCI to ORACLE
This allows future releng tooling to use OCI for the industry
standard Open Container Initiative tooling, reducing potential
for confusion.
Approved by: cperciva
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D46975
MFC after: 3 days
Sponsored by: SkunkWerks, GmbH
(cherry picked from commit 1be84d745bcc11b766ac1fa03afd2c8ea8771737)
---
release/Makefile.vm | 8 ++++----
release/release.conf.sample | 2 +-
release/tools/{oci.conf => oracle.conf} | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/release/Makefile.vm b/release/Makefile.vm
index 4d301672836d..d3fe1e161260 100644
--- a/release/Makefile.vm
+++ b/release/Makefile.vm
@@ -22,7 +22,7 @@ RAW_DESC= Unformatted raw disk image
CLOUDWARE?= BASIC-CI \
EC2 \
GCE \
- OCI \
+ ORACLE \
VAGRANT-VIRTUALBOX \
VAGRANT-VMWARE
AZURE_FORMAT= vhdf
@@ -37,9 +37,9 @@ EC2_DISK= ${OSRELEASE}.${EC2_FORMAT}
GCE_FORMAT= raw
GCE_DESC= Google Compute Engine image
GCE_DISK= disk.${GCE_FORMAT}
-OCI_FORMAT= qcow2
-OCI_DESC= Oracle Cloud Infrastructure image
-OCI_DISK= ${OSRELEASE}.${OCI_FORMAT}
+ORACLE_FORMAT= qcow2
+ORACLE_DESC= Oracle Cloud Infrastructure image
+ORACLE_DISK= ${OSRELEASE}.${OCI_FORMAT}
OPENSTACK_FORMAT=qcow2
OPENSTACK_DESC= OpenStack platform image
OPENSTACK_DISK= ${OSRELEASE}.${OPENSTACK_FORMAT}
diff --git a/release/release.conf.sample b/release/release.conf.sample
index e4e37909c34e..998392036f4d 100644
--- a/release/release.conf.sample
+++ b/release/release.conf.sample
@@ -113,4 +113,4 @@ PORTBRANCH="main"
## If WITH_CLOUDWARE is set to a non-empty value, this is a list of providers
## to create disk images.
-#CLOUDWARE="EC2 GCE OCI VAGRANT-VIRTUALBOX VAGRANT-VMWARE"
+#CLOUDWARE="EC2 GCE ORACLE VAGRANT-VIRTUALBOX VAGRANT-VMWARE"
diff --git a/release/tools/oci.conf b/release/tools/oracle.conf
similarity index 94%
rename from release/tools/oci.conf
rename to release/tools/oracle.conf
index 47231d65d79b..b0d5afc3cef8 100644
--- a/release/tools/oci.conf
+++ b/release/tools/oracle.conf
@@ -68,15 +68,15 @@ EOF
# S14 Root user login must be disabled on serial-over-ssh console
pw -R ${DESTDIR} usermod root -w no
- # OCI requirements override the default FreeBSD cloud-init settings
- cat <<-'EOF' >> ${DESTDIR}/usr/local/etc/cloud/cloud.cfg.d/98_oci.cfg
+ # Oracle requirements override the default FreeBSD cloud-init settings
+ cat <<-'EOF' >> ${DESTDIR}/usr/local/etc/cloud/cloud.cfg.d/98_oracle.cfg
disable_root: true
system_info:
distro: freebsd
default_user:
name: freebsd
lock_passwd: True
- gecos: "OCI Default User"
+ gecos: "Oracle Cloud Default User"
groups: [wheel]
sudo: ["ALL=(ALL) NOPASSWD:ALL"]
shell: /bin/sh