
This PS migrates the Drydock chart into this repo. Update chart with input from previous repo - Remove default secret names for Keystone jobs - Use endpoints section for defining ports in service manifest - Use manifests section for enabling all deployed manifests Add DB integration - Introduction of postgresql endpoint for Postgresql - Addition of db_init and db_sync jobs - Addition of db-init.sh and db-sync.sh scripts - Convert conf file to use helm-toolkit templater - Add database connect string to rendered conf file Fix copyright notices for AT&T compliance Change-Id: I1676a41ddbbd05c38f68b2b787924fc973411413
22 lines
333 B
Plaintext
22 lines
333 B
Plaintext
# Patterns to ignore when building packages.
|
|
# This supports shell glob matching, relative path matching, and
|
|
# negation (prefixed with !). Only one pattern per line.
|
|
.DS_Store
|
|
# Common VCS dirs
|
|
.git/
|
|
.gitignore
|
|
.bzr/
|
|
.bzrignore
|
|
.hg/
|
|
.hgignore
|
|
.svn/
|
|
# Common backup files
|
|
*.swp
|
|
*.bak
|
|
*.tmp
|
|
*~
|
|
# Various IDEs
|
|
.project
|
|
.idea/
|
|
*.tmproj
|