DevOps 3.5: Let Validate our Work
Lets see out project in action !!!ย ย ย ๐๐ค
Steps for Validation:
Login to web01 using
vagrant ssh web01
.And type
ip addr show
for the IP address. Then copy the eth2 IP address and paste it into the browser. The IP is of nginx and web page from the Tomcat server. It means Nginx is a successful routing into Tomcat.The username and password are - admin_vp
To check for rabbitMQ click on rabbitmq if the below page is showing then it is working-
To check memcache - Go to all users if you get something below then it is working -
So this is how you set up various services manually !! Next Blog we are going to automate this using provisioning ...... So Do check it out !! โ๏ธ
ย