Skip to content

Commit

Permalink
Merge pull request coreos#537 from dgonyeo/remove-oci
Browse files Browse the repository at this point in the history
internal: remove support for oracle oci platform
  • Loading branch information
Derek Gonyeo authored Apr 26, 2018
2 parents c6a26a8 + a9e4b12 commit 9796484
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 64 deletions.
2 changes: 0 additions & 2 deletions doc/supported-platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Ignition is currently only supported for the following platforms:
* [Packet] - Ignition will read its configuration from the instance userdata. SSH keys are handled by coreos-metadata.
* [QEMU] - Ignition will read its configuration from the 'opt/com.coreos/config' key on the QEMU Firmware Configuration Device.
* [DigitalOcean] - Ignition will read its configuration from the droplet userdata. SSH keys and network configuration are handled by coreos-metadata.
* [Oracle Cloud] - Ignition will read its configuration from the instance userdata. SSH keys are handled by coreos-metadata.

Ignition is under active development so expect this list to expand in the coming months.

Expand All @@ -24,4 +23,3 @@ Ignition is under active development so expect this list to expand in the coming
[Packet]: https://github.com/coreos/docs/blob/master/os/booting-on-packet.md
[QEMU]: https://github.com/qemu/qemu/blob/d75aa4372f0414c9960534026a562b0302fcff29/docs/specs/fw_cfg.txt
[DigitalOcean]: https://github.com/coreos/docs/blob/master/os/booting-on-digitalocean.md
[Oracle Cloud]: https://cloud.oracle.com/en_US/iaas
5 changes: 0 additions & 5 deletions internal/oem/oem.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import (
"github.com/coreos/ignition/internal/providers/gce"
"github.com/coreos/ignition/internal/providers/noop"
"github.com/coreos/ignition/internal/providers/openstack"
"github.com/coreos/ignition/internal/providers/oracleoci"
"github.com/coreos/ignition/internal/providers/packet"
"github.com/coreos/ignition/internal/providers/qemu"
"github.com/coreos/ignition/internal/providers/virtualbox"
Expand Down Expand Up @@ -154,10 +153,6 @@ func init() {
name: "file",
fetch: file.FetchConfig,
})
configs.Register(Config{
name: "oracle-oci",
fetch: oracleoci.FetchConfig,
})
}

func Get(name string) (config Config, ok bool) {
Expand Down
57 changes: 0 additions & 57 deletions internal/providers/oracleoci/oracleoci.go

This file was deleted.

0 comments on commit 9796484

Please sign in to comment.