Free dcdbsync openstack instance port for https admin endpoint

Currently dcdbsync instance for openstack is listening on port 8220.
With the admin endpoint of dcdbsync instance for platform has https
enabled and uses port 8220, the port of dcdbsync instance for
openstack is updated to use 8229.

Change-Id: Ie3d60164e4e81de8e53ad452d4dbeab7ce4a5058
Story: 2007347
Task: 39409
Signed-off-by: Andy Ning <andy.ning@windriver.com>
This commit is contained in:
Andy Ning 2020-04-14 11:24:17 -04:00
parent 6060fb15cd
commit 3b7ab6010e
2 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@
#
# [*bind_port*]
# (optional) The dcorch dbsync api port
# Defaults to 8220
# Defaults to 8229
#
# [*package_ensure*]
# (optional) The state of the package
@ -93,7 +93,7 @@ class dcdbsync::openstack_api (
$auth_type = 'password',
$package_ensure = 'latest',
$bind_host = '0.0.0.0',
$bind_port = 8220,
$bind_port = 8229,
$enabled = false
) {

View File

@ -1,6 +1,6 @@
class platform::dcdbsync::params (
$api_port = 8219,
$api_openstack_port = 8220,
$api_openstack_port = 8229,
$region_name = undef,
$service_create = false,
$service_enabled = false,