Integration with Google for Puppet Relay.
The following steps are available in this integration:
Name | Description |
---|---|
cloud-run-deploy | Deploy cloud run service revision |
instance-delete | Delete GCP instances |
instance-list | List GCP instances |
instance-start | Start GCP instances |
instance-stop | Stops GCP instances |
instance-suspend | Suspends GCP instances |
instance-reset | Resets GCP instances |
instance-resume | Resumes GCP instances |
disk-delete | Delete GCP disks |
disk-list | List GCP disks |
rollout-undo | Roll back a GKE Deployment on a cluster |
Feel free to submit issues and enhancement requests.
In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
The python steps in this repository require Python 3.
pip3 install google-api-python-client
pip3 --no-cache-dir install relay_sdk
This project is licensed under Apache 2.0.