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

145.1 Files compared

# Location File Last Modified
1 MCCF_EDI_TAS_TASCore v2.0_Build_10.zip\MCCF_EDI_TAS_DevOps\mccf_devops\environments\EDE_CI\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\EDE_CI\group_vars\ci-server ci-server Thu Apr 18 18:19:32 2019 UTC

145.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 13 216
Changed 12 30
Inserted 0 0
Removed 0 0

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

145.4 Active regular expressions

No regular expressions were active.

145.5 Comparison detail

  1   env: EDE_C I
  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
  12   #This will  be used d uring setu p to commu nicate wit h the runn ing Jenkin s instance  via HTTP  requests.
  13   jenkins_ho stname:  DNS . URL
  14  
  15   #The Jenki ns home di rectory wh ich, among st others,  is being  used for s toring art ifacts, wo rkspaces a nd plugins
  16   #This vari able allow s you to o verride th e default  /var/lib/j enkins loc ation.
  17   jenkins_pr ocess_user : vaaactas fpcjenkins
  18   jenkins_ho me: /var/l ib/jenkins
  19   jenkins_pr ocess_grou p: "{{ jen kins_proce ss_user }} "
  20  
  21   #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 .
  22   jenkins_ja r_location : /opt/jen kins-cli.j ar
  23  
  24   #The HTTP  port for J enkins' we b interfac e.
  25   jenkins_ht tp_port:  PORT
  26   jenkins_ht tps_port:  PORT
  27  
  28   #Jenkins p lugins to  be install ed automat ically dur ing provis ioning 
  29   jenkins_pl ugins: []
  30   #jenkins_s ync_jobs:  true
  31   skip_jobs:
  32     - MCCF_T AS/jobs/bi tbucket_ho ok_test
  33     - Mainte nanceTasks /jobs/MCCF _CF_TRM_Co mpare_task
  34     - Mainte nanceTasks /jobs/scm_ sync_test
  35     - Mainte nanceTasks /jobs/jenk ins_test_a ccess
  36  
  37   #Used for  setting a  URL prefix  for your  Jenkins in stallation
  38   #The optio n is added  as --pref ix={{ jenk ins_url_pr efix }} to  the Jenki ns initial ization ja va invocat ion, 
  39   #so you ca n access t he install ation at a  path like  http://ww w.example. com{{ jenk ins_url_pr efix }}. 
  40   #Make sure  you start  the prefi x with a /  (e.g. /je nkins).
  41   jenkins_ur l_prefix:  ""
  42  
  43   #Default a dmin accou nt credent ials which  will be c reated the  first tim e Jenkins  is install ed.
  44   jenkins_ad min_userna me:  AI
  45   jenkins_ad min_passwo rd: "{{  AI  }}"
  46   jenkins_ad min_email:  "{{ jenki ns_process _user }}@{ { jenkins_ hostname } }"
  47   jenkins_re ply_email:  " PII                      "
  48  
  49   jenkins_ex cluded_plu gins: 'hip chat.*,scm -sync-conf iguration. *'
  50   maven_prox ies: []
  51  
  52   #set java  packages t o use diff erent vers ion than t he 
  53   # default  (OpenJDK 1 .8)
  54   java_packa ges: 
  55     - java-1 .8.0-openj dk-devel
  56  
  57   jenkins_de fault_user s:
  58       jenkin s_build:
  59         emai l: " PII                 "
  60         perm : [Jenkins .READ]
  61         full name: "Jen kins Build user"
  62       clach:
  63         emai l: " PII "
  64         perm : [Jenkins .ADMINISTE R]
  65         full name: "Che ryl Lach"
  66       dmcall ister:
  67         emai l: " PII                        "
  68         perm : [Jenkins .ADMINISTE R]
  69         full name: "Dan iel Mcalli ster"
  70       mcordi :
  71         emai l: " PII                   "
  72         perm : [Jenkins .READ,item .READ]
  73         full name: "Mik e Cordi"
  74       thowar d:
  75         emai l: " PII                 "
  76         perm : [Jenkins .ADMINISTE R]
  77         full name: "Ton y Howard"
  78       vthomp son:
  79         emai l: " PII                      "
  80         perm : [Jenkins .READ,item .READ]
  81         full name: "Ver nita Thomp son"
  82       vhaact asfpcdnsrt c:
  83         emai l: " PII                 "
  84         perm : [Jenkins .READ,item .READ,item .BUILD,ite m.WORKSPAC E,run.REPL AY,view.RE AD,scm.TAG ]
  85         full name: "RTC  Build Ser vice Accou nt"
  86  
  87   jenkins_re move_users :
  88       - mjen ks
  89       - lben hart
  90  
  91   jenkins_gl obal_vars:
  92       - name : NPM_REGI STRY
  93         valu e: "{{ npm _registry  }}"
  94  
  95       - name : MCCF_PUB _REPO_URL
  96         valu e: "{{ mcc f_pub_url  }}/repo"
  97  
  98       - name : VAULTPAS S_PATH
  99         valu e: "~/.vau lt_pass"
  100  
  101       - name : ENV
  102         valu e: "{{ env  }}"
  103  
  104   nodejs_npm _global_pa ckages:
  105   #  # Insta ll a speci fic versio n of a pac kage.
  106   #  - name:  jslint
  107   #    versi on: 0.9.3
  108   #  # Insta ll the lat est stable  release o f a packag e.
  109   #  - name:  node-sass
  110     - name:  check-depe ndencies
  111       versio n: '1.1.0'
  112  
  113     - name:  selenium-s tandalone
  114       versio n: '6.0.1'
  115  
  116     - name:  protractor
  117       versio n: '5.1.1'
  118  
  119     - name:  grunt
  120       versio n: '1.0.1'
  121  
  122     - name:  typescript
  123       versio n: '2.1.6'