openshift-ansible.spec 83 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672
  1. # %commit is intended to be set by tito custom builders provided
  2. # in the .tito/lib directory. The values in this spec file will not be kept up to date.
  3. %{!?commit:
  4. %global commit c64d09e528ca433832c6b6e6f5c7734a9cc8ee6f
  5. }
  6. Name: openshift-ansible
  7. Version: 3.0.90
  8. Release: 1%{?dist}
  9. Summary: Openshift and Atomic Enterprise Ansible
  10. License: ASL 2.0
  11. URL: https://github.com/openshift/openshift-ansible
  12. Source0: https://github.com/openshift/openshift-ansible/archive/%{commit}/%{name}-%{version}.tar.gz
  13. BuildArch: noarch
  14. Requires: ansible >= 1.9.4
  15. Requires: python2
  16. Requires: openshift-ansible-docs = %{version}-%{release}
  17. %description
  18. Openshift and Atomic Enterprise Ansible
  19. This repo contains Ansible code and playbooks
  20. for Openshift and Atomic Enterprise.
  21. %prep
  22. %setup -q
  23. %build
  24. # atomic-openshift-utils install
  25. pushd utils
  26. %{__python} setup.py build
  27. popd
  28. %install
  29. # Base openshift-ansible install
  30. mkdir -p %{buildroot}%{_datadir}/%{name}
  31. mkdir -p %{buildroot}%{_datadir}/ansible/%{name}
  32. mkdir -p %{buildroot}%{_datadir}/ansible_plugins
  33. cp -rp library %{buildroot}%{_datadir}/ansible/%{name}/
  34. # openshift-ansible-bin install
  35. mkdir -p %{buildroot}%{_bindir}
  36. mkdir -p %{buildroot}%{python_sitelib}/openshift_ansible
  37. mkdir -p %{buildroot}/etc/bash_completion.d
  38. mkdir -p %{buildroot}/etc/openshift_ansible
  39. # Fix links
  40. rm -f %{buildroot}%{python_sitelib}/openshift_ansible/aws
  41. rm -f %{buildroot}%{python_sitelib}/openshift_ansible/gce
  42. # openshift-ansible-docs install
  43. # Install example inventory into docs/examples
  44. mkdir -p docs/example-inventories
  45. cp inventory/byo/* docs/example-inventories/
  46. # openshift-ansible-playbooks install
  47. cp -rp playbooks %{buildroot}%{_datadir}/ansible/%{name}/
  48. # openshift-ansible-roles install
  49. cp -rp roles %{buildroot}%{_datadir}/ansible/%{name}/
  50. # openshift-ansible-filter-plugins install
  51. cp -rp filter_plugins %{buildroot}%{_datadir}/ansible_plugins/
  52. # openshift-ansible-lookup-plugins install
  53. cp -rp lookup_plugins %{buildroot}%{_datadir}/ansible_plugins/
  54. # atomic-openshift-utils install
  55. pushd utils
  56. %{__python} setup.py install --skip-build --root %{buildroot}
  57. # Remove this line once the name change has happened
  58. mv -f %{buildroot}%{_bindir}/oo-install %{buildroot}%{_bindir}/atomic-openshift-installer
  59. mkdir -p %{buildroot}%{_datadir}/atomic-openshift-utils/
  60. cp etc/ansible.cfg %{buildroot}%{_datadir}/atomic-openshift-utils/ansible.cfg
  61. popd
  62. # Base openshift-ansible files
  63. %files
  64. %doc LICENSE.md README*
  65. %dir %{_datadir}/ansible/%{name}
  66. %{_datadir}/ansible/%{name}/library
  67. %ghost %{_datadir}/ansible/%{name}/playbooks/common/openshift-master/library.rpmmoved
  68. # ----------------------------------------------------------------------------------
  69. # openshift-ansible-docs subpackage
  70. # ----------------------------------------------------------------------------------
  71. %package docs
  72. Summary: Openshift and Atomic Enterprise Ansible documents
  73. Requires: %{name} = %{version}
  74. BuildArch: noarch
  75. %description docs
  76. %{summary}.
  77. %files docs
  78. %doc docs
  79. # ----------------------------------------------------------------------------------
  80. # openshift-ansible-playbooks subpackage
  81. # ----------------------------------------------------------------------------------
  82. %package playbooks
  83. Summary: Openshift and Atomic Enterprise Ansible Playbooks
  84. Requires: %{name} = %{version}
  85. Requires: %{name}-roles = %{version}
  86. Requires: %{name}-lookup-plugins = %{version}
  87. Requires: %{name}-filter-plugins = %{version}
  88. BuildArch: noarch
  89. %description playbooks
  90. %{summary}.
  91. %files playbooks
  92. %{_datadir}/ansible/%{name}/playbooks
  93. # We moved playbooks/common/openshift-master/library up to the top and replaced
  94. # it with a symlink. RPM doesn't handle this so we have to do some pre-transaction
  95. # magic. See https://fedoraproject.org/wiki/Packaging:Directory_Replacement
  96. %pretrans playbooks -p <lua>
  97. -- Define the path to directory being replaced below.
  98. -- DO NOT add a trailing slash at the end.
  99. path = "/usr/share/ansible/openshift-ansible/playbooks/common/openshift-master/library"
  100. st = posix.stat(path)
  101. if st and st.type == "directory" then
  102. status = os.rename(path, path .. ".rpmmoved")
  103. if not status then
  104. suffix = 0
  105. while not status do
  106. suffix = suffix + 1
  107. status = os.rename(path .. ".rpmmoved", path .. ".rpmmoved." .. suffix)
  108. end
  109. os.rename(path, path .. ".rpmmoved")
  110. end
  111. end
  112. %package roles
  113. # ----------------------------------------------------------------------------------
  114. # openshift-ansible-roles subpackage
  115. # ----------------------------------------------------------------------------------
  116. Summary: Openshift and Atomic Enterprise Ansible roles
  117. Requires: %{name} = %{version}
  118. Requires: %{name}-lookup-plugins = %{version}
  119. Requires: %{name}-filter-plugins = %{version}
  120. BuildArch: noarch
  121. %description roles
  122. %{summary}.
  123. %files roles
  124. %{_datadir}/ansible/%{name}/roles
  125. # ----------------------------------------------------------------------------------
  126. # openshift-ansible-filter-plugins subpackage
  127. # ----------------------------------------------------------------------------------
  128. %package filter-plugins
  129. Summary: Openshift and Atomic Enterprise Ansible filter plugins
  130. Requires: %{name} = %{version}
  131. BuildArch: noarch
  132. Requires: pyOpenSSL
  133. %description filter-plugins
  134. %{summary}.
  135. %files filter-plugins
  136. %{_datadir}/ansible_plugins/filter_plugins
  137. # ----------------------------------------------------------------------------------
  138. # openshift-ansible-lookup-plugins subpackage
  139. # ----------------------------------------------------------------------------------
  140. %package lookup-plugins
  141. Summary: Openshift and Atomic Enterprise Ansible lookup plugins
  142. Requires: %{name} = %{version}
  143. BuildArch: noarch
  144. %description lookup-plugins
  145. %{summary}.
  146. %files lookup-plugins
  147. %{_datadir}/ansible_plugins/lookup_plugins
  148. # ----------------------------------------------------------------------------------
  149. # atomic-openshift-utils subpackage
  150. # ----------------------------------------------------------------------------------
  151. %package -n atomic-openshift-utils
  152. Summary: Atomic OpenShift Utilities
  153. BuildRequires: python-setuptools
  154. Requires: %{name}-playbooks >= %{version}
  155. Requires: python-click
  156. Requires: python-setuptools
  157. Requires: PyYAML
  158. BuildArch: noarch
  159. %description -n atomic-openshift-utils
  160. Atomic OpenShift Utilities includes
  161. - atomic-openshift-installer
  162. - other utilities
  163. %files -n atomic-openshift-utils
  164. %{python_sitelib}/ooinstall*
  165. %{_bindir}/atomic-openshift-installer
  166. %{_datadir}/atomic-openshift-utils/ansible.cfg
  167. %changelog
  168. * Mon May 16 2016 Troy Dawson <tdawson@redhat.com> 3.0.90-1
  169. - Fixes for openshift_docker_hosted_registry_insecure var.
  170. (dgoodwin@redhat.com)
  171. - Move latest to v1.2 (sdodson@redhat.com)
  172. - Sync latest content (sdodson@redhat.com)
  173. - Update default max-pods parameter (mwysocki@redhat.com)
  174. - Allow overriding servingInfo.maxRequestsInFlight via
  175. openshift_master_max_requests_inflight. (abutcher@redhat.com)
  176. - update logging and metrics deployer templates (lmeyer@redhat.com)
  177. - Update default max-pods parameter (maci.stgn@gmail.com)
  178. - Block upgrading w/ ansible v2. (abutcher@redhat.com)
  179. - Fixed openvswitch not upgrading. (dgoodwin@redhat.com)
  180. - Do not upgrade containers to latest avail during a normal config run.
  181. (dgoodwin@redhat.com)
  182. - Update StringIO import for py2/3 compat. (abutcher@redhat.com)
  183. - Fix mistaken quotes on proxy sysconfig variables. (dgoodwin@redhat.com)
  184. - Sync comments with origin pr (sdodson@redhat.com)
  185. - Use IP4_NAMESERVERS rather than DHCP4_DOMAIN_NAME_SERVERS
  186. (sdodson@redhat.com)
  187. - Remove vars_files on play includes for upgrade playbooks.
  188. (abutcher@redhat.com)
  189. - Document oauth token config inventory vars. (dgoodwin@redhat.com)
  190. - Why is the node failing to start (sdodson@redhat.com)
  191. - Move os_firewall out of openshift_common (sdodson@redhat.com)
  192. - Remove old unused firewall rules (sdodson@redhat.com)
  193. - Fix firewall rules (sdodson@redhat.com)
  194. - Remove double evaluate_groups include. (abutcher@redhat.com)
  195. - a-o-i: Write proxy variables (smunilla@redhat.com)
  196. - Add support for Openstack based persistent volumes (sbaubeau@redhat.com)
  197. - Fixes for flannel configuration. (abutcher@redhat.com)
  198. - Initialize facts for all hosts. (abutcher@redhat.com)
  199. - Fix version (sdodson@redhat.com)
  200. - Fix cli_docker_additional_registries being erased during upgrade.
  201. (dgoodwin@redhat.com)
  202. - Unmask atomic-openshift-master on uninstall (sdodson@redhat.com)
  203. - Add *.retry to gitignore. (abutcher@redhat.com)
  204. - Move modify_yaml up into top level library directory (sdodson@redhat.com)
  205. - Enable dnsmasq on all hosts (sdodson@redhat.com)
  206. - Fixed the credentials (vishal.patil@nuagenetworks.net)
  207. - Remove vars_files on play includes for byo, scaleup and restart playbooks.
  208. (abutcher@redhat.com)
  209. - Ensure ansible version greater than 1.9.4 (abutcher@redhat.com)
  210. - Add oo_merge_hostvars filter for merging host & play variables.
  211. (abutcher@redhat.com)
  212. - Replace hostvars with vars for openshift env facts when ansible >= v2.
  213. (abutcher@redhat.com)
  214. - Add system:image-auditor role to ManageIQ SA (mtayer@redhat.com)
  215. - Added extra install dependency on OSX (leenders.gert@gmail.com)
  216. - Check and unmask iptables/firewalld. (abutcher@redhat.com)
  217. - Default os_firewall_use_firewalld to false in os_firewall and remove
  218. overrides. (abutcher@redhat.com)
  219. - listen on all interfaces (sdodson@redhat.com)
  220. - Fix configuration of dns_ip (sdodson@redhat.com)
  221. - Fix markdown in roles/openshift_metrics/README.md (cben@redhat.com)
  222. - use stat module instead of shell module and ls to check for rpm-ostree
  223. (jdetiber@redhat.com)
  224. - fix openstack template (sjenning@redhat.com)
  225. - Remove duplicate oauth_template fact. (abutcher@redhat.com)
  226. - Cleanup various deprecation warnings. (abutcher@redhat.com)
  227. - Make NetworkManager failure friendlier (sdodson@redhat.com)
  228. - README Updates (detiber@gmail.com)
  229. - Remove deprecated online playbooks/roles (jdetiber@redhat.com)
  230. - fix up variable references remove "online" support from bin/cluster
  231. (jdetiber@redhat.com)
  232. - Remove Ops specific ansible-tower aws playbooks (jdetiber@redhat.com)
  233. - Fix inventory syntaxe (florian.lambert@enovance.com)
  234. - Add openshift_docker_hosted_registry_insecure option (andrew@andrewklau.com)
  235. - additional fixes (jdetiber@redhat.com)
  236. - Fix templating issue with logging role (jdetiber@redhat.com)
  237. - BuildDefaults are a kube admission controller not an openshift admission
  238. controller (sdodson@redhat.com)
  239. - a-o-i: More friendly proxy questions (smunilla@redhat.com)
  240. - update tenand_id typo in example file (jialiu@redhat.com)
  241. - Update hosts.ose.example (jialiu@redhat.com)
  242. - update tenand_id typo in example file (jialiu@redhat.com)
  243. - Update repos per inventory before upgrading (sdodson@redhat.com)
  244. - Fix openshift_generate_no_proxy_hosts boolean (sdodson@redhat.com)
  245. - Fix openshift_generate_no_proxy_hosts examples (sdodson@redhat.com)
  246. - Fix inventory properties with raw booleans, again... (dgoodwin@redhat.com)
  247. - Allow containerized deployment of dns role (jprovazn@redhat.com)
  248. * Mon May 09 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.89-1
  249. - Use yum swap to downgrade docker (sdodson@redhat.com)
  250. * Fri May 06 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.88-1
  251. - Open port 53 whenever we're unsure of version (sdodson@redhat.com)
  252. - Fix unsafe boolean handling on use_dnsmasq (sdodson@redhat.com)
  253. * Wed Apr 27 2016 Troy Dawson <tdawson@redhat.com> 3.0.87-1
  254. - a-o-i-: Allow empty proxy (smunilla@redhat.com)
  255. - a-o-i: Populate groups for openshift_facts (smunilla@redhat.com)
  256. - Replace sudo with become when accessing deployment_vars.
  257. (abutcher@redhat.com)
  258. - Port lookup plugins to ansible v2. (abutcher@redhat.com)
  259. - Add masterConfig.volumeConfig.dynamicProvisioningEnabled (sdodson@redhat.com)
  260. * Tue Apr 26 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.86-1
  261. - Don't set empty HTTP_PROXY, HTTPS_PROXY, NO_PROXY values (sdodson@redhat.com)
  262. - a-o-i tests: Update attended tests for proxy (smunilla@redhat.com)
  263. - Move portal_net from openshift_common to openshift_facts.
  264. (abutcher@redhat.com)
  265. - Apply openshift_common to all masters prior to creating certificates for
  266. portal_net. (abutcher@redhat.com)
  267. - Access portal_net in common facts. (abutcher@redhat.com)
  268. - Add support for setting identity provider custom values (jdetiber@redhat.com)
  269. - port filter_plugins to ansible2 (tob@butter.sh)
  270. - a-o-i: Update prompt when asking for proxy (smunilla@redhat.com)
  271. - a-o-i: UI additions for proxies (smunilla@redhat.com)
  272. * Mon Apr 25 2016 Troy Dawson <tdawson@redhat.com> 3.0.85-1
  273. - Fix backward compat for osm_default_subdomain (jdetiber@redhat.com)
  274. - Replace deprecated sudo with become. (abutcher@redhat.com)
  275. - Fix image version handling for v1.2.0-rc1 (sdodson@redhat.com)
  276. - Pod must be recreated for the upgrade (bleanhar@redhat.com)
  277. - openshift_etcd_facts should rely on openshift_facts not openshift_common
  278. (jdetiber@redhat.com)
  279. - Sort and de-dupe no_proxy list (sdodson@redhat.com)
  280. - openshift-metrics: adding duration and resolution options
  281. (efreiber@redhat.com)
  282. - Changed service account creation to ansible (vishal.patil@nuagenetworks.net)
  283. - As per https://github.com/openshift/openshift-
  284. ansible/issues/1795#issuecomment-213873564, renamed openshift_node_dnsmasq to
  285. openshift_use_dnsmasq where applicable. Fixes 1795 (donovan@switchbit.io)
  286. - Add global proxy configuration (sdodson@redhat.com)
  287. - remove duplicate register: (tob@butter.sh)
  288. * Fri Apr 22 2016 Troy Dawson <tdawson@redhat.com> 3.0.84-1
  289. - Fix for docker not present (jdetiber@redhat.com)
  290. - Reconcile roles in additive-only mode on upgrade (jliggitt@redhat.com)
  291. - Set etcd_hostname and etcd_ip for masters w/ external etcd.
  292. (abutcher@redhat.com)
  293. * Thu Apr 21 2016 Troy Dawson <tdawson@redhat.com> 3.0.83-1
  294. - a-o-i: Correct bug with default storage host (smunilla@redhat.com)
  295. - Only add new sccs (bleanhar@redhat.com)
  296. - Fix bug after portal_net move from master to common role.
  297. (dgoodwin@redhat.com)
  298. - Sync latest content (sdodson@redhat.com)
  299. - Use xpaas 1.3.0-1, use enterprise content for metrics (sdodson@redhat.com)
  300. - Support configurable admin user and password for the enterprise Prefix
  301. changes for admin and password with nuage_master (abhat@nuagenetworks.net)
  302. * Wed Apr 20 2016 Troy Dawson <tdawson@redhat.com> 3.0.82-1
  303. - Use a JSON list for docker log options. (dgoodwin@redhat.com)
  304. - Fix legacy cli_docker_* vars not migrating. (dgoodwin@redhat.com)
  305. - Fix use of older image tag version during upgrade. (dgoodwin@redhat.com)
  306. - Remove etcd_interface variable. Remove openshift_docker dependency from the
  307. etcd role. (abutcher@redhat.com)
  308. - Use openshift_hostname/openshift_ip values for etcd configuration and
  309. certificates. (abutcher@redhat.com)
  310. - added new openshift-metrics service (j.david.nieto@gmail.com)
  311. - Translate legacy facts within the oo_openshift_env filter.
  312. (abutcher@redhat.com)
  313. - Remove empty facts from nested dictionaries. (abutcher@redhat.com)
  314. - Fix router selector fact migration and match multiple selectors when counting
  315. nodes. (abutcher@redhat.com)
  316. - Fixing the spec for PR 1734 (bleanhar@redhat.com)
  317. - Add openshift_use_dnsmasq (sdodson@redhat.com)
  318. - Promote portal_net to openshift.common, add kube_svc_ip (sdodson@redhat.com)
  319. - Add example inventories to docs, install docs by default (sdodson@redhat.com)
  320. - Fix use of JSON inventory vars with raw booleans. (dgoodwin@redhat.com)
  321. - cleanup roles after roles move to openshift-tools (jdiaz@redhat.com)
  322. - Reference Setup for Origin and Ose from up-to-date docs.openshift.[com|org]
  323. instead of local README_[origin|OSE].md (jchaloup@redhat.com)
  324. * Mon Apr 18 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.81-1
  325. - IMAGE_PREFIX=openshift3/ for enterprise logging/metrics (sdodson@redhat.com)
  326. - a-o-i: Don't assume storage on 1st master (smunilla@redhat.com)
  327. - Bug 1320829 - Handle OSE 3.0 installs (bleanhar@redhat.com)
  328. * Fri Apr 15 2016 Troy Dawson <tdawson@redhat.com> 3.0.80-1
  329. - Refactor docker failed state cleanup (sdodson@redhat.com)
  330. - Support mixed RPM/container installs (bleanhar@redhat.com)
  331. - The openshift_docker role must set the version facts for containerized
  332. installs (bleanhar@redhat.com)
  333. - start it, check for failure, reset it, start again (sdodson@redhat.com)
  334. - Enable docker before potentially resetting the failure (sdodson@redhat.com)
  335. - Fix mappingMethod option in identity provider. (abutcher@redhat.com)
  336. - Support setting imagePolicyConfig JSON in inventory. (dgoodwin@redhat.com)
  337. * Tue Apr 12 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.79-1
  338. - Bug 1324728 - Ansible should not downgrade docker when installing 3.2
  339. containerized env (bleanhar@redhat.com)
  340. - Fixing non-HA master restart conditional (bleanhar@redhat.com)
  341. - Fetching the current version a little more carefully (bleanhar@redhat.com)
  342. - Make sure Docker is restarted after we have correctly configured the
  343. containerized systemd units (bleanhar@redhat.com)
  344. - use RestartSec to avoid default rate limit in systemd (bleanhar@redhat.com)
  345. - Convert image_tag on masters (smunilla@redhat.com)
  346. - Installs and upgrades from authenticated registries are not supported for now
  347. (bleanhar@redhat.com)
  348. - Handle cases where the pacemaker variables aren't set (bleanhar@redhat.com)
  349. - Containerized installs on RHEL were downgrading docker unnecessarily
  350. (bleanhar@redhat.com)
  351. * Tue Apr 12 2016 Troy Dawson <tdawson@redhat.com> 3.0.78-1
  352. - Add support for creating secure router. (abutcher@redhat.com)
  353. * Mon Apr 11 2016 Troy Dawson <tdawson@redhat.com> 3.0.77-1
  354. - Fix a docker-storage sysconfig bug. (dgoodwin@redhat.com)
  355. - update bootstrap-fedora to include python2-firewall for F24+
  356. (maxamillion@fedoraproject.org)
  357. - Merge openshift_env hostvars. (abutcher@redhat.com)
  358. - Add openshift_hosted_facts role and remove hosted facts from
  359. openshift_common. (abutcher@redhat.com)
  360. * Fri Apr 08 2016 Troy Dawson <tdawson@redhat.com> 3.0.76-1
  361. - a-o-i: Support openshift_image_tag (smunilla@redhat.com)
  362. - Bug 1324729 - Import xPaas image streams failed during 3.2 installation
  363. (bleanhar@redhat.com)
  364. - Test docker_version_result.stdout when determining if docker should be
  365. installed/downgraded. (abutcher@redhat.com)
  366. * Thu Apr 07 2016 Troy Dawson <tdawson@redhat.com> 3.0.75-1
  367. - First attempt at oadm router module (kwoodson@redhat.com)
  368. - Remove openshift_common dep from openshift_storage_nfs (abutcher@redhat.com)
  369. - Add cloudprovider config dir to docker options. (abutcher@redhat.com)
  370. - Check for kind in cloudprovider facts prior to accessing.
  371. (abutcher@redhat.com)
  372. * Wed Apr 06 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.74-1
  373. - Add support for configuring oauth templates. (dgoodwin@redhat.com)
  374. - Add support for templating master admissionConfig. (dgoodwin@redhat.com)
  375. * Wed Apr 06 2016 Troy Dawson <tdawson@redhat.com> 3.0.73-1
  376. - Replace unused Dockerfile with one used for official builds.
  377. (dgoodwin@redhat.com)
  378. - Update for zbx_user refresh (kwoodson@redhat.com)
  379. - Docker 1.9 is actually cool starting in origin 1.1.4 (sdodson@redhat.com)
  380. - Unmask services (bleanhar@redhat.com)
  381. - XPAAS v1.3 for OSE 3.2 (sdodson@redhat.com)
  382. - XPAAS 1.3 content for OSE 3.1 (sdodson@redhat.com)
  383. - Bug 1322788 - The IMAGE_VERSION wasn't added to atomic-openshift-master-api
  384. and atomic-openshift-master-controllers (bleanhar@redhat.com)
  385. - Bug 1323123 - upgrade failed to containerized OSE on RHEL Host without ose3.2
  386. repo (bleanhar@redhat.com)
  387. - Write inventory to same directory as quick install config.
  388. (dgoodwin@redhat.com)
  389. - Add --gen-inventory command to atomic-openshift-installer.
  390. (dgoodwin@redhat.com)
  391. * Tue Apr 05 2016 Troy Dawson <tdawson@redhat.com> 3.0.72-1
  392. - when docker is installed, make it 1.8.2 to avoid issues (mwoodson@redhat.com)
  393. - Downgrade to docker 1.8.2 if installing OSE < 3.2 (sdodson@redhat.com)
  394. - Pacemaker is unsupported for 3.2 (bleanhar@redhat.com)
  395. - Fixing regexp. Periods are no longer allowed (kwoodson@redhat.com)
  396. - We require docker 1.9 for the 3.2 upgrade (bleanhar@redhat.com)
  397. * Mon Apr 04 2016 Troy Dawson <tdawson@redhat.com> 3.0.71-1
  398. - Fixed oc_edit by requiring name and content (kwoodson@redhat.com)
  399. - add higher severity trigger if no heartbeat for 1 hour (jdiaz@redhat.com)
  400. - Yedit enhancements (kwoodson@redhat.com)
  401. * Fri Apr 01 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.70-1
  402. - Enable Ansible ssh pipelining to speedup deployment (lhuard@amadeus.com)
  403. - Allow for overriding scheduler config (jdetiber@redhat.com)
  404. - a-o-i: Add 3.2 to list of supported versions (smunilla@redhat.com)
  405. - a-o-i: Support for unattended upgrades (smunilla@redhat.com)
  406. - a-o-i: More flexible upgrade mappings (smunilla@redhat.com)
  407. - a-o-i: OSE/AEP 3.2 product option (smunilla@redhat.com)
  408. - a-o-i: Error out early if callback_facts is None (smunilla@redhat.com)
  409. * Thu Mar 31 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.69-1
  410. - Bug 1320829 - Ensure docker installed for facts (jdetiber@redhat.com)
  411. - Bug 1322788 - The IMAGE_VERSION wasn't added to atomic-openshift-master-api
  412. and atomic-openshift-master-controllers (bleanhar@redhat.com)
  413. - Fixed generate header. (kwoodson@redhat.com)
  414. - Bug 1322335 - The package name is wrong for rpm upgrade (bleanhar@redhat.com)
  415. - Add AWS cloud provider support. (abutcher@redhat.com)
  416. * Wed Mar 30 2016 Troy Dawson <tdawson@redhat.com> 3.0.68-1
  417. - Moving generation of ansible module side by side with module.
  418. (kwoodson@redhat.com)
  419. - Bug 1322338 - The upgrade should keep the option insecure-
  420. registry=172.30.0.0/16 (bleanhar@redhat.com)
  421. * Tue Mar 29 2016 Troy Dawson <tdawson@redhat.com> 3.0.67-1
  422. - The systemd unit for atomic-openshift-master wasn't not being created
  423. (bleanhar@redhat.com)
  424. - Use openshift.master.ha instead of duplicating the logic
  425. (bleanhar@redhat.com)
  426. - Workaround for authenticated registries (bleanhar@redhat.com)
  427. - First pass at systemd unit refactor (bleanhar@redhat.com)
  428. - fix the key name for the dynamic item of avalable (zhizhang@zhizhang-laptop-
  429. nay.redhat.com)
  430. - make docker service want ose containerized services (sjenning@redhat.com)
  431. * Mon Mar 28 2016 Troy Dawson <tdawson@redhat.com> 3.0.66-1
  432. - Fixed error message to add valid yaml (kwoodson@redhat.com)
  433. - added admin binary varibale usage as well as specifying kubeconfig copy to be
  434. used (jkwiatko@redhat.com)
  435. - Sync latest db-templates and qucikstart-templates (sdodson@redhat.com)
  436. - adding playbook (jkwiatko@redhat.com)
  437. - Tested of refactored code (jkwiatko@redhat.com)
  438. - fix some typo (zhizhang@use-tower1.ops.rhcloud.com)
  439. - add the total and available space item (zhizhang@use-tower1.ops.rhcloud.com)
  440. - add dynamic pv count (zhizhang@use-tower1.ops.rhcloud.com)
  441. - revised and restructured logging role (jkwiatko@redhat.com)
  442. - Adding openshift_efk role (jkwiatko@redhat.com)
  443. - Attempt to fix error validating when extraScopes and extraAuthorizeParameters
  444. are not present (jdetiber@redhat.com)
  445. * Thu Mar 24 2016 Troy Dawson <tdawson@redhat.com> 3.0.65-1
  446. - Adding deployment config and refactored. (kwoodson@redhat.com)
  447. - ManageIQ SA: Adding image-puller role (efreiber@redhat.com)
  448. * Wed Mar 23 2016 Troy Dawson <tdawson@redhat.com> 3.0.64-1
  449. - Latest cli updates from generated files (kwoodson@redhat.com)
  450. - Add /dev to node containers (sdodson@redhat.com)
  451. - Fix indention (whearn@redhat.com)
  452. - Support setting local storage perFSGroup quota in node config.
  453. (dgoodwin@redhat.com)
  454. - Fix line break (whearn@redhat.com)
  455. - Lock down permissions on named certificates (elyscape@gmail.com)
  456. - Add namespace flag to oc create (whearn@redhat.com)
  457. * Mon Mar 21 2016 Kenny Woodson <kwoodson@redhat.com> 3.0.63-1
  458. - Modified group selectors for muliple clusters per account
  459. (kwoodson@redhat.com)
  460. * Fri Mar 18 2016 Troy Dawson <tdawson@redhat.com> 3.0.62-1
  461. - Yaml editor first attempt (kwoodson@redhat.com)
  462. - libvirt cluster variables cleanup (pep@redhat.com)
  463. * Thu Mar 17 2016 Troy Dawson <tdawson@redhat.com> 3.0.61-1
  464. - Bug 1317755 - Set insecure-registry for internal registry by default
  465. (jdetiber@redhat.com)
  466. * Wed Mar 16 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.60-1
  467. - Fall back to deployment_type in openshift_facts. (abutcher@redhat.com)
  468. - Fixing undefined variable check (kwoodson@redhat.com)
  469. - Fix path to cacert on /healthz/ready check (sdodson@redhat.com)
  470. - Load environment files in containerized installs (sdodson@redhat.com)
  471. - change type to value_type (zhizhang@zhizhang-laptop-nay.redhat.com)
  472. - change time from int to float (zhizhang@zhizhang-laptop-nay.redhat.com)
  473. - change the check time from 1 hour to 2 hour (zhizhang@zhizhang-laptop-
  474. nay.redhat.com)
  475. - add item of time cost a app build and app create (zhizhang@zhizhang-laptop-
  476. nay.redhat.com)
  477. - add trigger for app creation with build process (zhizhang@zhizhang-laptop-
  478. nay.redhat.com)
  479. - add key of openshift.master.app.build.create (zhizhang@zhizhang-laptop-
  480. nay.redhat.com)
  481. * Wed Mar 16 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.59-1
  482. - Only mask etcd service for containerized installls when it's installed
  483. (sdodson@redhat.com)
  484. - Provide cacert when performing health checks (abutcher@redhat.com)
  485. * Tue Mar 15 2016 Kenny Woodson <kwoodson@redhat.com> 3.0.58-1
  486. - Group selector feature added (kwoodson@redhat.com)
  487. - nfs: replace yum with dnf (efreiber@redhat.com)
  488. - Move common common facts to openshift_facts (jdetiber@redhat.com)
  489. - perform oc client config tasks only once when ansible_ssh_user is root
  490. (jdetiber@redhat.com)
  491. - OSE/Origin < 3.2/1.2 should not get Docker 1.9 (sdodson@redhat.com)
  492. * Mon Mar 14 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.57-1
  493. - Docker stderr can break this script if ansible executes it remotely
  494. (bleanhar@redhat.com)
  495. - Handle HA master case (bleanhar@redhat.com)
  496. - Bug 1315564 - Containerized installs require a running environment
  497. (bleanhar@redhat.com)
  498. - Updating the docker registry variables to use the new name
  499. (bleanhar@redhat.com)
  500. - Bug 1316761 - Skip the available version check if openshift_image_tag is
  501. defined. (bleanhar@redhat.com)
  502. - Ansible module to manage secrets for openshift api (kwoodson@redhat.com)
  503. * Mon Mar 14 2016 Kenny Woodson <kwoodson@redhat.com> 3.0.56-1
  504. - Updating our metadata tooling to work without env (kwoodson@redhat.com)
  505. - improve ordering of systemd units (jdetiber@redhat.com)
  506. - Docker role refactor (jdetiber@redhat.com)
  507. - Ensure is_containerized is cast as bool. (abutcher@redhat.com)
  508. - Sync latest to v1.2 (sdodson@redhat.com)
  509. - Sync with latest image stream and templates (sdodson@redhat.com)
  510. - Allow origin version to be passed in as an argument (sdodson@redhat.com)
  511. - Add support for Openstack integration (sbaubeau@redhat.com)
  512. - Expose log level on the monitor (abhat@nuagenetworks.net)
  513. - openshift_facts: Safe cast additional bools (smunilla@redhat.com)
  514. - openshift-ansible: Wrap boolean facts (smunilla@redhat.com)
  515. - fixed copr releasers file (twiest@redhat.com)
  516. - Libvirt provider fixes (jdetiber@redhat.com)
  517. - Support log level configuration for plugin (abhat@nuagenetworks.net)
  518. * Wed Mar 09 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.55-1
  519. - Bug 1315564 - upgrade to ose3.2 failed on Atomic Hosts (bleanhar@redhat.com)
  520. - Bug 1315563 - Upgrade failed to containerized install OSE 3.1 on RHEL
  521. (bleanhar@redhat.com)
  522. - a-o-i: Fix NFS storage tests (smunilla@redhat.com)
  523. - First attempt at NFS setup (smunilla@redhat.com)
  524. - reverting back to pre-pulling the master image (bleanhar@redhat.com)
  525. - Use /healthz/ready when verifying api (abutcher@redhat.com)
  526. - Formatting error (Viet.atx@gmail.com)
  527. - Introduce origin-metrics playbook (vnguyen@redhat.com)
  528. * Tue Mar 08 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.54-1
  529. - Bug 1315563 - stdout IO redirection wasn't working as expected over SSH
  530. connections (bleanhar@redhat.com)
  531. - Bug 1315637 - The docker wasn't upgraded on node during upgrade
  532. (bleanhar@redhat.com)
  533. - Bug 1315564 - upgrade to ose3.2 failed on Atomic Hosts (bleanhar@redhat.com)
  534. - Fix issue when there are no infra nodes (lhuard@amadeus.com)
  535. - Stop the etcd container during uninstall (bleanhar@redhat.com)
  536. * Mon Mar 07 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.53-1
  537. - Don't enable cockpit-ws for containerized installs (bleanhar@redhat.com)
  538. - Support openshift_image_tag (bleanhar@redhat.com)
  539. - Set g_new_master_hosts in upgrade playbooks. (abutcher@redhat.com)
  540. - Add setting for configuring nofile limit for haproxy (jdetiber@redhat.com)
  541. * Mon Mar 07 2016 Joel Diaz <jdiaz@redhat.com> 3.0.52-1
  542. - fixed monitoring containers to restart (sten@redhat.com)
  543. - Lock down generated certs dir (sdodson@redhat.com)
  544. - package up lib_zabbix into its own subpackage (jdiaz@redhat.com)
  545. * Fri Mar 04 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.51-1
  546. - Bug 1314645 - Upgrade failed with "One or more undefined variables 'dict
  547. object' has no attribute 'stdout'" (bleanhar@redhat.com)
  548. - EBS storage does not support Recycle (sedgar@redhat.com)
  549. - Remove cockpit and kubernetes-client packages in uninstall playbook.
  550. (abutcher@redhat.com)
  551. - Update README_origin.md (trond.hapnes@gmail.com)
  552. - Add cockpit-docker package by default (nakayamakenjiro@gmail.com)
  553. * Thu Mar 03 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.50-1
  554. - change lib_zabbix's import to new pathing (jdiaz@redhat.com)
  555. - upgrade README fixes (bleanhar@redhat.com)
  556. - A few images weren't being uninstalled (bleanhar@redhat.com)
  557. - Adding support for v1.2 examples (bleanhar@redhat.com)
  558. - Adding templates for v1.2 (bleanhar@redhat.com)
  559. - Adding verify_upgrade_version variable for upgrade debugging
  560. (bleanhar@redhat.com)
  561. - Correctly set the image tag for containerized installs (and upgrades)
  562. (bleanhar@redhat.com)
  563. - Adding newly required variable (bleanhar@redhat.com)
  564. - Updating the containerized cli wrapper to work for both docker 1.8 and 1.9
  565. (bleanhar@redhat.com)
  566. - uninstall the QE images (bleanhar@redhat.com)
  567. - First past at the upgrade process (bleanhar@redhat.com)
  568. - Check for is_containerized value when setting binary locations.
  569. (abutcher@redhat.com)
  570. - Bug 1313169 - Ansible installer tries to enable etcd_container service even
  571. though containerized=false (bleanhar@redhat.com)
  572. - Fix logging infra template version mismatch. (dgoodwin@redhat.com)
  573. - Changes required for Nuage monitor REST server
  574. (vishal.patil@nuagenetworks.net)
  575. - disable http-server-close option (jdetiber@redhat.com)
  576. - change [HEAL] to [Heal] to match with v2 (jdiaz@redhat.com)
  577. - Increase maxconn settings for haproxy lb (jdetiber@redhat.com)
  578. * Tue Mar 01 2016 Matt Woodson <mwoodson@redhat.com> 3.0.49-1
  579. - fixed error in awsutil.py (mwoodson@redhat.com)
  580. * Tue Mar 01 2016 Matt Woodson <mwoodson@redhat.com> 3.0.48-1
  581. - ohi: added subtype searching (mwoodson@redhat.com)
  582. - make heal remote actions generic for all [HEAL] triggers (jdiaz@redhat.com)
  583. - added extra steps to ensure docker starts up (mwoodson@redhat.com)
  584. - role_removal: docker_storage; This is the old way, no longer used
  585. (mwoodson@redhat.com)
  586. - role: added docker_storage_setup (mwoodson@redhat.com)
  587. - Use inventory_hostname for openshift master certs to sync.
  588. (abutcher@redhat.com)
  589. - Adding a symlink to making loading the examples more convenient
  590. (bleanhar@redhat.com)
  591. - docs: Explain a bit more how to expand Atomic Host rootfs
  592. (walters@verbum.org)
  593. - a-o-i: Rename osm_default_subdomain (smunilla@redhat.com)
  594. - Updating tito config for OSE 3.2 (bleanhar@redhat.com)
  595. - Synchronize master kube configs (abutcher@redhat.com)
  596. - added os_utils, os_reboot_server role; removed containerization stuff from
  597. the updated (mwoodson@redhat.com)
  598. - Add warnings to bin/cluster and READMEs (abutcher@redhat.com)
  599. - Add host subnet length example. (abutcher@redhat.com)
  600. - Upgrade -1510 to CentOS-7-x86_64-GenericCloud-1602. (cben@redhat.com)
  601. - Pin down CentOS-7-x86_64-GenericCloud-1510.qcow2.xz version, which the
  602. checksum currently expects (#1384). (cben@redhat.com)
  603. - Change is_atomic to is_containerized (florian.lambert@enovance.com)
  604. - Rename variable to openshift_master_default_subdomain with backwards
  605. compatibility. (jstuever@redhat.com)
  606. - lib_dyn: more updates to the lib_dyn module. Made the TTL more flexible
  607. (mwoodson@redhat.com)
  608. - remote heal action for OVS down (jdiaz@redhat.com)
  609. - Pass registry claim to openshift_registry. (abutcher@redhat.com)
  610. - Refactor - increase retries instead of delay in "Wait for Node Registration"
  611. (david.mat@archimiddle.com)
  612. - Better diagnostic messages when an OpenStack heat stack creation fails
  613. (lhuard@amadeus.com)
  614. - made some changes to lib_dyn update (mwoodson@redhat.com)
  615. - Increase timeout on Wait for Node Registration (david.mat@archimiddle.com)
  616. - Fix typo in oscp (agrimm@redhat.com)
  617. - Add correct parsing of ec2_security_groups env variable
  618. (david.mat@archimiddle.com)
  619. - changed oso_host_monitoring to use the oo_ vars (twiest@redhat.com)
  620. - Add quotes around src argument to support paths with spaces
  621. (david.mat@archimiddle.com)
  622. - Add missing is_atomic condition on upgrade package
  623. (florian.lambert@enovance.com)
  624. - configure debug_level for master and node from cli (jawed.khelil@amadeus.com)
  625. - remove version requirement from etcd, shouldn't be needed anymore
  626. (maxamillion@fedoraproject.org)
  627. - Add ansible.cfg to .gitignore (jdetiber@redhat.com)
  628. - added node-secgroup to master_nodes (j.david.nieto@gmail.com)
  629. - Document setting the VPC subnet (puiterwijk@redhat.com)
  630. - Update the AMIs used in README_AWS (puiterwijk@redhat.com)
  631. - Add byo examples for network cidr and api/console ports.
  632. (abutcher@redhat.com)
  633. - Add openshift_docker roles to master/node scaleup. (abutcher@redhat.com)
  634. - Fail when master.master_count descreases or master.ha changes.
  635. (abutcher@redhat.com)
  636. - Protected facts. (abutcher@redhat.com)
  637. - Add modify_yaml module. (abutcher@redhat.com)
  638. - Re-arrange scaleup playbooks. (abutcher@redhat.com)
  639. - Move additional master configuration into a separate master playbook.
  640. (abutcher@redhat.com)
  641. - Generate each master's certificates separately. (abutcher@redhat.com)
  642. - Add new_masters to scaleup playbook. (abutcher@redhat.com)
  643. * Wed Feb 24 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.47-1
  644. - a-o-i: Double safety check on master_lb (smunilla@redhat.com)
  645. - a-o-i: Better method for identifying master_lb (smunilla@redhat.com)
  646. * Tue Feb 23 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.46-1
  647. - a-o-i: Exception checking around master_lb (smunilla@redhat.com)
  648. * Mon Feb 22 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.45-1
  649. - Do not monitor for etcd watchers (mmahut@redhat.com)
  650. - remove old master registry item/triggers (jdiaz@redhat.com)
  651. - a-o-i: Redo logic for detecting master_lb (smunilla@redhat.com)
  652. - Fix 1.2 version check (jdetiber@redhat.com)
  653. - Fix pv/c creation failed_when. (abutcher@redhat.com)
  654. - Rename variable to delete temporary file, add configurable path.
  655. (hrosnet@redhat.com)
  656. - Add /var/log to containerized node mounts (sdodson@redhat.com)
  657. - Add extra parameters for S3 registry: delete file, create bucket.
  658. (hrosnet@redhat.com)
  659. - Don't make config files world readable (sdodson@redhat.com)
  660. - Fix requiring state and providing a default (rharriso@redhat.com)
  661. - bind in /etc/origin/node for non-master monitoring to be able to talk with
  662. master (jdiaz@redhat.com)
  663. - a-o-i: pylint fixes related to too-long lines (smunilla@redhat.com)
  664. * Wed Feb 17 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.44-1
  665. - create registry items/triggers under Openshift Node (jdiaz@redhat.com)
  666. - a-o-i: Change method for counting master_lb as installed
  667. (smunilla@redhat.com)
  668. * Tue Feb 16 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.43-1
  669. - Add default to state param (rharriso@redhat.com)
  670. - Add type to record_type param (rharriso@redhat.com)
  671. - Add types to module params (rharriso@redhat.com)
  672. - Adding examples to the dyn_record module (rharriso@redhat.com)
  673. - add item to track docker-registry pings (jdiaz@redhat.com)
  674. - Handle case where the user already had access to the scc
  675. (bleanhar@redhat.com)
  676. - Refactoring the add-scc-to-user logic (bleanhar@redhat.com)
  677. - Apply openshift_docker to nodes during scaleup. (abutcher@redhat.com)
  678. - Change etcd deamon name for atomic-host (florian.lambert@enovance.com)
  679. * Tue Feb 16 2016 Joel Diaz <jdiaz@redhat.com> 3.0.42-1
  680. - Add gce softlink for openshift-ansible-bin
  681. * Mon Feb 15 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.41-1
  682. - Bug 1308411 - Fail to install OSE 3.0 for no add-scc-to-user command
  683. (bleanhar@redhat.com)
  684. - Add openshift_docker_options to append arbitrary options to
  685. /etc/sysconfig/docker OPTIONS (sdodson@redhat.com)
  686. - oo_filter: added custom fitler to return hosts group info
  687. (mwoodson@redhat.com)
  688. - add gce softlink for openshift-ansible-bin RPM (jdiaz@redhat.com)
  689. - a-o-i: Count nativeha hosts as "installed" for scaleup (smunilla@redhat.com)
  690. - a-o-i: Add master_routingconfig_subdomain to PERSIST_SETTINGS
  691. (smunilla@redhat.com)
  692. - Bug 1308412 - Fail to install containerized HA master env on RHEL7
  693. (bleanhar@redhat.com)
  694. - Bug 1308314 - Failed to continue installation when pressing CTRL-C
  695. (bleanhar@redhat.com)
  696. - Updating the 3.1.1 router to match the new liveness probe configuration
  697. (bleanhar@redhat.com)
  698. - Don't automatically give additional permissions to all OAuth users on upgrade
  699. (jliggitt@redhat.com)
  700. - Fix adhoc boostrap fedora playbook (jdetiber@redhat.com)
  701. - Fix libvirt cluster creation (lhuard@amadeus.com)
  702. - Add missing `type` node labels on OpenStack and libvirt (lhuard@amadeus.com)
  703. - a-o-i: Prompts to allow minor upgrades (smunilla@redhat.com)
  704. - conditionalize loopback config on v >= 3.2/1.2 (jdetiber@redhat.com)
  705. - Fixes pv/pvc creation for latest builds (jdetiber@redhat.com)
  706. - Bug 1302970 - update script does not patch router if name is different from
  707. default (bleanhar@redhat.com)
  708. - Fix loopback cluster name, context name, and user (jdetiber@redhat.com)
  709. - Changes for new Nuage RPMS (vishal.patil@nuagenetworks.net)
  710. - Make the GCE image_name and the machine_type configurable from the CLI
  711. (lhuard@amadeus.com)
  712. - Better structure the output of the list playbook (lhuard@amadeus.com)
  713. - Fix issue when there are no infra nodes (lhuard@amadeus.com)
  714. - Remove fluentd_master and fluentd_node roles. (abutcher@redhat.com)
  715. - Remove etcd up checks from fluentd_master. (abutcher@redhat.com)
  716. * Thu Feb 11 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.40-1
  717. - Bug 1306665 - [metrics] update metrics-deployer template to use latest image
  718. versions (bleanhar@redhat.com)
  719. - Add organizations attribute to github identity provider (jdetiber@redhat.com)
  720. - use correct dict key (jdiaz@redhat.com)
  721. - handle being passed an empty group list (jdiaz@redhat.com)
  722. - fix default value (jdetiber@redhat.com)
  723. - removed notscheduleable trigger, it just makes noise in its current
  724. incarnation (sten@redhat.com)
  725. - trigger on two successive bad pid counts (jdiaz@redhat.com)
  726. - added nodes not ready and nodes not schedulable triggers (sten@redhat.com)
  727. - Enable selection of kubeproxy mode (vishal.patil@nuagenetworks.net)
  728. - add default storage plugins to 'origin' deployment_type
  729. (rvanveelen@tremorvideo.com)
  730. - added nodes not ready and nodes not schedulable triggers (sten@redhat.com)
  731. - Don't mask master service on atomic. (abutcher@redhat.com)
  732. - update defaults and examples w/ iscsi plugin (rvanveelen@tremorvideo.com)
  733. - add iscsi storage_plugin dependency (rvanveelen@tremorvideo.com)
  734. - Add gte check for 3.2, update version checks to gte (jdetiber@redhat.com)
  735. - Specify default namespace when creating router (pat2man@gmail.com)
  736. - add missing connection:local (jdetiber@redhat.com)
  737. - consolidate oo_first_master post-config a bit, fix some roles that use
  738. openshift_facts without declaring a dependency (jdetiber@redhat.com)
  739. - openshift_serviceaccounts updates (jdetiber@redhat.com)
  740. - Fix infra_node deployment (jdetiber@redhat.com)
  741. - changed registry checks to alert based on number of registries with problems
  742. (sten@redhat.com)
  743. - Fix a bug with existing CNAME records (rharriso@redhat.com)
  744. - Fix HA typo in example AEP/OSE/Origin inventories (adellape@redhat.com)
  745. - Updated the key for app create (kwoodson@redhat.com)
  746. - Add missing atomic- and openshift-enterprise (pep@redhat.com)
  747. - Fix enabling iptables for latest rhel versions (jdetiber@redhat.com)
  748. - Make pod_eviction_timeout configurable from cli (jawed.khelil@amadeus.com)
  749. * Tue Feb 09 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.39-1
  750. - Bug 1304150 - Can't upgrade atomic-openshift to specified version
  751. (bleanhar@redhat.com)
  752. - Mask master service when using native ha (jdetiber@redhat.com)
  753. - aoi: Safer check for master_routingconfig_subdomain (smunilla@redhat.com)
  754. - Add a DNS server on OpenStack clusters (lhuard@amadeus.com)
  755. - renamed /etc/openshift to /etc/origin (sten@redhat.com)
  756. - gitignore : .tag* (atom editor tag files) (sdodson@redhat.com)
  757. - Add an early check to ensure that node names resolve to an interface on the
  758. host (sdodson@redhat.com)
  759. - Allow compression option to be set to empty for non compressed QCow images
  760. Support tgz and gzip compressed images (akram@free.fr)
  761. - Replace status_changed bool (abutcher@redhat.com)
  762. - Improve docs and consistency of setting the ssh_user (jdetiber@redhat.com)
  763. - remove outdated comments (jdetiber@redhat.com)
  764. - add etcd hosts for gce playbooks (jdetiber@redhat.com)
  765. - GCE cloud provider updates (jdetiber@redhat.com)
  766. - Remove extra nfs configuration. (abutcher@redhat.com)
  767. - Do not apply the etcd_certificates role during node playbook.
  768. (abutcher@redhat.com)
  769. - Add g_new_node_hosts to cluster_hosts. (abutcher@redhat.com)
  770. - Updating examples to use /etc/origin/master/htpasswd (jstuever@redhat.com)
  771. - Refactor registry storage options. (abutcher@redhat.com)
  772. - Additional overrides for cloud provider playbooks (jdetiber@redhat.com)
  773. - Bring first etcd server up before others. (dgoodwin@redhat.com)
  774. * Tue Feb 02 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.38-1
  775. - aoi: Ask for osm_default_subdomain in interactive mode (smunilla@redhat.com)
  776. - add item to hold number of stray OVS rules found/removed (jdiaz@redhat.com)
  777. - changed adhoc playbook to match new host monitoring container
  778. (mwoodson@redhat.com)
  779. - Multi-master fixes for provider playbooks (jdetiber@redhat.com)
  780. - zabbix: added master local api items and triggers (mwoodson@redhat.com)
  781. - Added docs around oo_nodes_with_label (jdetiber@redhat.com)
  782. - fix for terminate (jdetiber@redhat.com)
  783. - Fix node tags for aws provider (jdetiber@redhat.com)
  784. - use yaml for loading lable info instead of json (jdetiber@redhat.com)
  785. - infra_node fixes (jdetiber@redhat.com)
  786. - removing extraneous comments (rharriso@redhat.com)
  787. - Remove commented lines and fix pylint check (rharriso@redhat.com)
  788. - Cleaning up the dyn ansible module for merging (rharriso@redhat.com)
  789. - Fix missing bool filter (sdodson@redhat.com)
  790. - Sync platest imagestreams (sdodson@redhat.com)
  791. - Fixing last pylint error (rharriso@redhat.com)
  792. - Fix hostname for aws cloud provider (jdetiber@redhat.com)
  793. - Fixing pylint errors (rharriso@redhat.com)
  794. - Give openvswitch container some time to start (jprovazn@redhat.com)
  795. - s3_registry no filter named 'lookup' (florian.lambert@enovance.com)
  796. - WIP adding the lib_dyn role for the dyn_record module (rharriso@redhat.com)
  797. * Fri Jan 29 2016 Kenny Woodson <kwoodson@redhat.com> 3.0.37-1
  798. - Adding ip address option (kwoodson@redhat.com)
  799. - Enable cockpit when not is_atomic. (abutcher@redhat.com)
  800. - Explicitly restart the atomic node service after configuring it for nuage
  801. (vishal.patil@nuagenetworks.net)
  802. - Fix for bug 1298 (vishal.patil@nuagenetworks.net)
  803. - fixing logic for skipping symlinks (kwoodson@redhat.com)
  804. - Allow to have custom bucket name and region (florian.lambert@enovance.com)
  805. - Add inventory example for logrotate_scripts (abutcher@redhat.com)
  806. - Minor readme cleanup for Bug 1271566 (bleanhar@redhat.com)
  807. - fix template trigger calc (jdiaz@redhat.com)
  808. - Configure logrotate on atomic. (abutcher@redhat.com)
  809. - Comparing zbx_host interfaces and removing duplicate hostgroup_names
  810. (kwoodson@redhat.com)
  811. - Dockerfile: Require pyOpenSSL (gscrivan@redhat.com)
  812. - replace yum with dnf (spartacus06@gmail.com)
  813. - Install cockpit, logrotate and fluentd unless host is atomic.
  814. (abutcher@redhat.com)
  815. - zabbix: added the skydns items and triggers (mwoodson@redhat.com)
  816. - fix pkg_version (spinolacastro@gmail.com)
  817. - Expose data_dir (spinolacastro@gmail.com)
  818. - Fix checking for update package availability (nikolai@prokoschenko.de)
  819. - Fix oo_pretty_print_cluster following the renaming of `env` into `clusterid`
  820. (lhuard@amadeus.com)
  821. - Ensure openssl present for etcd_ca (jdetiber@redhat.com)
  822. - Update Docs and test for testing ansible version (jdetiber@redhat.com)
  823. - Add Nuage support to openshift ansible (vishpat@gmail.com)
  824. - Updating for host monitoring HA masters (kwoodson@redhat.com)
  825. - adhoc s3 registry - add auth part in the registry config sample
  826. (gael.lambert@enovance.com)
  827. - Move the `is_atomic` check from `update_repos_and_packages.yml` to
  828. `rhel_subscribe` (lhuard@amadeus.com)
  829. - Increase OpenStack stack creation/deletion timeout (lhuard@amadeus.com)
  830. * Mon Jan 25 2016 Kenny Woodson <kwoodson@redhat.com> 3.0.36-1
  831. - Fixing awsutil to support aliases and v3 (kwoodson@redhat.com)
  832. - Fail when master restart playbook finds no active masters rather than any
  833. failed masters. (abutcher@redhat.com)
  834. - Skipping any symlinks for the yaml validation check (kwoodson@redhat.com)
  835. - Added template for config loop. (twiest@redhat.com)
  836. - Test validate_pcs_cluster input is basestring instead of str.
  837. (abutcher@redhat.com)
  838. - Fix error when oo_masters_to_config is empty (jdetiber@redhat.com)
  839. - Update inventory examples for console customization (spinolacastro@gmail.com)
  840. - Expose console config for customization (spinolacastro@gmail.com)
  841. - oso_host_monitoring: added environment as a var to the host monitoring
  842. systemd script (mwoodson@redhat.com)
  843. - Check master certificates during upgrade. (abutcher@redhat.com)
  844. - Use haproxy frontend port for os_firewall. (abutcher@redhat.com)
  845. - Fix native master api sysconfig. (abutcher@redhat.com)
  846. - Enable kubernetes master config of podEvictionTimeout from ansible
  847. (jstuever@redhat.com)
  848. - Fix wrapper pathing for non-root user install. (abutcher@redhat.com)
  849. - Remove camel case for bin/cluster addNodes (jdetiber@redhat.com)
  850. - Update cluster_hosts.yml for cloud providers (jdetiber@redhat.com)
  851. - Removing ruby scripts and replacing with python. (kwoodson@redhat.com)
  852. - Fixed a logic bug and yaml load (kwoodson@redhat.com)
  853. - Fixing yaml validation in python. Inputs behave differently as does glob
  854. (kwoodson@redhat.com)
  855. - oso_monitoring: add the zabbix libs (mwoodson@redhat.com)
  856. - Removing removing scripts and moving to python. (kwoodson@redhat.com)
  857. - add ability to disable ztriggers and disable new container dns check
  858. (jdiaz@redhat.com)
  859. - Remove default disable of SDN for GCE (jdetiber@redhat.com)
  860. - Fix hardcoded api_port in openshift_master_cluster (jdetiber@redhat.com)
  861. - Use local address for loopback kubeconfig (jdetiber@redhat.com)
  862. - consolidate steps and cleanup template dir (jdetiber@redhat.com)
  863. - v3_0_to_v3_1_upgrade: Remove is_atomic check for upgrades
  864. (smunilla@redhat.com)
  865. - v3_0_to_v3_1_upgrade: Copy tasks rather than including from the playbook
  866. (smunilla@redhat.com)
  867. - v3_0_to_v3_1_upgrade: Install storage packages (smunilla@redhat.com)
  868. - Controllers_port and firewall rules (spinolacastro@gmail.com)
  869. - Fix bind address/port when isn't default (spinolacastro@gmail.com)
  870. - Add ability to disable os_firewall (jdetiber@redhat.com)
  871. * Mon Jan 18 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.35-1
  872. - added the lib_timedate role (mwoodson@redhat.com)
  873. - added chrony (mwoodson@redhat.com)
  874. - added oso_moniotoring tools role (mwoodson@redhat.com)
  875. - Improve pacemaker 'is-active' check. (abutcher@redhat.com)
  876. * Mon Jan 18 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.34-1
  877. - clean up too-many-branches / logic (jdiaz@redhat.com)
  878. - atomic-openshift-installer: add containerized to inventory
  879. (smunilla@redhat.com)
  880. - Add 'unknown' to possible output for the is-active check.
  881. (abutcher@redhat.com)
  882. - Fix cluster_method conditional in master restart playbook.
  883. (abutcher@redhat.com)
  884. - Use IdentityFile instead of PrivateKey (donovan.muller@gmail.com)
  885. - atomic-openshift-installer: Remove containerized install for 3.0
  886. (smunilla@redhat.com)
  887. - Host group should be OSEv3 not OSv3 (donovan.muller@gmail.com)
  888. - Remove pause after haproxy start (abutcher@redhat.com)
  889. - Ensure nfs-utils installed for non-atomic hosts. (abutcher@redhat.com)
  890. * Fri Jan 15 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.33-1
  891. - Configure nodes which are also masters prior to nodes in containerized
  892. install. (abutcher@redhat.com)
  893. - Call attention to openshift_master_rolling_restart_mode variable in restart
  894. prompt. (abutcher@redhat.com)
  895. - Added anchors for rules in style_guide.adoc in order to make it easier to
  896. reference specific rules in PRs. (twiest@redhat.com)
  897. - Update ec2.ini (jdetiber@redhat.com)
  898. * Thu Jan 14 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.32-1
  899. - Uninstall remove containerized wrapper and symlinks (abutcher@redhat.com)
  900. * Thu Jan 14 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.31-1
  901. - Check api prior to starting node. (abutcher@redhat.com)
  902. - added anchors (twiest@redhat.com)
  903. * Wed Jan 13 2016 Joel Diaz <jdiaz@redhat.com> 3.0.30-1
  904. - Add -A and detail --v3 flags
  905. * Wed Jan 13 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.29-1
  906. - 3.1.1 upgrade playbook (bleanhar@redhat.com)
  907. - Updated help menu for v3 flag (kwoodson@redhat.com)
  908. - Add wait in between api and controllers start for native ha.
  909. (abutcher@redhat.com)
  910. - atomic-openshift-installer: Error handling for unicode hostnames
  911. (smunilla@redhat.com)
  912. - Update api verification. (abutcher@redhat.com)
  913. - Add a Verify API Server handler that waits for the API server to become
  914. available (sdodson@redhat.com)
  915. - Add -A parameter to forward ssh agent (jdiaz@redhat.com)
  916. - Validate pacemaker cluster members. (abutcher@redhat.com)
  917. - Removed atomic host check (kwoodson@redhat.com)
  918. - Add is_containerized inputs to nosetests. (abutcher@redhat.com)
  919. - Add wait for API before starting controllers w/ native ha install.
  920. (abutcher@redhat.com)
  921. - Fix for to_padded_yaml filter (jdetiber@redhat.com)
  922. - - sqashed to one commit (llange@redhat.com)
  923. - Switch to using hostnamectl as it works on atomic and rhel7
  924. (sdodson@redhat.com)
  925. - Update rolling restart playbook for pacemaker support. Replace fail with a
  926. warn and prompt if running ansible from a host that will be rebooted. Re-
  927. organize playbooks. (abutcher@redhat.com)
  928. - Implement simple master rolling restarts. (dgoodwin@redhat.com)
  929. - re-enable containerize installs (sdodson@redhat.com)
  930. - Set portal net in master playbook (jdetiber@redhat.com)
  931. - Set the cli image to match osm_image in openshift_cli role
  932. (sdodson@redhat.com)
  933. - atomic-openshift-installer: Populate new_nodes group (smunilla@redhat.com)
  934. - Always pull docker images (sdodson@redhat.com)
  935. * Mon Jan 11 2016 Kenny Woodson <kwoodson@redhat.com> 3.0.28-1
  936. - added the rhe7-host-monitoring service file (mwoodson@redhat.com)
  937. - Fixing tab completion for latest metadata changes (kwoodson@redhat.com)
  938. - Removing some internal hostnames (bleanhar@redhat.com)
  939. - Fixing tab completion for latest metadata changes (kwoodson@redhat.com)
  940. - Make bin/cluster able to spawn OSE 3.1 clusters (lhuard@amadeus.com)
  941. - oso_host_monitoring role: removed the f22 and zagg client, replaced it with
  942. oso-rhel7-host-monitoring container (mwoodson@redhat.com)
  943. * Fri Jan 08 2016 Kenny Woodson <kwoodson@redhat.com> 3.0.27-1
  944. - Update to metadata tooling. (kwoodson@redhat.com)
  945. - Fix VM drive cleanup during terminate on libvirt (lhuard@amadeus.com)
  946. * Fri Jan 08 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.26-1
  947. - Bug 1296388 - fixing typo (bleanhar@redhat.com)
  948. * Thu Jan 07 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.25-1
  949. - Bug 1296388 - The playbook still configure ManageIQ when
  950. openshift_use_manageiq is false (bleanhar@redhat.com)
  951. - Add a banner to CLI wrapper instructing users that it's only for
  952. bootstrapping (sdodson@redhat.com)
  953. - Rename env into clusterid and add environment in the OpenStack VMs tags
  954. (lhuard@amadeus.com)
  955. - Fix terminate.yml on OpenStack (lhuard@amadeus.com)
  956. - Install gluster and ceph packages when containerized but not atomic
  957. (sdodson@redhat.com)
  958. - Update openshift_facts config_base for Online deployments (whearn@redhat.com)
  959. - Fix multi-word arguments & cli wrapper stdin plumbing (sdodson@redhat.com)
  960. - Improve 3.1/1.1 upgrade check (jdetiber@redhat.com)
  961. * Thu Jan 07 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.24-1
  962. - Setting relative paths in the upgrade playbooks wasn't working
  963. (bleanhar@redhat.com)
  964. * Wed Jan 06 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.23-1
  965. - Move extra secret validations into openshift_facts. (abutcher@redhat.com)
  966. - Remove not is_containerized restriction on storage plugin includes.
  967. (abutcher@redhat.com)
  968. - We can't enable manageiq for installations less than OSE 3.1 or Origin 1.1
  969. (bleanhar@redhat.com)
  970. - Fix RHN subscription by explicitly attaching to the right pool
  971. (lhuard@amadeus.com)
  972. - openshift_facts validation (abutcher@redhat.com)
  973. - Secrets validation. (abutcher@redhat.com)
  974. - Clean up idempotency issues with session secrets. (abutcher@redhat.com)
  975. * Wed Jan 06 2016 Kenny Woodson <kwoodson@redhat.com> 3.0.22-1
  976. - playbook for restarting SDN (jdiaz@redhat.com)
  977. - Stop haproxy and remove package during uninstall. (abutcher@redhat.com)
  978. - Group name as per hosts.origin.example (donovan.muller@gmail.com)
  979. - I believe the ami id changed since the initial documentation was created for
  980. AWS deployment (rcook@redhat.com)
  981. * Tue Jan 05 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.21-1
  982. - Fix osm_controller_args and osm_api_server_args settings.
  983. (abutcher@redhat.com)
  984. - Fix error in byo cluster_hosts.yml (jdetiber@redhat.com)
  985. - Cleanup and fixes for cluster_id change (jdetiber@redhat.com)
  986. - Fix typo in etcd service status fact. (abutcher@redhat.com)
  987. - Removing environment and env tags. (kwoodson@redhat.com)
  988. - Add node kubelet args to inventory examples. (abutcher@redhat.com)
  989. - Adding ManageIQ service account by default (efreiber@redhat.com)
  990. - Fixes typo assigning docker_service_status_changed which leads to
  991. misinterpretation in handler. (eric.mountain@amadeus.com)
  992. - Fix restart handlers. (abutcher@redhat.com)
  993. - Remove lb from docker hosts. (abutcher@redhat.com)
  994. - Install iptables, iptables-services when not is_aotmic (sdodson@redhat.com)
  995. - Install all xpaas streams when enabled (sdodson@redhat.com)
  996. - add the necessary URLs for logging and metrics
  997. (git001@users.noreply.github.com)
  998. - Link to Tito Home Page is Broken (lloy0076@adam.com.au)
  999. - Conditionalize for 3.1.1/1.1.1 (abutcher@redhat.com)
  1000. - Use notify for workaround controllers unit. (abutcher@redhat.com)
  1001. - change dns triggers to average (jdiaz@redhat.com)
  1002. - add item/trigger for dns tests on all currently running containers
  1003. (jdiaz@redhat.com)
  1004. - Add jboss-fuse/application-templates/fis-image-streams.json
  1005. (sdodson@redhat.com)
  1006. - atomic-openshift-installer: Fix broken nosetest (smunilla@redhat.com)
  1007. - Update from jboss-openshift/application-templates ose-v1.2.0-1
  1008. (sdodson@redhat.com)
  1009. - fix logic to tolerate occasional failures (jdiaz@redhat.com)
  1010. - Clean up versions.sh (sdodson@redhat.com)
  1011. - change ovs mount to /var/run/openvswitch will not require a container restart
  1012. if openvswitch service is restarted (jdiaz@redhat.com)
  1013. - split zagg.server.processor.errors into separate heartbeat and metrics error
  1014. items (needed since the scripts are split now). (twiest@redhat.com)
  1015. - quick installer tests (smunilla@redhat.com)
  1016. - atomic-openshift-installer: Remove HA hint for 3.0 install
  1017. (smunilla@redhat.com)
  1018. - Add some guards to wait for images to be pulled before moving on
  1019. (sdodson@redhat.com)
  1020. - Install httpd-tools when not is_atomic (sdodson@redhat.com)
  1021. - Properly set use_flannel fact (sbaubeau@redhat.com)
  1022. - Fix containerized variable (sdodson@redhat.com)
  1023. - Skip yum/dnf ops when is_containerized (sdodson@redhat.com)
  1024. - Move all docker config into openshift_docker to minimize docker restarts
  1025. (sdodson@redhat.com)
  1026. - Create nfs host group with registry volume attachment. (abutcher@redhat.com)
  1027. - Add openshift_cli role (sdodson@redhat.com)
  1028. - pull docker images only if not already present (jdetiber@redhat.com)
  1029. - fixes (jdetiber@redhat.com)
  1030. - Containerization work by @sdodson (sdodson@redhat.com)
  1031. - Initial containerization work from @ibotty (tob@butter.sh)
  1032. - Add zabbix values to track docker container DNS results (jdiaz@redhat.com)
  1033. - Fix registry modification for new deployment types. (dgoodwin@redhat.com)
  1034. - Updates to ohi to pull cache if specified. Also require version
  1035. (kwoodson@redhat.com)
  1036. - Zabbix: added trigger to monitor app create over the last hour
  1037. (mwoodson@redhat.com)
  1038. - added 'Template Zagg Server' (twiest@redhat.com)
  1039. - Fixes typo when setting facts to record whether master/node has been
  1040. restarted already, to decide whether notify handler should do so or not.
  1041. Currently, this causes random SDN network setup failures as openshift-node
  1042. gets restarted while the setup script is running, and the subsequent start
  1043. fails to configure the SDN because it thinks it's already done.
  1044. (eric.mountain@amadeus.com)
  1045. - Change controllers service type to simple. (abutcher@redhat.com)
  1046. - Updating env-host-type to host patterns (kwoodson@redhat.com)
  1047. - Add note that Fedora 23+ is acceptable deployment target for origin
  1048. (admiller@redhat.com)
  1049. - Enforce connection: local and become: no on all localhost plays
  1050. (jdetiber@redhat.com)
  1051. - Use join for the uncompress command. (jsteffan@fedoraproject.org)
  1052. - Update for latest CentOS-7-x86_64-GenericCloud. - Use xz compressed image -
  1053. Update sha256 for new image - Update docs to reflect new settings
  1054. (jsteffan@fedoraproject.org)
  1055. * Thu Dec 10 2015 Thomas Wiest <twiest@redhat.com> 3.0.20-1
  1056. - Revert "Automatic commit of package [openshift-ansible] release [3.0.20-1]."
  1057. (twiest@redhat.com)
  1058. - Automatic commit of package [openshift-ansible] release [3.0.20-1].
  1059. (twiest@redhat.com)
  1060. - Install base package in openshift_common for version facts
  1061. (abutcher@redhat.com)
  1062. - Make the install of openshift_examples optional (jtslear@gmail.com)
  1063. - add support for remote command actions no support for anything but custom
  1064. scripts at this time (jdiaz@redhat.com)
  1065. - Remove yum / dnf duplication (sdodson@redhat.com)
  1066. - Remove hacluster user during uninstall. (abutcher@redhat.com)
  1067. - Simplify session secrets overrides. (abutcher@redhat.com)
  1068. - Squash pcs install into one task. (abutcher@redhat.com)
  1069. - Bump ansible requirement to 1.9.4 (sdodson@redhat.com)
  1070. * Wed Dec 09 2015 Brenton Leanhardt <bleanhar@redhat.com> 3.0.19-1
  1071. - Fix version dependent image streams (sdodson@redhat.com)
  1072. - atomic-openshift-installer: Error handling on yaml loading
  1073. (smunilla@redhat.com)
  1074. - Betterize AWS readme (jtslear@gmail.com)
  1075. * Tue Dec 08 2015 Brenton Leanhardt <bleanhar@redhat.com> 3.0.18-1
  1076. - Pass in and use first_master_ip as dnsIP for pre 3.1 nodes.
  1077. (abutcher@redhat.com)
  1078. - Fix delete state (jdiaz@redhat.com)
  1079. - Require pyOpenSSL (sdodson@redhat.com)
  1080. - Update sync db-templates, image-streams, and quickstart-templates
  1081. (sdodson@redhat.com)
  1082. - Clarify the preflight port check output (sdodson@redhat.com)
  1083. - Fix missing dependency version locking (sdodson@redhat.com)
  1084. * Tue Dec 08 2015 Brenton Leanhardt <bleanhar@redhat.com> 3.0.17-1
  1085. - Improving output when gathering facts (bleanhar@redhat.com)
  1086. - Bug 1287977 - Incorrect check output from atomic-openshift-installer when
  1087. working with preconfigured load balancer (bleanhar@redhat.com)
  1088. - Add unique AEP, OSE, and Origin BYO inventories (sdodson@redhat.com)
  1089. - bring the docker udev workaround into openshift-ansible.git
  1090. (jdiaz@redhat.com)
  1091. - Zabbix: put in a note about trigger prototype dependency
  1092. (mwoodson@redhat.com)
  1093. - Zabbix: added dependency for inode disk check (mwoodson@redhat.com)
  1094. - Zabbix: added dependency for disk check (mwoodson@redhat.com)
  1095. - zabbix: removed ethernet graphs (mwoodson@redhat.com)
  1096. - Zabbix: added trigger dependencies to certain master checks
  1097. (mwoodson@redhat.com)
  1098. - ManageIQ Service Account: added role for ManageIQ service account
  1099. (efreiber@redhat.com)
  1100. - added the pv zabbix keys (mwoodson@redhat.com)
  1101. - Refactor dns options and facts. (abutcher@redhat.com)
  1102. - Fix openshift_facts playbook for yum/dnf changes (jdetiber@redhat.com)
  1103. - Configured master count should be 1 for pacemaker ha. (abutcher@redhat.com)
  1104. - Fedora changes: (admiller@redhat.com)
  1105. - Centralize etcd/schedulability logic for each host. (dgoodwin@redhat.com)
  1106. - added upgrade playbook for online (sedgar@redhat.com)
  1107. - Improved installation summary. (dgoodwin@redhat.com)
  1108. - Fix kubernetes service ip gathering. (abutcher@redhat.com)
  1109. - added docker registry cluster check (mwoodson@redhat.com)
  1110. - Add warning for HA deployments with < 3 dedicated nodes.
  1111. (dgoodwin@redhat.com)
  1112. - Cleanup more schedulable typos. (dgoodwin@redhat.com)
  1113. - Fix validation for BasicAuthPasswordIdentityProvider (tschan@puzzle.ch)
  1114. - Fix ec2 instance type lookups (jdetiber@redhat.com)
  1115. - remove debug logging from scc/privileged patch command (jdetiber@redhat.com)
  1116. - Set api version for oc commands (jdetiber@redhat.com)
  1117. - 3.1 upgrade - use --api-version for patch commands (jdetiber@redhat.com)
  1118. - Fix bug when warning on no dedicated nodes. (dgoodwin@redhat.com)
  1119. - Suggest dedicated nodes for an HA deployment. (dgoodwin@redhat.com)
  1120. - Error out if no load balancer specified. (dgoodwin@redhat.com)
  1121. - Adjust requirement for 3 masters for HA deployments. (dgoodwin@redhat.com)
  1122. - Fixing 'unscheduleable' typo (bleanhar@redhat.com)
  1123. - Update IMAGE_PREFIX and IMAGE_VERSION values in hawkular template
  1124. (nakayamakenjiro@gmail.com)
  1125. - Improved output when re-running after editing config. (dgoodwin@redhat.com)
  1126. - Print a system summary after adding each. (dgoodwin@redhat.com)
  1127. - Text improvements for host specification. (dgoodwin@redhat.com)
  1128. - Assert etcd section written for HA installs. (dgoodwin@redhat.com)
  1129. - Breakout a test fixture to reduce module size. (dgoodwin@redhat.com)
  1130. - Pylint touchups. (dgoodwin@redhat.com)
  1131. - Trim assertions in HA testing. (dgoodwin@redhat.com)
  1132. - Test unattended HA quick install. (dgoodwin@redhat.com)
  1133. - Don't prompt to continue during unattended installs. (dgoodwin@redhat.com)
  1134. - Block re-use of master/node as load balancer in attended install.
  1135. (dgoodwin@redhat.com)
  1136. - Add -q flag to remove unwantend output (such as mirror and cache information)
  1137. (urs.breu@ergon.ch)
  1138. - Uninstall: only restart docker on node hosts. (abutcher@redhat.com)
  1139. - Explicitly set schedulable when masters == nodes. (dgoodwin@redhat.com)
  1140. - Use admin.kubeconfig for get svc ip. (abutcher@redhat.com)
  1141. - Point enterprise metrics at registry.access.redhat.com/openshift3/metrics-
  1142. (sdodson@redhat.com)
  1143. - Make sure that OpenSSL is installed before use (fsimonce@redhat.com)
  1144. - fixes for installer wrapper scaleup (jdetiber@redhat.com)
  1145. - addtl aws fixes (jdetiber@redhat.com)
  1146. - Fix failure when seboolean not present (jdetiber@redhat.com)
  1147. - fix addNodes.yml (jdetiber@redhat.com)
  1148. - more aws support for scaleup (jdetiber@redhat.com)
  1149. - start of aws scaleup (jdetiber@redhat.com)
  1150. - Improve scaleup playbook (jdetiber@redhat.com)
  1151. - Update openshift_repos to refresh package cache on changes
  1152. (jdetiber@redhat.com)
  1153. - Add etcd nodes management in OpenStack (lhuard@amadeus.com)
  1154. * Tue Nov 24 2015 Brenton Leanhardt <bleanhar@redhat.com> 3.0.16-1
  1155. - Silencing pylint branch errors for now for the atomic-openshift-installer
  1156. harness (bleanhar@redhat.com)
  1157. - Properly setting scheduleability for HA Master scenarios
  1158. (bleanhar@redhat.com)
  1159. - added graphs (mwoodson@redhat.com)
  1160. - Rework setting of hostname (jdetiber@redhat.com)
  1161. - Fixed a bug in the actions. It now supports changing opconditions
  1162. (kwoodson@redhat.com)
  1163. - Conditionally set the nodeIP (jdetiber@redhat.com)
  1164. - Bug 1284991 - "atomic-openshift-installer uninstall" error when configuration
  1165. file is missing. (bleanhar@redhat.com)
  1166. - Avoid printing the master and node totals in the add-a-node scenario
  1167. (bleanhar@redhat.com)
  1168. - Fixing tests for quick_ha (bleanhar@redhat.com)
  1169. - Removing a debug line (bleanhar@redhat.com)
  1170. - atomic-openshift-installer: Fix lint issue (smunilla@redhat.com)
  1171. - Handling preconfigured load balancers (bleanhar@redhat.com)
  1172. - atomic-openshift-installer: Rename ha_proxy (smunilla@redhat.com)
  1173. - atomic-openshift-installer: Reverse version and host collection
  1174. (smunilla@redhat.com)
  1175. - cli_installer_tests: Add test for unattended quick HA (smunilla@redhat.com)
  1176. - Breakup inventory writing (smunilla@redhat.com)
  1177. - Enforce 1 or 3 masters (smunilla@redhat.com)
  1178. - Add interactive test (smunilla@redhat.com)
  1179. - atomic-openshift-installer: HA for quick installer (smunilla@redhat.com)
  1180. - Adding zbx_graph support (kwoodson@redhat.com)
  1181. - Modified step params to be in order when passed as a list
  1182. (kwoodson@redhat.com)
  1183. - Add serviceAccountConfig.masterCA during 3.1 upgrade (jdetiber@redhat.com)
  1184. - Use the identity_providers from openshift_facts instead of always using the
  1185. inventory variable (jdetiber@redhat.com)
  1186. - Refactor master identity provider configuration (jdetiber@redhat.com)
  1187. * Fri Nov 20 2015 Kenny Woodson <kwoodson@redhat.com> 3.0.15-1
  1188. - Fixing clone group functionality. Also separating extra_vars from
  1189. extra_groups (kwoodson@redhat.com)
  1190. - Check the end result on bad config file (smunilla@redhat.com)
  1191. - Add some tests for a bad config (smunilla@redhat.com)
  1192. - atomic-openshift-installer: connect_to error handling (smunilla@redhat.com)
  1193. - atomic-openshift-installer: pylint fixes (smunilla@redhat.com)
  1194. - Replace map with oo_collect to support python-jinja2 <2.7
  1195. (abutcher@redhat.com)
  1196. - Making the uninstall playbook more flexible (bleanhar@redhat.com)
  1197. - Install version dependent image streams for v1.0 and v1.1
  1198. (sdodson@redhat.com)
  1199. - Do not update the hostname (jdetiber@redhat.com)
  1200. - Pylint fix for long line in cli docstring. (dgoodwin@redhat.com)
  1201. - Default to installing OSE 3.1 instead of 3.0. (dgoodwin@redhat.com)
  1202. - Fix tests on systems with openshift-ansible rpms installed.
  1203. (dgoodwin@redhat.com)
  1204. * Thu Nov 19 2015 Brenton Leanhardt <bleanhar@redhat.com> 3.0.14-1
  1205. - added metric items to zabbix for openshift online (mwoodson@redhat.com)
  1206. - Updating usergroups to accept users (kwoodson@redhat.com)
  1207. - Differentiate machine types on GCE (master and nodes)
  1208. (romain.dossin@amadeus.com)
  1209. - Uninstall - Remove systemd wants file for node (jdetiber@redhat.com)
  1210. - ec2 - force !requiretty for ssh_user (jdetiber@redhat.com)
  1211. - small tweaks for adding docker volume for aws master hosts
  1212. (jdetiber@redhat.com)
  1213. - Created role to deploy ops host monitoring (jdiaz@redhat.com)
  1214. - Update certificate paths when 'names' key is provided. (abutcher@redhat.com)
  1215. - add a volume on master host, in AWS provisioning (chengcheng.mu@amadeus.com)
  1216. - First attempt at adding web scenarios (kwoodson@redhat.com)
  1217. - Use field numbers for all formats in bin/cluster for python 2.6
  1218. (abutcher@redhat.com)
  1219. - atomic-openshift-installer: Correct single master case (smunilla@redhat.com)
  1220. - added copr-openshift-ansible releaser, removed old rel-eng stuff.
  1221. (twiest@redhat.com)
  1222. - changed counter -> count (mwoodson@redhat.com)
  1223. - Updating zbx_item classes to support data types for bool.
  1224. (kwoodson@redhat.com)
  1225. - Fix ec2 instance type override (jdetiber@redhat.com)
  1226. - updated my check to support the boolean data type (mwoodson@redhat.com)
  1227. - Add additive_facts_to_overwrite instead of overwriting all additive_facts
  1228. (abutcher@redhat.com)
  1229. - added healthz check and more pod count checks (mwoodson@redhat.com)
  1230. - updating to the latest ec2.py (and re-patching with our changes).
  1231. (twiest@redhat.com)
  1232. - atomic-openshift-installer: Temporarily restrict to single master
  1233. (smunilla@redhat.com)
  1234. - openshift-ansible: Correct variable (smunilla@redhat.com)
  1235. - Refactor named certificates. (abutcher@redhat.com)
  1236. - atomic-openshift-utils: Version lock playbooks (smunilla@redhat.com)
  1237. - Add the native ha services and configs to uninstall (jdetiber@redhat.com)
  1238. - Bug 1282336 - Add additional seboolean for gluster (jdetiber@redhat.com)
  1239. - Raise lifetime to 2 weeks for dynamic AWS items (jdiaz@redhat.com)
  1240. - bin/cluster fix python 2.6 issue (jdetiber@redhat.com)
  1241. - cluster list: break host types by subtype (lhuard@amadeus.com)
  1242. - README_AWS: Add needed dependency (c.witt.1900@gmail.com)
  1243. - Fix invalid sudo command test (takayoshi@gmail.com)
  1244. - Docs: Fedora: Add missing dependencies and update to dnf. (public@omeid.me)
  1245. - Gate upgrade steps for 3.0 to 3.1 upgrade (jdetiber@redhat.com)
  1246. - added the tito and copr_cli roles (twiest@redhat.com)
  1247. - pylint openshift_facts (jdetiber@redhat.com)
  1248. - Update etcd default facts setting (jdetiber@redhat.com)
  1249. - Update master facts prior to upgrading incase facts are missing.
  1250. (abutcher@redhat.com)
  1251. - pre-upgrade-check: differentiates between port and targetPort in output
  1252. (smilner@redhat.com)
  1253. - Better structure the output of the list playbook (lhuard@amadeus.com)
  1254. - Add the sub-host-type tag to the libvirt VMs (lhuard@amadeus.com)
  1255. - atomic-openshift-installer: Update nopwd sudo test (smunilla@redhat.com)
  1256. - Fix pylint import errors for utils/test/. (dgoodwin@redhat.com)
  1257. - atomic-openshift-installer: Update prompts and help messages
  1258. (smunilla@redhat.com)
  1259. - Dependencies need to be added when a create occurs on SLA object.
  1260. (kwoodson@redhat.com)
  1261. - Test additions for cli_installer:get_hosts_to_install_on
  1262. (bleanhar@redhat.com)
  1263. - adding itservice (kwoodson@redhat.com)
  1264. - remove netaddr dependency (tob@butter.sh)
  1265. - Add pyOpenSSL to dependencies for Fedora. (public@omeid.me)
  1266. - Vagrant RHEL registration cleanup (pep@redhat.com)
  1267. - RH subscription: optional satellite and pkg update (pep@redhat.com)
  1268. * Tue Nov 17 2015 Brenton Leanhardt <bleanhar@redhat.com> 3.0.13-1
  1269. - The aep3 images changed locations. (bleanhar@redhat.com)
  1270. - atomic-openshift-installer: Correct single master case (smunilla@redhat.com)
  1271. - atomic-openshift-installer: Temporarily restrict to single master
  1272. (smunilla@redhat.com)
  1273. * Wed Nov 11 2015 Brenton Leanhardt <bleanhar@redhat.com> 3.0.12-1
  1274. - Sync with the latest image streams (sdodson@redhat.com)
  1275. * Wed Nov 11 2015 Brenton Leanhardt <bleanhar@redhat.com> 3.0.11-1
  1276. - Migrate xpaas content from pre v1.1.0 (sdodson@redhat.com)
  1277. - Import latest xpaas templates and image streams (sdodson@redhat.com)
  1278. * Wed Nov 11 2015 Brenton Leanhardt <bleanhar@redhat.com> 3.0.10-1
  1279. - Fix update error for templates that didn't previously exist
  1280. (jdetiber@redhat.com)
  1281. - General cleanup of v3_0_to_v3_1/upgrade.yml (jdetiber@redhat.com)
  1282. - Add zabbix pieces to hold AWS S3 bucket stats (jdiaz@redhat.com)
  1283. - add ansible dep to vagrant doc (jdetiber@redhat.com)
  1284. - oo_filter: don't fail when attribute is not defined (tob@butter.sh)
  1285. * Wed Nov 11 2015 Brenton Leanhardt <bleanhar@redhat.com> 3.0.9-1
  1286. - Refactor upgrade playbook(s) (jdetiber@redhat.com)
  1287. * Tue Nov 10 2015 Scott Dodson <sdodson@redhat.com> 3.0.8-1
  1288. - Add origin-clients to uninstall playbook. (abutcher@redhat.com)
  1289. - examples: include logging and metrics infrastructure (lmeyer@redhat.com)
  1290. - Add separate step to enable services during upgrade. (dgoodwin@redhat.com)
  1291. - Update tests now that cli is not asking for rpm/container install
  1292. (smunilla@redhat.com)
  1293. - atomic-openshift-installer: Remove question for container install
  1294. (smunilla@redhat.com)
  1295. - Remove references to multi_ec2.py (jdetiber@redhat.com)
  1296. - 1279746: Fix leftover disabled features line in config template.
  1297. (dgoodwin@redhat.com)
  1298. - 1279734: Ensure services are enabled after upgrade. (dgoodwin@redhat.com)
  1299. - Fix missing etcd_data_dir bug. (dgoodwin@redhat.com)
  1300. - Package the default ansible.cfg with atomic-openshift-utils.
  1301. (dgoodwin@redhat.com)
  1302. - Add ldap auth identity provider to example inventory. (abutcher@redhat.com)
  1303. - Read etcd data dir from appropriate config file. (dgoodwin@redhat.com)
  1304. - atomic-openshift-installer: Generate inventory off hosts_to_run_on
  1305. (smunilla@redhat.com)
  1306. - Various fixes related to connect_to (bleanhar@redhat.com)
  1307. - Remove upgrade playbook restriction on 3.0.2. (dgoodwin@redhat.com)
  1308. - Conditionals for flannel etcd client certs. (abutcher@redhat.com)
  1309. - New `iptablesSyncPeriod` field in node configuration (abutcher@redhat.com)
  1310. - Fix indentation on when (jdetiber@redhat.com)
  1311. - Bug 1278863 - Error using openshift_pkg_version (jdetiber@redhat.com)
  1312. - more cleanup of names (mwoodson@redhat.com)
  1313. - Missing conditionals for api/controller sysconfig. (abutcher@redhat.com)
  1314. - Updating the atomic-openshift-isntaller local connection logic for the
  1315. connect_to addition. (bleanhar@redhat.com)
  1316. - cleaned up network checks (mwoodson@redhat.com)
  1317. - Minor upgrade improvements. (dgoodwin@redhat.com)
  1318. - Wait for cluster to recover after pcs resource restart. (abutcher@redhat.com)
  1319. - Bug 1278245 - Failed to add node to existing env using atomic-openshift-
  1320. installer (bleanhar@redhat.com)
  1321. - remove debug statement (jdetiber@redhat.com)
  1322. - Fix removal of kubernetesMasterConfig.apiLevels (jdetiber@redhat.com)
  1323. - atomic-openshift-installer: Better specification of ansible connection point
  1324. (smunilla@redhat.com)
  1325. - Fix issues related to upgrade packages being unavailable
  1326. (jdetiber@redhat.com)
  1327. - added network checks. also updated item prototype code to support more
  1328. (mwoodson@redhat.com)
  1329. - Fix data_dir for 3.0 deployments (jdetiber@redhat.com)
  1330. - Fix apiLevels modifications (jdetiber@redhat.com)
  1331. - Fix creation of origin symlink when dir already exists. (dgoodwin@redhat.com)
  1332. - apiLevel changes (jdetiber@redhat.com)
  1333. - Write new config to disk after successful upgrade. (dgoodwin@redhat.com)
  1334. - Fix pylint errors with getting hosts to run on. (dgoodwin@redhat.com)
  1335. - Remove v1beta3 by default for kube_nfs_volumes (jdetiber@redhat.com)
  1336. - Add pre-upgrade script to be run on first master. (dgoodwin@redhat.com)
  1337. - Start to handle pacemaker ha during upgrade (abutcher@redhat.com)
  1338. - Fix lb group related errors (jdetiber@redhat.com)
  1339. - Fix file check conditional. (abutcher@redhat.com)
  1340. - Don't check for certs in data_dir just raise when they can't be found. Fix
  1341. typo. (abutcher@redhat.com)
  1342. - exclude atomic-openshift-installer from bin subpackage (tdawson@redhat.com)
  1343. - add master_hostnames definition for upgrade (jdetiber@redhat.com)
  1344. - Additional upgrade enhancements (jdetiber@redhat.com)
  1345. - Handle backups for separate etcd hosts if necessary. (dgoodwin@redhat.com)
  1346. - Further upgrade improvements (jdetiber@redhat.com)
  1347. - Upgrade improvements (dgoodwin@redhat.com)
  1348. - Bug 1278243 - Confusing prompt from atomic-openshift-installer
  1349. (bleanhar@redhat.com)
  1350. - Bug 1278244 - Previously there was no way to add a node in unattended mode
  1351. (bleanhar@redhat.com)
  1352. - Revert to defaults (abutcher@redhat.com)
  1353. - Bug 1278244 - Incorrect node information gathered by atomic-openshift-
  1354. installer (bleanhar@redhat.com)
  1355. - atomic-openshift-installer's unattended mode wasn't work with --force for all
  1356. cases (bleanhar@redhat.com)
  1357. - Making it easier to use pre-release content (bleanhar@redhat.com)
  1358. - The uninstall playbook needs to remove /run/openshift-sdn
  1359. (bleanhar@redhat.com)
  1360. - Various HA changes for pacemaker and native methods. (abutcher@redhat.com)
  1361. - Bug 1274201 - Fixing non-root installations if using a local connection
  1362. (bleanhar@redhat.com)
  1363. - Bug 1274201 - Fixing sudo non-interactive test (bleanhar@redhat.com)
  1364. - Bug 1277592 - SDN MTU has hardcoded default (jdetiber@redhat.com)
  1365. - Atomic Enterprise/OpenShift Enterprise merge update (jdetiber@redhat.com)
  1366. - fix dueling controllers - without controllerLeaseTTL set in config, multiple
  1367. controllers will attempt to start (jdetiber@redhat.com)
  1368. - default to source persistence for haproxy (jdetiber@redhat.com)
  1369. - hardcode openshift binaries for now (jdetiber@redhat.com)
  1370. - more tweaks (jdetiber@redhat.com)
  1371. - more tweaks (jdetiber@redhat.com)
  1372. - additional ha related updates (jdetiber@redhat.com)
  1373. - additional native ha changes (abutcher@redhat.com)
  1374. - Start of true master ha (jdetiber@redhat.com)
  1375. - Atomic Enterprise related changes. (avagarwa@redhat.com)
  1376. - Remove pacemaker bits. (abutcher@redhat.com)
  1377. - Override hosts deployment_type fact for version we're upgrading to.
  1378. (dgoodwin@redhat.com)
  1379. - Pylint fixes for config upgrade module. (dgoodwin@redhat.com)
  1380. - Disable proxy cert config upgrade until certs being generated.
  1381. (dgoodwin@redhat.com)
  1382. - remove debug line (florian.lambert@enovance.com)
  1383. - [roles/openshift_master_certificates/tasks/main.yml] Fix variable
  1384. openshift.master.all_hostnames to openshift.common.all_hostnames
  1385. (florian.lambert@enovance.com)
  1386. - Fix bug with not upgrading openshift-master to atomic-openshift-master.
  1387. (dgoodwin@redhat.com)
  1388. - Adding aws and gce packages to ansible-inventory (kwoodson@redhat.com)
  1389. - Fix subpackage dependencies (jdetiber@redhat.com)
  1390. - Refactor common group evaluation to avoid duplication (jdetiber@redhat.com)
  1391. - common/openshift-cluster: Scaleup playbook (smunilla@redhat.com)
  1392. - Fix bug from module rename. (dgoodwin@redhat.com)
  1393. - Fix bug with default ansible playbook dir. (dgoodwin@redhat.com)
  1394. - Use the base package upgrade version so we can check things earlier.
  1395. (dgoodwin@redhat.com)
  1396. - Skip fail if enterprise deployment type depending on version.
  1397. (dgoodwin@redhat.com)
  1398. - Add debug output for location of etcd backup. (dgoodwin@redhat.com)
  1399. - Filter internal hostnames from the list of parsed names.
  1400. (abutcher@redhat.com)
  1401. - Move config upgrade to correct place, fix node facts. (dgoodwin@redhat.com)
  1402. - Add custom certificates to serving info in master configuration.
  1403. (abutcher@redhat.com)
  1404. - Add in proxyClientInfo if missing during config upgrade.
  1405. (dgoodwin@redhat.com)
  1406. - Implement master-config.yaml upgrade for v1beta3 apiLevel removal.
  1407. (dgoodwin@redhat.com)
  1408. - Fix installer upgrade bug following pylint fix. (dgoodwin@redhat.com)
  1409. - Document the new version field for installer config. (dgoodwin@redhat.com)
  1410. - Remove my username from some test data. (dgoodwin@redhat.com)
  1411. - Add a simple version for the installer config file. (dgoodwin@redhat.com)
  1412. - Pylint fix. (dgoodwin@redhat.com)
  1413. - Fix issue with master.proxy-client.{crt,key} and omit. (abutcher@redhat.com)
  1414. - initial module framework (jdetiber@redhat.com)
  1415. - Better info prior to initiating upgrade. (dgoodwin@redhat.com)
  1416. - Fix etcd backup bug with not-yet-created /var/lib/origin symlink
  1417. (dgoodwin@redhat.com)
  1418. - Print info after upgrade completes. (dgoodwin@redhat.com)
  1419. - Automatically upgrade legacy config files. (dgoodwin@redhat.com)
  1420. - Remove devel fail and let upgrade proceed. (dgoodwin@redhat.com)
  1421. - Add utils subpackage missing dep on openshift-ansible-roles.
  1422. (dgoodwin@redhat.com)
  1423. - Generate timestamped etcd backups. (dgoodwin@redhat.com)
  1424. - Add etcd_data_dir fact. (dgoodwin@redhat.com)
  1425. - Functional disk space checking for etcd backup. (dgoodwin@redhat.com)
  1426. - First cut at checking available disk space for etcd backup.
  1427. (dgoodwin@redhat.com)
  1428. - Block upgrade if targetting enterprise deployment type. (dgoodwin@redhat.com)
  1429. - Change flannel registration default values (sbaubeau@redhat.com)
  1430. - Remove empty notify section (sbaubeau@redhat.com)
  1431. - Check etcd certs exist for flannel when its support is enabled
  1432. (sbaubeau@redhat.com)
  1433. - Fix when neither use_openshift_sdn nor use_flannel are specified
  1434. (sbaubeau@redhat.com)
  1435. - Generate etcd certificats for flannel when is not embedded
  1436. (sbaubeau@redhat.com)
  1437. - Add missing 2nd true parameters to default Jinja filter (sbaubeau@redhat.com)
  1438. - Use 'command' module instead of 'shell' (sbaubeau@redhat.com)
  1439. - Add flannel modules documentation (sbaubeau@redhat.com)
  1440. - Only remove IPv4 address from docker bridge (sbaubeau@redhat.com)
  1441. - Remove multiple use_flannel fact definition (sbaubeau@redhat.com)
  1442. - Ensure openshift-sdn and flannel can't be used at the same time
  1443. (sbaubeau@redhat.com)
  1444. - Add flannel support (sbaubeau@redhat.com)
  1445. * Wed Nov 04 2015 Kenny Woodson <kwoodson@redhat.com> 3.0.7-1
  1446. - added the %%util in zabbix (mwoodson@redhat.com)
  1447. - atomic-openshift-installer: Correct default playbook directory
  1448. (smunilla@redhat.com)
  1449. - Support for gce (kwoodson@redhat.com)
  1450. - fixed a dumb naming mistake (mwoodson@redhat.com)
  1451. - added disk tps checks to zabbix (mwoodson@redhat.com)
  1452. - atomic-openshift-installer: Correct inaccurate prompt (smunilla@redhat.com)
  1453. - atomic-openshift-installer: Add default openshift-ansible-playbook
  1454. (smunilla@redhat.com)
  1455. - ooinstall: Add check for nopwd sudo (smunilla@redhat.com)
  1456. - ooinstall: Update local install check (smunilla@redhat.com)
  1457. - oo-install: Support running on the host to be deployed (smunilla@redhat.com)
  1458. - Moving to Openshift Etcd application (mmahut@redhat.com)
  1459. - Add all the possible servicenames to openshift_all_hostnames for masters
  1460. (sdodson@redhat.com)
  1461. - Adding openshift.node.etcd items (mmahut@redhat.com)
  1462. - Fix etcd cert generation when etcd_interface is defined (jdetiber@redhat.com)
  1463. - get zabbix ready to start tracking status of pcp (jdiaz@redhat.com)
  1464. - split inventory into subpackages (tdawson@redhat.com)
  1465. - changed the cpu alert to only alert if cpu idle more than 5x. Change alert to
  1466. warning (mwoodson@redhat.com)
  1467. - Rename install_transactions module to openshift_ansible.
  1468. (dgoodwin@redhat.com)
  1469. - atomic-openshift-installer: Text improvements (smunilla@redhat.com)
  1470. - Add utils subpackage missing dep on openshift-ansible-roles.
  1471. (dgoodwin@redhat.com)
  1472. - Disable requiretty for only the openshift user (error@ioerror.us)
  1473. - Don't require tty to run sudo (error@ioerror.us)
  1474. - Attempt to remove the various interfaces left over from an install
  1475. (bleanhar@redhat.com)
  1476. - Pulling latest gce.py module from ansible (kwoodson@redhat.com)
  1477. - Disable OpenShift features if installing Atomic Enterprise
  1478. (jdetiber@redhat.com)
  1479. - Use default playbooks if available. (dgoodwin@redhat.com)
  1480. - Add uninstall subcommand. (dgoodwin@redhat.com)
  1481. - Add subcommands to CLI. (dgoodwin@redhat.com)
  1482. - Remove images options in oadm command (nakayamakenjiro@gmail.com)
  1483. * Fri Oct 30 2015 Kenny Woodson <kwoodson@redhat.com> 3.0.6-1
  1484. - Adding python-boto and python-libcloud to openshift-ansible-inventory
  1485. dependency (kwoodson@redhat.com)
  1486. - Use more specific enterprise version for version_greater_than_3_1_or_1_1.
  1487. (abutcher@redhat.com)
  1488. - Conditionalizing the support for the v1beta3 api (bleanhar@redhat.com)
  1489. * Thu Oct 29 2015 Kenny Woodson <kwoodson@redhat.com> 3.0.5-1
  1490. - Updating multi_ec2 to support extra_vars and extra_groups
  1491. (kwoodson@redhat.com)
  1492. - Removing the template and doing to_nice_yaml instead (kwoodson@redhat.com)
  1493. - README_AEP.md: update instructions for creating router and registry
  1494. (jlebon@redhat.com)
  1495. - README_AEP: Various fixes (walters@verbum.org)
  1496. - Fixing for extra_vars rename. (kwoodson@redhat.com)
  1497. - make storage_plugin_deps conditional on deployment_type (jdetiber@redhat.com)
  1498. - remove debugging pauses (jdetiber@redhat.com)
  1499. - make storage plugin dependency installation more flexible
  1500. (jdetiber@redhat.com)
  1501. - Install storage plugin dependencies (jdetiber@redhat.com)
  1502. * Wed Oct 28 2015 Kenny Woodson <kwoodson@redhat.com> 3.0.4-1
  1503. - Removing spec files. (kwoodson@redhat.com)
  1504. - Updated example (kwoodson@redhat.com)
  1505. - Automatic commit of package [openshift-ansible-inventory] release [0.0.11-1].
  1506. (kwoodson@redhat.com)
  1507. - Automatic commit of package [openshift-ansible-bin] release [0.0.21-1].
  1508. (kwoodson@redhat.com)
  1509. - Automatic commit of package [openshift-ansible-inventory] release [0.0.10-1].
  1510. (kwoodson@redhat.com)
  1511. - Automatic commit of package [openshift-ansible-bin] release [0.0.20-1].
  1512. (kwoodson@redhat.com)
  1513. - Adding tito releasers configuration (bleanhar@redhat.com)
  1514. - Bug fixes for the uninstall playbook (bleanhar@redhat.com)
  1515. - Adding clone vars and groups. Renamed hostvars to extra_vars.
  1516. (kwoodson@redhat.com)
  1517. - Start tracking docker info execution time (jdiaz@redhat.com)
  1518. - The uninstall playbook should remove the kubeconfig for non-root installs
  1519. (bleanhar@redhat.com)
  1520. - Adding uninstall support for Atomic Host (bleanhar@redhat.com)
  1521. - add examples for SDN configuration (jdetiber@redhat.com)
  1522. * Tue Oct 27 2015 Troy Dawson <tdawson@redhat.com> 3.0.3-1
  1523. - Pylint fixes and ignores for incoming oo-install code. (dgoodwin@redhat.com)
  1524. - Pylint fixes (abutcher@redhat.com)
  1525. - Adding zabbix type and fixing zabbix agent vars (kwoodson@redhat.com)
  1526. - Add atomic-openshift-utils add atomic-openshift-utils to openshift-
  1527. ansible.spec file (tdawson@redhat.com)
  1528. - Fix quotes (spinolacastro@gmail.com)
  1529. - Use standard library for version comparison. (abutcher@redhat.com)
  1530. - added docker info to the end of docker loop to direct lvm playbook.
  1531. (twiest@redhat.com)
  1532. - Add missing quotes (spinolacastro@gmail.com)
  1533. - Adding Docker Log Options capabilities (epo@jemba.net)
  1534. - Move version greater_than_fact into openshift_facts (abutcher@redhat.com)
  1535. - Don't include proxy client cert when <3.1 or <1.1 (abutcher@redhat.com)
  1536. - Add proxy client certs to master config. (abutcher@redhat.com)
  1537. - Update imagestreams and quickstarts from origin (sdodson@redhat.com)
  1538. - Get default values from openshift_facts (spinolacastro@gmail.com)
  1539. - Cleanup (spinolacastro@gmail.com)
  1540. - Add missing inventory example (spinolacastro@gmail.com)
  1541. - Custom Project Config (spinolacastro@gmail.com)
  1542. * Mon Oct 19 2015 Troy Dawson <tdawson@redhat.com> 3.0.2-1
  1543. - Initial Package