buildbot / buildbot-infra

Buildbot infrastructure
MIT License
22 stars 20 forks source link

mysql has no configuration #199

Open djmitche opened 6 years ago

djmitche commented 6 years ago

The mysql jail has no Ansible configuration

seankelly commented 6 years ago

Is it used?

djmitche commented 6 years ago

Apparently not!

mysql> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mysql              |
| performance_schema |
| test               |
| tmp                |
| trac               |
+--------------------+
6 rows in set (0.01 sec)

Is there anything special required to delete a jail? I can do the ansible bits, just not sure how to configure service3 to make the jail go away..

seankelly commented 6 years ago

I bet ezjail has a command to delete jails, so you'd need to use that. Off the top of my head, I would set it up so there's still a jail YAML file but rather than setting up the jail, it would be deleted.