diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-09-13 01:59:54 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-09-13 02:03:19 +0200 |
commit | bb22c8c02df3e9d030ff64c304536c31b78a37a6 (patch) | |
tree | c13fcca996f4052b131eea3b5a41ac48cfdd37fc /jjb | |
parent | b22f2c3311260718f6fdf70a143739884a149890 (diff) |
ericsson-pod1 slave defaults: Custom INSTALLER_IP
ericsson-pod1's jump host already has a static IP assigned to its
pxebr, which collides with the mcpcontrol network default settings
used by Fuel@OPNFV.
Instead of changing the existing network configuration on the jump
host to prevent CIDR collision, use a slightly different CIDR,
which is derived from INSTALLER_IP.
JIRA: FUEL-285
Change-Id: Ibea10b3f6528f3b34bc4ab12c3f9131932f6dc84
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/global/slave-params.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/global/slave-params.yml b/jjb/global/slave-params.yml index 2acc96fd9..19d5a9545 100644 --- a/jjb/global/slave-params.yml +++ b/jjb/global/slave-params.yml @@ -485,6 +485,10 @@ default-slaves: - ericsson-pod1 - string: + name: INSTALLER_IP + default: '10.20.1.2' + description: 'IP of the installer' + - string: name: GIT_BASE default: https://gerrit.opnfv.org/gerrit/$PROJECT description: 'Git URL to use on this Jenkins Slave' |