Git Product home page Git Product logo

conjure-up.io's Introduction

NOTICE: conjure-up is EOL

Please note that conjure-up has reached end-of-life. Most of the features of this installer are now available natively with juju and snap.

For the latest recommended way to install and operate the following Canonical software, please see the linked documentation.

conjure-up Build Status

Installing big software like whoa.

what it is

Ever wanted to get started with Kubernetes, Deep Learning, Big Data but didn't want to go through pages and pages of "Getting Started" documentation?

Then conjure-up is for you!

This is the runtime application for processing spells to get those big software solutions up and going with as little hindrance as possible.

installation

Ubuntu and macOS

Ubuntu

$ sudo snap install conjure-up --classic

macOS

$ brew install conjure-up

how to use

Run the installer interactively

You may want to learn a little bit about what you're installing, right? This method provides you with a tutorial like approach without being overburdening.

You can read through descriptions of the software along with ability to set a few config options before deploying. Or, just hold down the enter button and it'll choose sensible defaults for you.

$ conjure-up

Run the installer non-interactively (headless mode)

Already been through the guided tour? Not keen on holding down the enter button on your keyboard? Not a problem, easily get your big software up and running with all the sensible defaults in place.

$ conjure-up canonical-kubernetes localhost

Note that some spells require sudo for certain steps. When running in headless mode, conjure-up should be run with a user with passwordless sudo enabled (or sudo should be pre-authorized before invoking conjure-up).

Destroying deployments

$ conjure-down

authors

license

The MIT License (MIT)

  • Copyright (c) 2015-2019 Canonical Ltd.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

conjure-up.io's People

Contributors

winael avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

conjure-up.io's Issues

Doesn't work with Juju 2.0 and MAAS 2.0

I pointed this tool at my MAAS region controller, supplied my API key, and chose all defaults. One node (out of nine) got provisioned but there was a long period of no visible activity except some message like CONJURE UP OPENSTACK in orange. Finally I got the below stacktrace. I'm using

conjure-up      2.0.0.3-0~459~ubuntu16.04.1
juju            2.0-beta10-0ubuntu1~16.04.1~juju1
maas            2.0.0~beta8+bzr5134-0ubuntu1~xenial1

$ conjure-up openstack

Exception in ev.run():
Traceback (most recent call last):
  File "/usr/share/conjure-up/ubuntui/ev.py", line 83, in run
    cls.loop.run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 278, in run
    self._run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 376, in _run
    self.event_loop.run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 1328, in run
    raise self._exc_info[0](self._exc_info[1]).with_traceback(self._exc_info[2])
  File "/usr/lib/python3.5/asyncio/events.py", line 125, in _run
    self._callback(*self._args)
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 164, in cb
    callback(self, user_data)
  File "/usr/share/conjure-up/conjure/controllers/deploystatus/gui.py", line 46, in __refresh
    this.view.refresh_nodes()
  File "/usr/share/conjure-up/conjure/ui/views/deploystatus.py", line 22, in refresh_nodes
    status = model_status()
  File "/usr/share/conjure-up/conjure/juju.py", line 36, in _decorator
    return f(*args, **kwargs)
  File "/usr/share/conjure-up/conjure/api/models.py", line 42, in model_status
    return juju.CLIENT.Client(request="FullStatus")
  File "/usr/share/conjure-up/macumba/v2.py", line 113, in _request
    'Params': params})
  File "/usr/share/conjure-up/macumba/v2.py", line 124, in call
    return self.receive(req_id, timeout)
  File "/usr/share/conjure-up/macumba/api.py", line 119, in receive
    res = self.conn.do_receive(request_id)
  File "/usr/share/conjure-up/macumba/ws.py", line 75, in do_receive
    raise ConnectionClosedError
macumba.errors.ConnectionClosedError
Traceback (most recent call last):
  File "/usr/bin/conjure-up", line 9, in <module>
    load_entry_point('conjure-up==2.0.0', 'console_scripts', 'conjure-up')()
  File "/usr/share/conjure-up/conjure/app.py", line 270, in main
    EventLoop.run()
  File "/usr/share/conjure-up/ubuntui/ev.py", line 83, in run
    cls.loop.run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 278, in run
    self._run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 376, in _run
    self.event_loop.run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 1328, in run
    raise self._exc_info[0](self._exc_info[1]).with_traceback(self._exc_info[2])
  File "/usr/lib/python3.5/asyncio/events.py", line 125, in _run
    self._callback(*self._args)
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 164, in cb
    callback(self, user_data)
  File "/usr/share/conjure-up/conjure/controllers/deploystatus/gui.py", line 46, in __refresh
    this.view.refresh_nodes()
  File "/usr/share/conjure-up/conjure/ui/views/deploystatus.py", line 22, in refresh_nodes
    status = model_status()
  File "/usr/share/conjure-up/conjure/juju.py", line 36, in _decorator
    return f(*args, **kwargs)
  File "/usr/share/conjure-up/conjure/api/models.py", line 42, in model_status
    return juju.CLIENT.Client(request="FullStatus")
  File "/usr/share/conjure-up/macumba/v2.py", line 113, in _request
    'Params': params})
  File "/usr/share/conjure-up/macumba/v2.py", line 124, in call
    return self.receive(req_id, timeout)
  File "/usr/share/conjure-up/macumba/api.py", line 119, in receive
    res = self.conn.do_receive(request_id)
  File "/usr/share/conjure-up/macumba/ws.py", line 75, in do_receive
    raise ConnectionClosedError
macumba.errors.ConnectionClosedError

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.