Cloudify Examples: MariaDB Blueprint
MariaDB Blueprint
This blueprint deploys a MariaDB/Galera Cluster. This blueprint is part of the End-to-end Solutions Package, which demonstrates functionality in Cloudify using a Database, Load Balancer, and several front-end applications. After completing this deployment, continue with the solution package by installing the HAProxy Blueprint.
Compatibility
Tested with:
- Cloudify 4.2
Pre-installation steps
Upload the required plugins:
Check the relevant blueprint for the latest version of the plugin.
Install the relevant example network blueprint for the IaaS that you wish to deploy on:
In addition to the pre-requisites for your example network blueprint, you will need the following secrets:
agent_key_private
andagent_key_public
. If you do not already have these secrets, can generate them with thekeys.yaml
blueprint in the helpful blueprint repo.
Installation
On your Cloudify Manager, navigate to Local Blueprints select Upload.
Right-click and copy URL. Paste the URL where it says Enter blueprint url. Provide a blueprint name, such as db in the field labeled blueprint name.
Select the blueprint for the relevant IaaS you wish to deploy on, for example aws.yaml from Blueprint filename menu. Click Upload.
After the new blueprint has been created, click the Deploy button.
Navigate to Deployments, find your new deployment, select Install from the workflows menu. At this stage, you may provide your own values for any of the default deployment inputs.
For example, the openstack.yaml blueprint requires that you provide a value for image
. This is the ID of a Centos 7 image. You may also need to override the default flavor
as the default value 2
may not be available in your account or appropriate.
Uninstallation
Navigate to the deployment and select Uninstall
. When the uninstall workflow is finished, select Delete deployment
.