aboutsummaryrefslogtreecommitdiffstats
path: root/deploy
AgeCommit message (Collapse)AuthorFilesLines
2015-11-08add option to disable security groupcarey.xu12-9/+125
JIRA: COMPASS-126 Change-Id: Ie9417be0e78690b5580d460b9c61f77ccc1d91c6 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-11-06Merge "FIX: fail to create key for libvirt"Justin chi1-1/+1
2015-11-06Merge "[ceph]deploy mon nodes on controller nodes"Justin chi3-2/+26
2015-11-06Merge "change ceph deployment to optional role"Justin chi2-6/+7
2015-11-06Merge "deploy ceph on compute nodes"Justin chi2-8/+8
2015-11-05[ceph]deploy mon nodes on controller nodesgraiss3-2/+26
JIRA:COMPASS-138 - deploy mon nodes on all nodes is bad and waste of resource,so just delpoy on controller nodeswq Change-Id: I1987a4571225fe3a6b3bebbb9fec921d1dffa9b5 Signed-off-by: graiss <grakiss.wanglei@huawei.com>
2015-11-05FIX: fail to create key for libvirtgraiss1-1/+1
JIRA: COMPASS-137 - create secret key for libvirt with specific uuid Change-Id: I9a71df0febd4a706023c99d9817c7e9e7bfe4b44 Signed-off-by: graiss <grakiss.wanglei@huawei.com>
2015-11-05change ceph deployment to optional rolegraiss2-6/+7
JIRA: COMPASS-123 - ceph deployment is optional now Change-Id: I542d861b89e9cc71572f4a0f41bf6f04e74eda6e Signed-off-by: graiss <grakiss.wanglei@huawei.com>
2015-11-04Merge "immediately return false when virsh start compass failed"Justin chi1-1/+7
2015-11-03immediately return false when virsh start compass failedm001331421-1/+7
JIRA: COMPASS-129 Change-Id: Ie7c91314d1fa6b3845255534960849d5d314777b Signed-off-by: m00133142 <meimei@huawei.com>
2015-11-03Create Deployment Hardware Adapter (DHA) file for compassbaigk6-24/+171
JIRA: COMPASS-132 Change-Id: I8e3f73b93acd8dae9f40dd43548679bc2eb1ea3c Signed-off-by: baigk <baiguoku@huawei.com>
2015-11-03deploy ceph on compute nodesgraiss2-8/+8
JIRA:COMPASS-124 - deploy ceph on compute nodes Change-Id: I27bf8eb96309ada0519c951906eb484d5c72ab2e Signed-off-by: graiss <grakiss.wanglei@huawei.com>
2015-11-02FIX: ceph Deployment failed: RuntimeError: bootstrap-osd keyring not foundgraiss3-2/+10
JIRA: COMPASS-85 - try to gather keys manually before next operation Change-Id: I32a7e79488813c42b5ead0f08675cf346c81eb54 Signed-off-by: graiss <grakiss.wanglei@huawei.com>
2015-10-29Merge "bugfix: solve virtual host can not reach out network"Justin chi2-19/+15
2015-10-29Merge "support repeatly create secret key for ceph deploy"Justin chi1-2/+11
2015-10-28Merge "cinder volume space is too small"Justin chi6-35/+51
2015-10-28Merge "fix no permission of accessing /var/log/glance/api.log and restart ↵Justin chi1-3/+18
glance failure"
2015-10-27add configure files of ONOS/ODL deploymentm001331422-0/+58
jira: COMPASS-121 Change-Id: I000f9c7f7eee1cf9814bca11dfbdd555348e261c Signed-off-by: m00133142 <meimei@huawei.com>
2015-10-27should wait longer time for installing compassm001331421-1/+1
JIRA: COMPASS-122 Change-Id: I4c4b7d637d7629a750f36a00c1b2ba2ed55ec3eb Signed-off-by: m00133142 <meimei@huawei.com>
2015-10-27support repeatly create secret key for ceph deploygrakiss1-2/+11
JIRA: COMPASS-101 - undefine libvirt secret before creating new one Change-Id: Ideb68cfbb31a6cddfcb15c7b15aa762e5632f8da Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2015-10-27Merge "delete default route via compass ip"Justin chi1-0/+1
2015-10-27cinder volume space is too smallcarey.xu6-35/+51
JIRA: COMPASS-116 Change-Id: I26553b6e56bbe46138e8dec4ee3af1aed7093bc4 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-10-27bugfix: solve virtual host can not reach out networkcarey.xu2-19/+15
JIRA: COMPASS-119 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-10-26should wait longer time for starting the service of mongo dbm001331421-1/+1
JIRA: COMPASS-118 Change-Id: I118f591e138eb772be1342920c6ab99716ee7961 Signed-off-by: m00133142 <meimei@huawei.com>
2015-10-26delete default route via compass ipbaigk1-0/+1
JIRA: COMPASS-114 Signed-off-by: baigk <baiguoku@huawei.com>
2015-10-24Merge "AMQP server is unreachable"Justin chi3-0/+3
2015-10-24Merge "bug fix: support impi 2.0 and delete compass core default ip and gw ↵Justin chi4-6/+16
when baremetal deploy"
2015-10-21bug fix:update onos ansible scriptszhanghaoyu71-4/+3
Change-Id: Ie93cdf2730b4bcd823bb2cc6b349032c66fbf439
2015-10-21AMQP server is unreachablebaigk3-0/+3
JIRA: COMPASS-111 Change-Id: Ibaf5fb326570c87da8a2e59d0e6d10c0844ff3c0 Signed-off-by: baigk <baiguoku@huawei.com>
2015-10-21bug fix: support impi 2.0 and delete compass core default ip and gw when ↵baigk4-6/+16
baremetal deploy JIRA: COMPASS-107 Change-Id: Id1654a3551029be18e1884a488291eb3fa46d1ca Signed-off-by: baigk <baiguoku@huawei.com>
2015-10-16bugfix:modify COMPASS_SERVER as MGMT_IP in deploy_host.shchenshuai@huawei.com2-3/+4
JIRA: COMPASS-106 Change-Id: Ibcc0b5dc23c9c5c5e18faf99f40ff4652b10c3af Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2015-10-16Remove httpchk in proxy-glance_api_cluster in haproxy.cfgchenshuai@huawei.com1-1/+0
JIRA: COMPASS-103 Change-Id: Ia01273b2d9eca1c361d91b05dc28d00df4689c88 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2015-10-15fix no permission of accessing /var/log/glance/api.log and restart glance ↵grakiss1-3/+18
failure JIRA: COMPASS-102 - fix no permission of accessing /var/log/glance/api.log and restart glance failure Change-Id: Ib059587e8aa527ce6dc28a60e0b7c168d409d95c Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2015-10-15Merge "fix restart glance service takes no effect"Justin chi3-1/+3
2015-10-15Merge "support connecting compass core and virtual machine by external ip"Justin chi7-156/+51
2015-10-15Merge "fix cinder has no permission of accessing /var/lock"Justin chi1-1/+1
2015-10-15Merge "bugfix: generate config file error"Justin chi10-9/+14
2015-10-14fix restart glance service takes no effectgrakiss3-1/+3
JIRA: COMPASS-100 - using service instead of glance-control Change-Id: I659e7de13e0fd8440bbe56557c8f0776e46becc0 Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2015-10-14support connecting compass core and virtual machine by external ipcarey.xu7-156/+51
JIRA: COMPASS-86 Change-Id: I53ac86242088d5d6f22f6d692a7e60ce97e07f6e Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-10-14fix cinder has no permission of accessing /var/lockgrakiss1-1/+1
JIRA: COMPASS-99 - no permission on /var/lock, modify cinder.conf to other dir Change-Id: Iffd6261a1e54f256b42a22e9a3a396464f13db39 Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2015-10-14fix remove false deletion of lo device during safe checkgrakiss1-1/+0
JIRA: COMPASS-98 - compute node already has a lo device,it will be deleted unexpected Change-Id: Ie77e8269c0bd2bab01c46aae8fbcb65acbb22a66 Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2015-10-13bugfix: generate config file errorcarey.xu10-9/+14
JIRA: COMPASS-95 Change-Id: I223e8afbb909be72937f159d766817803b3c2ab6 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2015-10-13fix hanging due to nested sudograkiss3-7/+7
JIRA: COMPASS-93 - clear all the sudo through scripts Change-Id: I2d750858658b09de17cc32df5359ef04263ff1f4 Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2015-10-13Merge "make full use of disk space for ceph deployment"Justin chi1-2/+2
2015-10-13Merge "fix failure on osd preparation"Justin chi1-2/+1
2015-10-13Merge "modify ceph pg for performance"Justin chi1-1/+1
2015-10-13Merge "fix glance image error when using ceph as backend storage"Justin chi1-1/+1
2015-10-13Merge "fix failure on restart glance service"Justin chi4-3/+9
2015-10-13fix failure on restart glance servicegrakiss4-3/+9
JIRA: COMPASS-94 - service names are different between redhat and ubuntu Change-Id: Id826846348bcec2bc05a05c5e9319a31c8660984 Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2015-10-13Merge "make internal vip and public vip into one group"Justin chi18-152/+160