Skip to content

LSS-USP/interscity-deploy-revoada

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Deploying InterSCity on Revoada

This repository contains the Ansible scripts to deploy InterSCity on IME's cloud infrastructure - Revoada.

Setup:

Your machine

  • Install Python 2.7
    • Most Linux distributions have python installed natively. To test, run on terminal: python --version
  • Install ansible
  • Install pip
    • You can install pip using: easy_install pip
  • Change ansible/hosts file to put your hosts IP
  • Install ansible extra modules:
    • RVM: sudo ansible-galaxy install rvm_io.rvm1-ruby

Remote hosts - Managed nodes:

  • In each managed node, pointed by hosts, you need to communicate via ssh :
    • Install python 2.4 or later
    • Run open-ssh
    • Enable your user to run commands as sudo without request password
    • Add you ssh public key to your user in remote hosts. Here's an example

Running

ansible-playbook site.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published