# cat req.conf
[req]
distinguished_name = req_distinguished_name
x509_extensions = v3_req
prompt = no
[req_distinguished_name]
C = PL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Create a "private virtual network" on OmniOS and install a zone into | |
the "private virtual network" with internet connectivity. | |
More info: https://docs.oracle.com/cd/E26502_01/html/E28992/ggiyq.html#ggkfr | |
---------------------------- | |
install zadm & illumos brand | |
---------------------------- | |
global# pkg install zadm brand/illumos | |
-------------------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"acpi" : "on", | |
"autoboot" : "false", | |
"bootargs" : "", | |
"bootorder" : "cd", | |
"cdrom" : "/zones/iso/FreeBSD-12.1-RELEASE-amd64-disc1.iso", | |
"bootdisk" : { | |
"blocksize" : "8K", | |
"path" : "rpool/bsd1", | |
"size" : "20G", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
install centos under OmniOS via bhyve and the new zone administration tool 'zadm' | |
---------------------------- | |
install zadm & illumos brand | |
---------------------------- | |
global:# pkg install zadm brand/bhyve | |
-------------------------------------- | |
create a zfs mountpoint to store zones |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+----------------------------------------------- | |
Resizing FreeBSD disk under Bhyve (OmniOS) Host | |
+----------------------------------------------- | |
// show the details of the bhyve guest zfs dataset: | |
OmniOS #: zfs get volsize rpool/freebsd-guest | |
NAME PROPERTY VALUE SOURCE | |
rpool/freebsd-guest volsize 5G local | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: "cilium.io/v2alpha1" | |
kind: CiliumBGPPeeringPolicy | |
metadata: | |
name: cilium-bgp-peering-policy | |
spec: | |
nodeSelector: | |
matchLabels: | |
bgp: active | |
virtualRouters: |