User Tools

Site Tools


development:applications:mib_manager

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
development:applications:mib_manager [2023/01/25 17:44] – [Ansible Playbook] 10.91.110.100development:applications:mib_manager [2023/01/26 17:58] (current) – [Env Config] 10.91.110.100
Line 16: Line 16:
 Click edit before copying and pasting (ansible doesnt like something about this text) Click edit before copying and pasting (ansible doesnt like something about this text)
  
-ansible-playbook -i ../env-configuration/<env>/hosts.ini mib-manager.yml --vault-id @prompt -e "actions='upload,deploy,configure,stop,start' jenkins_build_name='mib-manager-feature-branches/job/master' jenkins_job_build_num='xx'"+ansible-playbook -i ../env-configuration/<env>/hosts.ini mib-manager.yml --vault-id @prompt --diff -e "actions='upload,deploy,configure,stop,start' jenkins_build_name='mib-manager-feature-branches/job/master' jenkins_job_build_num='xx'"
  
  
-Upload step will upload the back-end spring boot jar and front end angular files. Deploy step will upload  replace the front end and back-end files with the latest upload. Configure will update the application.properties file as found in deployment playbooks. 
 ---- ----
  
Line 25: Line 24:
  
 This app authenticates the SSH communication to errigals remote hosts with the errigal PEM file. Your machines public SSH key will need to have an entry in the remote hosts ssh configuration file to allow the app to access the remote hosts via SSH. This app authenticates the SSH communication to errigals remote hosts with the errigal PEM file. Your machines public SSH key will need to have an entry in the remote hosts ssh configuration file to allow the app to access the remote hosts via SSH.
 +
 +----
 +
 +===== Env Config  =====
 +
 +This app uses the env-configuration repo to get information for sending files to remote hosts. When you login, it will clone the env-config repository onto the server. Any further logins will check for the presence of the env-config folder, delete it and re-clone the latest commit.
  
 ---- ----
development/applications/mib_manager.1674668641.txt.gz · Last modified: 2023/01/25 17:44 by 10.91.110.100