summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* add mariner support (#1780)Minghe Ren2022-11-071-1/+1
|
* add support for Container-Optimized OS (#1748)vteratipally2022-10-201-3/+3
| | | Signed-off-by: varsha teratipally <teratipally@google.com>
* Identify Huawei Cloud as OpenStack (#1689)huang xinjie2022-08-311-1/+1
| | | | | | | Huawei Cloud is a international cloud provider and it runs OpenStack. Due to the commit 1efa8a0, we're not able to force the use of the OpenStack datasource. Detect OpenStack when DMI chassis_asset_tag is HUAWEICLOUD
* archlinux: Fix distro naming[1] (#1601)Kristian Klausen2022-07-181-1/+1
| | | [1] https://wiki.archlinux.org/title/Arch_terminology#Arch_Linux
* Add support for OpenMandriva (https://openmandriva.org/) (#1520)Bernhard Rosenkraenzer2022-06-171-1/+1
| | | Signed-off-by: Bernhard Rosenkränzer <bero@lindev.ch>
* Add miraclelinux support (#1128)Haruki TSURUMOTO2021-12-071-1/+1
|
* update dead link (#1133)Brett Holman2021-12-061-1/+1
| | | Fix dead link to "contributing" page in README
* Support openEuler OS (#1012)zhuzaifangxuele2021-09-131-1/+1
| | | openEuler Homepage: https://www.openeuler.org/en/
* Add CloudLinux OS support (#1003)Alexandr Kravchenko2021-09-011-1/+1
| | | https://www.cloudlinux.com/
* Datasource for VMware (#953)Andrew Kutz2021-08-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch finally introduces the Cloud-Init Datasource for VMware GuestInfo as a part of cloud-init proper. This datasource has existed since 2018, and rapidly became the de facto datasource for developers working with Packer, Terraform, for projects like kube-image-builder, and the de jure datasource for Photon OS. The major change to the datasource from its previous incarnation is the name. Now named DatasourceVMware, this new version of the datasource will allow multiple transport types in addition to GuestInfo keys. This datasource includes several unique features developed to address real-world situations: * Support for reading any key (metadata, userdata, vendordata) both from the guestinfo table when running on a VM in vSphere as well as from an environment variable when running inside of a container, useful for rapid dev/test. * Allows booting with DHCP while still providing full participation in Cloud-Init instance data and Jinja queries. The netifaces library provides the ability to inspect the network after it is online, and the runtime network configuration is then merged into the existing metadata and persisted to disk. * Advertises the local_ipv4 and local_ipv6 addresses via guestinfo as well. This is useful as Guest Tools is not always able to identify what would be considered the local address. The primary author and current steward of this datasource spoke at Cloud-Init Con 2020 where there was interest in contributing this datasource to the Cloud-Init codebase. The datasource currently lives in its own GitHub repository at https://github.com/vmware/cloud-init-vmware-guestinfo. Once the datasource is merged into Cloud-Init, the old repository will be deprecated.
* Add support for EuroLinux 7 && EuroLinux 8 (#957)Aleksander Baranowski2021-08-051-1/+1
|
* Add VZLinux support (#951)eb30952021-07-211-1/+1
| | | Virtuozzo Linux is a distro based off of CentOS 8, similar to Alma Linux and Rocky Linux.
* Add support for VMware PhotonOS (#909)sshedi2021-06-181-1/+1
| | | | | Also added a new (currently experimental) systemd-networkd renderer, and includes a small refactor to cc_resolv_conf.py to support the resolved.conf used by systemd-resolved.
* docs: fix stale links rename master branch to main (#926)Chad Smith2021-06-171-1/+1
| | | | | | | | Update doc references to 'main' default branch due to rename. Also some links have eroded: - for doc links directly to a line num link to a blob/<commit>/file/path#L10 instead of blob/<branch_name>. - pytest.param link to a specific version doc as latest has dropped the link
* Fix the spelling of "DigitalOcean" (#924)Mark Mercado2021-06-171-1/+1
| | | | The name "DigitalOcean" doesn't have a space in it; it's a single compound word written in Pascal case (upper camel case).
* add DragonFlyBSD support (#904)Gonéri Le Bouder2021-06-141-1/+1
| | | | | | | - Mostly based on FreeBSD, the main exception is that `find_devs_with_on_freebsd` does not work. - Since we cannot get the CDROM or the partition labels, `find_devs_with_on_dragonflybsd()` has a more naive approach and returns all the block devices.
* Docs: Replace all freenode references with libera (#912)James Falcon2021-05-271-1/+1
|
* Add Rocky Linux support to cloud-init (#906)Louis Abel2021-05-251-1/+1
| | | | Rocky Linux is a RHEL-compatible distribution so all changes that have been made should be trivial.
* Add AlmaLinux OS support (#872)Andrew Lukoshko2021-05-071-1/+1
| | | AlmaLinux OS is RHEL-compatible so all the changes needed are trivial.
* Add Vultr support (#827)David Dymko2021-04-131-1/+1
| | | | | | | This PR adds in support so that cloud-init can run on instances deployed on Vultr cloud. This was originally brought up in #628. Co-authored-by: Eric Benner <ebenner@vultr.com>
* Add Alpine Linux support. (#535)dermotbradley2020-08-191-1/+1
| | | | | | | | Add new module cc_apk_configure for creating Alpine /etc/apk/repositories file. Modify cc_ca_certs, cc_ntp, cc_power_state_change, and cc_resolv_conf for Alpine. Add Alpine template files for Chrony and Busybox NTP support. Add Alpine template file for /etc/hosts.
* readme: point at travis-ci.com (#417)Joshua Powers2020-06-081-1/+1
|
* readme: OpenBSD is now supported (#309)Gonéri Le Bouder2020-04-061-1/+1
| | | Add OpenBSD in the list of supported Operating System.
* doc: CloudInit also support NetBSD (#250)Gonéri Le Bouder2020-03-121-1/+1
| | | | Since 94838def772349387e16cc642b3642020e22deda, CloudInit supports NetBSD too.
* Add Rootbox & HyperOne to list of cloud in README (#176)Adam Dobrawy2020-01-201-1/+1
|
* removed a couple of "the"sgaughen2019-12-061-2/+2
|
* doc: update links on README.mdJoshua Powers2019-12-041-3/+4
|
* doc: Updates to wording of README.mdJoshua Powers2019-12-041-22/+17
|
* docs: touchups in rtd intro and README.mdChad Smith2019-11-071-3/+4
| | | | | | | | | | | - rtd/index.rst: update sentence to read:   cloud-init will also parse and process any optional user data - rtd/topics/datasources/rbxcloud.rst: fix rst link names to build docs - README.md:   - update travis badge url to project home: github/canonical/cloud-init   - update page title to:     Cloud-init official project upstream as of 11/2019
* github: new basic project readmeChad Smith2019-11-061-0/+59
See rendered content at https://github.com/blackboxsw/cloud-init/tree/github/readme