Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Remove MGMT_VIP option jenkinsfile for single node deployment (#1477)
Browse files Browse the repository at this point in the history
And set the mgmt_vip to None in config.ini

Signed-off-by: Pritam Bhavsar <[email protected]>
  • Loading branch information
83bhp authored Jul 7, 2021
1 parent 9618eab commit a91a91b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions devops/ci/single_node_deploy/deploy.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ node ('provisioning'){
''',
name: 'DEBUG'
),
string(defaultValue: '', description: 'The floating static VIP for management network interface.', name: 'MGMT_VIP', trim: true)
])
])

Expand Down Expand Up @@ -90,7 +89,7 @@ node ('provisioning'){
device_list=\$(lsblk -nd -o NAME -e 11|grep -v sda|sed 's|sd|/dev/sd|g'|paste -s -d, -)
echo \"\"\"
[cluster]
mgmt_vip=${MGMT_VIP}
mgmt_vip=None
[srvnode_default]
network.data.private_interfaces=eth3,eth4
network.data.public_interfaces=eth1,eth2
Expand Down
3 changes: 1 addition & 2 deletions devops/ci/single_node_deploy/deploy_iso.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ node ('provisioning'){
RELEASE.INFO
THIRD_PARTY_RELEASE.INFO''', name: 'BUILD_URL', trim: true),
password(description: 'root user password for the target node.', name: 'PASSWORD'),
string(defaultValue: '', description: 'The floating static VIP for management network interface.', name: 'MGMT_VIP', trim: true)
])
])

Expand Down Expand Up @@ -80,7 +79,7 @@ node ('provisioning'){
device_list=\$(lsblk -nd -o NAME -e 11|grep -v sda|sed 's|sd|/dev/sd|g'|paste -s -d, -)
echo \"\"\"
[cluster]
mgmt_vip=${MGMT_VIP}
mgmt_vip=None
[srvnode_default]
network.data.private_interfaces=eth3,eth4
network.data.public_interfaces=eth1,eth2
Expand Down

0 comments on commit a91a91b

Please sign in to comment.