Configurations
The instructions here are related to configuration of base settings for PBMS using the Odoo UI
Once all the pods are in Running state we can start interacting with the Odoo UI and configure some base settings.
Prerequisites
Configure Minio Object Store
Navigate to the minio hostname specified during installation. You can find this in your Rancher namespace by navigating to Istio -> Virtual Services, and searching for
minioLogin using credentials from Rancher Storage -> Secrets, search for
minioNavigate to the Buckets section in the Minio UI and click Create Bucket
Choose an appropriate bucket name (example:
documents) and click on Create Bucket
Configure PBMS Document Settings
Navigate to the pbms hostname specified during installation. You can find this in your Rancher namespace by navigating to Istio -> Virtual Services, and searching for
pbms. Login using credentials from Rancher.From the top-left Apps icon, go to Settings -> Technical -> Storage Backend
Create a new storage backend or update existing ones.
Give the record a name (example: Default S3 Document Store)
Select Backend type as Amazon S3
Check the
Is Publicboolean field.Fill the Amazon S3 section using credentials from Rancher and the bucket name created while configuring minio (it is recomended to use internal url on port 9000, example:
http://minio-pbms:9000).Save the record using the top-left odoo save icon.
Configure Keycloak
To be added
Configure PBMS Base Settings
Navigate to the pbms hostname specified during installation. You can find this in your Rancher namespace by navigating to Istio -> Virtual Services, and searching for
pbms. Login using credentials from Rancher.From the top-left Apps icon, go to Settings and click on G2P PBMS Settings tab from the left sidebar.
Update the URLs for Background Task API and Bridge API from Rancher -> Istio -> Virtual Services.
Select the pre-configured Document Store from the dropdown.
Configure Keymanager if required (by default Keymanager is toggled off).
Last updated
Was this helpful?

