Skip to content

Releases: cas-packone/packone

opt scaling in

09 Sep 02:28
Compare
Choose a tag to compare
opt scaling in Pre-release
Pre-release

d626ec6: opt scaling in

improve cluster bootstrapping, scaling

05 Sep 10:16
Compare
Choose a tag to compare
Pre-release
v0.2-beta.3

Merge branch 'master' into theme-jet

opt UX

19 Aug 11:09
Compare
Choose a tag to compare
opt UX Pre-release
Pre-release

opt UX

PackOne now supports H3CloudOS and CSTCloud!

08 Aug 01:54
Compare
Choose a tag to compare
  1. support H3CloudOS and CSTCloud!
  2. simplify cloud credential input!
  3. improve cloud bootstrap and cluster materialization!

v0.1-beta.6

16 Jul 08:51
Compare
Choose a tag to compare
v0.1-beta.6 Pre-release
Pre-release
bump pip package version

Several Bugs from 0.1.b4 Fixed

10 Jul 08:44
Compare
Choose a tag to compare
Pre-release
v0.1-beta.5

bump version

Bugs fix

09 Jul 07:47
Compare
Choose a tag to compare
Bugs fix Pre-release
Pre-release

Several Bugs from 0.1.b3 Fixed

PackOne's first public beta

07 Jul 10:46
Compare
Choose a tag to compare
Pre-release

===================
Introduction

PackOne, inspired by the "serverless" trend in cloud computing and big data processing, has the ambitions to bridge the IaaS to Apache Ambari seamlessly and coordinate Ambari Services into a high-level elastic workspace.

===================
Install

Choose a linux (Centos 7.5 is verified) host which network can reach the target openstack group resource, and create a postgresql db with its information (db_user, db_passwd, db_host, db_port, db_name) collected. Then run:

pip install pk1
pip install -U pip setuptools

pk1 setup --database db_user:db_passwd:db_host:db_port:db_name

===================
Run

pk1 start [--listening 127.0.0.1:11001]

===================
Stop

pk1 stop

===================
Uninstall

pk1 uninstall