update environment creation

This commit is contained in:
2024-07-22 11:06:09 +02:00
parent 28f1835952
commit 2ca9a0ed38
+7
View File
@@ -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