mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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 1be84d745b)
This commit is contained in:
parent
b8ab635de4
commit
77b296a258
3 changed files with 8 additions and 8 deletions
|
|
@ -22,7 +22,7 @@ CLOUDWARE_TYPES?= AZURE \
|
|||
BASIC-CLOUDINIT \
|
||||
EC2 \
|
||||
GCE \
|
||||
OCI \
|
||||
ORACLE \
|
||||
VAGRANT
|
||||
AZURE_FORMAT= vhdf
|
||||
AZURE_FSLIST?= ufs zfs
|
||||
|
|
@ -42,9 +42,9 @@ EC2-SMALL_DESC= Amazon EC2 small image
|
|||
GCE_FORMAT= raw
|
||||
GCE_FSLIST?= ufs zfs
|
||||
GCE_DESC= Google Compute Engine image
|
||||
OCI_FORMAT= qcow2
|
||||
OCI_FSLIST?= ufs
|
||||
OCI_DESC= Oracle Cloud Infrastructure image
|
||||
ORACLE_FORMAT= qcow2
|
||||
ORACLE_FSLIST?= ufs
|
||||
ORACLE_DESC= Oracle Cloud Infrastructure image
|
||||
OPENSTACK_FORMAT=qcow2
|
||||
OPENSTACK_FSLIST?= ufs
|
||||
OPENSTACK_DESC= OpenStack platform image
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in a new issue