Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eumel8/otc_evs
https://github.com/eumel8/otc_evs
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eumel8/otc_evs
- Owner: eumel8
- Created: 2018-08-09T11:33:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T14:06:38.000Z (over 3 years ago)
- Last Synced: 2024-10-16T08:48:09.210Z (2 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
otc_evs
=======OTC role for Elastic Volume Service (EVS).
Variables:
^^^^^^^^^^+-------------------------+-----------------------------------------------------------+
| Name | Description |
+=========================+===========================================================+
| evs_availability_zone | Availability Zone for EVS |
+-------------------------+-----------------------------------------------------------+
| evs_id | id of EVS |
+-------------------------+-----------------------------------------------------------+
| evs_name | name of EVS |
+-------------------------+-----------------------------------------------------------+
| evs_volume_type | Volume type of EVS (SATA,SSD,SAS) |
+-------------------------+-----------------------------------------------------------+
| evs_size | Volume size in GB |
+-------------------------+-----------------------------------------------------------+
| evs_ims_id | ims_id from which the volume should created |
+-------------------------+-----------------------------------------------------------+
| evs_backup_id | backup_id from which the volume should created |
+-------------------------+-----------------------------------------------------------+
| evs_scsi | hw passthrough enabled |
+-------------------------+-----------------------------------------------------------+
| evs_multiattach | multi attache enabled |
+-------------------------+-----------------------------------------------------------+
| waitfor | wait for job is finished (true or false) |
+-------------------------+-----------------------------------------------------------+Functions:
^^^^^^^^^^Create::
ansible-playbook tenant_yml.yml -e "evs_name=ansible-evs01" -e "localaction=create"
Show::
./grole otc_evs; ansible-playbook roles.yml -e "evs_name=ansible-evs01" -e "localaction=show"
List::
./grole otc_evs; ansible-playbook roles.yml -e "localaction=list"
Delete::
./grole otc_evs; ansible-playbook roles.yml -e "evs_name=ansible-evs01" -e "localaction=delete"