Rename sample database for API

From pvcprov to pvcapi to facilitate the changing nature of this
database and its expansion to benchmark results.
This commit is contained in:
Joshua Boniface 2020-08-25 01:59:35 -04:00
parent 887e14a4e2
commit 1dcc1f6d55
4 changed files with 18 additions and 18 deletions

View File

@ -49,12 +49,12 @@ pvc:
host: localhost 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 'pvcapi'
name: pvcprov name: pvcapi
# user: PostgreSQL username, invariable 'pvcprov' # user: PostgreSQL username, invariable 'pvcapi'
user: pvcprov user: pvcapi
# pass: PostgreSQL user password, randomly generated # pass: PostgreSQL user password, randomly generated
pass: pvcprov pass: pvcapi
# queue: Celery backend queue using the PVC Zookeeper cluster # queue: Celery backend queue using the PVC Zookeeper cluster
queue: queue:
# host: Redis hostname, usually 'localhost' # host: Redis hostname, usually 'localhost'

View File

@ -193,9 +193,9 @@ pvc:
database: database:
host: 10.100.0.252 host: 10.100.0.252
port: 5432 port: 5432
name: pvcprov name: pvcapi
user: pvcprov user: pvcapi
pass: pvcprov pass: pvcapi
queue: queue:
host: localhost host: localhost
port: 6379 port: 6379
@ -294,7 +294,7 @@ The port of the PostgreSQL instance for the Provisioner database. Should always
* *required* * *required*
The database name for the Provisioner database. Should always be `pvcprov`. The database name for the Provisioner database. Should always be `pvcapi`.
##### `provisioner``database``user` ##### `provisioner``database``user`

View File

@ -112,9 +112,9 @@ pvc:
database: database:
host: localhost host: localhost
port: 5432 port: 5432
name: pvcprov name: pvcapi
user: pvcprov user: pvcapi
pass: pvcprovPassw0rd pass: pvcapiPassw0rd
system: system:
fencing: fencing:
intervals: intervals:
@ -279,7 +279,7 @@ The port of the PostgreSQL instance for the Provisioner database. Should always
* *required* * *required*
The database name for the Provisioner database. Should always be `pvcprov`. The database name for the Provisioner database. Should always be `pvcapi`.
##### `metadata``database``user` ##### `metadata``database``user`

View File

@ -86,12 +86,12 @@ pvc:
host: localhost host: localhost
# port: PostgreSQL port, invariably 'localhost' # port: PostgreSQL port, invariably 'localhost'
port: 5432 port: 5432
# name: PostgreSQL database name, invariably 'pvcprov' # name: PostgreSQL database name, invariably 'pvcapi'
name: pvcprov name: pvcapi
# user: PostgreSQL username, invariable 'pvcprov' # user: PostgreSQL username, invariable 'pvcapi'
user: pvcprov user: pvcapi
# pass: PostgreSQL user password, randomly generated # pass: PostgreSQL user password, randomly generated
pass: pvcprov pass: pvcapi
# system: Local PVC instance configuration # system: Local PVC instance configuration
system: system:
# intervals: Intervals for keepalives and fencing # intervals: Intervals for keepalives and fencing