You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by an...@apache.org on 2019/12/05 02:44:04 UTC

[fineract-cn-docker-compose] branch master updated (ed12080 -> cdb3982)

This is an automated email from the ASF dual-hosted git repository.

angeh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/fineract-cn-docker-compose.git.


    from ed12080  Merge pull request #20 from Anh3h/kubernetes
     new ca210eb  Implement kubernetes scripts for remaining fineract cn services
     new 685bdf7  Update provision.sh, kubernetes start up and shut down scripts.
     new e3d4a7e  Update README file and provision.sh
     new cdb3982  Merge pull request #21 from Anh3h/kubernetes

The 61 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                          | 39 ++++++++++++++---
 bash_scripts/provision.sh                          | 49 ++++++++++++++++++++--
 .../{identity.yml => accounting.yml}               | 28 ++++++-------
 kubernetes_scripts/{identity.yml => cheques.yml}   | 28 ++++++-------
 kubernetes_scripts/config.yml                      |  7 +---
 kubernetes_scripts/{identity.yml => customer.yml}  | 28 ++++++-------
 kubernetes_scripts/{identity.yml => deposit.yml}   | 28 ++++++-------
 kubernetes_scripts/{identity.yml => group.yml}     | 28 ++++++-------
 kubernetes_scripts/kubectl-shut-down.sh            | 19 ++++++---
 .../{kubectl.sh => kubectl-start-up.sh}            | 20 ++++++---
 .../{identity.yml => notifications.yml}            | 28 ++++++-------
 kubernetes_scripts/{identity.yml => office.yml}    | 28 ++++++-------
 kubernetes_scripts/{identity.yml => payroll.yml}   | 28 ++++++-------
 kubernetes_scripts/{identity.yml => portfolio.yml} | 28 ++++++-------
 kubernetes_scripts/{identity.yml => reporting.yml} | 28 ++++++-------
 kubernetes_scripts/{identity.yml => teller.yml}    | 28 ++++++-------
 16 files changed, 252 insertions(+), 190 deletions(-)
 copy kubernetes_scripts/{identity.yml => accounting.yml} (78%)
 copy kubernetes_scripts/{identity.yml => cheques.yml} (78%)
 copy kubernetes_scripts/{identity.yml => customer.yml} (78%)
 copy kubernetes_scripts/{identity.yml => deposit.yml} (78%)
 copy kubernetes_scripts/{identity.yml => group.yml} (78%)
 rename kubernetes_scripts/{kubectl.sh => kubectl-start-up.sh} (81%)
 copy kubernetes_scripts/{identity.yml => notifications.yml} (78%)
 copy kubernetes_scripts/{identity.yml => office.yml} (78%)
 copy kubernetes_scripts/{identity.yml => payroll.yml} (78%)
 copy kubernetes_scripts/{identity.yml => portfolio.yml} (78%)
 copy kubernetes_scripts/{identity.yml => reporting.yml} (78%)
 copy kubernetes_scripts/{identity.yml => teller.yml} (78%)