update environment creation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user