openshift-ansible-inventory.spec 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. Summary: OpenShift Ansible Inventories
  2. Name: openshift-ansible-inventory
  3. Version: 0.0.9
  4. Release: 1%{?dist}
  5. License: ASL 2.0
  6. URL: https://github.com/openshift/openshift-ansible
  7. Source0: %{name}-%{version}.tar.gz
  8. Requires: python2
  9. BuildRequires: python2-devel
  10. BuildArch: noarch
  11. %description
  12. Ansible Inventories used with the openshift-ansible scripts and playbooks.
  13. %prep
  14. %setup -q
  15. %build
  16. %install
  17. mkdir -p %{buildroot}/etc/ansible
  18. mkdir -p %{buildroot}/usr/share/ansible/inventory
  19. mkdir -p %{buildroot}/usr/share/ansible/inventory/aws
  20. mkdir -p %{buildroot}/usr/share/ansible/inventory/gce
  21. cp -p multi_ec2.py %{buildroot}/usr/share/ansible/inventory
  22. cp -p multi_ec2.yaml.example %{buildroot}/etc/ansible/multi_ec2.yaml
  23. cp -p aws/hosts/ec2.py %{buildroot}/usr/share/ansible/inventory/aws
  24. cp -p gce/hosts/gce.py %{buildroot}/usr/share/ansible/inventory/gce
  25. %files
  26. %config(noreplace) /etc/ansible/*
  27. %dir /usr/share/ansible/inventory
  28. /usr/share/ansible/inventory/multi_ec2.py*
  29. /usr/share/ansible/inventory/aws/ec2.py*
  30. /usr/share/ansible/inventory/gce/gce.py*
  31. %changelog
  32. * Thu Aug 20 2015 Kenny Woodson <kwoodson@redhat.com> 0.0.9-1
  33. - Merge pull request #408 from sdodson/docker-buildvm (bleanhar@redhat.com)
  34. - Merge pull request #428 from jtslear/issue-383
  35. (twiest@users.noreply.github.com)
  36. - Merge pull request #407 from aveshagarwal/ae-ansible-merge-auth
  37. (bleanhar@redhat.com)
  38. - Enable htpasswd by default in the example hosts file. (avagarwa@redhat.com)
  39. - Add support for setting default node selector (jdetiber@redhat.com)
  40. - Merge pull request #429 from spinolacastro/custom_cors (bleanhar@redhat.com)
  41. - Updated to read config first and default to users home dir
  42. (kwoodson@redhat.com)
  43. - Fix Custom Cors (spinolacastro@gmail.com)
  44. - Revert "namespace the byo inventory so the group names aren't so generic"
  45. (sdodson@redhat.com)
  46. - Removes hardcoded python2 (jtslear@gmail.com)
  47. - namespace the byo inventory so the group names aren't so generic
  48. (admiller@redhat.com)
  49. - docker-buildvm-rhose is dead (sdodson@redhat.com)
  50. - Add support for setting routingConfig:subdomain (jdetiber@redhat.com)
  51. - Initial HA master (jdetiber@redhat.com)
  52. - Make it clear that the byo inventory file is just an example
  53. (jdetiber@redhat.com)
  54. - Playbook updates for clustered etcd (jdetiber@redhat.com)
  55. - Update for RC2 changes (sdodson@redhat.com)
  56. - Templatize configs and 0.5.2 changes (jdetiber@redhat.com)
  57. * Tue Jun 09 2015 Kenny Woodson <kwoodson@redhat.com> 0.0.8-1
  58. - Added more verbosity when error happens. Also fixed a bug.
  59. (kwoodson@redhat.com)
  60. - Implement OpenStack provider (lhuard@amadeus.com)
  61. - * rename openshift_registry_url oreg_url * rename option_images to
  62. _{oreg|ortr}_images (jhonce@redhat.com)
  63. - Fix the remaining pylint warnings (lhuard@amadeus.com)
  64. - Fix some of the pylint warnings (lhuard@amadeus.com)
  65. - [libvirt cluster] Use net-dhcp-leases to find VMs’ IPs (lhuard@amadeus.com)
  66. - fixed the openshift-ansible-bin build (twiest@redhat.com)
  67. * Fri May 15 2015 Kenny Woodson <kwoodson@redhat.com> 0.0.7-1
  68. - Making multi_ec2 into a library (kwoodson@redhat.com)
  69. * Wed May 13 2015 Thomas Wiest <twiest@redhat.com> 0.0.6-1
  70. - Added support for grouping and a bug fix. (kwoodson@redhat.com)
  71. * Tue May 12 2015 Thomas Wiest <twiest@redhat.com> 0.0.5-1
  72. - removed ec2.ini from the openshift-ansible-inventory.spec file so that we're
  73. not dictating what the ec2.ini file should look like. (twiest@redhat.com)
  74. - Added capability to pass in ec2.ini file. (kwoodson@redhat.com)
  75. * Thu May 07 2015 Thomas Wiest <twiest@redhat.com> 0.0.4-1
  76. - Fixed a bug due to renaming of variables. (kwoodson@redhat.com)
  77. * Thu May 07 2015 Thomas Wiest <twiest@redhat.com> 0.0.3-1
  78. - fixed build problems with openshift-ansible-inventory.spec
  79. (twiest@redhat.com)
  80. - Allow option in multi_ec2 to set cache location. (kwoodson@redhat.com)
  81. - Add ansible_connection=local to localhost in inventory (jdetiber@redhat.com)
  82. - Adding refresh-cache option and cleanup for pylint. Also updated for
  83. aws/hosts/ being added. (kwoodson@redhat.com)
  84. * Thu Mar 26 2015 Thomas Wiest <twiest@redhat.com> 0.0.2-1
  85. - added the ability to have a config file in /etc/openshift_ansible to
  86. multi_ec2.py. (twiest@redhat.com)
  87. - Merge pull request #97 from jwhonce/wip/cluster (jhonce@redhat.com)
  88. - gce inventory/playbook updates for node registration changes
  89. (jdetiber@redhat.com)
  90. - Various fixes (jdetiber@redhat.com)
  91. * Tue Mar 24 2015 Thomas Wiest <twiest@redhat.com> 0.0.1-1
  92. - new package built with tito