aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/openstack_mitaka_xenial
AgeCommit message (Collapse)AuthorFilesLines
2016-12-10Support compute node expansion with ceph-osdQiLiang1-0/+5
JIRA: COMPASS-481 - Use public_vip to fetch ceph related conf from controller nodes. - Add ceph-uuid for libvirt store and fetch for expansion. Change-Id: I9e93183ac108bd959a1226546fbb89706e3004c9 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-11-28Fix some xenial baremetal deploy bugsliyuenan2-2/+2
1. Fix pip upgrade 2. Fix apache conf file JIRA: COMPASS-489 Change-Id: I2d45114b559298898ab354f884ced74fc9fc7abf Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-11-26Merge "fix demo user password bug"Justin chi1-1/+1
2016-11-26Merge "Fix the wait_for modules"Justin chi1-1/+1
2016-11-26Merge "Fix the apache service restart failed in xenial"Justin chi2-0/+68
2016-11-25Fix the apache service restart failed in xenialliyuenan2-0/+68
JIRA: COMPASS-491 Change-Id: I8e12a308e6ba48117b906a0e101cddaeb9ee8a2e Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-11-25Fix the wait_for modulesliyuenan1-1/+1
After restart the service, service's port should be polled rather than haproxy. JIRA: COMPASS-491 Change-Id: I52165e9673b997883109fbf93a93b360a25dabba Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-11-25fix demo user password bugHarry Huang1-1/+1
JIRA: COMPASS-505 add demo user password in keystone ansible Change-Id: I369934b415c91af0a25616cefcea70041a43a63d Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2016-11-22Improve compass ci verification--clear all flake8 warnings & errors of ↵KingPoo1-8/+8
compass4nfv JIRA: COMPASS-494 Change-Id: Iec4664a376100f2a0f5fe6c46c1a45360f9c2324 Signed-off-by: KingPoo <haojingbo@huawei.com>
2016-11-15Repair Flake8's warnings & errorsKingPoo1-17/+17
Change-Id: I67e71bc37c0464a0714e1e59b3402973786e4aa6 Signed-off-by: KingPoo <haojingbo@huawei.com>
2016-11-09autopep8 make py files more standardKingPoo2-121/+268
Change-Id: Ibaa74a1f508b28548668e764d1860393caa356d4 Signed-off-by: KingPoo <haojingbo@huawei.com>
2016-11-09Update the API version for Openstack Newtonliyuenan2-3/+3
Use the "keystone-manage bootstrap" command to instead of admin_token. Because the admin_token is treated as a "shared secret" that can be used to bootstrap Keystone through the API. This "token" does not represent a user (it has no identity), and carries no explicit authorization (it effectively bypasses most authorization checks). Use the API v3 to instead of API v2.0. Identity API v3 was established to introduce namespacing for users and projects by using "domains" as a higher-level container for more flexible identity management and fixed a security issue in the v2.0 API (bearer tokens appearing in URLs). JIRA: COMPASS-491 Change-Id: I56182c14b761728c3492b9dd2b05c3b57aa5f35f Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-11-02Improvement: add odl cluster new solution for mitaka and newton on xenialchenshuai@huawei.com2-0/+38
JIRA: COMPASS-501 Change-Id: I11fc3297be4e72f24fd5ea9958dfd9e20f183afd Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-10-31code refactoring: opendaylight for removing repeatedly fileschenshuai@huawei.com14-318/+0
JIRA: COMPASS-500 Change-Id: Ic3378804550f529e2ca438f2a3f84f3ffc09ef8f Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-10-29code refactoring: opendaylight for xenianl and moonchenshuai@huawei.com25-465/+547
JIRA: COMPASS-500 Change-Id: I6c967572193bf20dbd9da58bcf001de2b8a8346c Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
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-21Bug fix for jdk8 installation-3Yifei Xue1-0/+1
JIRA: COMPASS-492 Change-Id: Iec6e35678c67ae965c608b1144b9000a64fa2c9d Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-10-16Merge "Add recovery scripts"Justin chi2-1/+14
2016-10-16Merge "Bug fix for jdk8 installation"Justin chi1-2/+8
2016-10-15Add recovery scriptsQiLiang2-1/+14
- 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 Xue6-4/+25
JIRA: COMPASS-493 Change-Id: I64c87b50fd88bf193a502568986f560fc2a144f6 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-10-11Bug fix for jdk8 installationYifei Xue1-2/+8
JIRA: COMPASS-492 Change-Id: I17e41f7c32652454ff9ff4e788833c6502b5b9e6 Signed-off-by: Yifei Xue <xueyifei@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-09Temporally disable swift support in moon scenarioQiLiang6-47/+46
Change-Id: Ib7ff639026e6975ca01359a76a57274f1fd8537b Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-09-05Bug fix to disable security-group on MitakaQiLiang2-0/+7
Change-Id: If659c8821a97d05dbaeedc864429f0427e145ab0 JIRA: COMPASS-479 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-08-31bugfix: disable dlux in ODL for Centos due to conflict with ovs-openstackchenshuai@huawei.com1-1/+11
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.com2-4/+6
JIRA: COMPASS-476 Change-Id: Ie9734c6b8304a40fbb24e9f6230801c00289d36f Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-08-30Merge "change odl password for moon"chenshuai@huawei.com1-0/+5
2016-08-29change odl password for moonchenshuai@huawei.com1-0/+5
JIRA: COMPASS-481 Change-Id: I2075044230a393048803a6776b31927d7fff505c Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-08-29Add heat user domain configurationQiLiang1-19/+0
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-29Merge "Add controller and compute recovery roles"shuai chen1-0/+14
2016-08-28Disable keystone boot auto startQiLiang1-0/+10
keystone is running under apache, disable keystone auto start during system boot. JIRA: COMPASS-475 Change-Id: Ia6c17dff71ae846ced12036da2e08bb7df4a4f2f Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-08-28Add controller and compute recovery rolesQiLiang1-0/+14
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-22Imporve nova-compute virt_type confiugrationQiLiang2-0/+15
JIRA: COMPASS-461 Change-Id: I8efa45df2407fecabf2ea206f747fc61dbc1d1c8 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-08-18Fix apache2 down bugQiLiang1-0/+17
Add apache2 to dashboard restart service list. JIRA: COMPASS-460 Change-Id: I6d6694768724c1fedca1c945cebaac3a12c6623a Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-08-18Merge "Add heat user domain configuration"shuai chen5-0/+175
2016-08-18Add heat user domain configurationQiLiang5-0/+175
FIX Rally heat create_update_delete_stack test case failure for xenial JIRA: COMPASS-454 Change-Id: Icfc840adeb69c83d62e4fc552d6fc4e5e05e8620 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-08-15rename region name to be unifiedMatthewLi4-24/+24
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-10modify moon packages' download pathchenshuai@huawei.com1-1/+1
JIRA: COMPASS-470 Change-Id: Ib0ef2d64496c13e1eab67f87327896f805308eba Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-08-10add environment for moonchenshuai@huawei.com3-4/+5
JIRA: COMPASS-469 Change-Id: Iec6623d6089a94062f910b566d86b8ee7b885404 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-08-07workaround: modify localhost as 172.16.1.222chenshuai@huawei.com2-1/+923
JIRA: COMPASS-468 Change-Id: I528c5e0e33028da4333cecf5d1c623de1874f4e8 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-08-05add moon to odlchenshuai@huawei.com2-0/+82
JIRA: COMPASS-467 Change-Id: I9acfa173207f0b4d9e890d389b86a811d1061c44 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-08-05add moon to opendaylightchenshuai@huawei.com2-0/+68
JIRA: COMPASS-463 Change-Id: I9b3c3fb3377df34004fe78eccc70b28402997949 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-08-04add moon to opendaylightchenshuai@huawei.com6-130/+134
JIRA: COMPASS-463 Change-Id: I3a5c2ef1e9f5acbcf4de2f0e8e0237142103a179 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-08-04modify odl rest api port because swift use 8080chenshuai@huawei.com1-2/+2
JIRA: COMPASS-462 Change-Id: I82c7a72437d5c64d01391f5cbb3fad6b5a9d7bd6 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-08-04add moon switch in Compass4nfvchenshuai@huawei.com7-45/+224
JIRA: COMPASS-461 Change-Id: Ic8343249f3ca31aa6c0d3090428dad4936a7f60c Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-08-03bugfix for moon and swiftchenshuai@huawei.com3-8/+40
JIRA: COMPASS-460 Change-Id: I1f70cc0c9ae9285b887b490f964964781571b98d Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-08-03Merge "Bug fix for aodh database and conf file"shuai chen7-22/+114
2016-08-03Bug fix for aodh database and conf fileYifei Xue7-22/+114
JIRA: COMPASS-447 Change-Id: Ida974260b0e90778d5825be4731f461dd410415a Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-08-01modify moonchenshuai@huawei.com37-1109/+1143
JIRA: COMPASS-451 Change-Id: I8b229ef6104d84e00ae2cf73b488edc779b73cf1 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>