-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PRD-1792] Mysql skip name resolve fix #669
base: master
Are you sure you want to change the base?
[PRD-1792] Mysql skip name resolve fix #669
Conversation
Turned off name resolution by default for non-HA configurations.
Turned off name resolution for all deployment types.
👍 Test PASSed. |
Please specify where and how you tested this. |
Tested locally, under VirtualBox. |
+1 |
Returns: 10 for big allocation size 1/2 of pool size for middle allocation size 0 if allocation size too small
Fix horizon string interpolation Fix quantum string interpolation
Make router, net, subnet more ensurable.
Fixes: #PRD-1950 Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
Use fact is_virtual to determine the $virtual value Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
Fix/add isvirtual fact usage for checksum rules
[PRD-2412] add ipsort function for RHOS deployment order
Fix ceph module syntax erros
Setup Swift HAProxy when Swift is enabled either for glance or for objects, not just when it's enabled for glance. Setup RadosGW HAProxy when Swift is disabled and RadosGW is enabled. Use active-passive balancing for RadosGW.
refactor radosgw key creation so that its idempotent.
always enable haproxy for swift or radosgw in HA
[PRD-2360] Radosgw wont start on multiple controllers
Type and provider for quantum_floatingip_pool
Debug info logging according to wild IP catching
Logging improvements
Define CPU mode none for virtual, host-model for HW cases
Fixup some un-needed string interpolations
Miroslav, rebase please |
Build triggered. |
Merged build triggered. |
Merged build started. |
Merged build finished. |
👍 Test PASSed. |
Merged build started. |
Merged build finished. |
👎 Test FAILed. |
retest me please |
retest this please |
Merged build triggered. |
Merged build started. |
Merged build triggered. |
Merged build started. |
Merged build finished. |
👍 Test PASSed. |
Merged build finished. |
👍 Test PASSed. |
+1 |
Merged build triggered. |
retest this please |
Merged build triggered. |
rebase it please |
Merged build triggered. |
Merged build started. |
Merged build finished. |
👍 Test PASSed. |
Merged build started. |
Merged build finished. |
👍 Test PASSed. |
please rebase with master. I see changes in modules, that does not use mysql. |
Tested locally. Works)
MySQL name resolution now turned off for all deployment types by default.
Rebased to current master.