diff options
author | Szilard Cserey <szilard.cserey@ericsson.com> | 2015-06-19 18:11:34 +0200 |
---|---|---|
committer | Szilard Cserey <szilard.cserey@ericsson.com> | 2015-06-19 18:16:05 +0200 |
commit | 94432fbbc63e726f22c7c346307745418b7ea8ce (patch) | |
tree | a7901a8a9ae65e161e56803f53596a480fc4806a /fuel/prototypes/auto-deploy | |
parent | 488f8f86df58806166dbbb4a71d342a691a7b211 (diff) |
Fixing network configuration bug in dea.yaml
it kept failing whenever I tried to deploy in HA mode
JIRA: [BGS-2] Create Fuel deployment script
Change-Id: I94f2b49ef4caf6674c636568601aac69c0339617
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
Diffstat (limited to 'fuel/prototypes/auto-deploy')
-rw-r--r-- | fuel/prototypes/auto-deploy/configs/lf_pod1/dea_ha.yaml | 2 | ||||
-rw-r--r-- | fuel/prototypes/auto-deploy/configs/lf_pod1/dea_no-ha.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fuel/prototypes/auto-deploy/configs/lf_pod1/dea_ha.yaml b/fuel/prototypes/auto-deploy/configs/lf_pod1/dea_ha.yaml index 9e70427..25de4b9 100644 --- a/fuel/prototypes/auto-deploy/configs/lf_pod1/dea_ha.yaml +++ b/fuel/prototypes/auto-deploy/configs/lf_pod1/dea_ha.yaml @@ -205,7 +205,7 @@ network: gateway: 172.30.9.1 ip_ranges: - - 172.30.9.70 - - 172.30.9.70 + - 172.30.9.79 meta: assign_vip: true cidr: 172.16.0.0/24 diff --git a/fuel/prototypes/auto-deploy/configs/lf_pod1/dea_no-ha.yaml b/fuel/prototypes/auto-deploy/configs/lf_pod1/dea_no-ha.yaml index fd0e7b3..3abbdce 100644 --- a/fuel/prototypes/auto-deploy/configs/lf_pod1/dea_no-ha.yaml +++ b/fuel/prototypes/auto-deploy/configs/lf_pod1/dea_no-ha.yaml @@ -205,7 +205,7 @@ network: gateway: 172.30.9.1 ip_ranges: - - 172.30.9.70 - - 172.30.9.70 + - 172.30.9.79 meta: assign_vip: true cidr: 172.16.0.0/24 |