Commit bf0ce6a6 by ansible

release deployment dma war version 3.1.8 including

- iChat version 1.1.3
- serviceGateway version 3.1.8.4
- dmaManager version 3.1.8
- dmaEngine version 3.0.7
- ims version 1.0.6
- iConsole version 3.0.6.0
1 parent 273178fd
Showing with 21 additions and 2 deletions
......@@ -84,9 +84,9 @@
tasks:
- name: Deploy iChat-3.0.5
command: cp /tmp/application/iChat-1.1.1.war /opt/stack/runtime/wildfly/standalone/deployments/iChat.war
- name: Deploy serviceGateway-3.1.6.0
- name: Deploy serviceGateway-3.1.7.0
command: cp /tmp/application/serviceGateway-3.1.7.0.war /opt/stack/runtime/wildfly/standalone/deployments/serviceGateway.war
- name: Deploy dmaManager-3.0.6.0
- name: Deploy dmaManager-3.1.4.0
command: cp /tmp/application/dmaManager-3.1.4.0.war /opt/stack/runtime/wildfly/standalone/deployments/dmaManager.war
- name: Deploy dmaEngine-3.0.5
command: cp /tmp/application/dmaEngine-3.0.5.war /opt/stack/runtime/wildfly/standalone/deployments/dmaEngine.war
......@@ -95,4 +95,22 @@
- name: Deploy jsb
command: cp /tmp/application/jsb.war /opt/stack/admin/wildfly/standalone/deployments/jsb.war
- name: Deploy iConsole-3.0.6.0
command: cp /tmp/application/iConsole-3.0.6.0.war /opt/stack/admin/wildfly/standalone/deployments/iConsole.war
- hosts: 07_patch-dma-3.1.8
become: true
tasks:
- name: Deploy iChat-1.1.3
command: cp /tmp/application/iChat-1.1.3.war /opt/stack/runtime/wildfly/standalone/deployments/iChat.war
- name: Deploy serviceGateway-3.1.8.4
command: cp /tmp/application/serviceGateway-3.1.8.4.war /opt/stack/runtime/wildfly/standalone/deployments/serviceGateway.war
- name: Deploy dmaManager-3.1.8
command: cp /tmp/application/dmaManager-3.1.8.0.war /opt/stack/runtime/wildfly/standalone/deployments/dmaManager.war
- name: Deploy dmaEngine-3.0.7
command: cp /tmp/application/dmaEngine-3.0.7.war /opt/stack/runtime/wildfly/standalone/deployments/dmaEngine.war
- name: Deploy ims-1.0.6
command: cp /tmp/application/ims-1.0.6.war /opt/stack/runtime/wildfly/standalone/deployments/ims.war
- name: Deploy jsb
command: cp /tmp/application/jsb.war /opt/stack/admin/wildfly/standalone/deployments/jsb.war
- name: Deploy iConsole-3.0.6.0
command: cp /tmp/application/iConsole-3.0.6.0.war /opt/stack/admin/wildfly/standalone/deployments/iConsole.war
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!