https://github.com/afritzler/oli
OpenStack LBaaS Imploader - removes all LBaaS objects + dependencies
https://github.com/afritzler/oli
cli infrastructure loadbalancer networking openstack
Last synced: about 1 month ago
JSON representation
OpenStack LBaaS Imploader - removes all LBaaS objects + dependencies
- Host: GitHub
- URL: https://github.com/afritzler/oli
- Owner: afritzler
- License: apache-2.0
- Created: 2018-07-27T07:20:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T09:35:20.000Z (over 7 years ago)
- Last Synced: 2025-02-24T13:26:11.993Z (over 1 year ago)
- Topics: cli, infrastructure, loadbalancer, networking, openstack
- Language: Go
- Homepage:
- Size: 1.67 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oli - OpenStack LBaaS Imploader
CLI to remove OpenStack LBaaS instances together with all dependent objects
## Installation
```
go get github.com/afritzler/oli
```
## Usage
To use `oli` you need to `source` your `XYZ-openrc.sh` file to load the OpenStack credentials.
```
Usage:
oli [command]
Available Commands:
delete Delete a LoadBalancer + everything attached
help Help about any command
list List everything LBaaS specific in your tenant
```
## Commands
### list
```
Usage:
oli list [flags]
Flags:
--empty Show only LoadBalancers with no Listeners and Pool.
```