displague / ui-driver-metal

Rancher 2 UI driver for Packet (https://packet.com)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rancher 2 Equinix Metal UI Driver

Rancher 2 UI driver for the Equinix Metal IaaS platform.

This repository is Maintained meaning that this software is supported by Equinix Metal and its community - available to use in production environments.

Using the Equinix Metal UI Driver

See the Rancher Documentation on how to add a node driver to your installation. The relevant part is in 'Adding Custom Node Drivers':

  1. From the Global view, choose Tools > Drivers in the navigation bar. From the Drivers page, select the Node Drivers tab. In version prior to v2.2.0, you can select Node Drivers directly in the navigation bar.

  2. Click Add Node Driver Or click edit on Equinix Metal's drive if listed already.

  3. Complete the Add Node Driver form. Then click Create:

    Key Value
    Download URL https://github.com/equinix/docker-machine-driver-metal/releases/download/v0.4.0/docker-machine-driver-metal_linux-amd64.zip
    Custom UI URL https://equinix.github.io/ui-driver-metal/2.0.0/component.js
    Whitelist Domains api.equinix.com , equinix.github.io
  4. Wait for the driver to become "Active"

  5. From the Global view, go to Clusters -> Add Cluster, your driver and custom UI should show up.

Development

This package contains a small web-server that will serve up the custom driver UI at http://localhost:3000/component.js. You can run this while developing and point the Rancher settings there.

  • npm install
  • npm start
  • The driver name can be optionally overridden: npm start -- --name=metal
  • The compiled files are viewable at http://localhost:3000.
  • Note: The development server does not currently automatically restart when files are changed.

Building

For other users to see your driver, you need to build it and host the output on a server accessible from their browsers.

  • npm install
  • npm run build
  • Copy the contents of the dist directory onto a webserver.
    • If your Rancher is configured to use HA or SSL, the server must also be available via HTTPS.

About

Rancher 2 UI driver for Packet (https://packet.com)

License:Apache License 2.0


Languages

Language:JavaScript 67.2%Language:Handlebars 31.0%Language:Makefile 1.3%Language:CSS 0.4%