Setup and installation of 'Salt-Stack DevOps Automation Powered by Semaphore UI' on Azure
This section describes how to launch and connect to ‘Salt-Stack DevOps Automation Powered by Semaphore UI’ VM solution on Azure.
- Open Salt-Stack DevOps Automation Powered by Semaphore UI VM listing on Azure Marketplace.
- Click on Get It Now
-
Login with your credentials, provide the details here. Once done click on Continue.
-
It will take you to the Product details page. Click on Create.
-
Select a Resource group for your virtual machine
-
Select a Region where you want to launch the VM(such as East US)
- Note: If you see “This image is not compatible with selected security type. To keep trusted launch virtual machines, select a compatible image. Otherwise change your security type back to Standard” error message below the Image name as shown in the screenshot below then please change the Security type to Standard.
- Optionally change the number of cores and amount of memory.
Select the Authentication type as Password and enter Username as ubuntu and Password of your choice.
- Optionally change the OS disk size and its type.
- Optionally change the network and subnetwork names. Be sure that whichever network you specify has ports 22 (for ssh), 3389 (for RDP) and 443 (for HTTPS) exposed.
The VM comes with the preconfigured NSG rules. You can check them by clicking on Create New option available under the security group option.
- Optionally go to the Management, Advanced and Tags tabs for any advance settings you want for the VM.
- Click on Review + create and then click on Create when you are done.
Virtual Machine will begin deploying.
- A summary page displays when the virtual machine is successfully created. Click on Go to resource link to go to the resource page. It will open an overview page of virtual machine.
- If you want to update your password then open up the left navigation pane, select Run command, select RunShellScript and enter following command to change the password of the vm .
sudo echo ubuntu:yourpassword | chpasswd
Now the password for ubuntu user is set, you can SSH to the VM. To do so, first note the public IP address of the VM from VM details page as highlighted below
Open putty, paste the IP address and click on Open.
login as ubuntu and provide the password for ‘ubuntu’ user.
-
You can also connect to the VM’s desktop environment from any local windows machine using RDP protocol or local linux machine using Remmina.
-
To connect using RDP via Windows Machine, first note the public IP address of the VM from VM details page as highlighted below
- Then From your local windows machine, goto “start” menu, in the search box type and select “Remote desktop connection”.
In the “Remote Desktop connection” wizard, copy the public IP address and click connect
- This will connect you to the VM’s desktop environment. Provide the username (e.g “ubuntu”) and the password set in the step4 to authenticate. Click OK
- Now you are connected to the out of box Salt-Stack DevOps Automation Powered by Semaphore UI VM’s desktop environment via Windows Machine.
- To connect using RDP via Linux machine, first note the external IP of the VM from VM details page, then from your local Linux machine, goto menu, in the search box type and select “Remmina”.
Note: If you don’t have Remmina installed on your Linux machine, firstInstall Remmina as per your linux distribution.
- In the “Remmina Remote Desktop Client” wizard, select the RDP option from dropdown and paste the external ip and click enter.
- This will connect you to the VM’s desktop environment. Provide “ubuntu” as the userid and the password set in above reset password step to authenticate. Click OK
- Now you are connected to out of box Salt-Stack DevOps Automation Powered by Semaphore UI VM’s desktop environment via Linux machine.
- To access the Semaphore Web Interface, first reset semaphore admin password by running below command in the SSH terminal -
semaphore user change-by-login --login admin --password NEWPASSWORD --config /home/ubuntu/semaphore/config.json
Replace NEWPASSWORD with your desired password in above command.
- Once Semaphore password is ready, copy the public ip of the vm from VM’s details page and paste it in the browser using https://VM_Public_IP. Make sure to use https and not http.
Browser will display a SSL certificate warning message. Accept the certificate warning and Continue.
- Login with admin user and provide the password set in above step.
- Now you are logged in to Semaphore Web Interface where you can manage salt-stack automation task.
- The VM comes with various Salt models preconfigured out of the box for you. The Salt Configuration files are located at /etc/salt directory. You can access these files and folders from SSH or RDP sessions.
- Salt master base repository for salt sls files is /srv/salt.
- Semaphore config directory is /home/ubuntu/semaphore.
If you want to further configure SaltStack then please visit Configuring SaltStack page.
For more details on SaltStack or Semaphore please refer to Official Documentation Page