Compare commits
No commits in common. "7cc19606c1ab6dd347ed86abcf101a644b4cb447" and "dc9454bc753a39145493aa8a4d55a937b76b3417" have entirely different histories.
7cc19606c1
...
dc9454bc75
|
@ -97,9 +97,6 @@ CREATE TABLE Applicationservice (
|
|||
ApplicationserviceName VARCHAR(255) NOT NULL,
|
||||
ApplicationserviceDescription VARCHAR(255) NOT NULL,
|
||||
ApplicationserviceReleaseId INTEGER NOT NULL,
|
||||
ApplicationserviceLVIS VARCHAR(255) NOT NULL,
|
||||
ApplicationserviceLVIP VARCHAR(255) NOT NULL,
|
||||
ApplicationserviceLVMP VARCHAR(255) NOT NULL,
|
||||
OS JSON,
|
||||
UNIQUE (ApplicationserviceName, ApplicationserviceReleaseId)
|
||||
);
|
||||
|
|
|
@ -11,7 +11,7 @@ dbhost: %%getVar('risotto_db_address')
|
|||
dbport: 5432
|
||||
dbtype: postgres
|
||||
dbname: %%dbname
|
||||
template: 'template0'
|
||||
template: 'postgres'
|
||||
sqlscripts: ['/usr/share/eole/db/eole-risotto/gen/create_tables.sql']
|
||||
pwd_files:
|
||||
- {'file': '/etc/risotto/risotto.conf', 'pattern': 'RISOTTO_DB_PASSWORD='}
|
||||
|
|
|
@ -11,7 +11,7 @@ dbhost: %%getVar('risotto_db_address')
|
|||
dbport: 5432
|
||||
dbtype: postgres
|
||||
dbname: %%getVar('risotto_tiramisu_dbname')
|
||||
template: 'template0'
|
||||
template: 'postgres'
|
||||
pwd_files:
|
||||
- {'file': '/etc/risotto/risotto.conf', 'pattern': 'TIRAMISU_DB_PASSWORD='}
|
||||
|
||||
|
|
Loading…
Reference in New Issue