YamlConfiger — AMQ configurator

This tool can generate a set of configuration files mainly needed for AMQ Broker, but it is not limited to only generating files for one product.

YamlConfiger has a user facing Command Line Tool for quick and easy command line usage. Furthermore, it is possible to use its API in your python code.

Documentation

Formatted documentation can be viewed at rh-messaging-qe.github.io/yacfg/index.html.

Contributing

If you find a bug or room for improvement, submit either a ticket or PR.

Maintainers

Alphabetically ordered

See GitHub statistics for an up-to-date list of contributors.

License

Copyright 2018 Red Hat Inc.

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Acknowledgments

  • jinja2 – awesome templating engine

  • yaml – very convenient user readable format

  • learn_yaml – great YAML cheat sheet

  • pyyaml – python YAML parser

  • jq – great tool for working with structured data (JSON)

  • yq – YAML variant of jq