diff --git a/admin-guide/deployment/sysdb_env.md b/admin-guide/deployment/sysdb_env.md index 7b2aee7d..cba6de36 100644 --- a/admin-guide/deployment/sysdb_env.md +++ b/admin-guide/deployment/sysdb_env.md @@ -99,6 +99,13 @@ In [bootstrap](https://git.psi.ch/linux-infra/bootstrap) add the new repo to `in In [bootstrap](https://git.psi.ch/linux-infra/bootstrap) add the new repo to the suitable inventory file (eg. `ansible/inventory.yaml` for production) and run the playbook for the Sysdb server. Note that before this can be rolled out `master` branch needs to exist on `git.psi.ch`. + +Update the sysdb database with the new environment: +```sql + insert into environments (name,owner,description,admin_group) VALUES ('mx', 'smith_k', 'MX systems', 'unx-lx_support'); +``` + + ## Test new environment in Puppet In order to test that environment was successfully created