Ricardo Jun
2018-11-07 a4f8e2d4d684fe8dd9253451e773eb712bbd840c
Included JBDS script
2 files modified
19 ■■■■ changed files
extras/backup/git-clones.sh 13 ●●●●● patch | view | raw | blame | history
extras/backup/rhdm7-full-ng.yaml 6 ●●●● patch | view | raw | blame | history
extras/backup/git-clones.sh
@@ -37,19 +37,6 @@
ssh root@services 'cd dm7-customer-greeting && git push -u http://localhost/dm7-customer-greeting master'
ssh root@services rm -rf dm7-customer-greeting
ssh root@services git clone https://github.com/RedHatTraining/business-process-apps-training.git
ssh root@services mkdir /var/www/git/business-process-apps-training
ssh root@services 'cd /var/www/git/business-process-apps-training/ && git init --bare'
ssh root@services 'cd /var/www/git/business-process-apps-training/ && git update-server-info'
ssh root@services 'cd /var/www/git/business-process-apps-training/ && chown -R apache:apache .'
ssh root@services 'cd /var/www/git/business-process-apps-training/ && chcon -R -t git_rw_content_t .'
ssh root@services 'cd business-process-apps-training && rm -rf .git'
ssh root@services 'cd business-process-apps-training && git init'
ssh root@services 'cd business-process-apps-training && git add .'
ssh root@services 'cd business-process-apps-training && git commit -m "Establish remote repository"'
ssh root@services 'cd business-process-apps-training && git push -u http://localhost/business-process-apps-training master'
ssh root@services rm -rf business-process-apps-training
ssh root@services git clone https://github.com/RedHatTraining/business-process-apps-training-lab.git
ssh root@services mkdir /var/www/git/business-process-apps-training-lab
ssh root@services 'cd /var/www/git/business-process-apps-training-lab/ && git init --bare'
extras/backup/rhdm7-full-ng.yaml
@@ -373,7 +373,7 @@
      git:
        ref: master
        type: Git
        uri: https://github.com/gpe-mw-training/bxms_decision_mgmt_foundations_lab.git
        uri: http://services.lab.example.com/bxms_decision_mgmt_foundations_lab.git
    strategy:
      sourceStrategy:
        from:
@@ -616,7 +616,7 @@
      git:
        ref: security-fix
# dtorresf: new git repository with templated angular2 application
        uri: 'https://github.com/gpe-mw-training/gpte-ng-dmf.git'
        uri: 'http://services.lab.example.com/gpte-ng-dmf.git'
      type: Git
    strategy:
      sourceStrategy:
@@ -628,7 +628,7 @@
              fieldRef:
                fieldPath: metadata.namespace
          - name: NPM_MIRROR
            value: 'http://services.lab.example.com:8081/nexus/content/groups/nodejs'
            value: 'http://services.lab.example.com:8081/nexus/content/groups/nodejs/'
          - name: REST_API_URL
            value: 'http://${APPLICATION_NAME}-kieserver-$(OCP_NAMESPACE).${CLUSTER}/'
          - name: REST_API_USER