Skip to content

Commit

Permalink
test fix for mysql start timeout
Browse files Browse the repository at this point in the history
Here I'm testing a fix in OSA, but changing the submodule to point at
my fork of osa where I have made a patch.  I have to do it this way
because OSA doesn't do upgrade testing of mariadb between kilo and
liberty, which explains why we're only seeing this mostly in rpco.
  • Loading branch information
mancdaz committed Jul 18, 2016
1 parent 83bb833 commit d2f4e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "openstack-ansible"]
path = openstack-ansible
url = https://git.openstack.org/openstack/openstack-ansible
url = https://github.com/mancdaz/openstack-ansible
2 changes: 1 addition & 1 deletion openstack-ansible
Submodule openstack-ansible updated 40 files
+10 −13 ansible-role-requirements.yml
+17 −6 doc/source/upgrade-guide/manual-upgrade.rst
+14 −14 playbooks/defaults/repo_packages/openstack_services.yml
+1 −1 playbooks/inventory/group_vars/all.yml
+1 −1 playbooks/inventory/group_vars/hosts.yml
+9 −0 playbooks/roles/galera_server/tasks/galera_install.yml
+5 −15 playbooks/roles/galera_server/tasks/galera_upgrade_post.yml
+4 −0 playbooks/roles/lxc_hosts/defaults/main.yml
+1 −0 playbooks/roles/lxc_hosts/tasks/lxc_cache.yml
+2 −1 playbooks/roles/openstack_hosts/defaults/main.yml
+1 −1 playbooks/roles/openstack_hosts/templates/openstack-host-hostfile-setup.sh.j2
+10 −0 playbooks/roles/os_keystone/defaults/main.yml
+2 −1 playbooks/roles/os_keystone/tasks/keystone_apache.yml
+9 −0 playbooks/roles/os_keystone/templates/keystone-httpd-mpm.conf.j2
+8 −0 playbooks/roles/os_nova/tasks/nova_console_novnc_install.yml
+8 −0 playbooks/roles/os_nova/tasks/nova_console_spice_install.yml
+0 −3 playbooks/roles/os_nova/templates/policy.json.j2
+4 −0 playbooks/roles/pip_install/defaults/main.yml
+2 −2 playbooks/roles/pip_install/tasks/main.yml
+3 −4 playbooks/roles/rsyslog_client/tasks/rsyslog_client_post_install.yml
+1 −1 playbooks/roles/rsyslog_client/templates/99-rsyslog.conf.j2
+1 −1 playbooks/roles/rsyslog_client/templates/os_aggregate_storage.j2
+5 −0 releasenotes/notes/augenrules-restart-39fe3e1e2de3eaba.yaml
+9 −0 releasenotes/notes/dictionary-variables-removed-957c7b7b2108ba1f.yaml
+6 −0 releasenotes/notes/disable-failed-access-audit-logging-789dc01c8bcbef17.yaml
+10 −0 releasenotes/notes/fix-audit-log-permission-bug-81a772e2e6d0a5b3.yaml
+7 −0 releasenotes/notes/fix-check-mode-with-tags-bf798856a27c53eb.yaml
+7 −0 releasenotes/notes/handling-sshd-match-stanzas-fa40b97689004e46.yaml
+5 −0 releasenotes/notes/improved-audit-rule-keys-9fa85f758386446c.yaml
+8 −0 releasenotes/notes/nova-console-proxy-git-cleanup-cdeffd3f0d040275.yaml
+18 −0 releasenotes/notes/os-keystone-apache-mpm-tunable-support-1c72f2f99cd502bc.yaml
+5 −0 releasenotes/notes/rebuild-repo-before-upgrade-kilo-liberty-40df3cd4c992a52a.yaml
+1 −1 requirements.txt
+104 −0 scripts/ansible-role-requirements-editor.py
+1 −1 scripts/get-pypi-pkg-version.py
+5 −2 scripts/run-upgrade.sh
+1 −1 scripts/scripts-library.sh
+73 −0 scripts/sources-branch-updater.sh
+28 −0 scripts/upgrade-utilities/playbooks/mariadb-stop.yml
+5 −4 test-requirements.txt

0 comments on commit d2f4e8e

Please sign in to comment.