summaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/openstack_mitaka_xenial
AgeCommit message (Collapse)AuthorFilesLines
2016-09-12Temporally disable swift support in moon scenarioQiLiang6-47/+46
Change-Id: Ib7ff639026e6975ca01359a76a57274f1fd8537b Signed-off-by: QiLiang <liangqi1@huawei.com> (cherry picked from commit aaac2cd21e3b096c077b8d80947ad3df2f81717b)
2016-09-08Merge "Disable keystone boot auto start" into stable/coloradoshuai chen1-0/+10
2016-09-08Merge "Add controller and compute recovery roles" into stable/coloradoshuai chen1-0/+14
2016-09-08Merge "Bug fix to disable security-group on Mitaka" into stable/coloradoshuai chen2-0/+7
2016-09-08Merge "Imporve nova-compute virt_type confiugration" into stable/coloradoshuai chen2-0/+15
2016-09-06Imporve nova-compute virt_type confiugrationQiLiang2-0/+15
JIRA: COMPASS-461 Change-Id: I8efa45df2407fecabf2ea206f747fc61dbc1d1c8 Signed-off-by: QiLiang <liangqi1@huawei.com> (cherry picked from commit ab9bbb584130ac5fea45707f9deeef20c5d35d25)
2016-09-06Bug fix to disable security-group on MitakaQiLiang2-0/+7
Change-Id: If659c8821a97d05dbaeedc864429f0427e145ab0 JIRA: COMPASS-479 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-09-06Add 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> (cherry picked from commit 8e21cb6530e6e55d8a080887dfbf93f0d07edeb1)
2016-09-06Add 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> (cherry picked from commit a894d5924182e0466f5466e66b6111076d992500)
2016-09-06Disable 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> (cherry picked from commit f79201043b88c9b71060c932063ca8e411ffdcbd)
2016-09-02bugfix: 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> (cherry picked from commit 656bcf9c142e98f5fcdcc4e4eb31d277e9bed49e)
2016-09-01bugfix: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> (cherry picked from commit e09136c215f9166a98ced9bcced6e068a3ed73d4)
2016-09-01change odl password for moonchenshuai@huawei.com1-0/+5
JIRA: COMPASS-481 Change-Id: I2075044230a393048803a6776b31927d7fff505c Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com> (cherry picked from commit cc296e69fce067abcffb99262ebf2c8fb514d2a2)
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>
2016-07-31add workround for swiftchenshuai@huawei.com3-4/+24
JIRA: COMPASS-450 Change-Id: I29603422e47d9dc99936ac3fd971832206b3615a Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-07-30add identity_uri in swift templateschenshuai@huawei.com1-0/+1
JIRA: COMPASS-447 Change-Id: I4fceb9d8e846fc1969e5433fee94d4ee19c43639 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-07-29workaround for swift taskchenshuai@huawei.com1-0/+42
JIRA: COMPASS-446 Change-Id: Id697fc0d314e223d41e7d1e67ce828986f24760f Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-07-29bugfix: swift ha configurationchenshuai@huawei.com4-4/+17
JIRA: COMPASS-445 Change-Id: I2c2a948ba4bf63311ef23961993881c18a06bab0 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-07-28add swift ha modechenshuai@huawei.com2-3/+2
JIRA: COMPASS-443 Change-Id: If758575b6e653edbedbb2e467a335d7341653e84 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-07-28Merge "add swift and moon in Compass"chenshuai@huawei.com41-47/+3819
2016-07-28add swift and moon in Compasschenshuai@huawei.com41-47/+3819
JIRA: COMPASS-443 Change-Id: Id0ca0c9fc1961bc07f28fa0da670fb632aa6fee6 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-07-28Workaround for openstack api access random failureQiLiang4-0/+98
JIRA: COMPASS-446 Change-Id: I312368ca2fc07fcd07a916a2e6f979086f658dba Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-07-27Merge "Fix br-int check timeout issues"shuai chen1-0/+5
2016-07-27Fix br-int check timeout issuesQiLiang1-0/+5
JIRA: COMPASS-444 Change-Id: I0bf2de6b3a18e198e00fdde9cee262f2e3c57169 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-07-27Add opendaylight systemd unit configurationQiLiang3-3/+23
JIRA: COMPASS-444 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-07-27Workaround for networking-odl pip package installQiLiang2-0/+269
JIRA: COMPASS-444 Change-Id: I0df64759ae71e16ff8aafbe88b72fab74f5dc1b9 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-07-21Add moon in Compasschenshuai@huawei.com2-7/+12
JIRA: COMPASS-443 Change-Id: Ief63570287d81664442f79b775067a5747e948fc Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-07-21NewFeature: add moon in Compasschenshuai@huawei.com5-0/+223
JIRA: COMPASS-443 Change-Id: If792ca91af9ad7cddfee5d4ad5355655385f1913 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-07-21Improvement Ansible Accelerate modechenshuai@huawei.com1-0/+4
JIRA: COMPASS-433 Change-Id: I4b2221e7f8db93981325c52a4c43f8cc9cebc099 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-07-13Improvement: add xenial into make_repo.shQiLiang1-0/+30
JIRA: COMPASS-431 Change-Id: I67224f915a26bcfebab8ac98d104505b32416a45 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-07-11Improvement: add xenial into make_repo.shchenshuai@huawei.com52-0/+3170
JIRA: COMPASS-431 Change-Id: I010c3df11bd7fe1fec6ad8034a0ae67bb3e84ac7 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>