-
Wed Oct 07 2015 Steve Noyes <steve.noyes@oracle.com> - 0.1-117.el7
- fix bug 21960307 - when deleting a group, remove association from all
services. (Steve Noyes)
-
Wed Oct 07 2015 Borne Mace <borne.mace@oracle.com> - 0.1-116.el7
- changed error building methodology (Borne Mace)
- added missing space in error message (Borne Mace)
- Added separate failure message when the inventory.json file is missing (Borne Mace)
-
Tue Oct 06 2015 Steve Noyes <steve.noyes@oracle.com> - 0.1-115.el7
- avoid adding redundant groups to service (Steve Noyes)
- Allow copying the pub key even if the RPM did not create it (Wiekus Beukes)
-
Thu Oct 01 2015 Steve Noyes <steve.noyes@oracle.com> - 0.1-114.el7
- add missing file attr for log_collector (Steve Noyes)
- remove sudo from build spec (Steve Noyes)
- add log_collector tool (Steve Noyes)
- add quick check of dump command (Steve Noyes)
- add new deploy and destroy tests (Steve Noyes)
- update host test to avoid yum install/remove (Steve Noyes)
- add script to run before checkins (Steve Noyes)
-
Tue Sep 29 2015 Steve Noyes <steve.noyes@oracle.com> - 0.1-113.el7
- fix host setup cmd string issue (Steve Noyes)
- update host test to support setup & check (Steve Noyes)
-
Tue Sep 29 2015 Borne Mace <borne.mace@oracle.com> - 0.1-112.el7
- pep8 fixes (Borne Mace)
- modified sudo to use the full path '/usr/bin/sudo'. updated permission denied message based on feedback. (Borne Mace)
- changed permission check to verify against inventory file access rather than group membership, since root shouldn't need to be in the kolla group. (Borne Mace)
- removed list command which was not being used / implemented. (Borne Mace)
-
Fri Sep 25 2015 Steve Noyes <steve.noyes@oracle.com> - 0.1-111.el7
- add kolla group check to shell (Steve Noyes)
-
Fri Sep 25 2015 Steve Noyes <steve.noyes@oracle.com> - 0.1-110.el7
- used sticky bits and acl to avoid rotational log override method (Steve Noyes)
-
Fri Sep 25 2015 Steve Noyes <steve.noyes@oracle.com> - 0.1-19.el7
- 2nd fix for rotating log startup issue (Steve Noyes)
-
Fri Sep 25 2015 Steve Noyes <steve.noyes@oracle.com> - 0.1-18.el7
- fix type in shell.py in log_rotate code (Steve Noyes)
-
Fri Sep 25 2015 Borne Mace <borne.mace@oracle.com> - 0.1-17.el7
- changed stop to kill and fixed a bug that was introduced in the property clear logic that was found during testing. (Borne Mace)
- modified destroy to use ansible environment variables to determine which containers to clean up. (Borne Mace)
-
Thu Sep 24 2015 Steve Noyes <steve.noyes@oracle.com> - 0.1-16.el7
- fix bugs in last checkin in rpm spec (Steve Noyes)
- create rotating log, add json and ansible-playbook output to dump (Steve Noyes)
-
Wed Sep 23 2015 Borne Mace <borne.mace@oracle.com> - 0.1-15.el7
- changed log output and help syntax based on review feedback. (Borne Mace)
- changed host destroy syntax to require param, if you want services on all hosts stopped the hostname 'all' must be given. added a message to the command that the process might take a while. (Borne Mace)
- add various cli list commands output to dump (Steve Noyes)
- add swift deploy rule, improve command error (Steve Noyes)
- completely remove mariadb from model & inventory (Steve Noyes)
-
Mon Sep 21 2015 Steve Noyes <steve.noyes@oracle.com> - 0.1-14.el7
- clean up recent mariadb change to avoid an empty string in the list output (Steve Noyes)
- added pre-command check for appropriate user permissions. (Borne Mace)
- default mariadb to no group, fix bug in inventory children creation (Steve Noyes)
- update to sub-services model (Steve Noyes)
- moved kollacli stop to kollacli host destroy (Borne Mace)
- fix group-service association bug (Steve Noyes)
- fix some minor pep8 source formatting issues (Steve Noyes)
- fix permission bug in dump, use more secure mkstemp (Steve Noyes)
-
Mon Sep 21 2015 Borne Mace <borne.mace@oracle.com> - 0.1-13.el7
- Build it
-
Thu Sep 17 2015 Borne Mace <borne.mace@oracle.com> - 0.1-12.el7
- made some minor changes suggested in the stop feature review. (Borne Mace)
- added support for the stop command. added a new ansible directory to hold kollacli specific playbooks (Borne Mace)
- update model to better match kolla's inventory model (Steve Noyes)
-
Thu Sep 17 2015 Wiekus Beukes <wiekus.beukes@oracle.com> - 0.1-11.el7
- Added the bash completion setup Added code to augment the kolla sudo file for the password mgmt piece (Wiekus Beukes)
- rename of mysql to mysqlcluster and other related changes. (Borne Mace)
- add set/clear/list passwords cli commands (Steve Noyes)
- add script to modify passwords file (Steve Noyes)
- fix logging during deploy (Steve Noyes)
-
Tue Sep 15 2015 Steve Noyes <steve.noyes@oracle.com> - 0.1-10.el7
- rearrange containers in swift and neutron (Steve Noyes)
- create reserved group for all hosts (steve)
- kolla is under openstack now rather than stackforge, fixed string (Borne Mace)
-
Fri Sep 11 2015 Borne Mace <borne.mace@oracle.com> - 0.1-9.el7
- fixed tox error related to whitespace at the end of a line (Borne Mace)
- fixed dump to work if the templates directory is missing. added host check back in before / after setup. (Borne Mace)
- Summary: add template for doing upgrades to inventory (Steve Noyes)
- Summary: drop use of str() on exception messages (Steve Noyes) [Orabug: 21810245]
-
Fri Sep 11 2015 Borne Mace <borne.mace@oracle.com> - 0.1-8.el7
- changed ndbcluster to mysql in inventory to match openstack-kolla changes. added murano service to match openstack-kolla changes (Borne Mace)
- moved command execution code to utils. added support back in for the host check command. (Borne Mace)
-
Thu Sep 10 2015 Borne Mace <borne.mace@oracle.com> - 0.1-7.el7
- set haproxy to be associated to the control group rather than network (Borne Mace)
- Summary: normalize input strings to unicode (Steve Noyes) [Orabug: 21810245]
-
Wed Sep 09 2015 Borne Mace <borne.mace@oracle.com> - 0.1-6.el7
- added support for the dump command (Borne Mace)
- fixed TODO comment format to match pep8 requirements (Borne Mace)
- removed a lot of commented out code related to host check (Borne Mace)
-
Tue Sep 08 2015 Wiekus Beukes <wiekus.beukes@oracle.com> - 0.1-5.el7
- Changed RPM build to only require pbr 1.3.0 (Wiekus Beukes)
- Updated dependencies and changed config files to not get overwritten on RPM updates (Wiekus Beukes)
- fixed pep8 errors (Borne Mace)
- changed property output to return unique output and only keys / values (no more associated file name) (Borne Mace)
-
Tue Sep 08 2015 Wiekus Beukes <wiekus.beukes@oracle.com> - 0.1-4.el7
- Prevent the inventory.json file to get overwritten on updates (Wiekus Beukes)
-
Tue Sep 08 2015 Wiekus Beukes <wiekus.beukes@oracle.com> - 0.1-3.el7
- Add the creation of an empty inventory file so the permissions can be preset... (Wiekus Beukes)
- Summary: support empty initialized inventory file (Steve Noyes)
-
Fri Sep 04 2015 Wiekus Beukes <wiekus.beukes@oracle.com> - 0.1-2.el7
- Fixed the day of the week in the changelog (Wiekus Beukes)
- Summary: split conder into control and data services (Steve Noyes)
- Fixed all the post issues (Wiekus Beukes)
-
Wed Sep 02 2015 - Wiekus Beukes <wiekus.beukes@oracle.com>
- Initial release