Ver código fonte

Merge pull request #135 from packethost/master

add packet.net information
Antony Messerli 8 anos atrás
pai
commit
abe36058bb
2 arquivos alterados com 42 adições e 0 exclusões
  1. 41 0
      docs/usage-packet.md
  2. 1 0
      mkdocs.yml

+ 41 - 0
docs/usage-packet.md

@@ -0,0 +1,41 @@
+# Packet
+
+[Packet](https://packet.net) fully supports netboot.xyz with its Custom iPXE
+operating system.
+
+### Usage
+
+Select the "Custom iPXE" operating system from the portal, or the `custom_ipxe`
+slug when using the API. 
+
+### Provisioning
+
+Put the netboot.xyz URL in the text field that appears in the portal, or use the
+`ipxe_script_url` parameter when creating the device via the API.
+
+    https://boot.netboot.xyz
+
+Press "Deploy" to provision your device. It will take 2-3 minutes for the device
+to become active. Once it's online, connect to Packet's out-of-band serial-over-SSH
+service (S.O.S.) using the device's `id` and the facility where the device was
+deployed, e.g. `ewr1`.
+
+    ssh <device-id>@sos.<facility-code>.packet.net
+
+The current list of facilities is [here](https://www.packet.net/locations/). The
+netboot.xyz iPXE menu will appear and you can complete installation from there.
+
+### Networking
+
+Devices that are provisioned via Custom iPXE will be able to DHCP for the life of
+the device; however, Packet recommends configuring networking statically. IP
+address information can be found by querying https://metadata.packet.net/metadata
+from the host.
+
+More information on how Packet configures bonding can be found
+[here](https://www.packet.net/help/kb/how-does-the-packet-bonded-network-interface-work/).
+
+Nameservers should be configured as:
+
+    nameserver 147.75.207.207
+    nameserver 147.75.207.208

+ 1 - 0
mkdocs.yml

@@ -19,6 +19,7 @@ pages:
 - Provider Usage:
     - 'Digital Ocean': 'usage-digitalocean.md'
     - 'Google Compute Engine': 'usage-gce.md'
+    - 'Packet': 'usage-packet.md'
     - 'Rackspace': 'usage-rackspace.md'
     - 'Vultr': 'usage-vultr.md'
 - FAQ: 'faq.md'