Explicitly set port numbers used in swift storage

The default port number in swift has been changed from 600X to 620X,
so the actual port numbers should be explicitly set to make sure that
non-default values are used.

Depends-on: https://review.opendev.org/#/c/725830/
Change-Id: I019ac55ddd3b5f9052953e8e75af0342141519ed
This commit is contained in:
Takashi Kajinami 2020-05-06 14:09:41 +09:00
parent 86eb27d627
commit a44181d61d
1 changed files with 3 additions and 0 deletions

View File

@ -144,6 +144,9 @@ outputs:
tripleo::profile::base::swift::storage::use_local_dir: {get_param: SwiftUseLocalDir}
swift::storage::all::incoming_chmod: 'Du=rwx,g=rx,o=rx,Fu=rw,g=r,o=r'
swift::storage::all::outgoing_chmod: 'Du=rwx,g=rx,o=rx,Fu=rw,g=r,o=r'
swift::storage::all::account_port: 6002
swift::storage::all::container_port: 6001
swift::storage::all::object_port: 6000
swift::storage::all::object_pipeline:
- healthcheck
- recon