Skip to content
Snippets Groups Projects
Commit 86628664 authored by František Řezníček's avatar František Řezníček
Browse files

feat: document added script identify_cloud_resources.sh

parent 68a46317
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,8 @@ MetaCentrum Security cleans up the resources ...@@ -30,7 +30,8 @@ MetaCentrum Security cleans up the resources
#### The provided automation requires following to be in place #### The provided automation requires following to be in place
| Script | Requires | | Script | Requires |
|--------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------| |--------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|
| `acquire_snapshot_and_create_volume_transfer.sh` | bash, [openstack-cli](https://docs.openstack.org/ocata/user-guide/cli.html), Application credentials (`admin`) | | [`identify_cloud_resources.sh`](./identify_cloud_resources.sh) | bash, [openstack-cli](https://docs.openstack.org/ocata/user-guide/cli.html), jq, Application credentials (`admin`) |
| `accept_volume_transfer.sh` | bash, [openstack-cli](https://docs.openstack.org/ocata/user-guide/cli.html), Application credentials (`meta-cloud-metac_sec-cerit_sec`)| | [`acquire_snapshot_and_create_volume_transfer.sh`](./acquire_snapshot_and_create_volume_transfer.sh) | bash, [openstack-cli](https://docs.openstack.org/ocata/user-guide/cli.html), jq, Application credentials (`admin`) |
| `run_vm_with_attached_volume.sh` | bash, [terraform](https://www.terraform.io), Application credentials (`meta-cloud-metac_sec-cerit_sec`) | | [`accept_volume_transfer.sh`](./accept_volume_transfer.sh) | bash, [openstack-cli](https://docs.openstack.org/ocata/user-guide/cli.html), jq, Application credentials (`meta-cloud-metac_sec-cerit_sec`)|
| `destroy_the_vm.sh` | bash, [terraform](https://www.terraform.io), Application credentials (`meta-cloud-metac_sec-cerit_sec`) | | [`run_vm_with_attached_volume.sh`](./run_vm_with_attached_volume.sh) | bash, [terraform](https://www.terraform.io), Application credentials (`meta-cloud-metac_sec-cerit_sec`) |
| [`destroy_the_vm.sh`](./destroy_the_vm.sh) | bash, [terraform](https://www.terraform.io), Application credentials (`meta-cloud-metac_sec-cerit_sec`) |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment