Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/f5devcentral/f5-automation-config-converter

Convert BIG-IP configs to AS3 and DO declarations
https://github.com/f5devcentral/f5-automation-config-converter

acc automation bigip devops-tools docker-image tmsh

Last synced: 2 months ago
JSON representation

Convert BIG-IP configs to AS3 and DO declarations

Lists

README

        

# F5 BIG-IP Automation Config Converter (BIG-IP ACC)


F5 ACC

[Documentation](https://clouddocs.f5.com/products/extensions/f5-automation-config-converter/latest/userguide/getting_started.html) |
[Installation](https://clouddocs.f5.com/products/extensions/f5-automation-config-converter/latest/userguide/install.html) |
[Usage](https://clouddocs.f5.com/products/extensions/f5-automation-config-converter/latest/userguide/using_acc.html) |
[Classes](https://clouddocs.f5.com/products/extensions/f5-automation-config-converter/latest/userguide/classes.html) |
[FAQ](https://clouddocs.f5.com/products/extensions/f5-automation-config-converter/latest/userguide/faq.html) |
[Contributing](https://github.com/f5devcentral/f5-automation-config-converter/blob/main/SUPPORT.md)

[![docker pulls](https://img.shields.io/docker/pulls/f5devcentral/f5-automation-config-converter.svg)](https://hub.docker.com/r/f5devcentral/f5-automation-config-converter)
[![image size](https://img.shields.io/docker/image-size/f5devcentral/f5-automation-config-converter?sort=semver)](https://hub.docker.com/r/f5devcentral/f5-automation-config-converter)
[![version](https://img.shields.io/docker/v/f5devcentral/f5-automation-config-converter?sort=semver)](https://hub.docker.com/r/f5devcentral/f5-automation-config-converter)
[![github issues](https://img.shields.io/github/issues-raw/f5devcentral/f5-automation-config-converter)](https://github.com/f5devcentral/f5-automation-config-converter/issues)
[![license](https://img.shields.io/badge/license-Apache--2.0-green)](https://github.com/f5devcentral/f5-automation-config-converter/blob/main/LICENSE)

## Introduction

F5 BIG-IP Automation Config Converter (BIG-IP ACC) is an app written in Node.js that converts a BIG-IP configuration into an AS3 declaration, distributed as an easy-to-use docker image.

## Quick Start

```docker
docker pull f5devcentral/f5-automation-config-converter:latest
docker run --rm -v "$PWD":/app/data f5-automation-config-converter:latest --ucs /app/data/.ucs
```

## Support

ACC is a community-supported offering, your feedback is greatly appreciated. If you come across a bug please [submit an issue](https://github.com/f5devcentral/f5-automation-config-converter/issues) to our team.