Cleaning operations on ACS objects which are marked as removed with bwsw/cloudstack-ui
3.2K
The container does background cleaning for data volumes and security groups which are broken after virtual machine object removal from the Cloudstack UI.
Known to work with:
Usage:
# docker pull bwsw/cloudstack-ui-cleaner
# docker run --restart=always -d --name cs-ui-cleaner \
-e PAUSE=60 \
-e CS_API_ENDPOINT=http://cshost/client/api \
-e CS_API_KEY=key \
-e CS_API_SECRET=secret \
-e VOLUME_REMOVE_DELAY_MINUTES=2 \
-e TAG_KEY=status \
-e TAG_VALUE=removed \
-e DEBUG=true \
bwsw/cloudstack-ui-cleaner
Container supports next configuration parameters:
Content type
Image
Digest
Size
116.6 MB
Last updated
over 9 years ago
docker pull bwsw/cloudstack-ui-cleaner