This is a Service Broker for Huawei Cloud. It also can be used for Flexible Engine and Open Telekom Cloud. Currently it includes the following services support:
Different Clouds have different services, the users will be required to make their own configurations in the following Installation
so that this Service Broker can be running normally.
You'll need a few prerequisites before you are getting started.
Note: You can setup a backing MySQL Database by using the following choices. We recommend to use the choice 1.
CREATE DATABASE broker;
CREATE DATABASE broker;
CREATE USER 'username'@'%' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON broker.* TO 'username'@'%' WITH GRANT OPTION;
FLUSH PRIVILEGES;
vi /etc/mysql/mysql.conf.d/mysqld.cnf
#bind-address = 127.0.0.1
The information of database instance will be used in the following Installation.
In the spirit of free software, everyone is encouraged to help improve this project.
Here are some ways you can contribute:
We use the GitHub issue tracker to track bugs and features. Before submitting a bug report or feature request, check to make sure it hasn't already been submitted. You can indicate support for an existing issue by voting it up. When submitting a bug report, please include a Gist that includes a stack trace and any details that may be necessary to reproduce the bug, including your Golang version and operating system. Ideally, a bug report should include a pull request with failing specs.
huaweicloud-service-broker is under the Apache 2.0 license. See the LICENSE file for details.