openshift-ansible.spec 52 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094
  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.39
  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. ln -sf %{_datadir}/ansible/inventory/multi_inventory.py %{buildroot}%{python_sitelib}/openshift_ansible/multi_inventory.py
  45. ln -sf %{_datadir}/ansible/inventory/aws %{buildroot}%{python_sitelib}/openshift_ansible/aws
  46. # openshift-ansible-docs install
  47. # -docs are currently just %doc, no install needed
  48. # openshift-ansible-inventory install
  49. mkdir -p %{buildroot}/etc/ansible
  50. mkdir -p %{buildroot}%{_datadir}/ansible/inventory
  51. mkdir -p %{buildroot}%{_datadir}/ansible/inventory/aws
  52. mkdir -p %{buildroot}%{_datadir}/ansible/inventory/gce
  53. cp -p inventory/multi_inventory.py %{buildroot}%{_datadir}/ansible/inventory
  54. cp -p inventory/multi_inventory.yaml.example %{buildroot}/etc/ansible/multi_inventory.yaml
  55. cp -p inventory/aws/hosts/ec2.py %{buildroot}%{_datadir}/ansible/inventory/aws
  56. cp -p inventory/gce/hosts/gce.py %{buildroot}%{_datadir}/ansible/inventory/gce
  57. # openshift-ansible-playbooks install
  58. cp -rp playbooks %{buildroot}%{_datadir}/ansible/%{name}/
  59. # openshift-ansible-roles install
  60. cp -rp roles %{buildroot}%{_datadir}/ansible/%{name}/
  61. # openshift-ansible-filter-plugins install
  62. cp -rp filter_plugins %{buildroot}%{_datadir}/ansible_plugins/
  63. # openshift-ansible-lookup-plugins install
  64. cp -rp lookup_plugins %{buildroot}%{_datadir}/ansible_plugins/
  65. # atomic-openshift-utils install
  66. pushd utils
  67. %{__python} setup.py install --skip-build --root %{buildroot}
  68. # Remove this line once the name change has happened
  69. mv -f %{buildroot}%{_bindir}/oo-install %{buildroot}%{_bindir}/atomic-openshift-installer
  70. mkdir -p %{buildroot}%{_datadir}/atomic-openshift-utils/
  71. cp etc/ansible.cfg %{buildroot}%{_datadir}/atomic-openshift-utils/ansible.cfg
  72. popd
  73. # Base openshift-ansible files
  74. %files
  75. %doc LICENSE.md README*
  76. %dir %{_datadir}/ansible/%{name}
  77. # ----------------------------------------------------------------------------------
  78. # openshift-ansible-bin subpackage
  79. # ----------------------------------------------------------------------------------
  80. %package bin
  81. Summary: Openshift and Atomic Enterprise Ansible Scripts for working with metadata hosts
  82. Requires: %{name} = %{version}
  83. Requires: %{name}-inventory = %{version}
  84. Requires: %{name}-playbooks = %{version}
  85. BuildRequires: python2-devel
  86. BuildArch: noarch
  87. %description bin
  88. Scripts to make it nicer when working with hosts that are defined only by metadata.
  89. %files bin
  90. %{_bindir}/*
  91. %exclude %{_bindir}/atomic-openshift-installer
  92. %{python_sitelib}/openshift_ansible/
  93. /etc/bash_completion.d/*
  94. %config(noreplace) /etc/openshift_ansible/
  95. # ----------------------------------------------------------------------------------
  96. # openshift-ansible-docs subpackage
  97. # ----------------------------------------------------------------------------------
  98. %package docs
  99. Summary: Openshift and Atomic Enterprise Ansible documents
  100. Requires: %{name} = %{version}
  101. BuildArch: noarch
  102. %description docs
  103. %{summary}.
  104. %files docs
  105. %doc docs
  106. # ----------------------------------------------------------------------------------
  107. # openshift-ansible-inventory subpackage
  108. # ----------------------------------------------------------------------------------
  109. %package inventory
  110. Summary: Openshift and Atomic Enterprise Ansible Inventories
  111. Requires: %{name} = %{version}
  112. BuildArch: noarch
  113. %description inventory
  114. Ansible Inventories used with the openshift-ansible scripts and playbooks.
  115. %files inventory
  116. %config(noreplace) /etc/ansible/*
  117. %dir %{_datadir}/ansible/inventory
  118. %{_datadir}/ansible/inventory/multi_inventory.py*
  119. %package inventory-aws
  120. Summary: Openshift and Atomic Enterprise Ansible Inventories for AWS
  121. Requires: %{name}-inventory = %{version}
  122. Requires: python-boto
  123. BuildArch: noarch
  124. %description inventory-aws
  125. Ansible Inventories for AWS used with the openshift-ansible scripts and playbooks.
  126. %files inventory-aws
  127. %{_datadir}/ansible/inventory/aws/ec2.py*
  128. %package inventory-gce
  129. Summary: Openshift and Atomic Enterprise Ansible Inventories for GCE
  130. Requires: %{name}-inventory = %{version}
  131. Requires: python-libcloud >= 0.13
  132. BuildArch: noarch
  133. %description inventory-gce
  134. Ansible Inventories for GCE used with the openshift-ansible scripts and playbooks.
  135. %files inventory-gce
  136. %{_datadir}/ansible/inventory/gce/gce.py*
  137. # ----------------------------------------------------------------------------------
  138. # openshift-ansible-playbooks subpackage
  139. # ----------------------------------------------------------------------------------
  140. %package playbooks
  141. Summary: Openshift and Atomic Enterprise Ansible Playbooks
  142. Requires: %{name} = %{version}
  143. Requires: %{name}-roles = %{version}
  144. Requires: %{name}-lookup-plugins = %{version}
  145. Requires: %{name}-filter-plugins = %{version}
  146. BuildArch: noarch
  147. %description playbooks
  148. %{summary}.
  149. %files playbooks
  150. %{_datadir}/ansible/%{name}/playbooks
  151. # ----------------------------------------------------------------------------------
  152. # openshift-ansible-roles subpackage
  153. # ----------------------------------------------------------------------------------
  154. %package roles
  155. Summary: Openshift and Atomic Enterprise Ansible roles
  156. Requires: %{name} = %{version}
  157. Requires: %{name}-lookup-plugins = %{version}
  158. Requires: %{name}-filter-plugins = %{version}
  159. BuildArch: noarch
  160. %description roles
  161. %{summary}.
  162. %files roles
  163. %{_datadir}/ansible/%{name}/roles
  164. # ----------------------------------------------------------------------------------
  165. # openshift-ansible-filter-plugins subpackage
  166. # ----------------------------------------------------------------------------------
  167. %package filter-plugins
  168. Summary: Openshift and Atomic Enterprise Ansible filter plugins
  169. Requires: %{name} = %{version}
  170. BuildArch: noarch
  171. Requires: pyOpenSSL
  172. %description filter-plugins
  173. %{summary}.
  174. %files filter-plugins
  175. %{_datadir}/ansible_plugins/filter_plugins
  176. # ----------------------------------------------------------------------------------
  177. # openshift-ansible-lookup-plugins subpackage
  178. # ----------------------------------------------------------------------------------
  179. %package lookup-plugins
  180. Summary: Openshift and Atomic Enterprise Ansible lookup plugins
  181. Requires: %{name} = %{version}
  182. BuildArch: noarch
  183. %description lookup-plugins
  184. %{summary}.
  185. %files lookup-plugins
  186. %{_datadir}/ansible_plugins/lookup_plugins
  187. # ----------------------------------------------------------------------------------
  188. # atomic-openshift-utils subpackage
  189. # ----------------------------------------------------------------------------------
  190. %package -n atomic-openshift-utils
  191. Summary: Atomic OpenShift Utilities
  192. BuildRequires: python-setuptools
  193. Requires: %{name}-playbooks >= %{version}
  194. Requires: python-click
  195. Requires: python-setuptools
  196. Requires: PyYAML
  197. BuildArch: noarch
  198. %description -n atomic-openshift-utils
  199. Atomic OpenShift Utilities includes
  200. - atomic-openshift-installer
  201. - other utilities
  202. %files -n atomic-openshift-utils
  203. %{python_sitelib}/ooinstall*
  204. %{_bindir}/atomic-openshift-installer
  205. %{_datadir}/atomic-openshift-utils/ansible.cfg
  206. %changelog
  207. * Tue Feb 09 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.39-1
  208. - Bug 1304150 - Can't upgrade atomic-openshift to specified version
  209. (bleanhar@redhat.com)
  210. - Mask master service when using native ha (jdetiber@redhat.com)
  211. - aoi: Safer check for master_routingconfig_subdomain (smunilla@redhat.com)
  212. - Add a DNS server on OpenStack clusters (lhuard@amadeus.com)
  213. - renamed /etc/openshift to /etc/origin (sten@redhat.com)
  214. - gitignore : .tag* (atom editor tag files) (sdodson@redhat.com)
  215. - Add an early check to ensure that node names resolve to an interface on the
  216. host (sdodson@redhat.com)
  217. - Allow compression option to be set to empty for non compressed QCow images
  218. Support tgz and gzip compressed images (akram@free.fr)
  219. - Replace status_changed bool (abutcher@redhat.com)
  220. - Improve docs and consistency of setting the ssh_user (jdetiber@redhat.com)
  221. - remove outdated comments (jdetiber@redhat.com)
  222. - add etcd hosts for gce playbooks (jdetiber@redhat.com)
  223. - GCE cloud provider updates (jdetiber@redhat.com)
  224. - Remove extra nfs configuration. (abutcher@redhat.com)
  225. - Do not apply the etcd_certificates role during node playbook.
  226. (abutcher@redhat.com)
  227. - Add g_new_node_hosts to cluster_hosts. (abutcher@redhat.com)
  228. - Updating examples to use /etc/origin/master/htpasswd (jstuever@redhat.com)
  229. - Refactor registry storage options. (abutcher@redhat.com)
  230. - Additional overrides for cloud provider playbooks (jdetiber@redhat.com)
  231. - Bring first etcd server up before others. (dgoodwin@redhat.com)
  232. * Tue Feb 02 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.38-1
  233. - aoi: Ask for osm_default_subdomain in interactive mode (smunilla@redhat.com)
  234. - add item to hold number of stray OVS rules found/removed (jdiaz@redhat.com)
  235. - changed adhoc playbook to match new host monitoring container
  236. (mwoodson@redhat.com)
  237. - Multi-master fixes for provider playbooks (jdetiber@redhat.com)
  238. - zabbix: added master local api items and triggers (mwoodson@redhat.com)
  239. - Added docs around oo_nodes_with_label (jdetiber@redhat.com)
  240. - fix for terminate (jdetiber@redhat.com)
  241. - Fix node tags for aws provider (jdetiber@redhat.com)
  242. - use yaml for loading lable info instead of json (jdetiber@redhat.com)
  243. - infra_node fixes (jdetiber@redhat.com)
  244. - removing extraneous comments (rharriso@redhat.com)
  245. - Remove commented lines and fix pylint check (rharriso@redhat.com)
  246. - Cleaning up the dyn ansible module for merging (rharriso@redhat.com)
  247. - Fix missing bool filter (sdodson@redhat.com)
  248. - Sync platest imagestreams (sdodson@redhat.com)
  249. - Fixing last pylint error (rharriso@redhat.com)
  250. - Fix hostname for aws cloud provider (jdetiber@redhat.com)
  251. - Fixing pylint errors (rharriso@redhat.com)
  252. - Give openvswitch container some time to start (jprovazn@redhat.com)
  253. - s3_registry no filter named 'lookup' (florian.lambert@enovance.com)
  254. - WIP adding the lib_dyn role for the dyn_record module (rharriso@redhat.com)
  255. * Fri Jan 29 2016 Kenny Woodson <kwoodson@redhat.com> 3.0.37-1
  256. - Adding ip address option (kwoodson@redhat.com)
  257. - Enable cockpit when not is_atomic. (abutcher@redhat.com)
  258. - Explicitly restart the atomic node service after configuring it for nuage
  259. (vishal.patil@nuagenetworks.net)
  260. - Fix for bug 1298 (vishal.patil@nuagenetworks.net)
  261. - fixing logic for skipping symlinks (kwoodson@redhat.com)
  262. - Allow to have custom bucket name and region (florian.lambert@enovance.com)
  263. - Add inventory example for logrotate_scripts (abutcher@redhat.com)
  264. - Minor readme cleanup for Bug 1271566 (bleanhar@redhat.com)
  265. - fix template trigger calc (jdiaz@redhat.com)
  266. - Configure logrotate on atomic. (abutcher@redhat.com)
  267. - Comparing zbx_host interfaces and removing duplicate hostgroup_names
  268. (kwoodson@redhat.com)
  269. - Dockerfile: Require pyOpenSSL (gscrivan@redhat.com)
  270. - replace yum with dnf (spartacus06@gmail.com)
  271. - Install cockpit, logrotate and fluentd unless host is atomic.
  272. (abutcher@redhat.com)
  273. - zabbix: added the skydns items and triggers (mwoodson@redhat.com)
  274. - fix pkg_version (spinolacastro@gmail.com)
  275. - Expose data_dir (spinolacastro@gmail.com)
  276. - Fix checking for update package availability (nikolai@prokoschenko.de)
  277. - Fix oo_pretty_print_cluster following the renaming of `env` into `clusterid`
  278. (lhuard@amadeus.com)
  279. - Ensure openssl present for etcd_ca (jdetiber@redhat.com)
  280. - Update Docs and test for testing ansible version (jdetiber@redhat.com)
  281. - Add Nuage support to openshift ansible (vishpat@gmail.com)
  282. - Updating for host monitoring HA masters (kwoodson@redhat.com)
  283. - adhoc s3 registry - add auth part in the registry config sample
  284. (gael.lambert@enovance.com)
  285. - Move the `is_atomic` check from `update_repos_and_packages.yml` to
  286. `rhel_subscribe` (lhuard@amadeus.com)
  287. - Increase OpenStack stack creation/deletion timeout (lhuard@amadeus.com)
  288. * Mon Jan 25 2016 Kenny Woodson <kwoodson@redhat.com> 3.0.36-1
  289. - Fixing awsutil to support aliases and v3 (kwoodson@redhat.com)
  290. - Fail when master restart playbook finds no active masters rather than any
  291. failed masters. (abutcher@redhat.com)
  292. - Skipping any symlinks for the yaml validation check (kwoodson@redhat.com)
  293. - Added template for config loop. (twiest@redhat.com)
  294. - Test validate_pcs_cluster input is basestring instead of str.
  295. (abutcher@redhat.com)
  296. - Fix error when oo_masters_to_config is empty (jdetiber@redhat.com)
  297. - Update inventory examples for console customization (spinolacastro@gmail.com)
  298. - Expose console config for customization (spinolacastro@gmail.com)
  299. - oso_host_monitoring: added environment as a var to the host monitoring
  300. systemd script (mwoodson@redhat.com)
  301. - Check master certificates during upgrade. (abutcher@redhat.com)
  302. - Use haproxy frontend port for os_firewall. (abutcher@redhat.com)
  303. - Fix native master api sysconfig. (abutcher@redhat.com)
  304. - Enable kubernetes master config of podEvictionTimeout from ansible
  305. (jstuever@redhat.com)
  306. - Fix wrapper pathing for non-root user install. (abutcher@redhat.com)
  307. - Remove camel case for bin/cluster addNodes (jdetiber@redhat.com)
  308. - Update cluster_hosts.yml for cloud providers (jdetiber@redhat.com)
  309. - Removing ruby scripts and replacing with python. (kwoodson@redhat.com)
  310. - Fixed a logic bug and yaml load (kwoodson@redhat.com)
  311. - Fixing yaml validation in python. Inputs behave differently as does glob
  312. (kwoodson@redhat.com)
  313. - oso_monitoring: add the zabbix libs (mwoodson@redhat.com)
  314. - Removing removing scripts and moving to python. (kwoodson@redhat.com)
  315. - add ability to disable ztriggers and disable new container dns check
  316. (jdiaz@redhat.com)
  317. - Remove default disable of SDN for GCE (jdetiber@redhat.com)
  318. - Fix hardcoded api_port in openshift_master_cluster (jdetiber@redhat.com)
  319. - Use local address for loopback kubeconfig (jdetiber@redhat.com)
  320. - consolidate steps and cleanup template dir (jdetiber@redhat.com)
  321. - v3_0_to_v3_1_upgrade: Remove is_atomic check for upgrades
  322. (smunilla@redhat.com)
  323. - v3_0_to_v3_1_upgrade: Copy tasks rather than including from the playbook
  324. (smunilla@redhat.com)
  325. - v3_0_to_v3_1_upgrade: Install storage packages (smunilla@redhat.com)
  326. - Controllers_port and firewall rules (spinolacastro@gmail.com)
  327. - Fix bind address/port when isn't default (spinolacastro@gmail.com)
  328. - Add ability to disable os_firewall (jdetiber@redhat.com)
  329. * Mon Jan 18 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.35-1
  330. - added the lib_timedate role (mwoodson@redhat.com)
  331. - added chrony (mwoodson@redhat.com)
  332. - added oso_moniotoring tools role (mwoodson@redhat.com)
  333. - Improve pacemaker 'is-active' check. (abutcher@redhat.com)
  334. * Mon Jan 18 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.34-1
  335. - clean up too-many-branches / logic (jdiaz@redhat.com)
  336. - atomic-openshift-installer: add containerized to inventory
  337. (smunilla@redhat.com)
  338. - Add 'unknown' to possible output for the is-active check.
  339. (abutcher@redhat.com)
  340. - Fix cluster_method conditional in master restart playbook.
  341. (abutcher@redhat.com)
  342. - Use IdentityFile instead of PrivateKey (donovan.muller@gmail.com)
  343. - atomic-openshift-installer: Remove containerized install for 3.0
  344. (smunilla@redhat.com)
  345. - Host group should be OSEv3 not OSv3 (donovan.muller@gmail.com)
  346. - Remove pause after haproxy start (abutcher@redhat.com)
  347. - Ensure nfs-utils installed for non-atomic hosts. (abutcher@redhat.com)
  348. * Fri Jan 15 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.33-1
  349. - Configure nodes which are also masters prior to nodes in containerized
  350. install. (abutcher@redhat.com)
  351. - Call attention to openshift_master_rolling_restart_mode variable in restart
  352. prompt. (abutcher@redhat.com)
  353. - Added anchors for rules in style_guide.adoc in order to make it easier to
  354. reference specific rules in PRs. (twiest@redhat.com)
  355. - Update ec2.ini (jdetiber@redhat.com)
  356. * Thu Jan 14 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.32-1
  357. - Uninstall remove containerized wrapper and symlinks (abutcher@redhat.com)
  358. * Thu Jan 14 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.31-1
  359. - Check api prior to starting node. (abutcher@redhat.com)
  360. - added anchors (twiest@redhat.com)
  361. * Wed Jan 13 2016 Joel Diaz <jdiaz@redhat.com> 3.0.30-1
  362. - Add -A and detail --v3 flags
  363. * Wed Jan 13 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.29-1
  364. - 3.1.1 upgrade playbook (bleanhar@redhat.com)
  365. - Updated help menu for v3 flag (kwoodson@redhat.com)
  366. - Add wait in between api and controllers start for native ha.
  367. (abutcher@redhat.com)
  368. - atomic-openshift-installer: Error handling for unicode hostnames
  369. (smunilla@redhat.com)
  370. - Update api verification. (abutcher@redhat.com)
  371. - Add a Verify API Server handler that waits for the API server to become
  372. available (sdodson@redhat.com)
  373. - Add -A parameter to forward ssh agent (jdiaz@redhat.com)
  374. - Validate pacemaker cluster members. (abutcher@redhat.com)
  375. - Removed atomic host check (kwoodson@redhat.com)
  376. - Add is_containerized inputs to nosetests. (abutcher@redhat.com)
  377. - Add wait for API before starting controllers w/ native ha install.
  378. (abutcher@redhat.com)
  379. - Fix for to_padded_yaml filter (jdetiber@redhat.com)
  380. - - sqashed to one commit (llange@redhat.com)
  381. - Switch to using hostnamectl as it works on atomic and rhel7
  382. (sdodson@redhat.com)
  383. - Update rolling restart playbook for pacemaker support. Replace fail with a
  384. warn and prompt if running ansible from a host that will be rebooted. Re-
  385. organize playbooks. (abutcher@redhat.com)
  386. - Implement simple master rolling restarts. (dgoodwin@redhat.com)
  387. - re-enable containerize installs (sdodson@redhat.com)
  388. - Set portal net in master playbook (jdetiber@redhat.com)
  389. - Set the cli image to match osm_image in openshift_cli role
  390. (sdodson@redhat.com)
  391. - atomic-openshift-installer: Populate new_nodes group (smunilla@redhat.com)
  392. - Always pull docker images (sdodson@redhat.com)
  393. * Mon Jan 11 2016 Kenny Woodson <kwoodson@redhat.com> 3.0.28-1
  394. - added the rhe7-host-monitoring service file (mwoodson@redhat.com)
  395. - Fixing tab completion for latest metadata changes (kwoodson@redhat.com)
  396. - Removing some internal hostnames (bleanhar@redhat.com)
  397. - Fixing tab completion for latest metadata changes (kwoodson@redhat.com)
  398. - Make bin/cluster able to spawn OSE 3.1 clusters (lhuard@amadeus.com)
  399. - oso_host_monitoring role: removed the f22 and zagg client, replaced it with
  400. oso-rhel7-host-monitoring container (mwoodson@redhat.com)
  401. * Fri Jan 08 2016 Kenny Woodson <kwoodson@redhat.com> 3.0.27-1
  402. - Update to metadata tooling. (kwoodson@redhat.com)
  403. - Fix VM drive cleanup during terminate on libvirt (lhuard@amadeus.com)
  404. * Fri Jan 08 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.26-1
  405. - Bug 1296388 - fixing typo (bleanhar@redhat.com)
  406. * Thu Jan 07 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.25-1
  407. - Bug 1296388 - The playbook still configure ManageIQ when
  408. openshift_use_manageiq is false (bleanhar@redhat.com)
  409. - Add a banner to CLI wrapper instructing users that it's only for
  410. bootstrapping (sdodson@redhat.com)
  411. - Rename env into clusterid and add environment in the OpenStack VMs tags
  412. (lhuard@amadeus.com)
  413. - Fix terminate.yml on OpenStack (lhuard@amadeus.com)
  414. - Install gluster and ceph packages when containerized but not atomic
  415. (sdodson@redhat.com)
  416. - Update openshift_facts config_base for Online deployments (whearn@redhat.com)
  417. - Fix multi-word arguments & cli wrapper stdin plumbing (sdodson@redhat.com)
  418. - Improve 3.1/1.1 upgrade check (jdetiber@redhat.com)
  419. * Thu Jan 07 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.24-1
  420. - Setting relative paths in the upgrade playbooks wasn't working
  421. (bleanhar@redhat.com)
  422. * Wed Jan 06 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.23-1
  423. - Move extra secret validations into openshift_facts. (abutcher@redhat.com)
  424. - Remove not is_containerized restriction on storage plugin includes.
  425. (abutcher@redhat.com)
  426. - We can't enable manageiq for installations less than OSE 3.1 or Origin 1.1
  427. (bleanhar@redhat.com)
  428. - Fix RHN subscription by explicitly attaching to the right pool
  429. (lhuard@amadeus.com)
  430. - openshift_facts validation (abutcher@redhat.com)
  431. - Secrets validation. (abutcher@redhat.com)
  432. - Clean up idempotency issues with session secrets. (abutcher@redhat.com)
  433. * Wed Jan 06 2016 Kenny Woodson <kwoodson@redhat.com> 3.0.22-1
  434. - playbook for restarting SDN (jdiaz@redhat.com)
  435. - Stop haproxy and remove package during uninstall. (abutcher@redhat.com)
  436. - Group name as per hosts.origin.example (donovan.muller@gmail.com)
  437. - I believe the ami id changed since the initial documentation was created for
  438. AWS deployment (rcook@redhat.com)
  439. * Tue Jan 05 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.21-1
  440. - Fix osm_controller_args and osm_api_server_args settings.
  441. (abutcher@redhat.com)
  442. - Fix error in byo cluster_hosts.yml (jdetiber@redhat.com)
  443. - Cleanup and fixes for cluster_id change (jdetiber@redhat.com)
  444. - Fix typo in etcd service status fact. (abutcher@redhat.com)
  445. - Removing environment and env tags. (kwoodson@redhat.com)
  446. - Add node kubelet args to inventory examples. (abutcher@redhat.com)
  447. - Adding ManageIQ service account by default (efreiber@redhat.com)
  448. - Fixes typo assigning docker_service_status_changed which leads to
  449. misinterpretation in handler. (eric.mountain@amadeus.com)
  450. - Fix restart handlers. (abutcher@redhat.com)
  451. - Remove lb from docker hosts. (abutcher@redhat.com)
  452. - Install iptables, iptables-services when not is_aotmic (sdodson@redhat.com)
  453. - Install all xpaas streams when enabled (sdodson@redhat.com)
  454. - add the necessary URLs for logging and metrics
  455. (git001@users.noreply.github.com)
  456. - Link to Tito Home Page is Broken (lloy0076@adam.com.au)
  457. - Conditionalize for 3.1.1/1.1.1 (abutcher@redhat.com)
  458. - Use notify for workaround controllers unit. (abutcher@redhat.com)
  459. - change dns triggers to average (jdiaz@redhat.com)
  460. - add item/trigger for dns tests on all currently running containers
  461. (jdiaz@redhat.com)
  462. - Add jboss-fuse/application-templates/fis-image-streams.json
  463. (sdodson@redhat.com)
  464. - atomic-openshift-installer: Fix broken nosetest (smunilla@redhat.com)
  465. - Update from jboss-openshift/application-templates ose-v1.2.0-1
  466. (sdodson@redhat.com)
  467. - fix logic to tolerate occasional failures (jdiaz@redhat.com)
  468. - Clean up versions.sh (sdodson@redhat.com)
  469. - change ovs mount to /var/run/openvswitch will not require a container restart
  470. if openvswitch service is restarted (jdiaz@redhat.com)
  471. - split zagg.server.processor.errors into separate heartbeat and metrics error
  472. items (needed since the scripts are split now). (twiest@redhat.com)
  473. - quick installer tests (smunilla@redhat.com)
  474. - atomic-openshift-installer: Remove HA hint for 3.0 install
  475. (smunilla@redhat.com)
  476. - Add some guards to wait for images to be pulled before moving on
  477. (sdodson@redhat.com)
  478. - Install httpd-tools when not is_atomic (sdodson@redhat.com)
  479. - Properly set use_flannel fact (sbaubeau@redhat.com)
  480. - Fix containerized variable (sdodson@redhat.com)
  481. - Skip yum/dnf ops when is_containerized (sdodson@redhat.com)
  482. - Move all docker config into openshift_docker to minimize docker restarts
  483. (sdodson@redhat.com)
  484. - Create nfs host group with registry volume attachment. (abutcher@redhat.com)
  485. - Add openshift_cli role (sdodson@redhat.com)
  486. - pull docker images only if not already present (jdetiber@redhat.com)
  487. - fixes (jdetiber@redhat.com)
  488. - Containerization work by @sdodson (sdodson@redhat.com)
  489. - Initial containerization work from @ibotty (tob@butter.sh)
  490. - Add zabbix values to track docker container DNS results (jdiaz@redhat.com)
  491. - Fix registry modification for new deployment types. (dgoodwin@redhat.com)
  492. - Updates to ohi to pull cache if specified. Also require version
  493. (kwoodson@redhat.com)
  494. - Zabbix: added trigger to monitor app create over the last hour
  495. (mwoodson@redhat.com)
  496. - added 'Template Zagg Server' (twiest@redhat.com)
  497. - Fixes typo when setting facts to record whether master/node has been
  498. restarted already, to decide whether notify handler should do so or not.
  499. Currently, this causes random SDN network setup failures as openshift-node
  500. gets restarted while the setup script is running, and the subsequent start
  501. fails to configure the SDN because it thinks it's already done.
  502. (eric.mountain@amadeus.com)
  503. - Change controllers service type to simple. (abutcher@redhat.com)
  504. - Updating env-host-type to host patterns (kwoodson@redhat.com)
  505. - Add note that Fedora 23+ is acceptable deployment target for origin
  506. (admiller@redhat.com)
  507. - Enforce connection: local and become: no on all localhost plays
  508. (jdetiber@redhat.com)
  509. - Use join for the uncompress command. (jsteffan@fedoraproject.org)
  510. - Update for latest CentOS-7-x86_64-GenericCloud. - Use xz compressed image -
  511. Update sha256 for new image - Update docs to reflect new settings
  512. (jsteffan@fedoraproject.org)
  513. * Thu Dec 10 2015 Thomas Wiest <twiest@redhat.com> 3.0.20-1
  514. - Revert "Automatic commit of package [openshift-ansible] release [3.0.20-1]."
  515. (twiest@redhat.com)
  516. - Automatic commit of package [openshift-ansible] release [3.0.20-1].
  517. (twiest@redhat.com)
  518. - Install base package in openshift_common for version facts
  519. (abutcher@redhat.com)
  520. - Make the install of openshift_examples optional (jtslear@gmail.com)
  521. - add support for remote command actions no support for anything but custom
  522. scripts at this time (jdiaz@redhat.com)
  523. - Remove yum / dnf duplication (sdodson@redhat.com)
  524. - Remove hacluster user during uninstall. (abutcher@redhat.com)
  525. - Simplify session secrets overrides. (abutcher@redhat.com)
  526. - Squash pcs install into one task. (abutcher@redhat.com)
  527. - Bump ansible requirement to 1.9.4 (sdodson@redhat.com)
  528. * Wed Dec 09 2015 Brenton Leanhardt <bleanhar@redhat.com> 3.0.19-1
  529. - Fix version dependent image streams (sdodson@redhat.com)
  530. - atomic-openshift-installer: Error handling on yaml loading
  531. (smunilla@redhat.com)
  532. - Betterize AWS readme (jtslear@gmail.com)
  533. * Tue Dec 08 2015 Brenton Leanhardt <bleanhar@redhat.com> 3.0.18-1
  534. - Pass in and use first_master_ip as dnsIP for pre 3.1 nodes.
  535. (abutcher@redhat.com)
  536. - Fix delete state (jdiaz@redhat.com)
  537. - Require pyOpenSSL (sdodson@redhat.com)
  538. - Update sync db-templates, image-streams, and quickstart-templates
  539. (sdodson@redhat.com)
  540. - Clarify the preflight port check output (sdodson@redhat.com)
  541. - Fix missing dependency version locking (sdodson@redhat.com)
  542. * Tue Dec 08 2015 Brenton Leanhardt <bleanhar@redhat.com> 3.0.17-1
  543. - Improving output when gathering facts (bleanhar@redhat.com)
  544. - Bug 1287977 - Incorrect check output from atomic-openshift-installer when
  545. working with preconfigured load balancer (bleanhar@redhat.com)
  546. - Add unique AEP, OSE, and Origin BYO inventories (sdodson@redhat.com)
  547. - bring the docker udev workaround into openshift-ansible.git
  548. (jdiaz@redhat.com)
  549. - Zabbix: put in a note about trigger prototype dependency
  550. (mwoodson@redhat.com)
  551. - Zabbix: added dependency for inode disk check (mwoodson@redhat.com)
  552. - Zabbix: added dependency for disk check (mwoodson@redhat.com)
  553. - zabbix: removed ethernet graphs (mwoodson@redhat.com)
  554. - Zabbix: added trigger dependencies to certain master checks
  555. (mwoodson@redhat.com)
  556. - ManageIQ Service Account: added role for ManageIQ service account
  557. (efreiber@redhat.com)
  558. - added the pv zabbix keys (mwoodson@redhat.com)
  559. - Refactor dns options and facts. (abutcher@redhat.com)
  560. - Fix openshift_facts playbook for yum/dnf changes (jdetiber@redhat.com)
  561. - Configured master count should be 1 for pacemaker ha. (abutcher@redhat.com)
  562. - Fedora changes: (admiller@redhat.com)
  563. - Centralize etcd/schedulability logic for each host. (dgoodwin@redhat.com)
  564. - added upgrade playbook for online (sedgar@redhat.com)
  565. - Improved installation summary. (dgoodwin@redhat.com)
  566. - Fix kubernetes service ip gathering. (abutcher@redhat.com)
  567. - added docker registry cluster check (mwoodson@redhat.com)
  568. - Add warning for HA deployments with < 3 dedicated nodes.
  569. (dgoodwin@redhat.com)
  570. - Cleanup more schedulable typos. (dgoodwin@redhat.com)
  571. - Fix validation for BasicAuthPasswordIdentityProvider (tschan@puzzle.ch)
  572. - Fix ec2 instance type lookups (jdetiber@redhat.com)
  573. - remove debug logging from scc/privileged patch command (jdetiber@redhat.com)
  574. - Set api version for oc commands (jdetiber@redhat.com)
  575. - 3.1 upgrade - use --api-version for patch commands (jdetiber@redhat.com)
  576. - Fix bug when warning on no dedicated nodes. (dgoodwin@redhat.com)
  577. - Suggest dedicated nodes for an HA deployment. (dgoodwin@redhat.com)
  578. - Error out if no load balancer specified. (dgoodwin@redhat.com)
  579. - Adjust requirement for 3 masters for HA deployments. (dgoodwin@redhat.com)
  580. - Fixing 'unscheduleable' typo (bleanhar@redhat.com)
  581. - Update IMAGE_PREFIX and IMAGE_VERSION values in hawkular template
  582. (nakayamakenjiro@gmail.com)
  583. - Improved output when re-running after editing config. (dgoodwin@redhat.com)
  584. - Print a system summary after adding each. (dgoodwin@redhat.com)
  585. - Text improvements for host specification. (dgoodwin@redhat.com)
  586. - Assert etcd section written for HA installs. (dgoodwin@redhat.com)
  587. - Breakout a test fixture to reduce module size. (dgoodwin@redhat.com)
  588. - Pylint touchups. (dgoodwin@redhat.com)
  589. - Trim assertions in HA testing. (dgoodwin@redhat.com)
  590. - Test unattended HA quick install. (dgoodwin@redhat.com)
  591. - Don't prompt to continue during unattended installs. (dgoodwin@redhat.com)
  592. - Block re-use of master/node as load balancer in attended install.
  593. (dgoodwin@redhat.com)
  594. - Add -q flag to remove unwantend output (such as mirror and cache information)
  595. (urs.breu@ergon.ch)
  596. - Uninstall: only restart docker on node hosts. (abutcher@redhat.com)
  597. - Explicitly set schedulable when masters == nodes. (dgoodwin@redhat.com)
  598. - Use admin.kubeconfig for get svc ip. (abutcher@redhat.com)
  599. - Point enterprise metrics at registry.access.redhat.com/openshift3/metrics-
  600. (sdodson@redhat.com)
  601. - Make sure that OpenSSL is installed before use (fsimonce@redhat.com)
  602. - fixes for installer wrapper scaleup (jdetiber@redhat.com)
  603. - addtl aws fixes (jdetiber@redhat.com)
  604. - Fix failure when seboolean not present (jdetiber@redhat.com)
  605. - fix addNodes.yml (jdetiber@redhat.com)
  606. - more aws support for scaleup (jdetiber@redhat.com)
  607. - start of aws scaleup (jdetiber@redhat.com)
  608. - Improve scaleup playbook (jdetiber@redhat.com)
  609. - Update openshift_repos to refresh package cache on changes
  610. (jdetiber@redhat.com)
  611. - Add etcd nodes management in OpenStack (lhuard@amadeus.com)
  612. * Tue Nov 24 2015 Brenton Leanhardt <bleanhar@redhat.com> 3.0.16-1
  613. - Silencing pylint branch errors for now for the atomic-openshift-installer
  614. harness (bleanhar@redhat.com)
  615. - Properly setting scheduleability for HA Master scenarios
  616. (bleanhar@redhat.com)
  617. - added graphs (mwoodson@redhat.com)
  618. - Rework setting of hostname (jdetiber@redhat.com)
  619. - Fixed a bug in the actions. It now supports changing opconditions
  620. (kwoodson@redhat.com)
  621. - Conditionally set the nodeIP (jdetiber@redhat.com)
  622. - Bug 1284991 - "atomic-openshift-installer uninstall" error when configuration
  623. file is missing. (bleanhar@redhat.com)
  624. - Avoid printing the master and node totals in the add-a-node scenario
  625. (bleanhar@redhat.com)
  626. - Fixing tests for quick_ha (bleanhar@redhat.com)
  627. - Removing a debug line (bleanhar@redhat.com)
  628. - atomic-openshift-installer: Fix lint issue (smunilla@redhat.com)
  629. - Handling preconfigured load balancers (bleanhar@redhat.com)
  630. - atomic-openshift-installer: Rename ha_proxy (smunilla@redhat.com)
  631. - atomic-openshift-installer: Reverse version and host collection
  632. (smunilla@redhat.com)
  633. - cli_installer_tests: Add test for unattended quick HA (smunilla@redhat.com)
  634. - Breakup inventory writing (smunilla@redhat.com)
  635. - Enforce 1 or 3 masters (smunilla@redhat.com)
  636. - Add interactive test (smunilla@redhat.com)
  637. - atomic-openshift-installer: HA for quick installer (smunilla@redhat.com)
  638. - Adding zbx_graph support (kwoodson@redhat.com)
  639. - Modified step params to be in order when passed as a list
  640. (kwoodson@redhat.com)
  641. - Add serviceAccountConfig.masterCA during 3.1 upgrade (jdetiber@redhat.com)
  642. - Use the identity_providers from openshift_facts instead of always using the
  643. inventory variable (jdetiber@redhat.com)
  644. - Refactor master identity provider configuration (jdetiber@redhat.com)
  645. * Fri Nov 20 2015 Kenny Woodson <kwoodson@redhat.com> 3.0.15-1
  646. - Fixing clone group functionality. Also separating extra_vars from
  647. extra_groups (kwoodson@redhat.com)
  648. - Check the end result on bad config file (smunilla@redhat.com)
  649. - Add some tests for a bad config (smunilla@redhat.com)
  650. - atomic-openshift-installer: connect_to error handling (smunilla@redhat.com)
  651. - atomic-openshift-installer: pylint fixes (smunilla@redhat.com)
  652. - Replace map with oo_collect to support python-jinja2 <2.7
  653. (abutcher@redhat.com)
  654. - Making the uninstall playbook more flexible (bleanhar@redhat.com)
  655. - Install version dependent image streams for v1.0 and v1.1
  656. (sdodson@redhat.com)
  657. - Do not update the hostname (jdetiber@redhat.com)
  658. - Pylint fix for long line in cli docstring. (dgoodwin@redhat.com)
  659. - Default to installing OSE 3.1 instead of 3.0. (dgoodwin@redhat.com)
  660. - Fix tests on systems with openshift-ansible rpms installed.
  661. (dgoodwin@redhat.com)
  662. * Thu Nov 19 2015 Brenton Leanhardt <bleanhar@redhat.com> 3.0.14-1
  663. - added metric items to zabbix for openshift online (mwoodson@redhat.com)
  664. - Updating usergroups to accept users (kwoodson@redhat.com)
  665. - Differentiate machine types on GCE (master and nodes)
  666. (romain.dossin@amadeus.com)
  667. - Uninstall - Remove systemd wants file for node (jdetiber@redhat.com)
  668. - ec2 - force !requiretty for ssh_user (jdetiber@redhat.com)
  669. - small tweaks for adding docker volume for aws master hosts
  670. (jdetiber@redhat.com)
  671. - Created role to deploy ops host monitoring (jdiaz@redhat.com)
  672. - Update certificate paths when 'names' key is provided. (abutcher@redhat.com)
  673. - add a volume on master host, in AWS provisioning (chengcheng.mu@amadeus.com)
  674. - First attempt at adding web scenarios (kwoodson@redhat.com)
  675. - Use field numbers for all formats in bin/cluster for python 2.6
  676. (abutcher@redhat.com)
  677. - atomic-openshift-installer: Correct single master case (smunilla@redhat.com)
  678. - added copr-openshift-ansible releaser, removed old rel-eng stuff.
  679. (twiest@redhat.com)
  680. - changed counter -> count (mwoodson@redhat.com)
  681. - Updating zbx_item classes to support data types for bool.
  682. (kwoodson@redhat.com)
  683. - Fix ec2 instance type override (jdetiber@redhat.com)
  684. - updated my check to support the boolean data type (mwoodson@redhat.com)
  685. - Add additive_facts_to_overwrite instead of overwriting all additive_facts
  686. (abutcher@redhat.com)
  687. - added healthz check and more pod count checks (mwoodson@redhat.com)
  688. - updating to the latest ec2.py (and re-patching with our changes).
  689. (twiest@redhat.com)
  690. - atomic-openshift-installer: Temporarily restrict to single master
  691. (smunilla@redhat.com)
  692. - openshift-ansible: Correct variable (smunilla@redhat.com)
  693. - Refactor named certificates. (abutcher@redhat.com)
  694. - atomic-openshift-utils: Version lock playbooks (smunilla@redhat.com)
  695. - Add the native ha services and configs to uninstall (jdetiber@redhat.com)
  696. - Bug 1282336 - Add additional seboolean for gluster (jdetiber@redhat.com)
  697. - Raise lifetime to 2 weeks for dynamic AWS items (jdiaz@redhat.com)
  698. - bin/cluster fix python 2.6 issue (jdetiber@redhat.com)
  699. - cluster list: break host types by subtype (lhuard@amadeus.com)
  700. - README_AWS: Add needed dependency (c.witt.1900@gmail.com)
  701. - Fix invalid sudo command test (takayoshi@gmail.com)
  702. - Docs: Fedora: Add missing dependencies and update to dnf. (public@omeid.me)
  703. - Gate upgrade steps for 3.0 to 3.1 upgrade (jdetiber@redhat.com)
  704. - added the tito and copr_cli roles (twiest@redhat.com)
  705. - pylint openshift_facts (jdetiber@redhat.com)
  706. - Update etcd default facts setting (jdetiber@redhat.com)
  707. - Update master facts prior to upgrading incase facts are missing.
  708. (abutcher@redhat.com)
  709. - pre-upgrade-check: differentiates between port and targetPort in output
  710. (smilner@redhat.com)
  711. - Better structure the output of the list playbook (lhuard@amadeus.com)
  712. - Add the sub-host-type tag to the libvirt VMs (lhuard@amadeus.com)
  713. - atomic-openshift-installer: Update nopwd sudo test (smunilla@redhat.com)
  714. - Fix pylint import errors for utils/test/. (dgoodwin@redhat.com)
  715. - atomic-openshift-installer: Update prompts and help messages
  716. (smunilla@redhat.com)
  717. - Dependencies need to be added when a create occurs on SLA object.
  718. (kwoodson@redhat.com)
  719. - Test additions for cli_installer:get_hosts_to_install_on
  720. (bleanhar@redhat.com)
  721. - adding itservice (kwoodson@redhat.com)
  722. - remove netaddr dependency (tob@butter.sh)
  723. - Add pyOpenSSL to dependencies for Fedora. (public@omeid.me)
  724. - Vagrant RHEL registration cleanup (pep@redhat.com)
  725. - RH subscription: optional satellite and pkg update (pep@redhat.com)
  726. * Tue Nov 17 2015 Brenton Leanhardt <bleanhar@redhat.com> 3.0.13-1
  727. - The aep3 images changed locations. (bleanhar@redhat.com)
  728. - atomic-openshift-installer: Correct single master case (smunilla@redhat.com)
  729. - atomic-openshift-installer: Temporarily restrict to single master
  730. (smunilla@redhat.com)
  731. * Wed Nov 11 2015 Brenton Leanhardt <bleanhar@redhat.com> 3.0.12-1
  732. - Sync with the latest image streams (sdodson@redhat.com)
  733. * Wed Nov 11 2015 Brenton Leanhardt <bleanhar@redhat.com> 3.0.11-1
  734. - Migrate xpaas content from pre v1.1.0 (sdodson@redhat.com)
  735. - Import latest xpaas templates and image streams (sdodson@redhat.com)
  736. * Wed Nov 11 2015 Brenton Leanhardt <bleanhar@redhat.com> 3.0.10-1
  737. - Fix update error for templates that didn't previously exist
  738. (jdetiber@redhat.com)
  739. - General cleanup of v3_0_to_v3_1/upgrade.yml (jdetiber@redhat.com)
  740. - Add zabbix pieces to hold AWS S3 bucket stats (jdiaz@redhat.com)
  741. - add ansible dep to vagrant doc (jdetiber@redhat.com)
  742. - oo_filter: don't fail when attribute is not defined (tob@butter.sh)
  743. * Wed Nov 11 2015 Brenton Leanhardt <bleanhar@redhat.com> 3.0.9-1
  744. - Refactor upgrade playbook(s) (jdetiber@redhat.com)
  745. * Tue Nov 10 2015 Scott Dodson <sdodson@redhat.com> 3.0.8-1
  746. - Add origin-clients to uninstall playbook. (abutcher@redhat.com)
  747. - examples: include logging and metrics infrastructure (lmeyer@redhat.com)
  748. - Add separate step to enable services during upgrade. (dgoodwin@redhat.com)
  749. - Update tests now that cli is not asking for rpm/container install
  750. (smunilla@redhat.com)
  751. - atomic-openshift-installer: Remove question for container install
  752. (smunilla@redhat.com)
  753. - Remove references to multi_ec2.py (jdetiber@redhat.com)
  754. - 1279746: Fix leftover disabled features line in config template.
  755. (dgoodwin@redhat.com)
  756. - 1279734: Ensure services are enabled after upgrade. (dgoodwin@redhat.com)
  757. - Fix missing etcd_data_dir bug. (dgoodwin@redhat.com)
  758. - Package the default ansible.cfg with atomic-openshift-utils.
  759. (dgoodwin@redhat.com)
  760. - Add ldap auth identity provider to example inventory. (abutcher@redhat.com)
  761. - Read etcd data dir from appropriate config file. (dgoodwin@redhat.com)
  762. - atomic-openshift-installer: Generate inventory off hosts_to_run_on
  763. (smunilla@redhat.com)
  764. - Various fixes related to connect_to (bleanhar@redhat.com)
  765. - Remove upgrade playbook restriction on 3.0.2. (dgoodwin@redhat.com)
  766. - Conditionals for flannel etcd client certs. (abutcher@redhat.com)
  767. - New `iptablesSyncPeriod` field in node configuration (abutcher@redhat.com)
  768. - Fix indentation on when (jdetiber@redhat.com)
  769. - Bug 1278863 - Error using openshift_pkg_version (jdetiber@redhat.com)
  770. - more cleanup of names (mwoodson@redhat.com)
  771. - Missing conditionals for api/controller sysconfig. (abutcher@redhat.com)
  772. - Updating the atomic-openshift-isntaller local connection logic for the
  773. connect_to addition. (bleanhar@redhat.com)
  774. - cleaned up network checks (mwoodson@redhat.com)
  775. - Minor upgrade improvements. (dgoodwin@redhat.com)
  776. - Wait for cluster to recover after pcs resource restart. (abutcher@redhat.com)
  777. - Bug 1278245 - Failed to add node to existing env using atomic-openshift-
  778. installer (bleanhar@redhat.com)
  779. - remove debug statement (jdetiber@redhat.com)
  780. - Fix removal of kubernetesMasterConfig.apiLevels (jdetiber@redhat.com)
  781. - atomic-openshift-installer: Better specification of ansible connection point
  782. (smunilla@redhat.com)
  783. - Fix issues related to upgrade packages being unavailable
  784. (jdetiber@redhat.com)
  785. - added network checks. also updated item prototype code to support more
  786. (mwoodson@redhat.com)
  787. - Fix data_dir for 3.0 deployments (jdetiber@redhat.com)
  788. - Fix apiLevels modifications (jdetiber@redhat.com)
  789. - Fix creation of origin symlink when dir already exists. (dgoodwin@redhat.com)
  790. - apiLevel changes (jdetiber@redhat.com)
  791. - Write new config to disk after successful upgrade. (dgoodwin@redhat.com)
  792. - Fix pylint errors with getting hosts to run on. (dgoodwin@redhat.com)
  793. - Remove v1beta3 by default for kube_nfs_volumes (jdetiber@redhat.com)
  794. - Add pre-upgrade script to be run on first master. (dgoodwin@redhat.com)
  795. - Start to handle pacemaker ha during upgrade (abutcher@redhat.com)
  796. - Fix lb group related errors (jdetiber@redhat.com)
  797. - Fix file check conditional. (abutcher@redhat.com)
  798. - Don't check for certs in data_dir just raise when they can't be found. Fix
  799. typo. (abutcher@redhat.com)
  800. - exclude atomic-openshift-installer from bin subpackage (tdawson@redhat.com)
  801. - add master_hostnames definition for upgrade (jdetiber@redhat.com)
  802. - Additional upgrade enhancements (jdetiber@redhat.com)
  803. - Handle backups for separate etcd hosts if necessary. (dgoodwin@redhat.com)
  804. - Further upgrade improvements (jdetiber@redhat.com)
  805. - Upgrade improvements (dgoodwin@redhat.com)
  806. - Bug 1278243 - Confusing prompt from atomic-openshift-installer
  807. (bleanhar@redhat.com)
  808. - Bug 1278244 - Previously there was no way to add a node in unattended mode
  809. (bleanhar@redhat.com)
  810. - Revert to defaults (abutcher@redhat.com)
  811. - Bug 1278244 - Incorrect node information gathered by atomic-openshift-
  812. installer (bleanhar@redhat.com)
  813. - atomic-openshift-installer's unattended mode wasn't work with --force for all
  814. cases (bleanhar@redhat.com)
  815. - Making it easier to use pre-release content (bleanhar@redhat.com)
  816. - The uninstall playbook needs to remove /run/openshift-sdn
  817. (bleanhar@redhat.com)
  818. - Various HA changes for pacemaker and native methods. (abutcher@redhat.com)
  819. - Bug 1274201 - Fixing non-root installations if using a local connection
  820. (bleanhar@redhat.com)
  821. - Bug 1274201 - Fixing sudo non-interactive test (bleanhar@redhat.com)
  822. - Bug 1277592 - SDN MTU has hardcoded default (jdetiber@redhat.com)
  823. - Atomic Enterprise/OpenShift Enterprise merge update (jdetiber@redhat.com)
  824. - fix dueling controllers - without controllerLeaseTTL set in config, multiple
  825. controllers will attempt to start (jdetiber@redhat.com)
  826. - default to source persistence for haproxy (jdetiber@redhat.com)
  827. - hardcode openshift binaries for now (jdetiber@redhat.com)
  828. - more tweaks (jdetiber@redhat.com)
  829. - more tweaks (jdetiber@redhat.com)
  830. - additional ha related updates (jdetiber@redhat.com)
  831. - additional native ha changes (abutcher@redhat.com)
  832. - Start of true master ha (jdetiber@redhat.com)
  833. - Atomic Enterprise related changes. (avagarwa@redhat.com)
  834. - Remove pacemaker bits. (abutcher@redhat.com)
  835. - Override hosts deployment_type fact for version we're upgrading to.
  836. (dgoodwin@redhat.com)
  837. - Pylint fixes for config upgrade module. (dgoodwin@redhat.com)
  838. - Disable proxy cert config upgrade until certs being generated.
  839. (dgoodwin@redhat.com)
  840. - remove debug line (florian.lambert@enovance.com)
  841. - [roles/openshift_master_certificates/tasks/main.yml] Fix variable
  842. openshift.master.all_hostnames to openshift.common.all_hostnames
  843. (florian.lambert@enovance.com)
  844. - Fix bug with not upgrading openshift-master to atomic-openshift-master.
  845. (dgoodwin@redhat.com)
  846. - Adding aws and gce packages to ansible-inventory (kwoodson@redhat.com)
  847. - Fix subpackage dependencies (jdetiber@redhat.com)
  848. - Refactor common group evaluation to avoid duplication (jdetiber@redhat.com)
  849. - common/openshift-cluster: Scaleup playbook (smunilla@redhat.com)
  850. - Fix bug from module rename. (dgoodwin@redhat.com)
  851. - Fix bug with default ansible playbook dir. (dgoodwin@redhat.com)
  852. - Use the base package upgrade version so we can check things earlier.
  853. (dgoodwin@redhat.com)
  854. - Skip fail if enterprise deployment type depending on version.
  855. (dgoodwin@redhat.com)
  856. - Add debug output for location of etcd backup. (dgoodwin@redhat.com)
  857. - Filter internal hostnames from the list of parsed names.
  858. (abutcher@redhat.com)
  859. - Move config upgrade to correct place, fix node facts. (dgoodwin@redhat.com)
  860. - Add custom certificates to serving info in master configuration.
  861. (abutcher@redhat.com)
  862. - Add in proxyClientInfo if missing during config upgrade.
  863. (dgoodwin@redhat.com)
  864. - Implement master-config.yaml upgrade for v1beta3 apiLevel removal.
  865. (dgoodwin@redhat.com)
  866. - Fix installer upgrade bug following pylint fix. (dgoodwin@redhat.com)
  867. - Document the new version field for installer config. (dgoodwin@redhat.com)
  868. - Remove my username from some test data. (dgoodwin@redhat.com)
  869. - Add a simple version for the installer config file. (dgoodwin@redhat.com)
  870. - Pylint fix. (dgoodwin@redhat.com)
  871. - Fix issue with master.proxy-client.{crt,key} and omit. (abutcher@redhat.com)
  872. - initial module framework (jdetiber@redhat.com)
  873. - Better info prior to initiating upgrade. (dgoodwin@redhat.com)
  874. - Fix etcd backup bug with not-yet-created /var/lib/origin symlink
  875. (dgoodwin@redhat.com)
  876. - Print info after upgrade completes. (dgoodwin@redhat.com)
  877. - Automatically upgrade legacy config files. (dgoodwin@redhat.com)
  878. - Remove devel fail and let upgrade proceed. (dgoodwin@redhat.com)
  879. - Add utils subpackage missing dep on openshift-ansible-roles.
  880. (dgoodwin@redhat.com)
  881. - Generate timestamped etcd backups. (dgoodwin@redhat.com)
  882. - Add etcd_data_dir fact. (dgoodwin@redhat.com)
  883. - Functional disk space checking for etcd backup. (dgoodwin@redhat.com)
  884. - First cut at checking available disk space for etcd backup.
  885. (dgoodwin@redhat.com)
  886. - Block upgrade if targetting enterprise deployment type. (dgoodwin@redhat.com)
  887. - Change flannel registration default values (sbaubeau@redhat.com)
  888. - Remove empty notify section (sbaubeau@redhat.com)
  889. - Check etcd certs exist for flannel when its support is enabled
  890. (sbaubeau@redhat.com)
  891. - Fix when neither use_openshift_sdn nor use_flannel are specified
  892. (sbaubeau@redhat.com)
  893. - Generate etcd certificats for flannel when is not embedded
  894. (sbaubeau@redhat.com)
  895. - Add missing 2nd true parameters to default Jinja filter (sbaubeau@redhat.com)
  896. - Use 'command' module instead of 'shell' (sbaubeau@redhat.com)
  897. - Add flannel modules documentation (sbaubeau@redhat.com)
  898. - Only remove IPv4 address from docker bridge (sbaubeau@redhat.com)
  899. - Remove multiple use_flannel fact definition (sbaubeau@redhat.com)
  900. - Ensure openshift-sdn and flannel can't be used at the same time
  901. (sbaubeau@redhat.com)
  902. - Add flannel support (sbaubeau@redhat.com)
  903. * Wed Nov 04 2015 Kenny Woodson <kwoodson@redhat.com> 3.0.7-1
  904. - added the %%util in zabbix (mwoodson@redhat.com)
  905. - atomic-openshift-installer: Correct default playbook directory
  906. (smunilla@redhat.com)
  907. - Support for gce (kwoodson@redhat.com)
  908. - fixed a dumb naming mistake (mwoodson@redhat.com)
  909. - added disk tps checks to zabbix (mwoodson@redhat.com)
  910. - atomic-openshift-installer: Correct inaccurate prompt (smunilla@redhat.com)
  911. - atomic-openshift-installer: Add default openshift-ansible-playbook
  912. (smunilla@redhat.com)
  913. - ooinstall: Add check for nopwd sudo (smunilla@redhat.com)
  914. - ooinstall: Update local install check (smunilla@redhat.com)
  915. - oo-install: Support running on the host to be deployed (smunilla@redhat.com)
  916. - Moving to Openshift Etcd application (mmahut@redhat.com)
  917. - Add all the possible servicenames to openshift_all_hostnames for masters
  918. (sdodson@redhat.com)
  919. - Adding openshift.node.etcd items (mmahut@redhat.com)
  920. - Fix etcd cert generation when etcd_interface is defined (jdetiber@redhat.com)
  921. - get zabbix ready to start tracking status of pcp (jdiaz@redhat.com)
  922. - split inventory into subpackages (tdawson@redhat.com)
  923. - changed the cpu alert to only alert if cpu idle more than 5x. Change alert to
  924. warning (mwoodson@redhat.com)
  925. - Rename install_transactions module to openshift_ansible.
  926. (dgoodwin@redhat.com)
  927. - atomic-openshift-installer: Text improvements (smunilla@redhat.com)
  928. - Add utils subpackage missing dep on openshift-ansible-roles.
  929. (dgoodwin@redhat.com)
  930. - Disable requiretty for only the openshift user (error@ioerror.us)
  931. - Don't require tty to run sudo (error@ioerror.us)
  932. - Attempt to remove the various interfaces left over from an install
  933. (bleanhar@redhat.com)
  934. - Pulling latest gce.py module from ansible (kwoodson@redhat.com)
  935. - Disable OpenShift features if installing Atomic Enterprise
  936. (jdetiber@redhat.com)
  937. - Use default playbooks if available. (dgoodwin@redhat.com)
  938. - Add uninstall subcommand. (dgoodwin@redhat.com)
  939. - Add subcommands to CLI. (dgoodwin@redhat.com)
  940. - Remove images options in oadm command (nakayamakenjiro@gmail.com)
  941. * Fri Oct 30 2015 Kenny Woodson <kwoodson@redhat.com> 3.0.6-1
  942. - Adding python-boto and python-libcloud to openshift-ansible-inventory
  943. dependency (kwoodson@redhat.com)
  944. - Use more specific enterprise version for version_greater_than_3_1_or_1_1.
  945. (abutcher@redhat.com)
  946. - Conditionalizing the support for the v1beta3 api (bleanhar@redhat.com)
  947. * Thu Oct 29 2015 Kenny Woodson <kwoodson@redhat.com> 3.0.5-1
  948. - Updating multi_ec2 to support extra_vars and extra_groups
  949. (kwoodson@redhat.com)
  950. - Removing the template and doing to_nice_yaml instead (kwoodson@redhat.com)
  951. - README_AEP.md: update instructions for creating router and registry
  952. (jlebon@redhat.com)
  953. - README_AEP: Various fixes (walters@verbum.org)
  954. - Fixing for extra_vars rename. (kwoodson@redhat.com)
  955. - make storage_plugin_deps conditional on deployment_type (jdetiber@redhat.com)
  956. - remove debugging pauses (jdetiber@redhat.com)
  957. - make storage plugin dependency installation more flexible
  958. (jdetiber@redhat.com)
  959. - Install storage plugin dependencies (jdetiber@redhat.com)
  960. * Wed Oct 28 2015 Kenny Woodson <kwoodson@redhat.com> 3.0.4-1
  961. - Removing spec files. (kwoodson@redhat.com)
  962. - Updated example (kwoodson@redhat.com)
  963. - Automatic commit of package [openshift-ansible-inventory] release [0.0.11-1].
  964. (kwoodson@redhat.com)
  965. - Automatic commit of package [openshift-ansible-bin] release [0.0.21-1].
  966. (kwoodson@redhat.com)
  967. - Automatic commit of package [openshift-ansible-inventory] release [0.0.10-1].
  968. (kwoodson@redhat.com)
  969. - Automatic commit of package [openshift-ansible-bin] release [0.0.20-1].
  970. (kwoodson@redhat.com)
  971. - Adding tito releasers configuration (bleanhar@redhat.com)
  972. - Bug fixes for the uninstall playbook (bleanhar@redhat.com)
  973. - Adding clone vars and groups. Renamed hostvars to extra_vars.
  974. (kwoodson@redhat.com)
  975. - Start tracking docker info execution time (jdiaz@redhat.com)
  976. - The uninstall playbook should remove the kubeconfig for non-root installs
  977. (bleanhar@redhat.com)
  978. - Adding uninstall support for Atomic Host (bleanhar@redhat.com)
  979. - add examples for SDN configuration (jdetiber@redhat.com)
  980. * Tue Oct 27 2015 Troy Dawson <tdawson@redhat.com> 3.0.3-1
  981. - Pylint fixes and ignores for incoming oo-install code. (dgoodwin@redhat.com)
  982. - Pylint fixes (abutcher@redhat.com)
  983. - Adding zabbix type and fixing zabbix agent vars (kwoodson@redhat.com)
  984. - Add atomic-openshift-utils add atomic-openshift-utils to openshift-
  985. ansible.spec file (tdawson@redhat.com)
  986. - Fix quotes (spinolacastro@gmail.com)
  987. - Use standard library for version comparison. (abutcher@redhat.com)
  988. - added docker info to the end of docker loop to direct lvm playbook.
  989. (twiest@redhat.com)
  990. - Add missing quotes (spinolacastro@gmail.com)
  991. - Adding Docker Log Options capabilities (epo@jemba.net)
  992. - Move version greater_than_fact into openshift_facts (abutcher@redhat.com)
  993. - Don't include proxy client cert when <3.1 or <1.1 (abutcher@redhat.com)
  994. - Add proxy client certs to master config. (abutcher@redhat.com)
  995. - Update imagestreams and quickstarts from origin (sdodson@redhat.com)
  996. - Get default values from openshift_facts (spinolacastro@gmail.com)
  997. - Cleanup (spinolacastro@gmail.com)
  998. - Add missing inventory example (spinolacastro@gmail.com)
  999. - Custom Project Config (spinolacastro@gmail.com)
  1000. * Mon Oct 19 2015 Troy Dawson <tdawson@redhat.com> 3.0.2-1
  1001. - Initial Package