Skip to content

Commit

Permalink
Add Travis badge
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis <[email protected]>
  • Loading branch information
alexellis committed May 24, 2019
1 parent 92d133a commit 64cae85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

vcenter-connector is an OpenFaaS event connector built to consume events from vCenter.

[![Build Status](https://travis-ci.org/openfaas-incubator/vcenter-connector.svg?branch=master)](https://travis-ci.org/openfaas-incubator/vcenter-connector)

## Overview

With this project your functions can subscribe to events generated by the changes (i.e. events) in your vCenter installation - for instance a VM being created, turned on or deleted. This allows you to extend vCenter's functionality by writing functions to execute each time an event is fired. An example may be tagging a VM with the date it was last turned on or applying a tag showing which user made a change to an object.

## Status
Expand Down

0 comments on commit 64cae85

Please sign in to comment.