Skip to content

Commit

Permalink
Merge pull request #789 from bgilbert/pxe
Browse files Browse the repository at this point in the history
platform: drop "pxe"
  • Loading branch information
bgilbert authored Apr 9, 2019
2 parents c1ee6f9 + aeae4bb commit 4f1a372
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions doc/supported-platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
Ignition is currently only supported for the following platforms:

* [Bare Metal] - Use the `ignition.config.url` kernel parameter to provide a URL to the configuration. The URL can use the `http://`, `https://`, `tftp://`, or `s3://` schemes to specify a remote config.
* [PXE] - Use the `ignition.config.url` and first boot kernel parameters to provide a URL to the configuration. The URL can use the `http://`, `https://`, `tftp://`, or `s3://` schemes to specify a remote config.
* [Amazon Web Services] - Ignition will read its configuration from the instance userdata. SSH keys are handled by coreos-metadata.
* [Microsoft Azure] - Ignition will read its configuration from the custom data provided to the instance. SSH keys are handled by the Azure Linux Agent.
* [VMware] - Use the VMware Guestinfo variables `ignition.config.data` and `ignition.config.data.encoding` to provide the config and its encoding to the virtual machine. Valid encodings are "", "base64", and "gzip+base64". Guestinfo variables can be provided directly or via an OVF environment, with priority given to variables specified directly.
Expand All @@ -15,7 +14,6 @@ Ignition is currently only supported for the following platforms:
Ignition is under active development so expect this list to expand in the coming months.

[Bare Metal]: https://github.com/coreos/docs/blob/master/os/installing-to-disk.md
[PXE]: https://github.com/coreos/docs/blob/master/os/booting-with-pxe.md
[Amazon Web Services]: https://github.com/coreos/docs/blob/master/os/booting-on-ec2.md
[Microsoft Azure]: https://github.com/coreos/docs/blob/master/os/booting-on-azure.md
[VMware]: https://github.com/coreos/docs/blob/master/os/booting-on-vmware.md
Expand Down
4 changes: 0 additions & 4 deletions internal/platform/platform.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ func init() {
fetch: packet.FetchConfig,
status: packet.PostStatus,
})
configs.Register(Config{
name: "pxe",
fetch: noop.FetchConfig,
})
configs.Register(Config{
name: "virtualbox",
fetch: virtualbox.FetchConfig,
Expand Down

0 comments on commit 4f1a372

Please sign in to comment.