Switch maas to dockerized PostgreSQL

remove database port hardcode
extend tests with new port parameter
added backward compability for port parameter

Prod-related: PROD-25203  (PROD:25203)

Change-Id: Id25c30e1e9a2710c1567ffa10e453c1964c732da
diff --git a/tests/pillar/maas_cluster.sls b/tests/pillar/maas_cluster.sls
index fedb491..ee179d4 100644
--- a/tests/pillar/maas_cluster.sls
+++ b/tests/pillar/maas_cluster.sls
@@ -54,5 +54,6 @@
       name: maasdb
       password: password
       username: maas
+      port: 5432
     enabled: true
     salt_master_ip: 127.0.0.1