Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.35 KB

File metadata and controls

30 lines (19 loc) · 1.35 KB

Configure master-slave configuration for deploying application

image

The Jenkins master

A simple machine where Jenkins is running and acts to scheduling the jobs, assign slaves, and send builds to slaves to execute the jobs. It will also monitor the slave state (offline or online) and get back the build result responses from slaves and the display build results on the console output.

Jenkins slaves

takes the instructions/commands from master and execute the jobs.

To configure the slave nodes,

  • Open Jenkins Dashboard
  • Select "Manage Jenkins"
  • Click on Manage Nodes and Clouds
  • Select New node.

Enter the nodename and select create. image

Once click on create, it prompts below screen, in that one should enter the details like nodename, remote root directory etc. image

Based on requirement add the data and save the configuration as below. image

Once configured the server with node details and home directory updated for all required nodes then the complete set up is ready in current SDN controller application testing.

<-Back to PluginInstallation - - - Back to main TestingApplications--- Ahead to JenkinsJobs