162. 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.

162.1 Files compared

# Location File Last Modified
1 MCCF_EDI_TAS_TASCore v2.0_Build_10.zip\MCCF_EDI_TAS_DevOps\mccf_devops\environments\MAG_ALL\group_vars\ci-server ci-server Wed Apr 3 02:27:58 2019 UTC
2 MCCF_EDI_TAS_TASCore v2.0_Build_10.zip\MCCF_EDI_TAS_DevOps\mccf_devops\environments\MAG_ALL\group_vars\ci-server ci-server Thu Apr 18 18:06:21 2019 UTC

162.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 12 184
Changed 11 26
Inserted 0 0
Removed 0 0

162.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

162.4 Active regular expressions

No regular expressions were active.

162.5 Comparison detail

  1   env: MAG_A LL
  2   # The vari ables file  used by t he playboo ks in the  ci-server  group.
  3   # These do n't have t o be expli citly impo rted by va rs_files:  they are a utopopulat ed.
  4  
  5   # Optional  method of  pinning a  specific  version of  Jenkins a nd/or over riding the
  6   # default  Jenkins pa ckaging UR L.
  7   jenkins_pk g_url: "ht tp:// DNS . URL /pub/repo/ yum/MCCF"
  8   jenkins_up date_url:  "http:// DNS . URL /pub/repo/ jenkins"
  9   jenkins_up date_cente r: ""
  10  
  11   #The syste m hostname ; usually  localhost  works fine . This wil l be used  during set up to comm unicate wi th the run ning Jenki ns instanc e via HTTP  requests.
  12   jenkins_ho stname:  DNS . URL
  13  
  14   #The Jenki ns home di rectory wh ich, among st others,  is being  used for s toring art ifacts, wo rkspaces a nd plugins
  15   #This vari able allow s you to o verride th e default  /var/lib/j enkins loc ation.
  16   jenkins_pr ocess_user : jenkins
  17   jenkins_ho me: "/home /{{ jenkin s_process_ user }}"
  18   jenkins_pr ocess_grou p: "{{ jen kins_proce ss_user }} "
  19  
  20   #The locat ion at whi ch the jen kins-cli.j ar jarfile  will be k ept. This  is used fo r communic ating with  Jenkins v ia the CLI .
  21   jenkins_ja r_location : /opt/jen kins-cli.j ar
  22  
  23   #The HTTP  port for J enkins' we b interfac e.
  24   jenkins_ht tp_port:  PORT
  25  
  26   #Jenkins p lugins to  be install ed automat ically dur ing provis ioning 
  27   jenkins_pl ugins: []
  28   #jenkins_s ync_jobs:  true
  29  
  30   #Used for  setting a  URL prefix  for your  Jenkins in stallation
  31   #The optio n is added  as --pref ix={{ jenk ins_url_pr efix }} to  the Jenki ns initial ization ja va invocat ion, 
  32   #so you ca n access t he install ation at a  path like  http://ww w.example. com{{ jenk ins_url_pr efix }}. 
  33   #Make sure  you start  the prefi x with a /  (e.g. /je nkins).
  34   jenkins_ur l_prefix:  ""
  35  
  36   #Default a dmin accou nt credent ials which  will be c reated the  first tim e Jenkins  is install ed.
  37   jenkins_ad min_userna me:  AI
  38   jenkins_ad min_passwo rd: "{{  AI  }}"
  39  
  40   jenkins_ex cluded_plu gins: 'hip chat.*,scm -sync-conf iguration. *'
  41  
  42   jenkins_de fault_user s:
  43       mcordi :
  44         emai l: " PII                   "
  45         perm : [Jenkins .READ,item .READ]
  46         full name: "Mik e Cordi"
  47       thowar d:
  48         emai l: " PII                 "
  49         perm : [Jenkins .ADMINISTE R]
  50         full name: "Ton y Howard"
  51       dmcall ister:
  52         emai l: " PII                        "
  53         perm : [Jenkins .ADMINISTE R]
  54         full name: "Dan iel Mcalli ster"
  55       lbenha rt:
  56         emai l: " PII                 "
  57         perm : [Jenkins .ADMINISTE R]
  58         full name: "Lee  Benhart"
  59       jenkin s_build:
  60         emai l: " PII                 "
  61         perm : [Jenkins .READ]
  62         full name: "Jen kins Build user"
  63       vthomp son:
  64         emai l: " PII                      "
  65         perm : [Jenkins .READ,item .READ]
  66         full name: "Ver nita Thomp son"
  67       vhaact asfpcdnsrt c:
  68         emai l: " PII                 "
  69         perm : [Jenkins .READ,item .READ,item .BUILD,ite m.WORKSPAC E,run.REPL AY,view.RE AD,scm.TAG ]
  70         full name: "RTC  Build Ser vice Accou nt"
  71  
  72   jenkins_re move_users :
  73       - mjen ks
  74  
  75   jenkins_gl obal_vars:
  76       - name : NPM_REGI STRY
  77         valu e: "{{ npm _registry  }}"
  78  
  79       - name : MCCF_PUB _REPO_URL
  80         valu e: "{{ mcc f_pub_url  }}/repo"
  81  
  82       - name : VAULTPAS S_PATH
  83         valu e: "~/.vau lt_pass"
  84  
  85   nodejs_npm _global_pa ckages:
  86   #  # Insta ll a speci fic versio n of a pac kage.
  87   #  - name:  jslint
  88   #    versi on: 0.9.3
  89   #  # Insta ll the lat est stable  release o f a packag e.
  90   #  - name:  node-sass
  91  
  92     - name:  check-depe ndencies
  93       versio n: '1.1.0'
  94  
  95     - name:  selenium-s tandalone
  96       versio n: '6.0.1'
  97  
  98     - name:  protractor
  99       versio n: '5.1.1'
  100  
  101     - name:  grunt
  102       versio n: '1.0.1'
  103  
  104     - name:  typescript
  105       versio n: '2.1.6'