Giter VIP home page Giter VIP logo

vagrant-rabbitmq's Introduction

Vagrant RabbitMq Box

About

This box contains a vagrant / puppet recipe that allows you to create a develop environment with RabbitMq and RabbitMq Web Management

Install

  • Download and install Vagrant
  • Download and install VirtualBox
  • Clone the project git clone --recursive [email protected]:toretto460/vagrant-rabbitmq.git
  • In the project dir run vagrant up

Installed Services

RabbitMQ

host: localhost
port: 5672

RabbitMQ Web client

url: http://localhost:15672/
username: guest
password: guest

Vagrant basic commands

  • start box: vagrant up
  • ssh into box: vagrant ssh
  • shutdown box: vagrant halt
  • suspend box: ```vagrant suspend``
  • destroy box: vagrant destroy

Links:

vagrant-rabbitmq's People

Contributors

toretto460 avatar

Stargazers

Meta avatar 姚文强 avatar Karl Popper avatar Geoff Weinhold avatar cre8tions avatar Murilo Rossi de Oliveira avatar Sarah King avatar zakdoek avatar daniele avatar Pablo Caldentey avatar  avatar duyvk avatar Kjellski avatar Carl Bergquist avatar Sergey Abramyan avatar Pau Pérez Fabregat avatar

Watchers

James Cloos avatar

vagrant-rabbitmq's Issues

Installation fails with invalid resource apt-source

I get an error with vagrant 1.5.3 / VirtualBox 4.3.10 on Mac OS.
Here is the complete error trace :
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'precise32'...
�[K==> default: Matching MAC address for NAT networking...
==> default: Setting the name of the VM: symfonyday-rome-mq
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 5672 => 8672 (adapter 1)
default: 15672 => 18672 (adapter 1)
default: 22 => 2222 (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
default: The guest additions on this VM do not match the installed version of
default: VirtualBox! In most cases this is fine, but in rare cases it can
default: prevent things such as shared folders from working properly. If you see
default: shared folder errors, please make sure the guest additions within the
default: virtual machine match the version of VirtualBox you have installed on
default: your host and reload your VM.
default:
default: Guest Additions Version: 4.2.0
default: VirtualBox Version: 4.3
==> default: Setting hostname...
==> default: Mounting shared folders...
default: /vagrant => /Users/gpelletier/workspace/rabbitmq/vagrant-rabbitmq
default: /tmp/vagrant-puppet-1/manifests => /Users/gpelletier/workspace/rabbitmq/vagrant-rabbitmq/puppet/manifests
default: /tmp/vagrant-puppet-1/modules-0 => /Users/gpelletier/workspace/rabbitmq/vagrant-rabbitmq/puppet/modules
==> default: Running provisioner: puppet...
Running Puppet with default.pp...
stdin: is not a tty
warning: Could not retrieve fact fqdn
Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type apt::source at /tmp/vagrant-puppet-1/manifests/default.pp:8 on node symfonyday-rome-mq
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

puppet apply --modulepath '/tmp/vagrant-puppet-1/modules-0:/etc/puppet/modules' --color=false --manifestdir /tmp/vagrant-puppet-1/manifests --detailed-exitcodes /tmp/vagrant-puppet-1/manifests/default.pp || [ $? -eq 2 ]

Stdout from the command:

warning: Could not retrieve fact fqdn

Stderr from the command:

stdin: is not a tty
Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type apt::source at /tmp/vagrant-puppet-1/manifests/default.pp:8 on node symfonyday-rome-mq

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.