Cloud Operations Sandbox is an open source collection of tools that helps practitioners to learn O11y and R9y practices from Google and apply them using Cloud Operations suite of tools.
Apache License 2.0
406
stars
148
forks
source link
Modify CLI to create and delete Cloud Ops Sandbox #1021
Improve the existing workflows for creating Cloud Ops Sandbox and the lack of the support for deleting Sandbox (except for the deleting Google Cloud project where Sandbox was launched).
The following modifications need to be done:
Consolidate all logic for creating and deleting Sandbox in one script and one programming language.
Implement deleting launched Sandbox from the project without the need to delete the project
Improve script verbosity and refactor shell script
Improve the existing workflows for creating Cloud Ops Sandbox and the lack of the support for deleting Sandbox (except for the deleting Google Cloud project where Sandbox was launched). The following modifications need to be done: