aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-01-18Use wait_for instead of sleep to fetch keyringgrakiss1-2/+2
JIRA: COMPASS-275 - fetch is not reliable, and sleep is also not reliable - wait_for can be used to confirm the file existence Change-Id: Ie44715e1b8756398f656fdee2c3243f03967e29a Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2016-01-18bugfix: SSH permissions error when resizing or migrating an instancecarey.xu2-6/+83
- make all host cant ssh login each other with out password, so nova can resize on diffrent hosts - remove some error httpchk options in haproxy JIRA: COMPASS-269 Change-Id: If9d75bc94446000ed1a8fb7bbd777ae205ecd630 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2016-01-18change ceilometer polling interval to 300scarey.xu1-0/+8
- tempest testcases only wait 300s for meters, but default ceilometer collector polling interval is 600s, so the testcases will raise timeout exception. we change the default polling interval to avoid this. Change-Id: I33479a4e12798e96067db7bab844ad952d40b20c Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2016-01-18bugfix: opencontrail automation deployment scriptschenshuai@huawei.com21-112/+393
JIRA: COMPASS-277 Change-Id: Ia1f52c6e8e3de520cf06de99550c17879aaed2d7 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-01-17Merge "bugfix: opencontrail neutron and nova plugins code"chenshuai@huawei.com8-2/+79
2016-01-17Merge "updates to use new doc toolchain"Justin chi1-0/+5
2016-01-16bugfix: opencontrail neutron and nova plugins codechenshuai@huawei.com8-2/+79
JIRA: COMPASS-274 Change-Id: I6ee4b9fac51a0fc5f4ac9916ea16ab9d363ec943 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-01-16ONOSFW-152CNlukai1-1/+1
Onos Intergrates with compass Change-Id: I17a1b35e52c2c5003b74f8bb79dcf117970fe7f9 Signed-off-by: CNlukai <lukai1@huawei.com>
2016-01-16Merge "bugfix: workaround for opencontrail"chenshuai@huawei.com12-60/+86
2016-01-16updates to use new doc toolchainRyota MIBU1-0/+5
Change-Id: Ie28ebc368ad8a90602f22384585d9d435e6ce949 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-01-16Merge "deploy CEPH nodes parallelly"Justin chi21-2/+427
2016-01-16bugfix: workaround for opencontrailchenshuai@huawei.com12-60/+86
JIRA: COMPASS-271 Change-Id: Ib4bbc0536ed8877f5e38150e5d710578345ac56b Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-01-15deploy CEPH nodes parallellygrakiss21-2/+427
JIRA:COMPASS-264 - do not use ceph-deploy - do not need centeral node to deploy ceph Change-Id: I0f9c459060a2fccbad73a323697ec23ea2115410 Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2016-01-15bugfix: nova default parameter does't support vrouter, change to use ↵chenshuai@huawei.com1-12/+12
opencontrail driver JIRA: COMPASS-270 Change-Id: I8d35a0c5d36b48ea306473784dfd4a23abffaa6e Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-01-15compass: Align scenario short namesmeimei7-0/+301
Change-Id: Ic64acc0e5971b596d5ff77fc89d3867fe36f0281 Signed-off-by: meimei <meimei@huawei.com>
2016-01-14Update Huawei lab POD1 configurationJustin-chi1-9/+2
reset to 2 controller and 2 computers. Change-Id: I314d17022d4531c1cea548c4d21164a725365e66 Signed-off-by: Justin-chi <chigang@huawei.com>
2016-01-14Merge "ONOSFW-152 Onos Intergrates with compass"shuai chen3-10/+24
2016-01-14Merge "bugfix: opencontrail parameter network_api_class in nova.conf to ↵chenshuai@huawei.com1-12/+12
nova.network.neutronv2.api.API"
2016-01-14ONOSFW-152CNlukai3-10/+24
Onos Intergrates with compass Change-Id: I5b16764fe1b00f2065bb60879ab944cec36b9d62 Signed-off-by: CNlukai <lukai1@huawei.com>
2016-01-14bugfix: opencontrail parameter network_api_class in nova.conf to ↵chenshuai@huawei.com1-12/+12
nova.network.neutronv2.api.API JIRA: COMPASS-267 Change-Id: I8f74c61e2f1efe289c198ce4d1bd5f1ef72ac2b5 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-01-14bugfix: mongodb's priority should consistent with keepalived for failovercarey.xu2-6/+6
JIRA: COMPASS-260 Change-Id: Iafb2f3a853fe05ac12a3275737f5edd1b987ffdd Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2016-01-13FIX:use rbd as default backendgrakiss1-1/+1
JIRA:COMPASS-263 - some testcases use http as backend, so only set default store to rbd Change-Id: Icd05d7f6926c2e0b607601f6e05a64b52b158aa9 Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2016-01-13bugfix: opencontrail remove nova para modification in nova.conf on controllerchenshuai@huawei.com1-19/+19
JIRA: COMPASS-265 Change-Id: Ic8463dbb5acfc98d049e5468789b88934aca3ff7 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-01-13Disable ansible upgrade to latest version.Justin-chi1-1/+1
ansible 1.9.4 is used for bramaputra release. Change-Id: I42a33a17bbe90e7dda9b06a5fd7a4b4652b37fad Signed-off-by: Justin-chi <chigang@huawei.com>
2016-01-12Merge "use new options instead of deprecated options for keystone"shuai chen1-1296/+34
2016-01-12Merge "use new options instead of deprecated options for glance"shuai chen3-815/+89
2016-01-12Merge "bugfix: index of haproxy_hosts error in opencontrail webui script"chenshuai@huawei.com1-2/+2
2016-01-12create a virtual port on jumpserver for functestcarey.xu4-8/+15
- create a virtual port on jumpserver, for functest communicate with openstack admin network - force mtu to 1450 when vxlan mode - make only one mysql node primary(bug workaround) JIRA: COMPASS-243 Change-Id: I498ed05f4b1b64f4f4db2455dd58dd2b4e82ae82 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2016-01-12bugfix: opencontrail neutron.conf api_extensions_path wrong valuechenshuai@huawei.com1-1/+1
JIRA: COMPASS-262 Change-Id: I454a68dabe3271d96d37ed3812c7f7fcac68bcb9 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-01-12bugfix: index of haproxy_hosts error in opencontrail webui scriptchenshuai@huawei.com1-2/+2
JIRA: COMPASS-261 Change-Id: I46055b1baa8cb9fe8744c40659ab8abf07d00923 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-01-11bugfix: mongodb's priority should consistent with keepalived for failovercarey.xu1-1/+1
JIRA: COMPASS-260 Change-Id: I29e6e21e514e6dab5643e5558c81b851a4442e54 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2016-01-11update huawei-us-pod1 network and dha information.Justin-chi2-23/+34
because the network is not very stable,so I change the configuration of the POD1 Change-Id: I6dbf55fc8f73b447256566025a463be9258ca62c Signed-off-by: Justin-chi <chigang@huawei.com>
2016-01-08use new options instead of deprecated options for glancecarey.xu3-815/+89
JIRA: COMPASS-247 Change-Id: If034fad5a17d6b1d462ae1a54bdb5d641173d720 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2016-01-07use new options instead of deprecated options for keystonecarey.xu1-1296/+34
JIRA: COMPASS-246 Change-Id: I71ec405a842d08597cfc81de5de94ec8074c6786 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2016-01-07bugfix: remove opencontrail rabbit password parameterchenshuai@huawei.com1-1/+1
JIRA: COMPASS-256 Change-Id: I43debb40a58fd691673bc0f3d68191a6fc41f585 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-01-07Merge "Update ini config of ceph with ini module"shuai chen2-2/+20
2016-01-07Merge "create a virtual port on jumpserver for functest"shuai chen2-0/+21
2016-01-06Update ini config of ceph with ini modulegrakiss2-2/+20
JIRA:COMPASS-254 - use more professional way to update ini config Change-Id: I2afcf3b93e76a211df88f1cb4b02690849fbdab6 Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2016-01-06bugfix: remove rabbitmq codes in opencontrail rolechenshuai@huawei.com8-173/+1
JIRA: COMPASS-253 Change-Id: I53911352eb96a15257a513ea4154f93147dd283c Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-01-06Merge "bugfix: wrong floating ip pool configuration of bare-deployment"shuai chen1-1/+2
2016-01-06create a virtual port on jumpserver for functestcarey.xu2-0/+21
- create a virtual port on jumpserver, for functest communicate with openstack admin network JIRA: COMPASS-243 Change-Id: Ib6f0c56253bb26155f0856caeae11a809c92f276 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2016-01-06bugfix: wrong floating ip pool configuration of bare-deploymentmeimei1-1/+2
JIRA: COMPASS-226 Change-Id: Ic08e9d52671c48fb5a9a3061620626423f21cd6d Signed-off-by: meimei <meimei@huawei.com>
2016-01-06Merge "bugfix: cinder v1 endpoint use real v1 api"shuai chen1-3/+3
2016-01-06bugfix: cinder v1 endpoint use real v1 apicarey.xu1-3/+3
JIRA: COMPASS-251 Change-Id: Id02ba2c8ee708dc06b65cf119499d3c89c05cf8f Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2016-01-06bugfix: wrong floating ip pool configuration of bare-deploymentmeimei2-13/+5
temporarily remove host3 of baremental-deployment until host3's network is recoverd Change-Id: I760a5afeb229685844b6fb0f5c9577d810a422f2 Signed-off-by: meimei <meimei@huawei.com>
2016-01-06Merge "add config files of virtual-deployment"shuai chen5-0/+270
2016-01-06Merge "setup external network for openstack"shuai chen1-6/+6
2016-01-05Merge "Update disk space of virtual machine to 200G"shuai chen1-1/+1
2016-01-05setup external network for openstackmeimei1-6/+6
JIRA: COMPASS-226 Change-Id: Ia20a554056ed0226dbcb6f9f458f8ada0e319f28 Signed-off-by: meimei <meimei@huawei.com>
2016-01-05add config files of virtual-deploymentmeimei5-0/+270
JIRA: COMPASS-242 Change-Id: Iea798d7f4987685bf0e27dca4c9b600ae802fef0 Signed-off-by: meimei <meimei@huawei.com>