Giter Site home page Giter Site logo

openshift / cluster-api-provider-ovirt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ovirt/cluster-api-provider-ovirt

3.0 2.0 22.0 40.65 MB

Machine API implementation for oVirt

License: Other

Makefile 3.55% Go 89.42% Dockerfile 1.04% Shell 5.99%

cluster-api-provider-ovirt's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

cluster-api-provider-ovirt's Issues

oVirt API token doesn't get renewed if the session is expired

cluster-api-provider-ovirt creates an api connection to ovirt and caches it. When that
connection is invalid, for example after ovirt restarted its engine and clears the session, then
the controller will not be able to get the status of the VMs, or to create/delete VMs.

There is a test to check the api connection, but it seems like it is not really testing the connection and the auth status.

if actuator.ovirtApi == nil || actuator.ovirtApi.Test() != nil {

The Test() method from the go-ovirt sdk was fixed here oVirt/ovirt-engine-sdk-go#197

The vendored version of go-ovirt needs to be bumped.

Bug 1803821: - [ovirt] oVirt API token doesn't get renewed if the session is expired

mock client specifies go:generate comment to a file which does not exist

in pkg/clients/ovirt/mock/client_generated.go, the comment call for a go:generate directive using the mockgen binary from the vendor directory. this file does not exist in the vendor folder and attempting to add it with go vendor is not working. this will break calls to make generate.

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.