aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-12-31bugfix: modify wrong annotationchenshuai@huawei.com1-1/+1
JIRA: COMPASS-235 Change-Id: I60085e43ec22efa1c534d589c1f80b8ff9b0764c Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2015-12-31bugfix: change all vars' name with "packages" to "package"chenshuai@huawei.com13-230/+28
JIRA: COMPASS-232 Change-Id: I91891076799f9e914c18239cfda143b692c6d9b1 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2015-12-31Merge "bugfix: change var "odl_pip_packages" to "odl_pip""chenshuai@huawei.com2-2/+2
2015-12-31bugfix: change var "odl_pip_packages" to "odl_pip"chenshuai@huawei.com2-2/+2
JIRA: COMPASS-231 Change-Id: I0b6fbe76b8e22b2ffee376429af5218524eb90ab Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2015-12-31bugfix: opencontrail add force parameter for apt-get installchenshuai@huawei.com29-81/+338
JIRA: COMPASS-227 Change-Id: I4e9ae9dfed29f6d58c9200d21f09cf2a71961ca1 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2015-12-30Merge "add networking_odl (pip package) into the odl script"chenshuai@huawei.com1-1/+5
2015-12-30add Shebang for bash scriptscarey.xu12-2/+12
* Our bash scripts use some bash sepcific syntax, so them can not be started by other shell like zsh. Add shebang for them, so zsh can simplely execute './deploy.sh' Change-Id: Ic6e6afaa83c6de131e6ac4eda1601d11c5b22656 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-12-29add networking_odl (pip package) into the odl scriptchenshuai@huawei.com1-1/+5
JIRA: COMPASS-224 Change-Id: I78d33950af73496d53aaec5c76ce074874e41d9e Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2015-12-29Merge "Integration onos into compass installer"Justin chi5-27/+109
2015-12-29Merge "bugfix: cinder scheduler service is not restart when configuration ↵shuai chen22-6/+37
updated"
2015-12-29Merge "remove the forward reject rule of iptables"shuai chen1-0/+6
2015-12-29Increase the wait time of mongodb clustering to avoid failed on hosts with ↵carey.xu1-2/+2
poor performance JIRA: COMPASS-221 Change-Id: I8ffae5f762927398ef9f11096d815e6a8022c587 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-12-29Integration onos into compass installerCNlucius5-27/+109
JIRA: ONOSFW-10 Change-Id: I7ce044f63bdf5e8930828d15d12e1630e5819889 Signed-off-by: CNlucius <lukai1@huawei.com>
2015-12-29remove the forward reject rule of iptablesJohn Anderson1-0/+6
* Functest's testcase running in the docker, and need access openstack's network. But the libvirt nat networks will create forward iptable rules, which reject the connection from the docker. Change-Id: Id0122879aa133ccb81a0bba1ea8d06ac36a65290 Author: carey.xu<carey.xuhan@huawei.com> Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-12-28support redeploybaigk15-82/+148
JIRA: COMPASS-216 Change-Id: Ide78ac82c1615259eeb7093c7a4485fbe493c6d9 Signed-off-by: baigk <baiguoku@huawei.com>
2015-12-28bugfix: cinder scheduler service is not restart when configuration updated汉 徐22-6/+37
JIRA: COMPASS-222 Change-Id: I43bb9ccc1bfe8e2cce9d0d82eccf97337d1fc07a Signed-off-by: 汉 徐 <hanxu@carey.local>
2015-12-26Increase the wait time of mongodb clustering to avoid failed on hosts with ↵carey.xu1-2/+2
poor performance JIRA: COMPASS-221 Change-Id: I7c017adbd4f1bcbc166047e0b3a9661f55ae7a89 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-12-26use ovs network instead of macvtap for virtual deploycarey.xu3-2/+46
JIRA: COMPASS-218 Change-Id: I3fdfa71e9f94be964c9bc5ec7313b6fbea9b46dd Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-12-26Merge "bugfix: cinder keymgr should use v3 auth interface"shuai chen1-0/+3
2015-12-25bugfix: cinder keymgr should use v3 auth interfacecarey.xu1-0/+3
JIRA: COMPASS-217 Change-Id: I2e25520b2de1e3eae24ee4d0332dc68aea552c81 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-12-25bugfix: change recreating neutron_ml2 db to recreating neutron dbchenshuai@huawei.com4-52/+77
JIRA: COMPASS-215 Change-Id: I29421e582df2472cbd6263283f46753b7f0296c2 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2015-12-25deploy mongodb as cluster for HAcarey.xu9-17/+69
JIRA: COMPASS-207 Change-Id: I1069bcc2d0dd97dd6a4c7bb61351be993d86b33a Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-12-25bugfix: remove service check temporily during install odlchenshuai@huawei.com6-32/+151
JIRA: COMPASS-203 Change-Id: I4cb9109c687a869ac8bef94b472ec3fbc0b74df5 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2015-12-25Merge "bugfix: compass4nfv support ceilometer"shuai chen7-8/+37
2015-12-24Merge "add retry when rabbitmq join failed"shuai chen3-3/+10
2015-12-24bugfix: compass4nfv support ceilometercarey.xu7-8/+37
JIRA: COMPASS-53 Change-Id: Ibc4203074009bdbde5d29849538e0a0bebb832bb Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-12-24add retry when rabbitmq join failedcarey.xu3-3/+10
JIRA: COMPASS-206 Change-Id: I0cf7b2dd1414f3270ff894a6cf17aba5841e6848 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-12-24reduce idle connect timeout both on haproxy and servicescarey.xu2-0/+4
JIRA: COMPASS-175 Change-Id: I2b500a6814f39a675d5b7f277bc19688ef33a957 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-12-23Merge "cinder volume use the vg created by storage role"Justin chi9-62/+3
2015-12-23support build compass-core ppabaigk2-1/+26
JIRA: COMPASS-213 Change-Id: I95617273e53df5ae060dd8053fbb2eaff946de06 Signed-off-by: baigk <baiguoku@huawei.com>
2015-12-23cinder volume use the vg created by storage rolecarey.xu9-62/+3
JIRA: COMPASS-211 Change-Id: I6c6ec36bf015c663bd684ac8f48011397851877b Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-12-23Merge "clean all virutal host before deploy"Justin chi1-0/+5
2015-12-22clean all virutal host before deploycarey.xu1-0/+5
JIRA: COMPASS-212 Change-Id: If19bd069ae1fc8cfe565f1e1ed352f24b9fc3950 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-12-22install compass-core in centos7baigk14-151/+229
JIRA: COMPASS-208 Change-Id: Ie98615df37115beaa0ad8f744cc87162452af751 Signed-off-by: baigk <baiguoku@huawei.com>
2015-12-22Merge "fix openstack username from ADMIN to admin"Justin chi1-1/+1
2015-12-21bugfix: ssh disconnect errorcarey.xu9-13/+35
JIRA: COMPASS-148 Change-Id: I65542e6078e3c21080b23fa61560dc8210770971 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-12-21fix openstack username from ADMIN to admingrakiss1-1/+1
JIRA: COMPASS-209 - seems typo problem Change-Id: I1a2d5681d3db3aa2642492436d4463df0fc71ed7 Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2015-12-18default deploy openstack version swith to libertycarey.xu1-16/+9
JIRA: COMPASS-204 Change-Id: I3a591bab2903c09c73e546f4e78c2e252beed546 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-12-16Merge "fix dashboard bug"Justin chi3-1160/+31
2015-12-15Merge "fix some memcached configuration error"shuai chen10-27/+60
2015-12-15fix dashboard bugcarey.xu3-1160/+31
- use change option instead of copy config file - precompile horizon css, avoid http page error JIRA: COMPASS-202 Change-Id: I3f6fa494450042aa3ddb48a16454eca7f4ff1ce1 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-12-15Merge "disable NetworkManager on centos"shuai chen19-17/+46
2015-12-15Merge "deploy compass-core and hosts seperately"shuai chen4-3/+26
2015-12-15bugfix: openstack version configurationchenshuai@huawei.com1-2/+10
JIRA: COMPASS-201 Change-Id: I78dde13ebe3853252ec0d2b1736a3b86e8d06add Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2015-12-15fix some memcached configuration errorcarey.xu10-27/+60
JIRA: COMPASS-192 Change-Id: I919afb3c109fed151d35d94e323111b85e44073b Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-12-15bugfix: add flush_handler in the odl scriptchenshuai@huawei.com1-0/+2
JIRA: COMPASS-200 Change-Id: I485d052ca2376461ed074da4be47855ab344b8a3 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2015-12-14deploy compass-core and hosts seperatelygrakiss4-3/+26
JIRA: COMPASS-194 - add two entry for seperate deployment Change-Id: I7ea964f7fc1ac7e9191b4c21032e24a1a70aa07d Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2015-12-14deploy and pod-config filescarey.xu3-0/+179
This patch propopses to define two common OPNFV configuration type files: - The Deploy configuration file, defining the high-level deployment requirements/scenario - The POD configuration file, defining the HW-/POD configuration Change-Id: I82179d9fafd294ebe8594a592f21a1323731dfad Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-12-14disable NetworkManager on centoscarey.xu19-17/+46
JIRA: COMPASS-187 Change-Id: I82df8dee1e0cdd7f374552131e78e743c8e11dba Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-12-14Merge "using /var directory for ceph storage when not deployed on compute node"shuai chen9-5/+78