• Stars
    star
    91
  • Rank 353,157 (Top 8 %)
  • Language
    Shell
  • License
    BSD 3-Clause "New...
  • Created almost 10 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Yet another script to install Tsuru and its dependencies.

INSTALL

now script is deprecated. The current recommended method to install tsuru for test or development is tsuru installer.

Tsuru Now

Yet another script to install tsuru and its dependencies on Ubuntu or Debian distros.

These are some goals for this project:

  • It should run without interaction and deliver a working environment;
  • It shouldn't be a problem to run the script multiple times on the same machine;
  • It should work on existing machines that might already have some components installed;
  • It should allow parameters to install a single role:
    • API node
    • Docker node
    • Load balancer node
  • A web UI to automatically run it on EC2 instances

Note: This scripts works only on Debian or Ubuntu distros, isn't supported to run on CentOS/RHEL.

Running

Running the command below should already create a working tsuru environment:

curl -sL https://raw.githubusercontent.com/tsuru/now/master/run.bash | bash

Advanced Usage

With Tsuru Now, you can build your own tsuru cluster easily.

Building a cluster server

curl -sL https://raw.githubusercontent.com/tsuru/now/master/run.bash | bash -s -- --template server

Building a client connected to the server

Assume the IP address of the cluster server is 10.42.42.1

curl -sL https://raw.githubusercontent.com/tsuru/now/master/run.bash | bash -s -- --template client --private-ip 10.42.42.1

Building a docker node controlled by the server

Assume the IP address of the cluster server is 10.42.42.1

curl -sL https://raw.githubusercontent.com/tsuru/now/master/run.bash | bash -s -- --template dockerfarm --private-ip 10.42.42.1

More Repositories

1

tsuru

Open source and extensible Platform as a Service (PaaS).
Go
4,617
star
2

gandalf

Gandalf is an HTTP API for managing Git repositories.
Go
267
star
3

docker-cluster

Go library for clustering support on Docker.
Go
249
star
4

planb

a distributed HTTP and websocket proxy inspired by Hipache
Go
145
star
5

tsuru-dashboard

Web dashboard for tsuru PaaS.
Python
137
star
6

docker-nginx-with-modules

Build nginx docker image image with custom modules
Dockerfile
106
star
7

tsuru-client

tsuru-client is a tsuru command line tool for application developers.
Go
92
star
8

tsuru-bootstrap

bootstraping tsuru with vagrant
Shell
87
star
9

platforms

Official platforms for the tsuru PaaS.
Shell
74
star
10

tsuru.io

Tsuru PaaS website.
SCSS
47
star
11

config

Go package for dealing with YAML configuration files.
Go
45
star
12

rpaas

Reverse proxy as a service.
Python
40
star
13

basebuilder

Testing infrastructure for the tsuru PaaS platforms
Shell
40
star
14

tsuru-django-sample

Sample Django application for tsuru.
Python
33
star
15

pantera

Pantera is a tool to test the resilience of cloud applications.
Python
33
star
16

tsuru-autoscale

auto scale as a service
Go
32
star
17

tsuru-deb

Source for all tsuru PPAs.
Roff
32
star
18

healthcheck-as-a-service

tsuru service API for on demand web application monitoring.
Python
31
star
19

rpaas-operator

RPaaS operator manages reverse proxy as service instances inside a Kubernetes cluster
Go
30
star
20

nginx-operator

Nginx Operator manages nginx instances inside a Kubernetes cluster.
Go
29
star
21

kubernetes-router

Tsuru router API implementation that manages k8s loadbalancers/ingress
Go
19
star
22

terraform-provider-tsuru

Terraform provider for tsuru
Go
18
star
23

monsterqueue

A Go (golang) library for enqueuing and processing tasks backed by MongoDB
Go
18
star
24

postgres-api

A PostgreSQL API for tsuru PaaS
Python
17
star
25

archive-server

HTTP server to generate and serve git archives.
Go
17
star
26

commandmocker

Go mock framework for executables in the command line.
Go
14
star
27

mysqlapi

MySQL service API for tsuru PaaS.
Python
14
star
28

redisapi

Redis service API for tsuru PaaS.
Python
13
star
29

custom-cloudstack-ccm

A customizable cloudstack cloud controller manager for kubernetes
Go
13
star
30

puppet-tsuru

Tsuru Puppet Module
Ruby
12
star
31

deploy-agent

Agent responsible for running deployment in application containers.
Go
11
star
32

prometheus-as-a-service

Prometheus as a service repo
Python
11
star
33

mongoapi

MongoDB service API for tsuru.
Go
11
star
34

diaats

Docker image as a tsuru service.
Go
11
star
35

tsuru-admin

[DEPRECATED] tsuru-admin commands were moved to tsuru client
Go
11
star
36

bs

Big siblings watch their siblings and report to big tsuru parent.
Go
10
star
37

dockerized-setup

dockerized setup for tsuru deployment
Shell
10
star
38

prometheus-conntrack

Expose conntrack metrics to prometheus
Go
10
star
39

eviaas

environment variables injector as a service
Python
9
star
40

