Rodar projeto final

45 views
Skip to first unread message

alber...@gmail.com

unread,
Sep 27, 2016, 8:53:53 AM9/27/16
to Livro "Devops na Prática"
Galera,

Alguem pode me ajudar a rodar o projeto final?
e quando vou no terminal e rodo o comando vagrant up da essa mensagem de erro:

$ vagrant up

Bringing machine 'db' up with 'virtualbox' provider...

Bringing machine 'web' up with 'virtualbox' provider...

Bringing machine 'monitor' up with 'virtualbox' provider...

Bringing machine 'ci' up with 'virtualbox' provider...

There are errors in the configuration of this machine. Please fix

the following errors and try again:


puppet provisioner:

* The configured module path doesn't exist: /Users/alberto/workspace/loja-virtual-devops-puppet/librarian/modules


Eu ja rodei o comando:

vagrant plugin install vagrant-librarian-puppet

Mas continua dando erro..

Danilo Sato

unread,
Sep 27, 2016, 8:57:21 AM9/27/16
to alber...@gmail.com, Livro Devops na Prática
Oi Alberto,

O Librarian Puppet precisa baixar os módulos. Para fazer isso, rode a partir da raíz do projeto:

$ bundle install
$ cd librarian
$ librarian-puppet install
$ cd ..

Depois disso tente fazer o vagrant up e deve conseguir passar desse erro

Abs,
Danilo

--
Você recebeu essa mensagem porque está inscrito no grupo "Livro "Devops na Prática"" dos Grupos do Google.
Para cancelar inscrição nesse grupo e parar de receber e-mails dele, envie um e-mail para livro-devops-na-pratica+unsub...@googlegroups.com.
Para mais opções, acesse https://groups.google.com/d/optout.



--

alber...@gmail.com

unread,
Sep 28, 2016, 3:45:20 PM9/28/16
to Livro "Devops na Prática", alber...@gmail.com
Danilo,

Rodei os comandos mas quando tento o vagrant up esta dando esse erro:

    db: Guest Additions Version: 4.2.0
    db: VirtualBox Version: 5.0
==> db: Setting hostname...
Vagrant attempted to execute the capability 'change_host_name'
on the detect guest OS 'linux', but the guest doesn't
support that capability. This capability is required for your
configuration of Vagrant. Please either reconfigure Vagrant to
avoid this capability or fix the issue by creating the capability.
alberto:loja-virtual-devops-puppet alberto$ 


Ja coloquei no Vagrantfile a configuracao para o timeout:
config.vm.boot_timeout = 1000

Mas continua dando erro..

Para mais opções, acesse https://groups.google.com/d/optout.

Danilo Sato

unread,
Sep 29, 2016, 9:35:35 AM9/29/16
to alber...@gmail.com, Livro Devops na Prática
Oi Alberto,

Esse erro eu não tinha visto ainda. Qual versão do Vagrant você está rodando? (vagrant --version)

Uma solução sugerida no issue do GitHub é mudar as linhas no Vagrantfile:

config.vm.network "private_network", ip: "192.168.33.10"

para:

config.vm.network "private_network", ip: "192.168.33.10", type: "dhcp", auto_config: false


Você pode tentar e avisar o grupo se ajuda?


Abs,

Danilo


Para cancelar inscrição nesse grupo e parar de receber e-mails dele, envie um e-mail para livro-devops-na-pratica+unsub...@googlegroups.com.
Para mais opções, acesse https://groups.google.com/d/optout.

alber...@gmail.com

unread,
Sep 29, 2016, 4:42:45 PM9/29/16
to Livro "Devops na Prática", alber...@gmail.com
Estou usando a versão 1.8.5

É para a linha ficar assim?
db_config.vm.network :private_network, :ip => "192.168.33.10", type: "dhcp", auto_config: false

Se for, não funcionou.. ;/

alber...@gmail.com

unread,
Oct 1, 2016, 11:22:42 AM10/1/16
to Livro "Devops na Prática", alber...@gmail.com
Danilo,

Você poderia baixar o seu projeto e tentar rodar, para ver se dar algum erro?
Ja apaguei o projeto e segui todos os passos 2x e não deu certo..
Fico no aguardo.

Obrigado

Alberto Almeida

unread,
Oct 4, 2016, 1:47:43 PM10/4/16
to Livro Devops na Prática
Alguém conseguiu concluir projeto do livro?
Reply all
Reply to author
Forward
0 new messages