Getting Started
Key Pair Generation
As part of DevOps solution, we are providing a public/private key authentication to provide secure shell connections.
- 1.Login to http://devopshq.shephertz.com.
- 2.Go to Key Section on left menu.
- 3.Click on Create Key Pair.
- 4.Enter Key Name and click on Submit button.
- 5.It will prompt the user to save private key.
Once Key Pair has been created, the public and private key can be used by the user to login into their DevOps VM or standalone VM. While creating the DevOps environment or standalone tools,the public key will be transferred to the VM and the private key is shared with user (described in step 5 above).
Setting up Application Nodes
User can create Application Nodes from DevOps -> Application Nodes section.
- 1.Choose Setup and Click on Create Application Node.
- 2.Enter the required fields:
- DevOps Environment: From here, choose Environment with which nodes are required to be associated.
- Key Pair: Choose key (which you have created in above steps) from Key Pair dropdown for your application nodes or create new key from “Create Key Pair”.
- Node: Enter the name of your node. To create more than 1 node, click on Add Node.
- Click on Submit. This will create application nodes which will associate with the chosen setup.