Skip to content

Commit

Permalink
Merge branch 'master' of github.com:genesis-community/jumpbox-genesis…
Browse files Browse the repository at this point in the history
…-kit
  • Loading branch information
git committed Jun 21, 2021
2 parents 0951bf7 + 2c0bcf5 commit 4012cb6
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 17 deletions.
6 changes: 3 additions & 3 deletions manifests/releases/jumpbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
path: /releases?/name=jumpbox?
value:
name: jumpbox
version: 4.8.15
url: https://bosh.io/d/github.com/cloudfoundry-community/jumpbox-boshrelease?v=4.8.15
sha1: 1d24bce90b3aacdfcc79190b6a9ea906ecbeb8fa
version: 4.8.16
url: https://bosh.io/d/github.com/cloudfoundry-community/jumpbox-boshrelease?v=4.8.16
sha1: 8d506da7c6a1a7799c2e7fae662902667b459670
9 changes: 5 additions & 4 deletions spec/results/all-features-all-params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ instance_groups:
iptables:
filter:
FORWARD:
- -s 30.31.255.0/24 -d 10.0.0.0/8 -m conntrack --ctstate NEW -j ACCEPT -m comment --comment 'vpn -> lan'
- -s 30.31.255.0/24 -d 10.0.0.0/8 -m conntrack --ctstate NEW -j ACCEPT -m
comment --comment 'vpn -> lan'
nat:
POSTROUTING:
- -s 172.31.255.0/255.255.255.0 -d 0/0 -j MASQUERADE
Expand All @@ -79,9 +80,9 @@ instance_groups:
name: all-features-all-params-jumpbox
releases:
- name: jumpbox
sha1: 1d24bce90b3aacdfcc79190b6a9ea906ecbeb8fa
url: https://bosh.io/d/github.com/cloudfoundry-community/jumpbox-boshrelease?v=4.8.15
version: 4.8.15
sha1: 8d506da7c6a1a7799c2e7fae662902667b459670
url: https://bosh.io/d/github.com/cloudfoundry-community/jumpbox-boshrelease?v=4.8.16
version: 4.8.16
- name: toolbelt
sha1: a36d826fd83ad4c35d767e244eca7a863df02720
url: https://bosh.io/d/github.com/cloudfoundry-community/toolbelt-boshrelease?v=3.5.1
Expand Down
6 changes: 3 additions & 3 deletions spec/results/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ instance_groups:
name: base-jumpbox
releases:
- name: jumpbox
sha1: 1d24bce90b3aacdfcc79190b6a9ea906ecbeb8fa
url: https://bosh.io/d/github.com/cloudfoundry-community/jumpbox-boshrelease?v=4.8.15
version: 4.8.15
sha1: 8d506da7c6a1a7799c2e7fae662902667b459670
url: https://bosh.io/d/github.com/cloudfoundry-community/jumpbox-boshrelease?v=4.8.16
version: 4.8.16
- name: toolbelt
sha1: a36d826fd83ad4c35d767e244eca7a863df02720
url: https://bosh.io/d/github.com/cloudfoundry-community/toolbelt-boshrelease?v=3.5.1
Expand Down
6 changes: 3 additions & 3 deletions spec/results/bastion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ instance_groups:
name: bastion-jumpbox
releases:
- name: jumpbox
sha1: 1d24bce90b3aacdfcc79190b6a9ea906ecbeb8fa
url: https://bosh.io/d/github.com/cloudfoundry-community/jumpbox-boshrelease?v=4.8.15
version: 4.8.15
sha1: 8d506da7c6a1a7799c2e7fae662902667b459670
url: https://bosh.io/d/github.com/cloudfoundry-community/jumpbox-boshrelease?v=4.8.16
version: 4.8.16
- name: toolbelt
sha1: a36d826fd83ad4c35d767e244eca7a863df02720
url: https://bosh.io/d/github.com/cloudfoundry-community/toolbelt-boshrelease?v=3.5.1
Expand Down
9 changes: 5 additions & 4 deletions spec/results/openvpn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ instance_groups:
iptables:
filter:
FORWARD:
- -s 30.31.255.0/24 -d 10.0.0.0/8 -m conntrack --ctstate NEW -j ACCEPT -m comment --comment 'vpn -> lan'
- -s 30.31.255.0/24 -d 10.0.0.0/8 -m conntrack --ctstate NEW -j ACCEPT -m
comment --comment 'vpn -> lan'
nat:
POSTROUTING:
- -s 172.31.255.0/255.255.255.0 -d 0/0 -j MASQUERADE
Expand All @@ -69,9 +70,9 @@ instance_groups:
name: openvpn-jumpbox
releases:
- name: jumpbox
sha1: 1d24bce90b3aacdfcc79190b6a9ea906ecbeb8fa
url: https://bosh.io/d/github.com/cloudfoundry-community/jumpbox-boshrelease?v=4.8.15
version: 4.8.15
sha1: 8d506da7c6a1a7799c2e7fae662902667b459670
url: https://bosh.io/d/github.com/cloudfoundry-community/jumpbox-boshrelease?v=4.8.16
version: 4.8.16
- name: toolbelt
sha1: a36d826fd83ad4c35d767e244eca7a863df02720
url: https://bosh.io/d/github.com/cloudfoundry-community/toolbelt-boshrelease?v=3.5.1
Expand Down

0 comments on commit 4012cb6

Please sign in to comment.