180. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/18/2019 5:55:25 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.

180.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_DEV\group_vars\ci-server ci-server Wed Apr 3 02:27:20 2019 UTC
2 MCCF_EDI_TAS_TASCore v2.0_Build_10.zip\MCCF_EDI_TAS_DevOps\mccf_devops\environments\MAG_DEV\group_vars\ci-server ci-server Thu Apr 18 17:09:30 2019 UTC

180.2 Comparison summary

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

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

180.4 Active regular expressions

No regular expressions were active.

180.5 Comparison detail

  1   env: MAG_D EV
  2   www_root:  /var/www/h tml
  3   # The vari ables file  used by t he playboo ks in the  ci-server  group.
  4   # These do n't have t o be expli citly impo rted by va rs_files:  they are a utopopulat ed.
  5  
  6   # Optional  method of  pinning a  specific  version of  Jenkins a nd/or over riding the
  7   # default  Jenkins pa ckaging UR L.
  8   jenkins_pk g_url: "{{  mccf_pub_ repo_url } }/yum/MCCF "
  9   jenkins_up date_url:  "{{ mccf_p ub_repo_ur l }}/jenki ns"
  10   jenkins_up date_cente r: ""
  11  
  12   #The syste m hostname ; usually  localhost  works fine
  13   #This will  be used d uring setu p to commu nicate wit h the runn ing Jenkin s instance  via HTTP  requests.
  14   jenkins_ho stname:  DNS . URL
  15  
  16   #The Jenki ns home di rectory wh ich, among st others,  is being  used for s toring art ifacts, wo rkspaces a nd plugins
  17   #This vari able allow s you to o verride th e default  /var/lib/j enkins loc ation.
  18   jenkins_pr ocess_user : jenkins
  19   jenkins_ho me: "/home /{{ jenkin s_process_ user }}"
  20   jenkins_pr ocess_grou p: "{{ jen kins_proce ss_user }} "
  21  
  22   #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 .
  23   jenkins_ja r_location : /opt/jen kins-cli.j ar
  24  
  25   #Jenkins p lugins to  be install ed automat ically dur ing provis ioning 
  26   jenkins_pl ugins: []
  27   jenkins_sy nc_jobs: t rue
  28   skip_jobs:
  29     - MCCF_T AS/jobs/bi tbucket_ho ok_test
  30     - MCCF_T AS/jobs/br anch_deplo y_MCCF_TAS _Core
  31     - MCCF_T AS/jobs/MC CF_TAS_COR E_branch_b uild
  32     - Mainte nanceTasks /jobs/MCCF _CF_TRM_Co mpare_task
  33     - Mainte nanceTasks /jobs/scm_ sync_test
  34     - Mainte nanceTasks /jobs/jenk ins_test_a ccess
  35  
  36   #The HTTP  port for J enkins' we b interfac e.
  37   jenkins_ht tp_port:  PORT
  38   jenkins_ht tps_port:  PORT
  39  
  40   #Used for  setting a  URL prefix  for your  Jenkins in stallation
  41   #The optio n is added  as --pref ix={{ jenk ins_url_pr efix }} to  the Jenki ns initial ization ja va invocat ion, 
  42   #so you ca n access t he install ation at a  path like  http://ww w.example. com{{ jenk ins_url_pr efix }}. 
  43   #Make sure  you start  the prefi x with a /  (e.g. /je nkins).
  44   jenkins_ur l_prefix:  ""
  45   jenkins_de fault_url:  "http://{ { jenkins_ hostname } }:{{ jenki ns_http_po rt }}{{ je nkins_url_ prefix | d efault('')  }}"
  46  
  47   #Default a dmin accou nt credent ials which  will be c reated the  first tim e Jenkins  is install ed.
  48   jenkins_ad min_userna me: jenkin s_admin
  49   jenkins_ad min_passwo rd: "{{ je nkins_admi n_pwd }}"
  50   jenkins_ad min_email:  "{{ jenki ns_process _user }}@{ { jenkins_ hostname } }"
  51  
  52   #Mailer Re ply-To Add ress: Addr ess to inc lude in th e Reply-To  header. 
  53   jenkins_do notreply_e mail: " PII                      "
  54  
  55   #comma sep arated lis t  To CC o r BCC some one instea d of putti ng them in  the To li st, 
  56   #add cc: o r bcc: bef ore the em ail addres s (e.g., c c:someone@ example.co m, bcc:bob @example.c om).
  57   #You may u se the $DE FAULT_RECI PIENTS tok en in proj ects to in clude this  default l ist
  58   jenkins_de fault_reci pient_emai l: "cc:  PII                  "
  59  
  60   #A comma s eparated l ist of e-m ail addres ses to use  in the Re ply-To hea der of the  email. 
  61   #This valu e will be  available  as $DEFAUL T_REPLYTO  in the pro ject confi guration.
  62   jenkins_de fault_repl y_email: " PII                  "
  63  
  64   jenkins_ex cluded_plu gins: 'hip chat.*,scm -sync-conf iguration. *'
  65   maven_prox ies: []
  66  
  67   #set java  packages t o use diff erent vers ion than t he 
  68   # default  (OpenJDK 1 .8)
  69   java_packa ges: 
  70     - java-1 .8.0-openj dk-devel
  71  
  72   jenkins_de fault_user s:
  73     clach:
  74       email:  " PII                 "
  75       perm:  [Jenkins.A DMINISTER]
  76       fullna me: "Chery l Lach"
  77     csesti:
  78       email:  "christin e.sesti@ha lfaker.com "
  79       perm:  [Jenkins.R EAD,Item.R ead]
  80       fullna me: "Chris tine Sesti "
  81     dholton:
  82       email:  "david.ho lton@va.co m"
  83       perm:  [Jenkins.A DMINISTER]
  84       fullna me: "David  Holton"
  85     jplastow :
  86       email:  " PII                   "
  87       perm:  [Jenkins.R EAD,item.R EAD]
  88       fullna me: "Jim P lastow"
  89     lbenhart :
  90       email:  " PII                 "
  91       perm:  [Jenkins.A DMINISTER]
  92       fullna me: "Lee B enhart"
  93     mdawson:
  94       email:  " PII                   "
  95       perm:  ["Jenkins. Read"," It em.Cancel" , "Item.Re ad", "Item .Build","V iew.Read"]
  96       fullna me: "Melvi n Dawson"
  97     vthompso n:
  98       email:  " PII                      "
  99       perm:  [Jenkins.R EAD,item.R EAD]
  100       fullna me: "Verni ta Thompso n"
  101     vhaactas fpcdnsrtc:
  102       email:  " PII                 "
  103       perm:  [Jenkins.R EAD,item.R EAD,item.B UILD,item. WORKSPACE, run.REPLAY ,view.READ ,scm.TAG]
  104       fullna me: "RTC B uild Servi ce Account "
  105  
  106   jenkins_re move_users :
  107       - davi d.holton
  108       - dmca llister
  109       - mcor di
  110       - thow ard
  111       - jenk ins_build
  112  
  113   jenkins_cr edentials:
  114     jenkins_ build:
  115       creden tial_type:  UsernameP asswordCre dentialsIm pl
  116       creden tial_id: j enkins_bui ld
  117       descri ption: MCC F Jenkins  bitbucket  access
  118       userna me: mccf_j enkins_bui ld
  119       passwo rd: "{{ je nkins_buil d_bitbucke t_password  }}"
  120     RTC_BUIL D:
  121       creden tial_type:  UsernameP asswordCre dentialsIm pl
  122       creden tial_id: R TC_BUILD
  123       descri ption: RTC  Build Acc ount
  124       userna me: VHAACT ASFPCDNSRT C
  125       passwo rd: "{{ rt c_build_pa ssword }}"
  126  
  127   jenkins_gl obal_vars:
  128     - name:  NPM_REGIST RY
  129       value:  "{{ npm_r egistry }} "
  130  
  131     - name:  MCCF_PUB_R EPO_URL
  132       value:  "{{ mccf_ pub_url }} /repo"
  133  
  134     - name:  VAULTPASS_ PATH
  135       value:  "~/.vault _pass"
  136  
  137     - name:  ENV
  138       value:  "{{ env } }"
  139  
  140   jenkins_ac cess_keys:
  141     - {src:  'jenkins-p ri-key' ,  dest: 'id_ rsa', mode : '0600',  decrypt: y es }
  142     - {src:  'jenkins-p ub-key' ,  dest: 'id_ rsa.pub',  mode: '044 4', decryp t: no }
  143  
  144   jenkins_sy stemMessag e: "Jenkin s MCCF Ser ver setup  complete"
  145  
  146   nodejs_npm _global_pa ckages:
  147   #  # Insta ll a speci fic versio n of a pac kage.
  148   #  - name:  jslint
  149   #    versi on: 0.9.3
  150   #  # Insta ll the lat est stable  release o f a packag e.
  151   #  - name:  node-sass
  152     - name:  check-depe ndencies
  153       versio n: '1.1.0'
  154  
  155     - name:  selenium-s tandalone
  156       versio n: '6.0.1'
  157  
  158     - name:  protractor
  159       versio n: '5.1.1'
  160  
  161     - name:  grunt
  162       versio n: '1.0.1'
  163  
  164     - name:  typescript
  165       versio n: '2.1.6'  
  166  
  167   tas_stagin g_root: "{ { www_root  }}/dev/ta s"
  168  
  169   gitGlobalC onfigName:  mccf_jenk ins_build
  170   gitGlobalC onfigEmail : "mccfsys temadmins@ halfaker.c om"