aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles
AgeCommit message (Collapse)AuthorFilesLines
2016-10-28Fix glance images dir mount issue on centos/rhelQiLiang1-1/+2
JIRA: - The directory /var/lib/glance/images is not created on centos/rhel system, create it before fs mount. Change-Id: Iec070ad834d6a6206f11923088a73a8dcfe173f9 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-10-21Merge "Make openstack dashboard theme configurable"Justin chi1-1/+1
2016-10-21Make openstack dashboard theme configurableQiLiang1-1/+1
Use flag ENABLE_UBUNTU_THEME to configure enable or disable ubuntu dashboard theme. Set default to use ubuntu theme. JIRA: - Change-Id: I454c69b0290084c244979bb86c733a03721481cb Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-10-20Bug fix for jdk8 installation-2Yifei Xue1-0/+1
JIRA: COMPASS-492 Change-Id: I3a83b1a0bc2a98fc45c082bd06492b913b7a3a81 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-10-16Merge "Add recovery scripts"Justin chi10-1/+93
2016-10-16Merge "Bug fix for jdk8 installation"Justin chi4-2/+8
2016-10-15Add recovery scriptsQiLiang10-1/+93
- add recovery shell scripts - add boot-recovery role to stop services during system boot which could cause boot pending - configure nfs mount in /etc/fstab cause system boot pending, so mount nfs during ansible-playbook run. - kill mysqld before mysql recovery, running mysqld may cause mysql recover failure JIRA: COMPASS-474 Change-Id: I0f6f0ee935fbe3fbbe28a451a02decfb01a6165b Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-10-12Move all the tar packages in compass4nfv repo to deploy ISOYifei Xue5-8/+25
JIRA: COMPASS-493 Change-Id: I64c87b50fd88bf193a502568986f560fc2a144f6 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-10-11Bug fix for jdk8 installationYifei Xue4-2/+8
JIRA: COMPASS-492 Change-Id: I17e41f7c32652454ff9ff4e788833c6502b5b9e6 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-09-28Merge "Edit the ansible for expansion"Justin chi2-1/+78
2016-09-21Remove unsed files in open-contrail roleQiLiang7-354/+0
JIRA: - Change-Id: Idfb53a9705f206266c01be6d586e57e15280a1bc Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-09-18Edit the ansible for expansionliyuenan2-1/+78
JIRA:COMPASS-481 Change-Id: Iefaea65312317d430f0f7be91787bc48423310a9 Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-09-14Add network connectivity checkQiLiang2-0/+70
JIRA: COMPASS-485 Change-Id: I3ca177118dec362ca2350c746519b83889ec3f83 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-09-12set prevent_arp_spoofing to False when disable secgroupQiLiang1-0/+3
JIRA: - Change-Id: Idcfedf9fc48f4626ea93bcee1e4a11f69663a869 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-09-08Merge "Bug fix for tacker installation"shuai chen1-0/+29
2016-09-07Restart mysql in centos-no-ha scenarioQiLiang1-0/+18
JIRA: COMPASS-482 Change-Id: Id26a0acbe9b725e236021a4b324960eef02b48eb Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-08-31bugfix: disable dlux in ODL for Centos due to conflict with ovs-openstackchenshuai@huawei.com3-1/+70
JIRA: COMPASS-477 Change-Id: If9f1de6bcfde94cbb2cc3777d6ef0de78ba5ef31 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-08-30bugfix:enable metadata in DHCP for odl l3chenshuai@huawei.com1-1/+3
JIRA: COMPASS-476 Change-Id: Ie9734c6b8304a40fbb24e9f6230801c00289d36f Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-08-30Bug fix for tacker installationYifei Xue1-0/+29
JIRA: COMPASS-430 Change-Id: I622b092dac3d77d4094cc470b8eeb9b0628d83e9 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-08-29Add heat user domain configurationQiLiang5-0/+70
FIX Rally heat create_update_delete_stack test case failure for Liberty Ubuntu JIRA: COMPASS-454 Change-Id: Id4538f9caa5b619d66ab8fe97c63b10688ffe104 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-08-28Add controller and compute recovery rolesQiLiang10-0/+188
After all hosts system restart, login to the compass-core, change directory /var/ansible/run/<openstack-cluster> and execute below command: ansible-playbook \ -i inventories/inventory.yml HA-ansible-multinodes.yml \ -t recovery \ -e "RECOVERY_ENV=True" JIRA: COMPASS-474 Change-Id: I2ed80550c043b14643382609c48d724019cc1cfb Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-08-20Merge "disable odl l3 for Centos"chenshuai@huawei.com1-1/+7
2016-08-20add default demo passwordQiLiang1-1/+1
Change-Id: I6e1b8e9420b086b998054547e1a7db1032d33164 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-08-19disable odl l3 for Centoschenshuai@huawei.com1-1/+7
JIRA: COMPASS-480 Change-Id: I0ab98d2a268c251c171551e2a63eafdfb3c6d1fc Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-08-15rename region name to be unifiedMatthewLi8-16/+16
JIRA: COMPASS-457 nova region name should be unified. compass use regionOne original, however, upstream usually use RegionOne, this is caused by clerical error. Now the OCL and sfc/tacker use RegionOne by not knowing the compass clerical error. so all should be changed to RegionOne. Change-Id: I8bc280cca036afffe09d0a3bcebc940deaa490b5 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-08-11bugfix for odl l3chenshuai@huawei.com2-0/+18
JIRA: COMPASS-473 Change-Id: I09cff641e8485f266dead4522e07b855c01ea1de Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-08-11disable neutron-l3-agent for odl-l3chenshuai2-1/+14
JIRA: COMPASS-471 Change-Id: I80d0ad6d95bb81d7a2592dd2c3a2051ac362494f Signed-off-by: chenshuai <chenshuai@huawei.com>
2016-07-28Workaround for openstack api access random failureQiLiang1-11/+0
JIRA: COMPASS-446 Change-Id: I312368ca2fc07fcd07a916a2e6f979086f658dba Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-07-28Workaround for openstack api access random failureQiLiang1-0/+11
JIRA: COMPASS-446 Change-Id: I0f67779786d53ca8ec1d16a05a21a10267f83471 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-07-21Update heat db sync taskQiLiang2-2/+1
JIRA: COMPASS-442 Change-Id: Id51d8b76d62255cf91b04d4770eb9a4b307ad102 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-07-19improvement for OpenContrail: restart apache22chenshuai@huawei.com1-0/+5
JIRA: COMPASS-432 Change-Id: Ibad197771d26ccefd23f82a0165449a612cbabdb Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-07-07Bug fix for tacker installationYifei Xue1-1/+4
JIRA: COMPASS-430 Change-Id: I39ff41abeeac384613d84734616902303c3e6bce Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-07-04change the share attribute to "false" of no-sdn scenariomeimei1-1/+1
Change-Id: I1d03082b01786be2b336a7a2b6a38b9dab87e4c1 Signed-off-by: meimei <meimei@huawei.com>
2016-07-01Update tacker related packagesYifei Xue3-12/+17
JIRA: COMPASS-423 Change-Id: I3efa0868c0147cc43b1df096ae89a6bdc42f4204 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-06-16odl upgrade to Beryllium SR2 and enable WebUIchenshuai@huawei.com1-2/+3
JIRA: COMPASS-422 Change-Id: Iaaa44a381eef7d53b96f4d9813d62034e74ea7ef Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-06-03Bug fix for aodh service in keystone vars listYifei Xue1-15/+0
JIRA: COMPASS-414 Change-Id: I91a749fbf3892ad781f8f5bde404ba4a115c4d3c Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-05-31Merge "These changes are the initial support for kvmfornfv using compass."shuai chen4-0/+77
2016-05-30These changes are the initial support for kvmfornfv using compass.José Pekkarinen4-0/+77
Change-Id: I5ab2d7ad2f639d6673e0debd8f07f4f95c8bb476 Signed-off-by: José Pekkarinen <jose.pekkarinen@nokia.com>
2016-05-29FIX: dashboard access failure on centosQiLiang3-0/+31
JIRA: COMPASS-407 Change-Id: Id90cc98aadff1b929e38dd681e665930f048f2ea Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-05-26FIX: neutron deploy failure on centosQiLiang2-7/+3
* neutron-server restart failure * neutron-openvswitch-agent configure error on controle node * update .gitignore JIRA: - Change-Id: I33f35548681cb88c74bcc80e7030645608e24b3c Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-05-24FIX: Temporary workaround for ext-network create failureQiLiang3-15/+16
Change-Id: I11d50d79fa4088e83e511e6d1261baaa1de367fe Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-05-17Merge "Add Mitaka package for Ubuntu 14.04"Justin chi10-187/+0
2016-05-16Add Mitaka package for Ubuntu 14.04Yifei Xue10-187/+0
JIRA: COMPASS-387 Change-Id: I62da78a6aa252259265640b3ff84ad77c28fdece Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-05-16ocl: add vgw router on jump server for functest and yardstickchenshuai@huawei.com1-0/+28
JIRA: COMPASS-391 Change-Id: I99120617282a27ed8b2d811ad00ae4d10adff93b Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-05-15ocl:create vgw to access public networkchenshuai@huawei.com2-0/+22
JIRA: COMPASS-390 Change-Id: I19e5902b2af03a3a9c52e002a383b3a1b553861b Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-05-04Merge "Add Aodh support for Compass"Justin chi10-0/+206
2016-04-28FIX:make repo fail due to incorrect cheetah templategrakiss1-2/+2
JIRA:COMPASS-378 Change-Id: I7cb9243b8fe5dc6d134b2323db0d33f0abf92ed3 Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2016-04-27Add Aodh support for CompassYifei Xue10-0/+206
JIRA: COMPASS-374 Change-Id: I923f66b5ab42a0b30d0f91701873d36f8e5147ba Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-04-25ocl: use opencontrail rabbitmq replace compass default rabbitmqchenshuai@huawei.com9-9/+163
JIRA: COMPASS-376 Change-Id: I1496d875cc47869e18fd4b2db5baabcd620675d7 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-04-25bugfix: tacker endpoint typochenshuai@huawei.com1-1/+1
JIRA: COMPASS-375 Change-Id: I3cec5830c64076a95e6966149e930078dc7902da Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>