From 2ca9a0ed382f985079bac86857512581f7906d85 Mon Sep 17 00:00:00 2001 From: ebner Date: Mon, 22 Jul 2024 11:06:09 +0200 Subject: [PATCH] update environment creation --- admin-guide/deployment/sysdb_env.md | 7 +++++++ 1 file changed, 7 insertions(+) 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