
It has guest agent elements that allow guest agent creation. It implements a basic subset of the Database service API including. Requirements must also meet all the requirements for technical preview.Ī data store is considered to be experimental if it meets these criteria: Requirements for experimental, and a data store that meets the stable That meets the technical preview requirements must also meet all the Valid classifications for a data store and a strategy are:Įach classification builds on the previous one. Data stores also implement different extensions.Īn extension is called a strategy and is classified similar to Several classifications that indicate the quality of support for eachĭata store. Non-relational database engines, but to a varying degree of support forĮach data store. The Database service supports a variety of both relational and This is typically either mysql or percona. usr/lib/python2.7/site-packages/trove/templates/DATASTORE_NAME RHEL 7, CentOS 7, Fedora 20, and Fedora 21 usr/lib/python2.7/dist-packages/trove/templates/DATASTORE_NAMEĭATASTORE_NAME is the name of either the MySQL data store or That are stored in the validation-rules.json file. Values you are setting against a list of valid configuration values When you set up a configuration group using the troveĬonfiguration-create command, this command compares the configuration Parameters, in bulk, on one or more databases. Configuration groups let you set configuration You can manage database configuration tasks by usingĬonfiguration groups. If you just created a different data store, skip this step.īackground.
To load the appropriate validation rules, as described in this If you just created a MySQL or Percona data store, then you need.Required packages, so leave this argument empty.Īpplies only to MySQL and Percona data stores In this example, the guest image already contains all the You create with this data store version, you can list the If you want to put additional packages on each guest that The ID of the guest image you just added to the Image The data store manager is identified by one of the following Which data store manager to use for this version. The name of the version you are adding to the data store. The name of the data store you just created via The version indicates which guest image to use. Using the trove-manage datastore_version_updateĬommand. Now that you have a MySQL data store, you can add a version to it, $ trove-manage -config-file =/etc/trove/nf datastore_update mysql "" The system uses if a user does not explicitly request aĪt this point, you do not yet have a default version, so pass You can designate one version as the default, which ForĮxample, you might have a MySQL 5.5 version and a MySQL 5.6 You can attach multiple versions/images to a data store. Name you want to use for this data store.
This example uses the following arguments: Argument The trove-manage datastore_update command. $ openstack image create mysql-5.5 -disk-format qcow2 -container-format bare -public < mysql-5.5.qcow2