mist-ce

Mist is an open source, multicloud management platform

APACHE-2.0 License

Stars
1.9K
Committers
24

Bot releases are hidden (Show)

mist-ce - v4.0.3

Published by d-mo over 5 years ago

  • Bugfix: Fix floating ip string representation in OpenStack driver
  • Bugfix: Hide location field if empty and non required
  • Bugfix: Force update of key selection lists when keys arrive from socket
  • Bugfix: Fix display of custom org logos
  • Bugfix: Improve UI update when applying patch to resource property

Installation

To install, please run:

wget https://github.com/mistio/mist-ce/releases/download/v4.0.3/docker-compose.yml
docker-compose up -d

Also see the following README sections:

mist-ce - v4.0.0

Published by d-mo over 5 years ago

This is a major release that brings important performance improvements both in the backend as well as in the frontend. It also introduces usability improvements when filtering lists, exploring logs, adding "other server" clouds and when selecting tags, keys & networks in forms.

  • Feature: Widget to select existing tags
  • Feature: Configurable filters in every list that persist in localStorage
  • Feature: Searchable key & network selection widgets in forms
  • Feature: Collapsible sections in monitoring dashboards
  • Feature: Export machine monitoring dashboard as pdf
  • Feature: Automatic backup & restore scripts for mongo & influx
  • Feature: Pre and post action hooks
  • Change: Upgrade backend code to Python 3.7
  • Change: Upgrade frontend code to Polymer 2.x and Web Components v1
  • Change: Upgrade to latest Apache Libcloud 2.4.0
  • Change: Improve user interaction when adding "Other Server" Clouds
  • Change: Improve display of JSON & XML metadata

Installation

To install, please run:

wget https://github.com/mistio/mist-ce/releases/download/v4.0.0/docker-compose.yml
docker-compose up -d

Also see the following README sections:

mist-ce - v3.3.1

Published by d-mo almost 6 years ago

  • Bugfix: Correctly check if DNS is enabled when polling for zones
  • Bugfix: Fix issue when destroying vSphere machines

Installation

To install, please run:

wget https://github.com/mistio/mist-ce/releases/download/v3.3.1/docker-compose.yml
docker-compose up -d

Also see the following README sections:

mist-ce - v3.3.0

Published by d-mo about 6 years ago

Changes

  • Feature: Support for block storage volumes in GCE, EC2, OpenStack, DigitalOcean
  • Feature: Automatic db migrations
  • Feature: Display org logo in user menu
  • Feature: Resize GCE machines
  • Feature: Allow to create multiple interfaces and assign static IPs to KVM guest VMs
  • Feature: Implement VM cloning for KVM
  • Feature: Support snapshots in vSphere
  • Feature: Allow to enable/disable and edit the window/frequency of a NoDataRule
  • Feature: Saved searches in log listings
  • Feature: Cloud listing page
  • Change: Use html5 date & time inputs
  • Change: Improve performance when applying patches to the model over websocket
  • Change: Reduce poller update threshold to 90 secs
  • Change: Add k8s deployment specific script that displays online portal users
  • Bugfix: Properly pass params when running scheduled scripts
  • Bugfix: Display prices in resize dialog correctly for DigitalOcean

Installation

To install, please run:

wget https://github.com/mistio/mist-ce/releases/download/v3.3.0/docker-compose.yml
docker-compose up -d

Also see the following README sections:

mist-ce - v3.2.0

Published by d-mo about 6 years ago

Performance optimizations, preliminary support for Alibaba Cloud (Aliyun ECS), minor bugfixes

  • Feature: Initial support for Alibaba Cloud
  • Feature: Configure default post deploy steps for selected clouds
  • Feature: Support VNC console action on OpenStack
  • Bugfix: Fix influxdb mountpath in helm chart
  • Bugfix: Fix VCloud OS detection
  • Bugfix: Fix vSphere machine listing issue
  • Bugfix: Fix load graph for many machines
  • Change: Expose more settings for rabbitmq, gocky, cilia in helm chart
  • Change: Upgrade gocky images
  • Change: Configurable pollers in helm chart
  • Change: Add flag to disable machine polling acceleration
  • Change: Optimize tag query when calculating machine cost
  • Change: Re-implement metering for checks and datapoints based on rate/sec
  • Change: Dont probe stopped machines or localhost
  • Change: Dont run update_poller task if not necessary
  • Change: Import middleware chains from plugins, if defined
  • Change: Make scheduler configurable in bin/poller

Installation

To install, please run:

wget https://github.com/mistio/mist-ce/releases/download/v3.2.0/docker-compose.yml
docker-compose up -d

Also see the following README sections:

mist-ce - v3.2.0-rc.1

Published by d-mo about 6 years ago

Installation

To install, please run:

wget https://github.com/mistio/mist-ce/releases/download/v3.2.0-rc.1/docker-compose.yml
docker-compose up -d

Also see the following README sections:

mist-ce - v3.1.0

Published by d-mo over 6 years ago

Adds polling for networks. Improves KVM machine creation & networking. Optimize vSphere API queries. Improves DB query performance. Upgrades ELK which lowers RAM requirements.

Changes

  • Feature: Support custom sizes when creating KVM machines.
  • Feature: Store & display resource creator & owner
  • Feature: Allow to undefine a KVM domain, if it is not active
  • Feature: Support multiple interfaces and attaching to more than one networks when creating KVM machines.
  • Feature: Poller for networks.
  • Change: Sharding of polling tasks.
  • Change: Deprecate collectd support.
  • Change: Support metering of datapoints.
  • Change: Add owner index, improves performance of DB queries.
  • Change: Upgrade ELK to 5.6.10
  • Change: Get vm properties in batches in vSphere driver
  • Bugfix: Fix internal server error when editing some rules.
  • Bugfix: Fix KVM networks upon machine creation.
  • Bugfix: Prevent setting telegraf deployment error to "None"
  • Bugfix: Do not schedule MeteringPollingSchedule task immediately, since that would result in the task being scheduled every time the Organization instance is saved
  • Bugfix: Fix bug regarding incidents not closing when disabling monitoring

Installation

To install, please run:

wget https://github.com/mistio/mist-ce/releases/download/v3.1.0/docker-compose.yml
docker-compose up -d

Also see the following README sections:

mist-ce - Bring the open source version up to speed

Published by d-mo over 7 years ago

This is a major update of the open source version Mist.io with many of the latest features and fixes from the Enterprise SaaS version available at https://mist.io

It comes with a brand new UI based on Polymer and web components and introduces new functionality which includes:

  • Support for more cloud providers
  • DNS management
  • Manage private networks
  • Support for running scripts (executables as well as Ansible playbooks)
  • Scheduled tasks
  • Tagging of all resources
  • Cost reporting
  • Support for multiple Users, Teams & Organizations (full RBAC support available in the Enterprise Edition)

Installation

wget https://github.com/mistio/mist.io/releases/download/v2.0.0-beta1/docker-compose.yml && docker-compose up

mist-ce - March 2016 release

Published by mgogoulos over 8 years ago