diff options
author | Peter Barabas <peter.barabas@ericsson.com> | 2016-06-08 13:46:02 +0200 |
---|---|---|
committer | Peter Barabas <peter.barabas@ericsson.com> | 2016-06-08 13:46:55 +0200 |
commit | 4e9aa50d79bacb780aac1cb554f8fd1740a51243 (patch) | |
tree | 07ed4409da23e9c943d0fd1141bde3b1d31f51c0 /labs | |
parent | 388614b9394fa1a16b8483a7caca2566a8223e7f (diff) |
Allow SSH from any host
Change-Id: Ibb1de3fce8c4a3e905829cd5cc2c98771f57d6fa
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
Diffstat (limited to 'labs')
-rw-r--r-- | labs/lf/pod2/fuel/config/dea-pod-override.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/labs/lf/pod2/fuel/config/dea-pod-override.yaml b/labs/lf/pod2/fuel/config/dea-pod-override.yaml index f0a28e2..8024d5f 100644 --- a/labs/lf/pod2/fuel/config/dea-pod-override.yaml +++ b/labs/lf/pod2/fuel/config/dea-pod-override.yaml @@ -11,6 +11,7 @@ fuel: dhcp_pool_start: 10.20.0.3 ipaddress: 10.20.0.2 netmask: 255.255.0.0 + ssh_network: 0.0.0.0/0 DNS_DOMAIN: domain.tld DNS_SEARCH: domain.tld DNS_UPSTREAM: 8.8.8.8 |