Difference: CloudSuiteV3Installation (6 vs. 7)

Revision 72016-05-27 - HamidMoghaddam

Line: 1 to 1
 
META TOPICPARENT name="CloudSuite"
-- HamidMoghaddam - 18 May 2016
Line: 18 to 18
 
  1. docker run -d --name swarm-agent swarm join --advertise=10.0.100.62 :2375 consul://10.0.100.62:8500 (again CloudSuite team writed this line wrongly. Now I am not surprised why CloudSuite is such a confusing software)
  2. repeat step 2,3,4,6,7,9 on every VMs but just in step 9 replace --advertise IP address with each VM IP address.
  3. docker -H tcp://10.0.100.62:22222 network create --driver overlay swarm-network
Added:
>
>

Frontend

I did following steps on frontend machine(Please check swarm-agent is running: docker start 'swarm-agent')

1. docker pull cloudsuite/web-serving:web_server

2. docker -H tcp://10.0.100.62:22222 run -dt --name=web_server cloudsuite/web-serving:web_server /etc/bootstrap.sh

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback