aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-10-28Merge "Add ENV to support rhel7.2 + osp9"Justin chi2-0/+8
2016-10-28Merge "support rhel7.2 with osp9 iso build"Justin chi2-2/+12
2016-10-28Merge "add osp9 roles"Justin chi87-0/+4476
2016-10-28Merge "add osp9 ppa create scripts"Justin chi5-0/+8779
2016-10-27Merge "Adjusted the FAQ structure"shuai chen6-64/+30
2016-10-27Add ENV to support rhel7.2 + osp9QiLiang2-0/+8
JIRA: - Change-Id: Ie655add53b6f8cd3df7d4370e52b7920a3795df2 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-10-27support rhel7.2 with osp9 iso buildQiLiang2-2/+12
Change-Id: Icbe64f57d936ace63419a0a359a163a822dc5e9c Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-10-27add osp9 rolesQiLiang87-0/+4476
Change-Id: Ie0085f718c2c737ae32c8abf97fd8c0408360acb Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-10-27add osp9 ppa create scriptsQiLiang5-0/+8779
JIRA: - Change-Id: I404f2ddb652d9b166a6162de14cb1d2a166d226b Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-10-26Adjusted the FAQ structureliyuenan6-64/+30
JIRA: DOCS-165 Change-Id: I1b9740f644d109277006a7991f5e9b56edc33e2e Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-10-26workaround: xenial lvm boot errorchenshuai1-0/+6
JIRA: COMPASS-499 Change-Id: I4f7909023e2818584b47998571b57c84a06f5309 Signed-off-by: chenshuai <chenshuai@huawei.com>
2016-10-26FIX xenial baremetal deploy failureliyuenan2-2/+2
JIRA: COMPASS-489 Change-Id: I721f22dd15279d5ef586de4eaa3735756245d47f Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-10-25Merge "Edit the docker file and adjust HA yml"shuai chen12-53/+79
2016-10-24Edit the docker file and adjust HA ymlliyuenan12-53/+79
JIRA: COMPASS-491 Change-Id: Ibca46dca0ca614b9a6e7eb3fe5b9d5c8ca26c006 Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-10-24Merge "Bug fix for jdk8 installation-3"shuai chen1-0/+1
2016-10-21Merge "Make openstack dashboard theme configurable"Justin chi4-1/+29
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-21Make openstack dashboard theme configurableQiLiang4-1/+29
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 "DO NOT track temporary and package files"Justin chi1-4/+55
2016-10-16Merge "Add recovery scripts"Justin chi23-19/+342
2016-10-16Merge "Bug fix for jdk8 installation"Justin chi5-4/+16
2016-10-16Merge "Support for policy2tosca python module installation"Justin chi1-1/+2
2016-10-16Merge "Move all the tar packages in compass4nfv repo to deploy ISO"Justin chi11-12/+50
2016-10-15Add recovery scriptsQiLiang23-19/+342
- 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-13Merge "Add the roles for OpenStack Newton"Justin chi115-0/+9364
2016-10-13Merge "Make the openstack-newton package"Justin chi5-10/+122
2016-10-13fix bugs in /util/check_valid.pyHarry1-1/+1
Change-Id: I0d3907a97dc3676a44653125eadb953336677c1c Signed-off-by: Harry <huangxiangyu5@huawei.com>
2016-10-13Make the openstack-newton packageliyuenan5-10/+122
JIRA: COMPASS-491 Change-Id: I27ca70b02c947e3c6a2467ad250ff81461c5de6f Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-10-13Add the roles for OpenStack Newtonliyuenan115-0/+9364
JIRA: COMPASS-491 Change-Id: Id3ae5b254d06766a74140ec0b13608eb67339e29 Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-10-12Move all the tar packages in compass4nfv repo to deploy ISOYifei Xue11-12/+50
JIRA: COMPASS-493 Change-Id: I64c87b50fd88bf193a502568986f560fc2a144f6 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-10-12Support for policy2tosca python module installationYifei Xue1-1/+2
JIRA: COMPASS-356 Change-Id: I5a5f68600545456d3d645b9042a5603d65e9b648 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-10-11Bug fix for jdk8 installationYifei Xue5-4/+16
JIRA: COMPASS-492 Change-Id: I17e41f7c32652454ff9ff4e788833c6502b5b9e6 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-10-11Merge "Add ip and mac valid check functionality"Justin chi3-1/+107
2016-10-06DO NOT track temporary and package filesQiLiang1-4/+55
JIRA: COMPASS-490 Change-Id: Ia3a5c205fbbb86b4541df6a241381ae9c1dc9144 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-09-28Merge "Add the expansion instruction"Justin chi2-0/+303
2016-09-28Merge "Add a expansion functionality"Justin chi10-60/+214
2016-09-28Merge "Edit the ansible for expansion"Justin chi4-2/+168
2016-09-23Add ip and mac valid check functionalityHerry Huang3-1/+107
Add function check_input_para in /deploy/launch.sh to check whether there is invalid address in DHA and NETWORK file after function process_input_para is called. Check_input_para is defined in /deploy/deploy_parameter.sh and calls check_valid.py in /util. Exit installation when invalid address or format error is found. JIRA:COMPASS-480 Change-Id: Ib01c368db6b48cbded0045a2819d895c980c2b1b Signed-off-by: Herry Huang <huangxiangyu5@huawei.com>
2016-09-21Remove unsed files in open-contrail roleQiLiang7-354/+0
JIRA: - Change-Id: Idfb53a9705f206266c01be6d586e57e15280a1bc Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-09-20Adjusting the URL of the release notes to the colorado standard.ChristopherPrice2-3/+3
Change-Id: I5c9c302e7f190496b699dfec6cabdc31d8427e63 Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
2016-09-20Merge "Added a link to the relese notes in the installation document"Justin chi1-0/+2
2016-09-19Modify the release-notes for Coloradoliyuenan9-41/+48
JIRA: DOCS-159 Change-Id: I27b34186b436cbf0c49e070c6e2dd22eb31c6498 Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-09-19Added a link to the relese notes in the installation documentSofia Wallin1-0/+2
Change-Id: Ieaa32ba194b2dfc9548ffa971037f7e7cf083e72 Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
2016-09-18Add a expansion functionalityliyuenan10-60/+214
Through modify the virtual_cluster_expansion.yml, include host's name and mac, you can decide to how many compute nodes you need to add. And you also need to modify network.yml. Note that external subnet's ip_range should be changed as the first 6 IPs are already taken by the first deployment. Edit ``add.sh``, check the environment variable. Note that the OS version and OpenStack version should be same as the first deployment. Run ``add.sh``. JIRA:COMPASS-481 Change-Id: Id85f02518667e0ff80c2475e70856cd30cf1b9b7 Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-09-18Add the expansion instructionliyuenan2-0/+303
The expansion.rst shows how to increase a new compute node when other nodes are working. JIRA: DOCS-159 Change-Id: I36366940a2b67256319dc2a362ff5e81c17be243 Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-09-18Edit the ansible for expansionliyuenan4-2/+168
JIRA:COMPASS-481 Change-Id: Iefaea65312317d430f0f7be91787bc48423310a9 Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-09-18Merge "print cobbler status: it will print cobbler status when deploying was ↵Justin chi1-0/+4
timeout"
2016-09-14Add network connectivity checkQiLiang2-0/+70
JIRA: COMPASS-485 Change-Id: I3ca177118dec362ca2350c746519b83889ec3f83 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-09-13Merge "set prevent_arp_spoofing to False when disable secgroup"Justin chi3-0/+9