Skip to content

Commit

Permalink
Merge pull request #113 from bgilbert/do
Browse files Browse the repository at this point in the history
design: add DigitalOcean section to cloud agents
  • Loading branch information
dustymabe authored Jan 18, 2019
2 parents fe5adb2 + 1288b2e commit d7aa390
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Design.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,14 @@ Originally discussed in [#65](https://github.com/coreos/fedora-coreos-tracker/is
- One additional gap which will __not__ be covered is a lack of ephemeral disk support. We plan to ship udev rules but will not have a service which formats the disk unless we receive feature requests in the future. This was discussed in [#97](https://github.com/coreos/fedora-coreos-tracker/issues/97).
- As a cosmetic issue, we should also ship a rule to [ignore SR-IOV interfaces](https://github.com/coreos/fedora-coreos-tracker/issues/115).

### DigitalOcean:

Originally discussed in [#71](https://github.com/coreos/fedora-coreos-tracker/issues/71).

- DigitalOcean has an [agent](https://github.com/digitalocean/do-agent) that provides instance metrics back to DO. We will not ship it.
- DigitalOcean does not generally offer DHCP. Network configuration is obtained from an HTTP metadata service on a link-local address. On other platforms this is handled by cloud-init.
- Networking should be configured by coreos-metadata running in the initramfs, but coreos-metadata [may need to learn to configure NetworkManager or nm-state](https://github.com/coreos/fedora-coreos-tracker/issues/111) depending on the outcome of [#24](https://github.com/coreos/fedora-coreos-tracker/issues/24).

### OpenStack:

Originally discussed in [#68](https://github.com/coreos/fedora-coreos-tracker/issues/68).
Expand Down

0 comments on commit d7aa390

Please sign in to comment.