Skip to content

Packer config to build Percona base boxes

Notifications You must be signed in to change notification settings

Percona-Lab/percona-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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