Commit Graph

11 Commits

Author SHA1 Message Date
Sean McGinnis 126bd4af7f
Retire repo and note new content in openstack/osops
Change-Id: Ibf7eab00a55cda9423663feb2dc3feea8ac3778a
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-09-10 20:00:52 -05:00
Jenkins 243965d846 Merge "user-info.py: add information about glance images" 2016-09-17 02:51:44 +00:00
Jenkins 9fc23efa7a Merge "Starting a readme file for the multi folder" 2016-09-17 02:51:23 +00:00
Saverio Proto 9da4de873d user-info.py: fix printing strings with nice utf-8 chars
Change-Id: Ia3491772abf5580e31b8c24346a3c402f6781e0a
2016-08-31 16:54:56 +02:00
Saverio Proto 666086aaba Starting a readme file for the multi folder
Change-Id: I1794497f666789e8eb465147ccffd7c357f0132f
2016-08-31 16:16:21 +02:00
Valery Tschopp d343cb72f1 user-info.py: add information about glance images
Change-Id: Ib2eb7cfb6ca6f58ab9b4039babf1c96bccce3f33
2016-08-31 16:08:03 +02:00
Valery Tschopp d2dce9c141 Shows user info (servers, volumes, snaps, nets, ...)
List a lot of useful info about a user:
- all projects he's member of
- for each project/region
    all servers, volumes, snapshots, routers, networks,
        floating ips, ...

usage: user-info.py [-h] [-a] [-v] USERNAME

Show information (servers, volumes, networks, ...) for a user. Search in all
projects he's member of, and optionally in all regions (-a).

positional arguments:
  USERNAME           username to search

optional arguments:
  -h, --help         show this help message and exit
  -a, --all-regions  query all regions
  -v, --verbose      verbose

Change-Id: I05694c016b16bc2fb0a43a1b30cbd3428ba6fe5b
2016-04-04 17:20:48 +02:00
Kevin Fox bd711d693c SuperHAProxy
SuperHAProxy is a script around HAProxy to add support for live
migration and easy handling of multiple instances. Live migration is
added using the CRIU system. Very lightweight containers are used to
isolate the proxy instances from each other to enable live migration
to efficiently transfer the proxies and to ensure instances can be
running different versions to support proper rolling upgrades.

This script can be used stand alone, or as a building block to
provide multiserver proxy pools that are high performance and support
a workflow where the servers can be rolling upgraded live without
connection loss.

Change-Id: Id3150c5d5de6c3f5552f27f79cbcf0debe8adb1f
2016-03-30 09:07:16 -07:00
Hieu LE 529e1db899 Fix password configuration in liberty script
- Project nova, neutron, cinder config with wrong password var.
- Fix in LB and OVS script version.

Change-Id: I14be6dc532debafe168c8fba4bf5841298dc7495
2016-03-16 16:52:37 +07:00
Hieu LE 14ca830f67 Add automation deploy script for OpenStack Liberty, including:
- AIO version
- Multinode model using Linux Bridge
- Multinode model using OVS
- PEP8 validate

All scripts were tested in Ubuntu Server 14.04

Change-Id: I23fb708ab53437160761221f696c896158100202
2016-02-23 23:47:04 +07:00
Xav Paice 8956d12115 Add tenant.py
Script to make adding and deleting tenants a bit easier

Change-Id: I33884f03050528ca561e2ccc451cf649fca470dd
2015-12-03 09:35:18 +13:00