aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-11-23Merge "Support the scenario for installing kubernetes in ubuntu system"Yifei Xue10-57/+225
2017-11-23Upgrade the jumphost offline supportYifei Xue3-49/+151
JIRA: - 1. Add support for ubuntu 16.04.3 2. Update the package building scripts for ubuntu 14.04.3 3. Remove some hard code Change-Id: I96e587b6b3aa2c39e14e5b0ec7db82b460e1fb29 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2017-11-21Merge "Fix centos kickstart_done snippet"Justin chi1-1/+1
2017-11-21Merge "fix locale setting: Cannot set LC_ALL to default locale"Justin chi1-0/+3
2017-11-21Merge "deploy/conf: support configurable docker registry"Justin chi1-7/+10
2017-11-21Merge "build: support aarch64 deployment images"Justin chi2-1/+47
2017-11-21Merge "cobbler: support aarch64"Justin chi8-1/+300
2017-11-21Merge "deploy/template/vm: support aarch64 VM"Justin chi3-3/+88
2017-11-21Merge "k8s: add package repo for aarch64"Justin chi4-2/+52
2017-11-21Merge "Install networking-sfc for non odl-sfc scenarios"Yifei Xue5-1/+98
2017-11-20Merge "Add timeout and delay time to fix the reboot problem of rt_kvm scenario"Yifei Xue2-2/+2
2017-11-20fix locale setting: Cannot set LC_ALL to default localeDi Xu1-0/+3
Change-Id: I050a17d5f61a31f8690b41bb70b2ea312aa50ab1 Signed-off-by: Di Xu <di.xu@arm.com>
2017-11-20deploy/template/vm: support aarch64 VMYibo Cai3-3/+88
- Use architecture specific host-ARCH.xml if available, otherwise fallback to default host.xml(x86_64). - Add "--nvram" to undefine UEFI enabled VMs. Change-Id: I89a0eb3875f98d18a28463bbf1004f5eca5de324 Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2017-11-17Merge "build: add docker-ce apt repo for aarch64"Yifei Xue1-1/+8
2017-11-16Add timeout and delay time to fix the reboot problemYifei Xue2-2/+2
of rt_kvm scenario JIRA: - The rt_kvm scenario deployment always fails on Huawei Pod2 while running reboot task. However it's fine on Huawei Pod1. We think it may be caused by the performance of Pod1. Pod1 truely has a lower performance than Pod2. So we add timeout and delay time to verify our idea. Change-Id: I56acc88354abcdd4ba72c7d24980033871972688 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2017-11-15Install networking-sfc for non odl-sfc scenariosYifei Xue5-1/+98
JIRA: - Currently we only install networking-sfc for odl-sfc scenario, however someone may use native neutron sfc functionality.So we propose this patch to add installation of networking-sfc for non odl scenarios. Change-Id: I4527387626f0c14fb6af135c511d0fd783b8f624 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2017-11-15Merge "URL correction for quickstart"Yifei Xue2-2/+3
2017-11-14Fix centos kickstart_done snippetHarry Huang1-1/+1
Bug: CentOS-7-Minimal-1611-x86_64 image doesn't contain wget package and kickstart_done snippet use wget to call cobbler api to set netboot enable to false. This way if host installed centos which is not set to boot from disk will stuck in pxe loop Solution: Use curl instead of wget in kickstart_done Change-Id: I0414adab72047a367b7cb15fe6a5537c76234972 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2017-11-14Support the scenario for installing kubernetes in ubuntu systemhu xinhui10-57/+225
JIRA: - Currently we only support the the scenario for installing kubernetes in centos system. This patch is to install kubernetes in ubuntu system Change-Id: Idc5eafea5d02c28c62a31e4c29451b8c5aaf1fd5 Signed-off-by: hu xinhui <xinhui_hu@foxmail.com>
2017-11-13Merge "Auto start bridge on jumphost"Justin chi1-0/+3
2017-11-09build: support aarch64 deployment imagesYibo Cai2-1/+47
- Use per architecture build-ARCH.yaml if available - Repos for aarch64 OS and docker images are passed by env Change-Id: Id7f9ca6dad690b8d375a3d8f488c7bf955a128ad Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2017-11-09build: add docker-ce apt repo for aarch64Yibo Cai1-1/+8
Change-Id: I5b3c30e6202c4db45d02221d3e4b7e7250b1fd01 Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2017-11-09k8s: add package repo for aarch64Yibo Cai4-2/+52
Use architecture specific repo if available, otherwise fallback to default(x86_64) repo. Change-Id: I82f483494827564ae0e294d0c88c4080338c5634 Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2017-11-09deploy/conf: support configurable docker registryYibo Cai1-7/+10
Set COMPASS_DOCKER_REPO to use docker repos other than the default one for x86_64(docker.io/compass4nfv). E.g., to deploy Arm servers, it can be set to "linaro" repo. Change-Id: Ief939e94d4a324dccd1ccf4be4ac75afb2cb0c3e Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2017-11-07cobbler: support aarch64Yibo Cai8-1/+300
Set ADAPTER_OS_PATTERN='(?i)CentOS-7.*arm.*' to deploy CentOS aarch64. Change-Id: I943e2edfc03b92446fb393c63c254ab8e3c37225 Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2017-11-01URL correction for quickstartYifei Xue2-2/+3
JIRA: COMPASS-564 The current quickstart URL for stable/euphrates branch is not correct. This patch is proposed to fix this mistake. Change-Id: I36883480f2af43baca81f6107d2c2281362104d2 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2017-10-29Merge "Remove ugly code in odl plugin"Justin chi4-84/+8
2017-10-29Merge "Update requirements_absolute_requirements.txt"Justin chi1-0/+6
2017-10-29Merge " k8s support the helm."Justin chi2-0/+8
2017-10-29Merge "fix ceph reboot issue"Justin chi1-0/+7
2017-10-29Merge "Compass4nfv Committer promotion for Yifei Xue and Xinhui Hu"Justin chi1-0/+2
2017-10-28Compass4nfv Committer promotion for Yifei Xue and Xinhui Huchigang1-0/+2
Xinhui votes https://lists.opnfv.org/pipermail/opnfv-tsc/2017-October/003904.html https://lists.opnfv.org/pipermail/opnfv-tsc/2017-October/003905.html https://lists.opnfv.org/pipermail/opnfv-tsc/2017-October/003899.html Yifei Votes https://lists.opnfv.org/pipermail/opnfv-tsc/2017-October/003906.html https://lists.opnfv.org/pipermail/opnfv-tech-discuss/2017-October/018613.html https://lists.opnfv.org/pipermail/opnfv-tsc/2017-October/003898.html Change-Id: I5b825af0a3f8b00da9ce4cc7f4adcd667341a2c6 Signed-off-by: chigang <chigang@huawei.com>
2017-10-27fix ceph reboot issuewutianwei1-0/+7
When storage nodes reboot or shutdown, the partitions of loop device will lose. We add the command partprobe -s {{loopdevice}} to rc.local, it will reload the partitions, when boot up the storage nodes. Change-Id: I31dfca953aa254fa516421a494318b01cd39675c Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-10-26Update requirements_absolute_requirements.txtYifei Xue1-0/+6
JIRA: - For offline deployment, some packages' versions need to be upgraded and add the version limitation of tacker and tacker client. Change-Id: I8b55fe270998c716df8791f1909ea4f4ab654a6c Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2017-10-26 k8s support the helm.hu xinhui2-0/+8
JIRA: - Change-Id: I8ee06225c32c59a5678a666c47da95f96963dec8 Signed-off-by: hu xinhui <xinhui_hu@foxmail.com>
2017-10-26Set default openstack version to OcataHarry Huang1-2/+2
Default value of openstack version variable is still newton which cause error when using this default value in k8s scenario Change-Id: I8e89e60f03a0dbf0263b0fef85f80ccb4a32efae Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2017-10-24Merge "bugfix"Justin chi3-63/+89
2017-10-24Merge "Config dpdk and ovs"Justin chi20-40/+511
2017-10-24Remove ugly code in odl pluginYifei Xue4-84/+8
JIRA: - Remove the ugly code in odl plugin. These code may cause tempest failures while running daily functest. These failures cannot be reproduced locally but only in daily functest. So we proposed this patch to improve our code and verify whether it can fix the failures in tempest. Change-Id: I09bbb13702ac75380a0d1a1dac5add52a5725c6a Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2017-10-24bugfixwutianwei3-63/+89
When not define ceph role in DHA, there are somes issue on config-osa. This patch add the judgement to check the parameter define or not. Change-Id: If221fd3d02c87fc60f545b44f94043f38e34d283 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-10-24Config dpdk and ovsHarry Huang20-40/+511
switch dpdk interface driver and bring up corresponding ovs bridges. Change-Id: I07bd9b332978482507711cfbd8ad29802a8b1a8c Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2017-10-19Update testresult link to Euphrates in release notes.chigang1-6/+1
JIRA: - Change-Id: If9f8bcd5774060bb3cbee30a0cff1e1b9031f822 Signed-off-by: chigang <chigang@huawei.com>
2017-10-18Merge "Fix ceilometer issue"Justin chi3-0/+88
2017-10-18Merge "Update the Euphrates docs for kubernetes scenario"Justin chi14-27/+481
2017-10-18Fix ceilometer issuewutianwei3-0/+88
OSA don't maintain the ceilometer component. We change the OSA code to make ceilometer work. 1. create ceilometer database 2. change the ceilometer policy 3. change the ceilometer config 4. change the OS_AUTH_TYPE in openrc Change-Id: I2d8630a0c50f5c6bd1e86171cae1fa8f9934334b Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-10-18Merge "add tacker support"Justin chi7-0/+37
2017-10-18Update the Euphrates docs for kubernetes scenarioYifei Xue14-27/+481
JIRA: - In the Euphrates release, compass has supported kubernates deployment now. However, there is no k8s related description in docs of compass4nfv. So we add k8s related description in this patch including the k8s architeture, k8s networking in Compass, k8s virtual deployment and k8s bare metel deployment. Change-Id: I3bea3ae06b1c73076ba44d10caf89602928b7021 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2017-10-17 Add k8-nosdn-nofeature-noha scenario supporthu xinhui1-0/+22
JIRA: - Currently Compass support 3+2 highly available Kubernetes cluster. This yaml file define 1+1 Kubernetes cluster for k8-nosdn-nofeature-noha scenario Change-Id: Iaeb4ef854a88657813fab9d255120ac93854dc6f Signed-off-by: hu xinhui <xinhui_hu@foxmail.com>
2017-10-17add tacker supportYifei Xue7-0/+37
JIRA: - Add tacker support in compass euphrates. Upsteam OSA currently doesn't support tacker in Ocata. But OPNFV needs to use tacker in SFC scenario. So we refactor os_tacker of Pike to satisfy OpenStack Ocata. Change-Id: I40bb90949d8cd3b9db166527b0d85ff42ad5cdb9 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2017-10-16Merge "Ascertain the pandas version"Justin chi3-0/+27