A Web UI for interacting with Airship-managed clusters
Go to file
Jordan Jensen 37515f337a Remove docker build for zuul jobs
Instead of using docker to build, lint, and unit tests we can instead
use go directly using Zuul.

Change-Id: I4c22c4f977c94437717da73f52e9665b4e86040d
2020-01-07 10:03:55 -08:00
cmd/airshipui Integrate golangci-lint linter 2019-12-13 18:57:22 +00:00
internal/plugin/airshipui Remove docker build for zuul jobs 2020-01-07 10:03:55 -08:00
playbooks Remove docker build for zuul jobs 2020-01-07 10:03:55 -08:00
tools Integrate golangci-lint linter 2019-12-13 18:57:22 +00:00
.gitignore Enable make clean 2019-12-16 19:22:36 +00:00
.gitreview Add a .gitreview 2019-12-06 16:02:18 -06:00
.golangci.yaml Integrate golangci-lint linter 2019-12-13 18:57:22 +00:00
.zuul.yaml Remove docker build for zuul jobs 2020-01-07 10:03:55 -08:00
LICENSE Initial commit 2019-09-20 09:08:48 -07:00
Makefile Remove docker build for zuul jobs 2020-01-07 10:03:55 -08:00
README.md Correct README instructions for plugin install 2019-12-30 12:17:43 -08:00
go.mod Add argo-ui as an iframe 2019-11-28 00:39:05 +00:00
go.sum Add unit tests to airshipui plugin 2019-12-13 18:47:29 +00:00

README.md

Octant Airship UI Plugin

A plugin built for use with Octant to manage declarative infrastructure using Airship.

Prerequisites

Getting Started

git clone https://opendev.org/airship/airshipui
cd airshipui
make install-plugins

make install-plugins builds and installs the plugin to $HOME/.config/octant/plugin/.

The next time Octant is run it will include plugins in the above directory. Further information for running Octant can be found in the Octant Repo.

If you would like to just build the plugin use make.