Skip to content

Commit

Permalink
Update to 0.3.0-rc1 tag
Browse files Browse the repository at this point in the history
Updates the tag in the connector YAML file to use the latest RC
build.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Sep 9, 2019
1 parent c29e216 commit 52a6f9c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ With this project your functions can subscribe to events generated by the change

## Status

The code is under **active development** and testing is welcomed by end-users.

This project uses the [OpenFaaS Connector SDK](https://github.com/openfaas-incubator/connector-sdk).

The code is under **active development** and only suitable for early adopters. For the initial version the vCenter user credentials need to be stored in plain-text in your YAML files, but this will move to using [OpenFaaS secrets](https://docs.openfaas.com/reference/secrets/) in the next version.
vCenter credentials are stored in Kubernetes secrets.

## Supported Events

Expand Down Expand Up @@ -67,13 +69,21 @@ The default path is `/var/openfaas/secrets/` which can be overridden by setting
## Example
You can find a detailed example using vSphere tags for `VmPoweredOnEvent` [here](docs/example.md). You might also want to check out Robert Guske's [blog](https://rguske.github.io/post/event-driven-interactions-with-vsphere-using-functions-as-a-service/) post on how he automated the integration between several VMware products with OpenFaaS and this vcenter-connector.
You can find a detailed example using vSphere tags for `VmPoweredOnEvent` [here](docs/example.md).
Robert Guske of VMware write up a detailed [blog postblog](https://rguske.github.io/post/event-driven-interactions-with-vsphere-using-functions-as-a-service/) on how he automated the integration between several VMware products with OpenFaaS and this vcenter-connector.
## Contributing
Please propose changes in an Issue before submitting a PR and sign-off commits.
See the [contribution guide for OpenFaaS](https://github.com/openfaas/faas/blob/master/CONTRIBUTING.md) for more.
## License
### License
MIT
## Acknowledgements
### Acknowledgements
This project is hosted and maintained by [OpenFaaS Ltd](https://www.openfaas.com/)
Expand Down
4 changes: 2 additions & 2 deletions yaml/kubernetes/connector-dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ spec:
spec:
containers:
- name: vcenter
image: openfaas/vcenter-connector:0.2.2-rc2
image: openfaas/vcenter-connector:0.3.0-rc1
command: ["./connector"]
args: ["-vcenter", "http://vcsim.openfaas:8989", "-vc-user-secret-name", "vcenter-username", "-vc-pass-secret-name", "vcenter-password", "-insecure", "-gateway", "http://gateway.openfaas:8080"]
# To remove auth, remove the volumes and mounts.
# To remove basic-authentication, remove the volumes and mounts from this file
env:
- name: basic_auth
value: "true"
Expand Down

0 comments on commit 52a6f9c

Please sign in to comment.