Readd queue configuration with updated options
This commit is contained in:
parent
523f7da71e
commit
c8764159f6
|
@ -55,6 +55,14 @@ pvc:
|
||||||
user: {{ pvc_api_database_user }}
|
user: {{ pvc_api_database_user }}
|
||||||
# pass: PostgreSQL user password, randomly generated
|
# pass: PostgreSQL user password, randomly generated
|
||||||
pass: {{ pvc_api_database_password }}
|
pass: {{ pvc_api_database_password }}
|
||||||
|
# queue: Celery backend queue using the PVC Zookeeper cluster
|
||||||
|
queue:
|
||||||
|
# host: KeyDB (Redis) hostname, the primary coordinator floating IP in the cluster network
|
||||||
|
host: {{ pvc_cluster_floatingip }}
|
||||||
|
# port: KeyDB (Redis) port, invariably '6279'
|
||||||
|
port: 6379
|
||||||
|
# path: KeyDB (Redis) queue path, invariably '/0'
|
||||||
|
path: /0
|
||||||
# ceph_cluster: Information about the Ceph storage cluster
|
# ceph_cluster: Information about the Ceph storage cluster
|
||||||
ceph_cluster:
|
ceph_cluster:
|
||||||
# storage_hosts: The list of hosts that the Ceph monitors are valid on; if empty (the default),
|
# storage_hosts: The list of hosts that the Ceph monitors are valid on; if empty (the default),
|
||||||
|
|
Loading…
Reference in New Issue