openshift-ansible.spec 70 KB

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