Low commit activity in last 3 years
No release in over a year
Krates Vagrant plugin
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10.0

Runtime

~> 1
 Project Readme

Krates Vagrant Plugin

This plugin provides support for Vagrant provisioning to Krates. Easiest way to test full Krates Platform setup locally.

System Requirements

Installation

$ krates plugin install vagrant

Commands

Vagrant Master

$ krates vagrant master
Usage:
    krates vagrant master [OPTIONS] SUBCOMMAND [ARG] ...

Parameters:
    SUBCOMMAND                    subcommand
    [ARG] ...                     subcommand arguments

Subcommands:
    create                        Create a new Vagrant master
    ssh                           SSH into Vagrant master
    start                         Start Vagrant master
    stop                          Stop Vagrant master
    restart                       Restart Vagrant master
    terminate                     Terminate Vagrant master

Options:
    -h, --help                    print help

Vagrant Node

$ krates vagrant node
Usage:
    krates vagrant node [OPTIONS] SUBCOMMAND [ARG] ...

Parameters:
    SUBCOMMAND                    subcommand
    [ARG] ...                     subcommand arguments

Subcommands:
    create                        Create a new node to Vagrant
    ssh                           Ssh into Vagrant node
    start                         Start Vagrant node
    stop                          Stop Vagrant node
    restart                       Restart Vagrant node
    terminate                     Terminate Vagrant node

Options:
    -h, --help                    print help

Contributing

  1. Fork it ( https://staticpagesio@bitbucket.org/staticpagesio/krates-plugin-vagrant.git )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

License

Krates is licensed under the MIT License. See LICENSE for full license text.

Kontena is licensed under the Apache License, Version 2.0. See LICENSE for full license text.