138. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/18/2019 5:55:24 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

138.1 Files compared

# Location File Last Modified
1 MCCF_EDI_TAS_TASCore v2.0_Build_10.zip\MCCF_EDI_TAS_DevOps\mccf_devops\dockerfiles docker-compose.yml Wed Apr 3 02:27:22 2019 UTC
2 MCCF_EDI_TAS_TASCore v2.0_Build_10.zip\MCCF_EDI_TAS_DevOps\mccf_devops\dockerfiles docker-compose.yml Mon Apr 15 17:59:44 2019 UTC

138.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 6 152
Changed 5 16
Inserted 0 0
Removed 0 0

138.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

138.4 Active regular expressions

No regular expressions were active.

138.5 Comparison detail

  1   version: " 3.3"
  2   services:
  3     # gatewa y:
  4       # imag e: nginx:1 .15.2
  5       # depl oy:
  6           #  replicas:  2
  7           #  placement:
  8              # constrai nts: [node .labels.ga teway == t rue]
  9       # # vo lumes:
  10        # # -  ./nginx.c onf:/etc/n ginx/conf. d/default. conf
  11       # port s:
  12        # - 8 085:80
  13       # netw orks:
  14         # -  tasnet
  15         
  16     # ui:
  17           #  image: reg istry.exam ple.local/ halfaker/t ui:2018-08 -24-02
  18           #  deploy:
  19                # replic as: 2
  20                # placem ent:
  21                    # #  optimizati on: keep w ith gatewa y
  22                    # co nstraints:  [node.lab els.gatewa y == true]
  23           #  networks:
  24                # - tasn et
  25  
  26     api:
  27       image:  tas/api:0 1.00.51
  28  
  29       deploy :
  30           re plicas: 1
  31           pl acement:
  32              constraint s: [node.l abels.api  == true]
  33       ports:
  34        - 808 5:3000
  35       enviro nment:
  36             # - PORT= PORT
  37           -  "DEBUG=log ging-verbo se,api,api -internal, data,mongo db,azure,l ogging,con fig,exampl e,azure,da ta,fs,core ,memory,se curity,web client,err ors,fsc837 ,metabase, amqp"
  38           #  - "DEBUG=* "
  39           -  "TAS_ENABL E_HTTP=tru e"
  40           -  "TAS_ENABL E_OVERRIDD EN_IAM_TRA ITS=true"
  41           -  "TAS_ENVIR ONMENT=dev "
  42           -  "TAS_MONGO DB_DATABAS E=tasdev"
  43           #e billing_de v:
  44           -  "TAS_QUEUE _ADDRESS=a mqps://tes t:test@vac 20apptas81 0:5671/fsc -queues-de v"
  45           #e billing_ci t:
  46           #-  "TAS_QUEU E_ADDRESS= amqps://te st:test@va c20apptas6 10:5671/fs c-queues-c it"
  47           -  "TAS_PROVI DERS=LOGGI NG:mongodb ,METABASE: mongodb,RE PORTS-LOG: mongodb"
  48           -  "TAS_MONGO DB_CONNECT ION_STRING =mongodb:/ /vac20cosm ostasdevmo ngo:89k6e6 iAKoTncmYA Z535XJIKl4 m9mCVk3GS8 cm5vzb919f FJDsQ96FWD x5e6w8aYWh Q3JKKv1oS5 5pxia2cezw ==@vac20co smostasdev mongo.docu ments.azur e.us:10255 /?ssl=true &replicaSe t=globaldb "
  49           #  - "TAS_DOC UMENTDB_EN DPOINT=htt ps://tasco smosddb.do cuments.az ure.com:44 3/"
  50           #  - "TAS_DOC UMENTDB_KE Y=Qq3spFgx chGQASasfd aaaaaaaaaa aaaaaaaS45 EMCcBfwJA= ="
  51           #  - "TAS_DOC UMENTDB_DA TABASE=tas "
  52           #  - "TAS_AZU RE_STORAGE _NAME=tass torage01"
  53           #  - "TAS_AZU RE_STORAGE _KEY=qv8Tk il0Q51aaaa aaaaaaaaaa aaaaaaaaaa NdXdl7wsvr 3Ew9XLPiKs ER06MnDWQ= ="
  54             - "TAS_APP LICATION_L OGIN_URL=h ttp:// DNS . URL "
  55             - "TAS_FHI R_URL=http :// DNS . URL /VA-FHIR-S erver/fhir "
  56           #  - "TAS_TAB LEAU_URL=h ttps://pub lic.tablea u.com"
  57             - "TAS_TAB LEAU_ENDPO INT=https: // DNS . URL "
  58             - "TAS_SSO I_LANDING_ HOST=https :// DNS . URL "
  59             - "TAS_SSO I_LANDING_ TARGET=htt ps:// DNS . URL "
  60           -  "NODE_TLS_ REJECT_UNA UTHORIZED= 0"
  61           -  "NODE_EXTR A_CA_CERTS =/var/app/ test/fsc-8 37/vacert/ varoot.pem "
  62       networ ks:
  63         - ta snet
  64         
  65   #    name_ of_endpoin t:
  66   #        i mage: regi stry.examp le.local/h alfaker/ta pi:1534432 002
  67   #        d eploy:
  68   #             replica s: 2
  69   #             placeme nt:
  70   #                 con straints:  [node.labe ls.name_of _endpoint  == true]
  71   #        v olumes:
  72   #             - /lib6 4/:/lib64/
  73   #        e nvironment :
  74                - PORT= PORT
  75   #             - "DEBU G=api,api- internal,e xample,azu re,data,fs ,core,memo ry,securit y,webclien t,errors"
  76   #             - TAS_A CTIVATE=na me_of_endp oint
  77   #             - "TAS_ PROVIDERS= NAME_OF_EN DPOINT:pro vider_name "
  78                - "TAS_MON GODB_CONNE CTION_STRI NG=mongodb :// IP               7"
  79   #        n etworks:
  80   #             - tasne t
  81  
  82   networks:
  83     tasnet:
  84       driver : overlay