aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/cinder-controller
AgeCommit message (Collapse)AuthorFilesLines
2017-04-24tempest test case failed in Functest smokeYifei Xue1-1/+0
JIRA: COMPASS-545 1. LVMISCSIDriver has been removed but LVMVolumeDriver is what actually exists. Updating the LVM driver name in cinder.conf will solve this. 2. Add tgt to cinder-volume's service list 3. Add section of ceph in cinder.conf for cinder backend 4. Add enable_backends in cinder.conf Change-Id: I477d2b17ce9e10871a7b96c1a98a49506b36a6ef Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2017-03-09FIX access database failedliyuenan1-5/+0
JIRA: COMPASS-521 Use a hard value to set number of workers for Openstack API service. This way only fix E9000 failed temporarily. Database need to update in a late patch. Change-Id: Ie03f6a758e1e458567054470962b5be4f6ee630e Signed-off-by: liyuenan <liyuenan@huawei.com>
2017-02-20FIX access database failedliyuenan1-3/+6
JIRA: COMPASS-521 Use a dynamic value to set number of workers for Openstack API service when the number of cpu more than 4. Change-Id: Ic6482cfad9b5eba8fad9e56ea1a33f65e8c71001 Signed-off-by: liyuenan <liyuenan@huawei.com>
2017-01-20FIX access database failedliyuenan1-0/+3
JIRA: COMPASS-521 Number of separate API worker processes for service. The default is calculated by the number of CPUs available for best performance. But some pods have many CPUs, so that some service API worker processes is too many to access database. For example, huawei-pod2 has 47 CPUs, nova-api has 98 processes, cinder-api has 50 processes and heat-api has 33 processes, when aodh want to initialize the database, mysql can not deal with this processes. Change-Id: I00513883ff55cc28cd676c3085615aaac36eb744 Signed-off-by: liyuenan <liyuenan@huawei.com>
2017-01-05Yamllint testliyuenan3-3/+0
JIRA: COMPASS-516 Change-Id: I482ce9bc86f4f963258c5b8823e0b00e83556eef Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-12-26Update ansible versionliyuenan2-3/+3
JIRA: COMPASS-511 Change-Id: Id0e83c65a08c9f9036b5d3a597b905e8a7bde6e8 Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-12-20master only support newtonliyuenan1-22/+41
JIRA: COMPASS-513 Remove other roles and ppa, master only support newton. Change-Id: I47ddb16baa25902c3e05cc7f9d0d6430f5dc7e00 Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-03-14disable service autostart when install packages on ubuntucarey.xu1-0/+13
JIRA: COMPASS-336 Change-Id: I36c4e53d8c43231890bf29e678c38e2a22b33788 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2016-02-03FIX:use v3 of auth_uri for cinder quotagrakiss1-1/+1
JIRA:COMPASS-303 - failed to update cinder quota using v2.0 api Change-Id: I30ece4823ddc256bb2491cb6993f29ef4cc025c5 Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2016-01-30add apache2 headers for shell scripts and ansible scriptscarey.xu7-0/+56
Change-Id: I34b66d76f59f4300c7ce4e7bd9dc7c1eaddfb384 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-12-28bugfix: cinder scheduler service is not restart when configuration updated汉 徐2-2/+3
JIRA: COMPASS-222 Change-Id: I43bb9ccc1bfe8e2cce9d0d82eccf97337d1fc07a Signed-off-by: 汉 徐 <hanxu@carey.local>
2015-12-25bugfix: cinder keymgr should use v3 auth interfacecarey.xu1-0/+3
JIRA: COMPASS-217 Change-Id: I2e25520b2de1e3eae24ee4d0332dc68aea552c81 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-12-24add retry when rabbitmq join failedcarey.xu1-0/+2
JIRA: COMPASS-206 Change-Id: I0cf7b2dd1414f3270ff894a6cf17aba5841e6848 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-12-14disable NetworkManager on centoscarey.xu1-1/+1
JIRA: COMPASS-187 Change-Id: I82df8dee1e0cdd7f374552131e78e743c8e11dba Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-12-04reduce idle connect timeout both on haproxy and servicescarey.xu1-0/+1
JIRA: COMPASS-175 Change-Id: I3f992f245f3de832864458d1444d388c1685a171 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-11-13use shell execute openstack components' db_sync methodcarey.xu1-1/+1
JIRA: COMPASS-143 Change-Id: Ia4d7ce85c908bec3624dd7d20219daa7a90f4268 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-11-09use shell to execute openstack components's db_sync methodcarey.xu1-1/+2
JIRA: COMPASS-143 Change-Id: I5ce5fd8ff5706b0aba0b15b92928424c5c841e0e Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-10-13bugfix: generate config file errorcarey.xu3-2/+5
JIRA: COMPASS-95 Change-Id: I223e8afbb909be72937f159d766817803b3c2ab6 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-10-13make internal vip and public vip into one groupcarey.xu2-21/+1
JIRA: COMPASS-88 Change-Id: Ie40033b99d29e79c6a50b3073f4147109a02d7fa Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-09-22add public vip for external accessbaigk1-1/+1
JIRA: COMPASS-69 Change-Id: I7c2b6a026d2fb002174aa5f0a619d9fe6982e528 Signed-off-by: baigk <baiguoku@huawei.com>
2015-09-18separate the mgmt vip from public vip, remove HA_VIPcarey.xu3-9/+9
Change-Id: Iaa877b7ce93ba9c12bc9be6f3bd101779f07ae9c JIRA: COMPASS-51
2015-09-09Compass Netconfig optimizationyour name2-1/+2
Change-Id: Icbcfc7d794623436f22be5f6763b212a25d4fac7 JIRA: COMPASS-30
2015-08-09support deployment openstack juno with ansible for compass in centos7.1baigk6-19/+28
JIRA: COMPASS-6 Change-Id: I8ef865e8acfe29c3ff5c7e9030e4cebabed3457b Signed-off-by: baigk <baiguoku@huawei.com>
2015-08-05support deployment openstack juno with ansible for compass in ubuntu 14.04baigk8-0/+205
JIRA: COMPASS-4 Change-Id: I7adc565325c2a0cbf878b2aea022b31d118748dd Signed-off-by: baigk <baiguoku@huawei.com>