DevOps 3.5: Let Validate our Work

Lets see out project in action !!!ย ย ย ๐Ÿš€๐Ÿค˜

ยท

1 min read

Steps for Validation:

  1. Login to web01 using vagrant ssh web01 .

  2. 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

  3. To check for rabbitMQ click on rabbitmq if the below page is showing then it is working-

  4. 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 !! โœŒ๏ธ

ย