Activity log for bug #1524275

Date Who What changed Old value New value Message
2015-12-09 10:38:28 Stanislaw Bogatkin bug added bug
2015-12-09 13:26:30 OpenStack Infra fuel: status New In Progress
2015-12-09 14:24:31 Roman Prykhodchenko tags area-library
2015-12-09 15:25:09 Dmitry Pyzhov tags area-library area-library tech-debt
2015-12-11 11:39:02 Stanislaw Bogatkin description Today we use complicated procedure to lookup memcache addresses on nodes. It prevents us to override them easily and to separate/change memcache role for nodes. We should change this behavior by moving memcache addresses declaration to globals task. Today we use complicated procedure to lookup memcache addresses on nodes. It prevents us to override them easily and to separate/change memcache role for nodes. We should change this behavior by moving memcache addresses declaration to globals task. For example, I want to introduce new memcache balancer and install it to all nodes. I want that after configuration all needed OpenStack services look to 127.0.0.1 to my balancer and each of my balancers looks to all nodes where memcached is really running. With our current code I must change a bunch of duplicated code in fuel-library to do so and completely unable to make balancer work over plugin. With memcache addresses in globals I can do it easily.
2015-12-11 19:45:11 OpenStack Infra fuel: status In Progress Fix Committed