https://github.com/chassis/percona_server
A Chassis extension to install Percona Server
https://github.com/chassis/percona_server
Last synced: 11 days ago
JSON representation
A Chassis extension to install Percona Server
- Host: GitHub
- URL: https://github.com/chassis/percona_server
- Owner: Chassis
- Created: 2019-09-10T06:18:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-10T08:44:35.000Z (almost 7 years ago)
- Last Synced: 2025-03-30T06:01:57.013Z (about 1 year ago)
- Language: Puppet
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Percona Server extension for Chassis
The Percona Server extension automatically sets up your Chassis instance to to use [Percona Server](https://www.percona.com/software/mysql-database/percona-server).
## Activation
Ensure you have a Chassis instance set up locally already.
```
# In your Chassis dir:
git clone --recursive https://github.com/Chassis/percona_server.git extensions/percona_server
```
Then you'll need to reprovision
```
cd ..
vagrant provision
```
Alternatively you can add the extension to one of your yaml config files. e.g.
```
# Extensions
#
# Install a list of extensions automatically
extensions:
- chassis/percona_server
```
Then you'll need to reprovision
```
cd ..
vagrant provision
```
Percona Server has now been installed inside your Chassis box.