User Tools

Site Tools


linux:ceph:howtos:unpublish_bucket_internet

[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:The_fucking_bofh

Pre-Requirements

  • Access to salt-master

Instructions

  • Access salt-master as root
  • BucketName Should be provided by the requester.
  • Export the gateway servers:
    • Bavel:
export THESERVER="avmlp-osnx-*"
  • Delete the bucket publish configuration:
salt "${THESERVER}" file.remove  /etc/nginx/bucket.d/${BUCKETNAME}.conf
salt "${THESERVER}" file.remove  /etc/nginx/bucket.d/${BUCKETNAME}.conf.bak
  • ${BUCKETNAME} Should be provided by the requester.
  • Reload service configuration:
salt "${THESERVER}" service.reload tengine
linux/ceph/howtos/unpublish_bucket_internet.txt · Last modified: 2022/02/11 11:36 by 127.0.0.1