Skip to content

Commit

Permalink
files updated for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
arssher committed Oct 3, 2014
1 parent 8bc21dc commit 824ae91
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
17 changes: 4 additions & 13 deletions infinispan-conf/clustered.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,16 +149,12 @@
<protocol type="RSVP"/>
</stack>
<stack name="tcp">
<transport type="TCP" >
<transport type="TCP">
<property name="bind_addr">GLOBAL</property>
</transport>
<protocol type="MPING" >
<property name="bind_addr">GLOBAL</property>
</protocol>
<protocol type="MPING"/>
<protocol type="MERGE2"/>
<protocol type="FD_SOCK">
<property name="bind_addr">GLOBAL</property>
</protocol>
<protocol type="FD_SOCK"/>
<protocol type="FD"/>
<protocol type="VERIFY_SUSPECT"/>
<protocol type="pbcast.NAKACK">
Expand Down Expand Up @@ -253,12 +249,7 @@
<socket-binding name="ajp" port="8009"/>
<socket-binding name="hotrod" port="11222"/>
<socket-binding name="http" port="8080"/>
<socket-binding name="https" port="8443"/>
<!--
<socket-binding name="jgroups-mping" interface="public" port="0" multicast-address="${jboss.default.multicast.address:234.99.54.14}" multicast-port="45700"/>
<socket-binding name="jgroups-tcp" interface="public" port="7600"/>
<socket-binding name="jgroups-tcp-fd" interface="public" port="57600"/>
-->
<socket-binding name="https" port="8443"/>
<socket-binding name="jgroups-udp" interface="public" port="55200" multicast-address="${jboss.default.multicast.address:234.99.54.14}" multicast-port="45688"/>
<socket-binding name="jgroups-udp-fd" interface="public" port="54200"/>
<socket-binding name="memcached" port="11211"/>
Expand Down
2 changes: 1 addition & 1 deletion roles/infinispan/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
- shell: wget -P /root/ http://downloads.jboss.org/infinispan/6.0.2.Final/infinispan-server-6.0.2.Final-bin.zip
- unarchive: src=/root/infinispan-server-6.0.2.Final-bin.zip dest=/root/ copy=no
- shell: rm /root/infinispan-server-6.0.2.Final-bin.zip
- copy: src=~/lad/infinispan-conf/clustered.xml dest=infinispan-server-6.0.2.Final/standalone/configuration/clustered.xml
- copy: src=~/lad/infinispan-conf/clustered.xml dest=/root/infinispan-server-6.0.2.Final/standalone/configuration/clustered.xml

2 changes: 1 addition & 1 deletion test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
docker_image: name="ubuntu/sshjdk" path=/tmp/ tag=14.04 state=present
- name: run container
#this should be changed in non-local mode: net=host only
docker: state=running image=ubuntu/sshjdk:14.04 net=bridge ports=2222 count=3 privileged=yes
docker: state=running image=ubuntu/sshjdk:14.04 net=bridge ports=2222 count=2 privileged=yes
- name: Get facts about launched docker containers
docker_facts:
# add created containers to [docker-containers]
Expand Down

0 comments on commit 824ae91

Please sign in to comment.