Update default configuration samples

This commit is contained in:
Joshua Boniface 2020-01-12 21:33:15 -05:00
parent 1665113ed4
commit 4ad29f669d
2 changed files with 19 additions and 19 deletions

View File

@ -12,9 +12,9 @@ pvc:
debug: True debug: True
# coordinators: The list of cluster coordinator hostnames # coordinators: The list of cluster coordinator hostnames
coordinators: coordinators:
- hv1 - pvchv1
- hv2 - pvchv2
- hv3 - pvchv3
# api: Configuration of the API listener # api: Configuration of the API listener
api: api:
# listen_address: IP address(es) to listen on; use 0.0.0.0 for all interfaces # listen_address: IP address(es) to listen on; use 0.0.0.0 for all interfaces
@ -46,7 +46,7 @@ pvc:
# database: Backend database configuration # database: Backend database configuration
database: database:
# host: PostgreSQL hostname, usually 'localhost' # host: PostgreSQL hostname, usually 'localhost'
host: 10.100.0.252 host: localhost
# port: PostgreSQL port, invariably '5432' # port: PostgreSQL port, invariably '5432'
port: 5432 port: 5432
# name: PostgreSQL database name, invariably 'pvcprov' # name: PostgreSQL database name, invariably 'pvcprov'
@ -63,18 +63,18 @@ pvc:
port: 6379 port: 6379
# path: Redis queue path, invariably '/0' # path: Redis queue path, invariably '/0'
path: /0 path: /0
# ceph_cluster: Information about the Ceph storage cluster # pvchv_cluster: Information about the Ceph storage cluster
ceph_cluster: pvchv_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),
# uses the list of coordinators # uses the list of coordinators
storage_hosts: storage_hosts:
- ceph1 - pvchv1
- ceph2 - pvchv2
- ceph2 - pvchv2
# storage_domain: The storage domain name, concatenated with the coordinators list names # storage_domain: The storage domain name, concatenated with the coordinators list names
# to form monitor access strings # to form monitor access strings
storage_domain: "s.bonilan.net" storage_domain: "pvc.storage"
# ceph_monitor_port: The port that the Ceph monitor on each coordinator listens on # pvchv_monitor_port: The port that the Ceph monitor on each coordinator listens on
ceph_monitor_port: 6789 pvchv_monitor_port: 6789
# ceph_storage_secret_uuid: Libvirt secret UUID for Ceph storage access # pvchv_storage_secret_uuid: Libvirt secret UUID for Ceph storage access
ceph_storage_secret_uuid: "c416032b-2ce9-457f-a5c2-18704a3485f4" pvchv_storage_secret_uuid: ""

View File

@ -11,7 +11,7 @@
pvc: pvc:
# node: The (short) hostname of the node, set during provisioning # node: The (short) hostname of the node, set during provisioning
node: pvc-hv1 node: pvchv1
# debug: Enable or disable debug output # debug: Enable or disable debug output
debug: False debug: False
# functions: The daemon functions to enable # functions: The daemon functions to enable
@ -29,9 +29,9 @@ pvc:
cluster: cluster:
# coordinators: The list of cluster coordinator hostnames # coordinators: The list of cluster coordinator hostnames
coordinators: coordinators:
- pvc-hv1 - pvchv1
- pvc-hv2 - pvchv2
- pvc-hv3 - pvchv3
# networks: Cluster-level network configuration # networks: Cluster-level network configuration
# OPTIONAL if enable_networking: False # OPTIONAL if enable_networking: False
networks: networks:
@ -113,7 +113,7 @@ pvc:
# ipmi: Local system IPMI options # ipmi: Local system IPMI options
ipmi: ipmi:
# host: Hostname/IP of the local system's IPMI interface, must be reachable # host: Hostname/IP of the local system's IPMI interface, must be reachable
host: pvc-hv1-lom host: pvchv1-lom
# user: Local system IPMI username # user: Local system IPMI username
user: admin user: admin
# pass: Local system IPMI password # pass: Local system IPMI password