diff --git a/admin-guide/deployment/sysdb_env.md b/admin-guide/deployment/sysdb_env.md index cba6de36..6d949c36 100644 --- a/admin-guide/deployment/sysdb_env.md +++ b/admin-guide/deployment/sysdb_env.md @@ -100,12 +100,6 @@ 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