An open API service indexing awesome lists of open source software.

https://github.com/percona-lab/percona-images

Packer config to build Percona base boxes
https://github.com/percona-lab/percona-images

Last synced: 9 months ago
JSON representation

Packer config to build Percona base boxes

Awesome Lists containing this project

README

          

# percona-images

Packer config to build Percona base boxes

- Install dependencies

```
bundle install
cd ansible
librarian-ansible install
cd ..
```

- Check Ansible config and run unit tests

```
kitchen test pmm-ovf
kitchen test pmm-ami
kitchen test mysql57-ovf
kitchen test mysql57-ami
```

- Build PMM server

```
make pmm-ovf
make pmm-ami
```

- Build Percona Server for MySQL

```
make mysql57-ovf
make mysql57-ami
```