Giter VIP home page Giter VIP logo

egon's Introduction

Fusor Build Status Coverage Status

Our issue tracker is located at http://bugzilla.redhat.com

Fusor API documentation is located here (or here for single-page).

To file bugs or enhancement requests, use https://bugzilla.redhat.com/enter_bug.cgi?product=Red%20Hat%20Quickstart%20Cloud%20Installer (will require an account).

The form will be pre-filled with a template for filing a bug. If you are filing an RFE, an alternative template is provided below.

Request for Enhancement (RFE)

Motivation:

  • Why do you want this feature?
  • Is it a priority? Why?
  • Who needs it (internal, customer, etc)?

Current Behavior:

  • If you are proposing a change to an existing feature, where does the existing feature fall short?
  • If it is too difficult to use in its current state, where does the difficulty lie?

Desired Behavior:

  • If this feature did exist, how would you use it?
  • If it has a UI component, how would you like it to be presented to you? How would you like to interact with it?
  • If there are multiple options/paths/configurations, which ones are necessary for your use case?

Additional information:

  • Relevant product/documentation links
  • Caveats
  • Contacts
  • Communities
  • Anything else that may be of use

egon's People

Contributors

cfchase avatar dymurray avatar jmontleon avatar jmrodri avatar knowncitizen avatar rwsu avatar sdherr avatar tzumainn avatar

Stargazers

 avatar

Watchers

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

egon's Issues

scripts missing #! line

When I do a vagrant up on our devel environment I see these errors. I suspect it's complaining about wanting a #!/usr/bin/env ruby or something like that.

==> default: WARNING:  no description specified
==> default: WARNING:  bin/undercloud-install-local.rb is missing #! line
==> default: WARNING:  bin/undercloud-install-satellite.rb is missing #! line
==> default: WARNING:  bin/undercloud-install-vanilla-rhel.rb is missing #! line

need delete_node method

We need a way to delete a node through egon. I tried adding a simple method to nodes.rb, but that didn't work, so I suspect there's some magic going on here that I'm not aware of.

def delete_node(node_id)
  service('Baremetal').nodes.delete(node_id)
end

Please separate out the node creation from the beginning of introspection

We need to separate out the node creation call from the call that initiates introspection.

If introspection fails, for example because we mistyped the ipmi password, then it leaves behind a node object on the Director that will never come up but will block any other attempts to register that machine because the mac address conflicts. Even if we had a way to delete nodes (see issue 44) there's not a good way to know which node to delete because we never had the uuid returned, just the exception from introspection. If the two calls are separated then we can be more intelligent about retrying introspection if that makes sense or deleting the node and allowing the user to re-enter information.

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.