aboutsummaryrefslogtreecommitdiffstats
path: root/charms/trusty/keepalived/README.md
diff options
context:
space:
mode:
authorStuart Mackie <wsmackie@juniper.net>2017-03-23 06:19:54 -0700
committerStuart Mackie <wsmackie@juniper.net>2017-03-23 06:19:54 -0700
commit88df88a19674ccc0017836941b8ee32eaadf19fb (patch)
treef930c90f75846ec8d8e33cf27325ff8fafc85d5c /charms/trusty/keepalived/README.md
parent9f50a40437477432a21b326b15c343ca6b8fe516 (diff)
Deleted charms with wrong license. Will source them differently in future.
Change-Id: I0fc99ea03c6b6ca4701e63793cb2be60e56c7588 Signed-off-by: Stuart Mackie <wsmackie@juniper.net>
Diffstat (limited to 'charms/trusty/keepalived/README.md')
-rw-r--r--charms/trusty/keepalived/README.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/charms/trusty/keepalived/README.md b/charms/trusty/keepalived/README.md
deleted file mode 100644
index baf74fa..0000000
--- a/charms/trusty/keepalived/README.md
+++ /dev/null
@@ -1,23 +0,0 @@
-Overview
---------
-
-Keepalived is a routing software written in C. The main goal of this project is
-to provide simple and robust facilities for loadbalancing and high-availability
-to Linux system and Linux based infrastructures. Loadbalancing framework relies
-on well-known and widely used Linux Virtual Server (IPVS) kernel module
-providing Layer4 loadbalancing. Keepalived implements a set of checkers to
-dynamically and adaptively maintain and manage loadbalanced server pool
-according their health. On the other hand high-availability is achieved by VRRP
-protocol. VRRP is a fundamental brick for router failover. In addition,
-Keepalived implements a set of hooks to the VRRP finite state machine providing
-low-level and high-speed protocol interactions. Keepalived frameworks can be
-used independently or all together to provide resilient infrastructures.
-
-Usage
------
-
-Once ready, deploy as follows:
-
- juju deploy keepalived
- juju add-relation haproxy keepalived
-