From 2f9603c82fdbfa421a50fa828ec53f954d796551 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 4 Nov 2023 12:52:21 -0400 Subject: [PATCH] Adjust pvcapid.yaml for 0.9.81 worker queue config --- roles/pvc/templates/pvc/pvcapid.yaml.j2 | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/roles/pvc/templates/pvc/pvcapid.yaml.j2 b/roles/pvc/templates/pvc/pvcapid.yaml.j2 index 2b1f0c9..01ca583 100644 --- a/roles/pvc/templates/pvc/pvcapid.yaml.j2 +++ b/roles/pvc/templates/pvc/pvcapid.yaml.j2 @@ -45,8 +45,8 @@ pvc: provisioner: # database: Backend database configuration database: - # host: PostgreSQL hostname, usually 'localhost' - host: localhost + # host: PostgreSQL hostname, the primary coordinator floating IP in the cluster network + host: {{ pvc_cluster_floatingip }} # port: PostgreSQL port, invariably '5432' port: 5432 # name: PostgreSQL database name, invariably 'pvcapi' @@ -55,14 +55,6 @@ pvc: user: {{ pvc_api_database_user }} # pass: PostgreSQL user password, randomly generated pass: {{ pvc_api_database_password }} - # queue: Celery backend queue using the PVC Zookeeper cluster - queue: - # host: Redis hostname, usually 'localhost' - host: localhost - # port: Redis port, invariably '6279' - port: 6379 - # path: Redis queue path, invariably '/0' - path: /0 # ceph_cluster: Information about the Ceph storage cluster ceph_cluster: # storage_hosts: The list of hosts that the Ceph monitors are valid on; if empty (the default),