GithubHelp home page GithubHelp logo

ibm / cloudland Goto Github PK

View Code? Open in Web Editor NEW
66.0 15.0 31.0 119.96 MB

Cloudland, a light weight infrastructure as a service project, plus OpenShift 4 platform as a service deployment engine, is a system framework to manage VM instances, software defined networks (SDN), volumes ..., It can handle over 10 thousand hypervisors in one cluster so it can be a base of large scale public cloud. More over, with multi-tenant and OpenShift 4 cluster deployments on demand, it can be a straightforward alternative for private cloud or as a hyper converged infrastructure (HCI) solution.

License: Apache License 2.0

Shell 10.84% Makefile 9.49% C++ 11.90% Go 11.57% HTML 10.26% CSS 3.23% JavaScript 36.10% M4 0.06% C 3.51% Roff 1.55% Perl 0.03% Python 0.16% Less 1.07% Dockerfile 0.01% Jinja 0.20%

cloudland's Introduction

CloudLand

Cloudland, a light weight infrastructure as a service project, plus OpenShift 4 platform as a service deployment engine, is a system framework to manage VM instances, software defined networks (SDN), volumes ..., It can handle over 10 thousand hypervisors in one cluster so it can be a base of large scale public cloud. More over, with multi-tenant and OpenShift 4 cluster deployments on demand, it can be a straightforward alternative for private cloud or as a hyper converged infrastructure (HCI) solution.

Cloudland's main distinguishing features are:

  • Able to deploy OpenShift 4 cluster on demand per tenant
  • Compatibility with Openstack API (TBD)
  • Light weight, no tons of components
  • Flat learning curve for both developers and operators
  • Excellent performance for inside messages delivery
  • Based on HPC architecture, so super scalable
  • Self auto fail recovery and stable
  • Easy to customize to implement your own feature

Architecture overview


To support ultra-large scale, the hypervisors are organized into a tree hierarchy, the agents (scia are launched on demand)

For more information, see the Introduction

Installation

Support two ways to install cloudland

  1. Install cloudland with rpm package in a quick starter
  2. Build source code and install cloudland from end to end

User Guide

  • Launch Virtual Machine
  • Create Openshift Cluster
  • Security Groups

For more usage, refer to User Manual

Reporting Issues

If you encounter any problem with this package, please open an issue tracker to us

Contributing

Refer to CONTRIBUTING

License

Apache License 2.0, see LICENSE.

Visit doc for full documentation and guide.

cloudland's People

Contributors

bluecath avatar catherine2019 avatar dragon-zc avatar edm00se avatar hbcbs110 avatar hollowman6 avatar hongsenliu avatar imgbotapp avatar jinlings avatar jnanbj avatar myskipbrother avatar threen134 avatar wenshilin avatar xieqiang2020 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cloudland's Issues

UI improvement

Make the UI more beautiful, more convenient and reasonable to use.

Deployment problems summary

1.Is it necessary to run allinone.sh in cland user?
2.Selinux should be disabled
3.If the IP of hypervisor is 192.168.1.0/24, some unknown problems maybe happen in deploy process, eg: cloudland compile failed, clui compile failed etc. Haven't tried 172.16.20.0/24, same question may happen too?
4.After I changed IP of hypervisor from 192.168.1.0/24 to 192.168.168.0/24, most problems solved, but cloudland did not compile, need to compile it manually.Before compile, need to stop cloudlet.
5.The env param ADMIN_PASSWD I changed in allinone.sh, but it did not set as the default password of admin, is it ok?
6.cloudland project is too big, nearly 80M, is it ok? When git clone in bad network environment, may cause clone fail problem.
7.Suggest to transfer some code to Aliyun or some repo in China.

Add drop down list to actions

In instances list view, change the delete button to a drop down list which is going to have migrate, delete, resize ...

org name is not passed to backend during creation

image

INSERT  INTO "organizations" ("created_at","updated_at","deleted_at","uuid","creater","owner","name","default_sg") VALUES ('2019-11-04 09:01:48','2019-11-04 09:01:48',NULL,'363b3f37-7e3b-43d4-b792-39ce17fa3c19',1,1,'',0) RETURNING "organizations"."id"

Multiple hypervisors and more IPs type issue

Tried to user the 3rd way to set my network, but Error: Failed to modify connection 'enp2s0': ipv4.dns: this property is not allowed for 'method=disabled' happened.
And check ip add found device br5000 not UP br5000: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000 link/ether 46:da:ef:2c:6d:3f brd ff:ff:ff:ff:ff:ff inet 192.168.168.202/24 brd 192.168.168.255 scope global noprefixroute br5000 valid_lft forever preferred_lft forever shown the network device start up failed.
My network config is TYPE="Ethernet" PROXY_METHOD="none" BROWSER_ONLY="no" BOOTPROTO="static" DEFROUTE="yes" IPV4_FAILURE_FATAL="no" IPV6INIT="yes" IPV6_AUTOCONF="yes" IPV6_DEFROUTE="yes" IPV6_FAILURE_FATAL="no" IPV6_ADDR_GEN_MODE="stable-privacy" NAME="enp2s0" DEVICE="enp2s0" ONBOOT="yes" IPADDR="192.168.168.202" PREFIX="24" DNS1="192.168.168.1" GATEWAY="192.168.168.1" IPV6_PRIVACY="no"

Support multi-zone

One web UI working with multiple cloudland, and the subnets can connect across different zones.

Broken links within docs

Hey there,

I noticed you have references to documentation with broken links. It's possible this is porting to a website and therefore this isn't useful... but in case it's not, the .md is missing in a number of places. For example:

  • Operations guide: at end of the article you link to the Deployment guide without .md
  • Deployment: at the end of the article you link to Operations without .md

Separately, in the main README:

Visit doc for full documentation and guide.

The link for docs should be https://github.com/IBM/cloudland/tree/master/doc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.