openshift-ansible.spec 85 KB

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