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.
# | Location | File | Last Modified |
---|---|---|---|
1 | MCCF_EDI_TAS_TASCore v2.0_Build_10.zip\MCCF_EDI_TAS_DevOps\mccf_devops\environments\AWS_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\AWS_DEV\group_vars\ci-server | ci-server | Thu Apr 18 18:21:57 2019 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 6 | 356 |
Changed | 5 | 14 |
Inserted | 0 | 0 |
Removed | 0 | 0 |
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 |
No regular expressions were active.
1 | env: AWS_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: "http:/ /updates.j enkins-ci. org/update -center.js on" | |
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: aw s-master.m ccf.halfak erlabs.com | |
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 | ||
19 | #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 . | |
20 | jenkins_ja r_location : /opt/jen kins-cli.j ar | |
21 | ||
22 | #Jenkins p lugins to be install ed automat ically dur ing provis ioning | |
23 | jenkins_pl ugins: [] | |
24 | #jenkins_s ync_jobs: false | |
25 | skip_jobs: [] | |
26 | ||
27 | #The HTTP port for J enkins' we b interfac e. | |
28 | jenkins_ht tp_port: PORT | |
29 | jenkins_ht tps_port: PORT | |
30 | ||
31 | #Used for setting a URL prefix for your Jenkins in stallation . | |
32 | #The optio n is added as --pref ix={{ jenk ins_url_pr efix }} to the Jenki ns initial ization ja va invocat ion, | |
33 | #so you ca n access t he install ation at a path like http://ww w.example. com{{ jenk ins_url_pr efix }}. | |
34 | #Make sure you start the prefi x with a / (e.g. /je nkins). | |
35 | jenkins_ur l_prefix: "" | |
36 | jenkins_de fault_url: "http://{ { jenkins_ hostname } }:{{ jenki ns_http_po rt }}{{ je nkins_url_ prefix | d efault('') }}" | |
37 | ||
38 | #Default a dmin accou nt credent ials which will be c reated the first tim e Jenkins is install ed. | |
39 | jenkins_ad min_userna me: AI | |
40 | jenkins_ad min_passwo rd: "{{ AI }}" | |
41 | jenkins_ad min_email: "{{ jenki ns_process _user }}@{ { jenkins_ hostname } }" | |
42 | ||
43 | #Mailer Re ply-To Add ress: Addr ess to inc lude in th e Reply-To header. | |
44 | jenkins_do notreply_e mail: "don otreply@{{ jenkins_h ostname }} " | |
45 | ||
46 | #comma sep arated lis t To CC o r BCC some one instea d of putti ng them in the To li st, | |
47 | #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). | |
48 | #You may u se the $DE FAULT_RECI PIENTS tok en in proj ects to in clude this default l ist | |
49 | jenkins_de fault_reci pient_emai l: "cc: PII " | |
50 | ||
51 | #A comma s eparated l ist of e-m ail addres ses to use in the Re ply-To hea der of the email. | |
52 | #This valu e will be available as $DEFAUL T_REPLYTO in the pro ject confi guration. | |
53 | jenkins_de fault_repl y_email: " PII " | |
54 | ||
55 | jenkins_ex cluded_plu gins: 'rqm -plugin.*, teamconcer t.*' | |
56 | maven_prox ies: [] | |
57 | ||
58 | #set java packages t o use diff erent vers ion than t he | |
59 | # default (OpenJDK 1 .8) | |
60 | java_packa ges: | |
61 | - java-1 .8.0-openj dk-devel | |
62 | ||
63 | jenkins_de fault_user s: | |
64 | clach: | |
65 | email: "PII" | |
66 | perm: [Jenkins.A DMINISTER] | |
67 | fullna me: "Chery l Lach" | |
68 | csesti: | |
69 | email: "christin e.sesti@ha lfaker.com " | |
70 | perm: [Jenkins.R EAD,Item.R ead] | |
71 | fullna me: "Chris tine Sesti " | |
72 | dbetz: | |
73 | email: "david.be tz@halfake r.com" | |
74 | perm: [Jenkins.R EAD,Item.R ead] | |
75 | fullna me: "David Betz" | |
76 | dfowlds: | |
77 | email: "donald.f owlds@half aker.com" | |
78 | perm: [Jenkins.R EAD,Item.R ead] | |
79 | fullna me: "Donal d Fowlds" | |
80 | dhagan: | |
81 | email: "douglas. hagan@half aker.com" | |
82 | perm: [Jenkins.R EAD,Item.R ead] | |
83 | fullna me: "Dougl as Hagan" | |
84 | dloban: | |
85 | email: "david.lo ban@halfak er.com" | |
86 | perm: [Jenkins.R EAD,Item.R ead, Item. Build] | |
87 | fullna me: "David Loban" | |
88 | jballers tein: | |
89 | email: "justin.b allerstein @halfaker. com" | |
90 | perm: [Jenkins.R EAD,Item.R ead, Item. Build] | |
91 | fullna me: "Justi n Ballerst ein" | |
92 | jikley: | |
93 | email: "jessica. ikley@half aker.com" | |
94 | perm: [Jenkins.R EAD,Item.R ead] | |
95 | fullna me: "Jessi ca Ikley" | |
96 | kbell: | |
97 | email: "ken.bell @halfaker. com" | |
98 | perm: [Jenkins.R ead, Item. Read] | |
99 | fullna me: "Ken B ell" | |
100 | koulson: | |
101 | email: "keith.ou lson@halfa ker.com" | |
102 | perm: [Jenkins.R ead, Item. Read] | |
103 | fullna me: "Keith Oulson" | |
104 | lbruno: | |
105 | email: "lisa.bru no@halfake r.com" | |
106 | perm: [Jenkins.R EAD,Item.R ead] | |
107 | fullna me: "Lisa Bruno" | |
108 | mcordi: | |
109 | email: "michael. cordi@half aker.com" | |
110 | perm: [Jenkins.R EAD,item.R EAD] | |
111 | fullna me: "Mike Cordi" | |
112 | pwhalen: | |
113 | email: "patrick. whalen@hal faker.com" | |
114 | perm: [Jenkins.R EAD,Item.R ead] | |
115 | fullna me: "Patri ck Whalen" | |
116 | smaerdia n: | |
117 | email: "steffen. maerdian@h alfaker.co m" | |
118 | perm: [Jenkins.R EAD,Item.R ead] | |
119 | fullna me: "Steff en Maerdia n" | |
120 | ||
121 | jenkins_re move_users : | |
122 | - mjenks | |
123 | - dazzol ina | |
124 | - dmcall ister | |
125 | - ajdeli sle | |
126 | - thowar d | |
127 | - jenkin s_build | |
128 | ||
129 | jenkins_cr edentials: | |
130 | jenkins_ confluence _auth: | |
131 | creden tial_type: StringCre dentialsIm pl | |
132 | descri ption: MCC F Confluen ce access for jenkin s | |
133 | userna me: jenkin s_confluen ce_auth | |
134 | secret : "{{ jenk ins_conflu ence_auth_ secret }}" | |
135 | jenkins_ build: | |
136 | creden tial_type: UsernameP asswordCre dentialsIm pl | |
137 | creden tial_id: j enkins_bui ld | |
138 | descri ption: MCC F Jenkins bitbucket access | |
139 | userna me: mccf_j enkins_bui ld | |
140 | passwo rd: "{{ je nkins_buil d_bitbucke t_password }}" | |
141 | ||
142 | jenkins_gl obal_vars: | |
143 | - name: NPM_REGIST RY | |
144 | value: "{{ npm_r egistry }} " | |
145 | ||
146 | - name: MCCF_PUB_R EPO_URL | |
147 | value: "{{ mccf_ pub_url }} /repo" | |
148 | ||
149 | - name: VAULTPASS_ PATH | |
150 | value: "~/.vault _pass" | |
151 | ||
152 | - name: ENV | |
153 | value: "{{ env } }" | |
154 | ||
155 | jenkins_ac cess_keys: | |
156 | - {src: 'jenkins-p ri-key' , dest: 'id_ rsa', mode : '0600', decrypt: y es } | |
157 | - {src: 'jenkins-p ub-key' , dest: 'id_ rsa.pub', mode: '044 4', decryp t: no } | |
158 | ||
159 | jenkins_sy stemMessag e: "Jenkin s MCCF Ser ver setup complete" | |
160 | ||
161 | nodejs_npm _global_pa ckages: | |
162 | # # Insta ll a speci fic versio n of a pac kage. | |
163 | # - name: jslint | |
164 | # versi on: 0.9.3 | |
165 | # # Insta ll the lat est stable release o f a packag e. | |
166 | # - name: node-sass | |
167 | - name: check-depe ndencies | |
168 | versio n: '1.1.0' | |
169 | ||
170 | - name: selenium-s tandalone | |
171 | versio n: '6.0.1' | |
172 | ||
173 | - name: protractor | |
174 | versio n: '5.1.1' | |
175 | ||
176 | - name: grunt | |
177 | versio n: '1.0.1' | |
178 | ||
179 | - name: typescript | |
180 | versio n: '2.1.6' | |
181 | ||
182 | tas_stagin g_root: "{ { www_root }}/dev/ta s" | |
183 | ||
184 | gitGlobalC onfigName: mccf_jenk ins_build | |
185 | gitGlobalC onfigEmail : "mccfsys temadmins@ halfaker.c om" |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.