tsuru-autoscale-dashboard

Python
9
star
41

homebrew-tsuru

Homebrew taps for tsuru clients (tsuru, crane and tsuru-admin).
Ruby
9
star
42

remesher

Kubernetes controller to manage custom node to node bgp calico mesh
Go
9
star
43

tsuru-installer

[DEPRECATED] this project has moved
Go
9
star
44

crane

[DEPRECATED] crane commands were moved to tsuru client
Go
9
star
45

admtools

A tsuru plugin with some hacks to help debug containers, nodes, services, etc
Shell
8
star
46

rabbitmqapi

RabbitMQ service API for tsuru PaaS
Python
7
star
47

base-platform

Common base Docker image for tsuru platforms.
Shell
7
star
48

python-tsuruclient

Python client library for tsuru API
Python
7
star
49

go-tsuruclient

Tsuru go client generated from the swagger spec
Go
7
star
50

varnishapi

Varnish service API for tsuru PaaS.
Python
6
star
51

tsuru-circus

circus extensions for tsuru PaaS.
Python
6
star
52

hm

host manager python library for making it easier to create new services
Python
6
star
53

go-gandalfclient

Gandalf client for Go
Go
6
star
54

try

subscription page for the try.tsuru.io
Python
6
star
55

push-to-docker

Bash script to push versioned images to docker hub
Shell
6
star
56

hostcert

Add root CAs to docker nodes
Shell
6
star
57

riakapi

Riak api Tsuru service
Go
6
star
58

pool-recycle

Tsuru plugin for recycle all nodes on a pool based on IaaS templates
Python
5
star
59

tsuru-unit-agent

[DEPRECATED] Agent responsible for managing the processes in tsuru units.
Python
5
star
60

caffeine

a simple router responsible to wake up sleeping units
Go
5
star
61

gnuflag

Mirror of launchpad.net/gnuflag
Go
5
star
62

tsuru-ruby-sample

Ruby
4
star
63

tsuru-java-sample

Sample Java application for tsuru.
Java
4
star
64

cst

A middleware for intermediate container security scans against many security engines.
Go
4
star
65

cadvisor-events-exporter

Prometheus exporter for cadvisor events API
Go
4
star
66

charts

Tsuru Helm Charts and Repository
Smarty
4
star
67

docs

Release repository for tsuru documentation
Dockerfile
4
star
68

morfeu

a worker responsible to put units without access "to sleep"
Python
3
star
69

tsuru-integration-tests

integration tests for tsuru
Python
3
star
70

fakeapi

Fake service API for tsuru.
Python
3
star
71

alpine-platforms

Shell
3
star
72

networkapi-ingress-controller

Go
3
star
73

healthcheck-exporter

healthcheck as a service prometheus exporter
Go
3
star
74

tsuru-service-cassandra

Cassandra service API for tsuru PaaS.
Python
3
star
75

tsuru-api-docs

a tool to extract docs from handler comments
Go
3
star
76

tsuru-cloudformation

[DEPRECATED] Tsuru AWS Cloud Formation
Ruby
3
star
77

integration_gce

Tsuru integration tests on Google Compute Engine
Shell
3
star
78

alpine-base-platform

Common base Docker image for tsuru platforms
Shell
3
star
79

prometheus-cloudstack-discovery

CloudStack service discovery for Prometheus
Go
3
star
80

tsuru-packer

packer template to create basic tsuru image.
Shell
2
star
81

tsuru.github.io

Tsuru blog | Open Source cloud application platform
CSS
2
star
82

tsuru-dashboard-tests

end to end tests for tsuru-dashboard
Python
2
star
83

integration_ec2

Integration tests on AWS EC2
Shell
2
star
84

ngx-location-name-module

A module to expose the matched location name as a variable
C
2
star
85

tsuru-team-metrics

Go
2
star
86

pythonbr-example

Código para demonstração de deploy para a Python Brasil 2022
Python
2
star
87

tsuru-usage

Resource usage exporter for tsuru
Go
2
star
88

tsuru-prometheus-api

Simple API to manage multiple prometheus configs across many tsuru clusters
Go
2
star
89

tablecli

CLI library for rendering responsive tables
Go
2
star
90

bs-base

Base image for bs.
1
star
91

tsuru-sphinx

Sphinx extensions used by tsuru documentation
Python
1
star
92

rpaas-slo-controller

Integrate slo-generator with rpaasinstances
Go
1
star
93

terraform-provider-hcaas

Terraform provider for healthcheck as a service
Go
1
star
94

go-globodnsclient

Go client for GloboDNS
Go
1
star
95

custom-node-local-dns

Custom build of k8s.io/dns node-cache image
Shell
1
star
96

terraform-provider-rpaas

Terraform Provider for RPaaS
Go
1
star
97

acl-operator

Control network access in high abstractions by Tsuru Applications
Go
1
star
98

push-to-packagecloud

Basic script to create packages and push them to Package Cloud
Shell
1
star
99

globomap-integration

Tsuru integration with globomap
Go
1
star
100

acl-api

API that stores rules of network to be consumed by acl-operator
Go
1
star