diff --git a/.gitignore b/.gitignore index 567609b..a5309e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -build/ +build*/ diff --git a/platform/golden/HYPERVISOR.md b/platform/golden/HYPERVISOR.md new file mode 100644 index 0000000..f3132af --- /dev/null +++ b/platform/golden/HYPERVISOR.md @@ -0,0 +1,4 @@ +# Notes for deploying on cloud-hypervisor + +No notes yet, but we will want to be able to deploy the golden image (possibly +from an Oracle object path) via cloud-hypervisor. \ No newline at end of file diff --git a/platform/golden/OCINOTES.md b/platform/golden/OCINOTES.md new file mode 100644 index 0000000..d210ead --- /dev/null +++ b/platform/golden/OCINOTES.md @@ -0,0 +1,81 @@ +# Notes for building and pushing to OCI directly from VirtualBox + +## Blogs describe how to move an image from VBox > OCI + +https://www.oracle.com/us/technologies/virtualization/oracle-vm-vb-oci-export-20190502-5480003.pdf + +Actually, if you go far enough in this blog article (part 8): + +https://blogs.oracle.com/virtualization/post/export-vm-from-virtualbox-to-oci-part-8 + +He gives the command: +VBoxManage export +--output OCI:// +[--vsys ] +[--vmname ] +[--cloud ] +[--vmname ] +[--cloudprofile ] +[--cloudbucket ] +[--cloudkeepobject ] +[--cloudlaunchmode EMULATED|PARAVIRTUALIZED] +[--cloudlaunchinstance ] +[--clouddomain ] +[--cloudshape ] +[--clouddisksize ] +[--cloudocivcn ] +[--cloudocisubnet ] +[--cloudpublicip ] +[--cloudprivateip ] +[--cloudinitscriptpath