Giter Club home page Giter Club logo

coregi's People

Contributors

jareddlc avatar rosskukulinski avatar sgrimee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

coregi's Issues

Data stops updating

Using fleetctl, I see a unit is stopped/failed, but in CoreGI it's being reported as RUNNING.

REST API for CoreGI also reports RUNNING, so it must be a backend issue.

Default fleet endpoint incorrect if docker service IP changes (flanneld)

The default values:

FLEET_ENDPOINT = 'http://172.17.42.1:4001'
ETCD_HOST = '172.17.42.1

will not work if the ip address of the docker service is changed, which is the case when flanneld is used.

I will submit a PR that sets it to the host private ip in the unit file, if you think it is a correct fix.

Recursive Listing of Keys

The list of keys shows the "directories", but does not show the children or provide any way to recurse through the etcd tree.

etcd/fleet endpoit IP

Hi guys,

Thanks for the nice UI for CoreOS services.

Would be possible to change IP "172.17.42.1" vis docker env, please?
As e.g. CoreOS on vagrant docker uses different IP "10.1.42.1" so I have to add updated "index.js" via
volume for now to get it working in vagrant based CoreOS.

Thanks

configurable base URL

could you pls add environment variable which would allowe to publish CoreGI non-root url path ?

like http:///coregi

thank you

Is ui supposed to to be module.export or corgi?

Is ui supposed to to be coregi aka module.export?

See sample:

module.exports = {}
function test(){
    console.log('type:' + typeof(this))
    if(global === this) console.log('global')
    if(module.exports === this) console.log('exports')
}
module.exports.test = test;
test()
console.log('----')
module.exports.test();

Are you intending on having ui be short hand for module.exports and coregi?

If also noticed that ui.app was used frequently. Was message chaining avoided?

Unit/Machine/Unit-Files Broken if fleet version changes

Mar 31 18:48:25 prod-coreos-b-dfw-02 docker[3202]: [2015-03-31T18:48:25.841Z] ERROR: coregi/14 on XXXX: Error - Fleetctl: listUnitFiles
Mar 31 18:48:25 prod-coreos-b-dfw-02 docker[3202]:     Error: ####################################################################
Mar 31 18:48:25 prod-coreos-b-dfw-02 docker[3202]: WARNING: fleetctl (0.9.0+git) is older than the latest registered
Mar 31 18:48:25 prod-coreos-b-dfw-02 docker[3202]: version of fleet found in the cluster (0.9.1). You are strongly
Mar 31 18:48:25 prod-coreos-b-dfw-02 docker[3202]: recommended to upgrade fleetctl to prevent incompatibility issues.
Mar 31 18:48:25 prod-coreos-b-dfw-02 docker[3202]: ####################################################################
Mar 31 18:48:25 prod-coreos-b-dfw-02 docker[3202]: at /src/node_modules/fleetctl/lib/executor.js:9:27
Mar 31 18:48:25 prod-coreos-b-dfw-02 docker[3202]: at ChildProcess.exithandler (child_process.js:646:7)
Mar 31 18:48:25 prod-coreos-b-dfw-02 docker[3202]: at ChildProcess.emit (events.js:98:17)
Mar 31 18:48:25 prod-coreos-b-dfw-02 docker[3202]: at maybeClose (child_process.js:756:16)
Mar 31 18:48:25 prod-coreos-b-dfw-02 docker[3202]: at Process.ChildProcess._handle.onexit (child_process.js:823:5)

Supervisord config path not specified

/usr/lib/python2.7/dist-packages/supervisor/options.py:295: UserWarning: Supervisord is running as root and it is searching for its configuration file in default locations (including its current working directory); you probably want to specify a "-c" argument specifying an absolute path to a configuration file for improved security.

Show os version and release channel

We should add os version and release channel information about the host machine, into the machines view.

Currently we are using fleetctl to grab machine info using list-machines, but the information we want is not present. We need to find a solution into getting the information we want.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.