openshift-ansible.spec 50 KB

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