origin-master-3.8.0-1.el7.git.0.dd1558c>  HLk|Z׀A L[/)~aIu]4sIƋj _AqyU7N?TnƄTE~5Z'jTXm"y'u%F2>طats:Tl.u.[x A@s ,]>c(< +ƙ6"kU;.G|Cפ2{ѭ@dreg 5F_=.Mx?Y)5odg憲.QP$O(2ZK53cf333e26a0387b19a9511695eef856c67117f3;lZ׀A L[/)~\+e&N:jܪcM&:^֖F./IJG_PSUNiDq7T51{We GHьZ{șַoޓ4GT _Z!LCy@$^};B?xd * 8HLdhov~ $d$ $ $ $  ($  L$ $ $ D p$  <  p  * ( 8 9 :I>X?`@hBpG$H$I$XYZ$[(\4$]$^bdeflt$uD$vwD$x$ydtCorigin-master3.8.01.el7.git.0.dd1558cOrigin MasterOrigin MasterZpc1bj.rdu2.centos.orgEPCentOSCentOSASL 2.0CBS Unspecifiedhttps://github.com/openshift/originlinuxx86_64 if [ $1 -eq 1 ] ; then # Initial installation systemctl preset origin-master.service >/dev/null 2>&1 || : fi # Create master config and certs if both do not exist if [[ ! -e /etc/origin/master/master-config.yaml && ! -e /etc/origin/master/ca.crt ]]; then /usr/bin/openshift start master --write-config=/etc/origin/master # Create node configs if they do not already exist if ! find /etc/origin/ -type f -name "node-config.yaml" | grep -E "node-config.yaml"; then /usr/bin/oc adm create-node-config --node-dir=/etc/origin/node/ --node=localhost --hostnames=localhost,127.0.0.1 --node-client-certificate-authority=/etc/origin/master/ca.crt --signer-cert=/etc/origin/master/ca.crt --signer-key=/etc/origin/master/ca.key --signer-serial=/etc/origin/master/ca.serial.txt --certificate-authority=/etc/origin/master/ca.crt fi # Generate a marker file that indicates config and certs were RPM generated echo "# Config generated by RPM at "`date -u` > /etc/origin/.config_managed fi if [ $1 -eq 0 ] ; then # Package removal, not upgrade systemctl --no-reload disable origin-master.service > /dev/null 2>&1 || : systemctl stop origin-master.service > /dev/null 2>&1 || : fi systemctl daemon-reload >/dev/null 2>&1 || :<8# RHAAZp~ZpvZp~Zp~Zp~Zp~Zp~Zp~Zp~Zp~Zp~Zp~Zp~Zp~Zp~Zp~Zp~Zp~Zp~Zp~Zp~Zp~Zp~Zp~Zp~Zp~Zp~Zp~Zp~ZpvZpvZpwZmBZmBZmBZmB76c1625b13a44ba5285a3700d14731e2c73d2f1e34ed410e8c31a21f8263be145f0e2b66b6eba42e475a112da95d609716e2e08a30f0b8429ae30f959d7fc5c84b236253ddc7466bf75296993de7f9d354af4489327d4b721e46b3934b0cb59cb0146ca378921f8343f0ae580dde14cea325d3a45d8c15a3499ad99386b46015dc08f15af75d575b10a172b59dc14534285b329e6c453eab0c62d31d70c7e7b0c9e5461fd0f64812f70a739695733addce3abe5d5511dd41248d5fc27bd8bb6dQQQQQQQQQQQQQQQQQQQQQQQQQQQQrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootorigin-3.8.0-1.el7.git.0.dd1558c.src.rpmconfig(origin-master)origin-masterorigin-master(x86-64)@     /bin/bash/bin/sh/bin/sh/bin/shconfig(origin-master)originrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)systemdsystemdsystemdrpmlib(PayloadIsXz)3.8.0-1.el7.git.0.dd1558c3.8.0-1.el7.git.0.dd1558c3.0.4-14.6.0-14.0-15.2-14.11.3Yf@UU5@U5@UUc@UnT,@TTTTHTD@T>aT.T+T*@T!`TSteve Milner 0.2-10Scott Dodson 0.2-9Steve Milner 0.2-8Steve Milner 0.2-7Steve Milner 0.2-6Steve Milner 0.2-5Steve Milner 0.2-4Scott Dodson 0.2-3Scott Dodson 0.2-2Adam Miller - 0.2-2Adam Miller - 0.2-1Adam Miller - 0-0.0.9.git562842eAdam Miller - 0-0.0.8.git562842eAdam Miller - 0-0.0.7.git7872f0fAdam Miller - 0-0.0.6.gite4d4ecfAdam Miller - 0-0.0.5.git6d9f1a9Adam Miller - 0-0.0.4.git6d9f1a9Adam Miller - 0-0.0.3.git6d9f1a9Adam Miller - 0-0.0.2.git2647df5- Master config files moved to /etc/origin/master/ BZ#1469034.- Rename from openshift -> origin - Symlink /var/lib/origin to /var/lib/openshift if /var/lib/openshift exists- Master configs will be generated if none are found when the master is installed. - Node configs will be generated if none are found when the master is installed. - Additional notice file added if config is generated by the RPM. - All-In-One services removed.- Added new ovs script(s) to file lists.- Using _unitdir instead of _prefix for unit data- Configuration location now /etc/origin - Default configs created upon installation- Added AEP packages- Update to 21fb40637c4e3507cca1fcab6c4d56b06950a149 - Split packaging of openshift-master and openshift-node- new package built with tito- Add symlink for osc command line tooling (merged in from jhonce@redhat.com)- Update to latest upstream release - Restructured some of the golang deps build setup for restructuring done upstream- Add new patches from jhonce for systemd units- Update to latest master snapshot- Update to latest master snapshot- Update to latest Alpha nightly build tag 20141003- Switch to consistent naming, patch by jhonce- Add systemd and sysconfig entries from jhonce- Update to latest upstream.- Update to latest upstream./bin/sh/bin/sh/bin/shopenshift-master  !"#$3.8.0-1.el7.git.0.dd1558c3.8.0-1.el7.git.0.dd1558c3.8.0-1.el7.git.0.dd1558c3.0.2.900.config_managedmasteradmin.crtadmin.keyadmin.kubeconfigca.crtca.keyca.serial.txtetcd.server.crtetcd.server.keymaster-config.yamlmaster.etcd-client.crtmaster.etcd-client.keymaster.kubelet-client.crtmaster.kubelet-client.keymaster.server.crtmaster.server.keyopenshift-master.crtopenshift-master.keyopenshift-master.kubeconfigopenshift-registry.crtopenshift-registry.keyopenshift-registry.kubeconfigopenshift-router.crtopenshift-router.keyopenshift-router.kubeconfigpolicy.jsonserviceaccounts.private.keyserviceaccounts.public.keyorigin-masterorigin-master.servicemigrationfix-3.4-paths.shmigrate-image-manifests.shmigrate-network-policy.shunmigrate-network-policy.sh/etc/origin//etc/origin/master//etc/sysconfig//usr/lib/systemd/system//usr/share/origin//usr/share/origin/migration/-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=genericcpioxz2x86_64-redhat-linux-gnucannot open (No such file or directory)directoryASCII textBourne-Again shell script, ASCII text executableRRRR?7zXZ !#,JY] b2 1 9q^~|0*XdHOa!9oCi[(Y}b8H)(ֿGᶨ ,DoI SޟQ)tؚ./y*`^\ԿMo|%Wjv[ga`Y 9қ$\ݖ^}USU~O9 哂=bB=x9s_S(i`g;:>:!ɶq+SІ7HYntP-lqaS .3:B e8PptmWxyF^o^㕙ؙI㸊mP0CyFdЕZAA)K{tO;͗--dd2ÔtlQ$L(-'n-݄'{ L#&k>"Vdx?qeO}KC_xS GgjE4R0U]r}ЅD4J'*//iM(R Slᦚ],{V"+`^;Oi\*8,*eI*vxfj_ W(]Bɣv kFo)?hf`@Zp5P5QEABJ_=gx(Ǹ~2۳\`;LHW2fF0|yWG nt4(3i6ċZ;JKJ.qmry;tkV ,<FjsdANN"HMkih1yaSUChxSX[!M']?y7{bJbd0u`t)4M w[+Y }7M`pMSt9aYaw$w@\majM"gd@/{/ad` ] Ly!i},zRj,*x#-9ZSW'zF}SQLvu[(GR6(v?5LCLh0Ռ`3pA}AׯRBSQ!. =Qh3)h&b:B kȢo*>nB<2ǤYl_;~ɛ,Z[B^Xȗ EeSUH`"})+Ii<(MPX7?2u|yMWì(un_"@0xX*&&#PN9(~ HNOY͓uXɒ<VOQYbE:Ri\s<& |kAzCr8]L̏ї'?̨uH=4vf_KaqCy<Л~{68Uș,"_ۈX~Ale@'_6pЮi3GT>W%zRwR@ _fXӸH@[`sF0rj A^ad%bqXeh^^j}" QxL_"*< Ķ3Y X|1t-e1zA4Z+Kti?Cag|~V,֜WgD*˚iڄu& Y)6D|MiA'$URݼzMXKBupF3~|$ɔgr[CXMXI\ }oJ9~a_i5 ?QI&Kk@M(mڝHܹF"KYVb;'l6%4 Y̕2UBSPm8Na˦L}U]ǵg[ 7@s㜶akA#Z0D1pz;`l.E&wC)Ƅ±-DA#~o!5\k5Th@C}X8L&Ҕ}ֆN_.%f}~N1?v:ehn<UXV|ԡW['GQ[Nqk2:L%㚤'5,!n ;JX2 Ügem!AV Ђ]sq *44ϩ)=]s u 824ؓι[0Xp.mFC:sywKz<ܣh^ҞtGZCx_\[_spzXdL~(#%d;0`*Ζ[NSjg/Tݩ8rlqoy5җ/Ƨma].7X)#ȚJ0XUG=)+t@,Ji07p|qYa҇:hQ=HeSlV6GLl1ͿvI~`DSߡZU1+DeaT pg㥇q|vKkGD:2wȍ)O:"%7דj QKq~FՑVݗ>nDW;3;Fτ1thGs̄u$$J?|?<ҡOV Fߤr(vD&pnZJomBΛ6`VZܐ'}c|K l&-Eʤq Yo.Bl98Fʷ[sMw˖&)5V`VJPxɜi N#X1 /s%jSC} tKF1:?cLj7)C'dD VZ9 ̥'XWFZ);>b֬WǸyRH Q\27U2LWc=g̬q3]p@D*+YD i m3k_[[2*KED]2(p&kszne-xQ=Yd@f7sMS/f]cqC<ؐ/# ُ ,34XYB[ ԱߓC1R9fuN74I@if+r -@2iO)Yh_s{EQlׅwz3V_6qEݨ>rC~Fg>z-fݎWY;bBJ}e73<` 5=p6j &تwI?B17/M&̓gsku{-NE,whf ;f82917:f+ צO&38~2p %XQ+prE}KX8{9ӐxnHcX.:q]o9d,|z `&p3- @.I8'dejNWP?2#b"U Њ)ivFK\mL^phXO/8xjG ZkrB WcUfe_-:Wҋ lG| vI11CG\y1$ѝ%ht, {Eׁب EMb!Ziv92! 1|#l Qr\[l( {kʻ{i6b`mkנ? $ yiD32ڎ!_#ֵ " h(P+XekzfpퟢË+sݿ5RcNL+ 'S4w@b(Jӑ"D GSQs v󚻃͓.];(_-QlE@|RKTs W('*3ϸcڨ\K--w F(eݲ |~346J'Q )o]FBz۟ %*^P} u Q:HpiRܾ\mSFm MN+o[Fhn;Mtq3Y𼀽gFҒ@D8:3e̜ٕ Ob}&yd% @%r_а6aPsľAZ@Cj#혹vhF6`4,DE2dցL r͎"fx5>:; i)%QWw҇"%o}+GO2p 5`;€j%m#*9htEHƅh6̏7ҟflQ2l"#^?V|9JKv) zHu{q4_ڏih*;5KɔT eXK]@nS6'\Jh]̧1dƛ!]gGRѐP] mv>SX 0l%YڊXq ;/yFRdvEx20>CKHKCBak^JĒ 5.e;  ?m;x 7q`Fš H"@4\fd[}H&x8*ApU/]/Q9B YZ