aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hsin Chang <starbops@hey.com>2023-07-04 15:34:40 +0000
committerLorenzo Salvadore <salvadore@FreeBSD.org>2023-07-04 15:48:18 +0000
commitf90edb875ed8afaf8c760bc5f1599bc4fe6bcbf1 (patch)
tree1faea9ad681ad64078d64bc8e2e4ffb4e9697230
parentc6d6c48402dc7cf1f5bbcc33d265cb2270a29f19 (diff)
downloaddoc-f90edb875ed8afaf8c760bc5f1599bc4fe6bcbf1.tar.gz
doc-f90edb875ed8afaf8c760bc5f1599bc4fe6bcbf1.zip
Status/2023Q2/openstack.adoc: Add report
Approved by: dbaio (mentor) Pull Request: https://github.com/freebsd/freebsd-doc/pull/194
-rw-r--r--website/content/en/status/report-2023-04-2023-06/openstack.adoc30
1 files changed, 30 insertions, 0 deletions
diff --git a/website/content/en/status/report-2023-04-2023-06/openstack.adoc b/website/content/en/status/report-2023-04-2023-06/openstack.adoc
new file mode 100644
index 0000000000..8b0ae34e4f
--- /dev/null
+++ b/website/content/en/status/report-2023-04-2023-06/openstack.adoc
@@ -0,0 +1,30 @@
+=== OpenStack on FreeBSD
+
+Links: +
+link:https://www.openstack.org/[OpenStack] URL: link:https://www.openstack.org/[] +
+link:https://github.com/openstack-on-freebsd[OpenStack on FreeBSD] URL: link:https://github.com/openstack-on-freebsd[] +
+
+Contact: Chih-Hsin Chang <starbops@hey.com> +
+Contact: Li-Wen Hsu <lwhsu@FreeBSD.org>
+
+This project aims to port key OpenStack components such as keystone, nova, neutron, etc., so that FreeBSD can function as an OpenStack host.
+
+In 2023 Q2, we start porting `nova-novncproxy` and `nova-serialproxy` to increase the ways to access the instance console.
+To lower the threshold for people who want to give it a try on the project, we also migrate our development environment from a physical machine to a virtual one.
+But there is still a problem running bhyve VMs on top of Linux KVM.
+A detailed writeup for the issue can be found link:https://hackmd.io/@starbops/SkdJON2un[here].
+Other achievements include:
+
+* Sorting out network connectivity issues inside the instances
+* Able to spawn multiple instances
+* Porting from Python 3.8 to 3.9
+
+In the next quarter, we will continue working on the console proxy services to make the overall workflow more fluent.
+
+The step-by-step documents for constructing a POC site can also be found link:https://github.com/openstack-on-freebsd/docs[in the `docs` repository].
+The patched version of each OpenStack component is under the same GitHub organization.
+
+People interested in helping with the project can first help check the documentation by following the installation guide.
+Feedback and help are always welcome.
+
+Sponsor: The FreeBSD Foundation