Skip to content

Commit d4c4d70

Browse files
committed
Allow additional CIDR for the internal blobstore allow rules.
1 parent 0aeb440 commit d4c4d70

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

operations/community/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ Included in this directory is a collection of ops files submitted by the CF comm
1313

1414
| File | Maintainer | Purpose |
1515
| --- | --- | --- |
16+
| [`add-blobstore-internal-network-allow-rule.yml`](add-blobstore-internal-network-allow-rule.yml) | [A2Geek](https://github.com/a2geek) | Allows an additonal internal network to the blobstore allow rules. |
1617
| [`change-metron-agent-deployment.yml`](change-metron-agent-deployment.yml) | [SAP SE](https://www.sap.com/) - submitted by [jsievers](https://github.com/jsievers) | Adds an ops file for changing the metron agent deployment property in all jobs |
1718
| [`use-haproxy.yml`](use-haproxy.yml) | [Stark & Wayne](https://www.starkandwayne.com/) - submitted by [rkoster](https://github.com/rkoster) | Adds https://github.com/cloudfoundry-incubator/haproxy-boshrelease as a load balancer for environments without IaaS provided load blancers. |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
- type: replace
3+
path: /instance_groups/name=singleton-blobstore/jobs/name=blobstore/properties/blobstore/internal_access_rules?
4+
value:
5+
- "allow 10.0.0.0/8;"
6+
- "allow 172.16.0.0/12;"
7+
- "allow 192.168.0.0/16;"
8+
- "allow ((blobstore_internal_access_network));"

0 commit comments

Comments
 (0)