Skip to content

Latest commit

 

History

History
161 lines (137 loc) · 10.3 KB

current-deployments.md

File metadata and controls

161 lines (137 loc) · 10.3 KB

Current Deployment Procedures and Other Important Information You Didn't Ask For

Fsw4.0 Repository

Websites

Windows Services

  • SalesForceWindowsService

  • IncomingTransmissionService

  • AsyncQueueConsumer

  • CartConsumerService

  • TransmissionConsumerService

  • Stage deploys to STG-FswSvc1

  • Production deploys to FswSvc2/3/4 (The number of instances will depend on the app)

  • Build and Deploy Windows Services - DEPLOY TO STAGE

    • These windows services currently deployed to production via Powershell Scripts on FswMulti1

Console Applications and Other

Core Components & Applications

  • Ansible
  • FswAnsibleMaster01 - v1.9-beta (10.0.49.6)
  • FswAnsibleMaster03 - v1.9.2 (10.0.49.7)
  • FSWAnsibleMasterProd (10.0.50.85)
  • Jenkins
  • SQL - Main FSW DB
  • Dev - fswdev3
  • Stage - fswstg3
  • Prod - fswdb
  • Mongo
  • Dev - FSWDEVMongo:30000,FSWDEVMongo:40000,FSWDEVMongo:50000
  • Stage - FSWStgMongo:30000,FSWStgMongo:40000,FSWStgMongo:50000
  • Prod - FSWmongo01.foodservicewarehouse.com:30000,FSWmongo02.foodservicewarehouse.com,FSWmongo03.foodservicewarehouse.com
  • Accellos
  • GitLab
  • To access the GitLab server via ssh, you will need the fswadmin public and private key. Public Key / Private Key
  • To ssh into GitLab, use the following command:
    ssh [email protected] -i path/to/fswadmin_ssh
  • The GitLab server is hosted as a VM. Moving the repositories should be done by moving the VM.
  • If moving the server VM is not possible, it is possible to clone any desired repositories and then push them to a new host.
  • ProGet
  • Gator

Non-Deployables

None of the following are deployed, but they do use a Jenkins job to build a useable packaged. Packages are pushed up to ProGet.