linux:ceph:howtos:unpublish_bucket_internet
Table of Contents
[HOWTO] UNPublish bucket to internet
Documentation | |
---|---|
Name: | [HOWTO] UNPublish bucket to internet |
Description: | [HOWTO] UNPublish bucket to internet |
Modification date : | 06/02/2020 |
Owner: | dodger |
Notify changes to: | Owner |
Tags: | ceph, object storage |
Scalate to: | Thefuckingbofh |
Pre-Requirements
- Access to
salt-master
Instructions
- Access
salt-master
as root BucketName
Should be provided by the requester.- Export the gateway servers:
- Bavel: <code bash> export THESERVER=“avmlp-osnx-*” </code>
- Delete the bucket publish configuration: <code bash> salt “${THESERVER}” file.remove /etc/nginx/bucket.d/${BUCKETNAME}.conf salt “${THESERVER}” file.remove /etc/nginx/bucket.d/${BUCKETNAME}.conf.bak </code>
${BUCKETNAME}
Should be provided by the requester.- Reload service configuration: <code bash> salt “${THESERVER}” service.reload tengine </code>
linux/ceph/howtos/unpublish_bucket_internet.txt · Last modified: 2022/02/11 11:36 by 127.0.0.1