Skip to content

v0.2.9

Compare
Choose a tag to compare
@MZC-CSC MZC-CSC released this 05 Dec 05:05
· 2 commits to main since this release
105b676

Integrated or tested with

  • cb-spider:0.10.0
  • cb-tumblebug:0.10.3
  • cb-mapui:0.10.0
  • cm-beetle:0.2.5
  • cm-butterfly-api:0.2.4
  • cm-butterfly-front:0.2.4
  • cm-honeybee:0.2.11
  • cm-damselfly:0.2.2
  • cm-cicada:0.2.4
  • cm-grasshopper:0.2.3
  • cm-ant:0.2.8

How to run and use the CM-Mayfly

Pre-Install : Install Docker Engine on Ubuntu

Simplified Command Execution Guide of Just 4 Steps
For more detailed information, please refer to the 'How to Build a Cloud-Migrator Infrastructure' document.

$ git clone https://github.com/cloud-barista/cm-mayfly.git
$ cd cm-mayfly
$ ./mayfly infra run -d
$ ./mayfly infra info

To register CSP credentials and common resources with mayfly, follow the two procedures below.
Alternatively, use the init script of cb-tumblebug.
For more detailed information, please refer to the 'setup sub-command guide' document.

$ ./mayfly setup credential
$ ./mayfly api -s cb-tumblebug -a loadassets

Additionally, for detailed information on each subcommand, please refer to the links below.

What's Changed

  • Add CSP Credential Registration Feature by @MZC-CSC in #49
  • Add instructions for registering CSP credentials to the README.md by @MZC-CSC in #50
  • Applied cm-honeybee:0.2.11 / cm-butterfly-api:0.2.4 docker image version by @MZC-CSC in #51
  • cm-ant:0.2.8 & added setup sub-command documentation by @MZC-CSC in #52

Full Changelog: v0.2.8...v0.2.9