diff options
author | Gonéri Le Bouder <goneri@lebouder.net> | 2020-04-06 10:21:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-06 08:21:31 -0600 |
commit | e30599c103ff926e8cbf38f36d1ba071918fc386 (patch) | |
tree | eef4cd007483b79c1e411c536f1379fea1accc6f | |
parent | 09fea85fd1f6fd944f4cdd8b97e283090178ae88 (diff) | |
download | vyos-cloud-init-e30599c103ff926e8cbf38f36d1ba071918fc386.tar.gz vyos-cloud-init-e30599c103ff926e8cbf38f36d1ba071918fc386.zip |
readme: OpenBSD is now supported (#309)
Add OpenBSD in the list of supported Operating System.
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | doc/rtd/topics/availability.rst | 5 |
2 files changed, 4 insertions, 3 deletions
@@ -39,7 +39,7 @@ get in contact with that distribution and send them our way! | Supported OSes | Supported Public Clouds | Supported Private Clouds | | --- | --- | --- | -| Ubuntu<br />SLES/openSUSE<br />RHEL/CentOS<br />Fedora<br />Gentoo Linux<br />Debian<br />ArchLinux<br />FreeBSD<br />NetBSD<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> | Amazon Web Services<br />Microsoft Azure<br />Google Cloud Platform<br />Oracle Cloud Infrastructure<br />Softlayer<br />Rackspace Public Cloud<br />IBM Cloud<br />Digital Ocean<br />Bigstep<br />Hetzner<br />Joyent<br />CloudSigma<br />Alibaba Cloud<br />OVH<br />OpenNebula<br />Exoscale<br />Scaleway<br />CloudStack<br />AltCloud<br />SmartOS<br />HyperOne<br />Rootbox<br /> | Bare metal installs<br />OpenStack<br />LXD<br />KVM<br />Metal-as-a-Service (MAAS)<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />| +| Ubuntu<br />SLES/openSUSE<br />RHEL/CentOS<br />Fedora<br />Gentoo Linux<br />Debian<br />ArchLinux<br />FreeBSD<br />NetBSD<br />OpenBSD<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> | Amazon Web Services<br />Microsoft Azure<br />Google Cloud Platform<br />Oracle Cloud Infrastructure<br />Softlayer<br />Rackspace Public Cloud<br />IBM Cloud<br />Digital Ocean<br />Bigstep<br />Hetzner<br />Joyent<br />CloudSigma<br />Alibaba Cloud<br />OVH<br />OpenNebula<br />Exoscale<br />Scaleway<br />CloudStack<br />AltCloud<br />SmartOS<br />HyperOne<br />Rootbox<br /> | Bare metal installs<br />OpenStack<br />LXD<br />KVM<br />Metal-as-a-Service (MAAS)<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />| ## To start developing cloud-init diff --git a/doc/rtd/topics/availability.rst b/doc/rtd/topics/availability.rst index 588d4438..84490460 100644 --- a/doc/rtd/topics/availability.rst +++ b/doc/rtd/topics/availability.rst @@ -14,8 +14,8 @@ distributions and clouds, both public and private. Distributions ============= -Cloud-init has support across all major Linux distributions, FreeBSD -and NetBSD: +Cloud-init has support across all major Linux distributions, FreeBSD, NetBSD +and OpenBSD: - Ubuntu - SLES/openSUSE @@ -26,6 +26,7 @@ and NetBSD: - ArchLinux - FreeBSD - NetBSD +- OpenBSD Clouds ====== |