Add diablo_rojo's key for Storyboard Access

I would like to be able to run test migrations of
projects against storyboard-dev.o.o so projects can see
the results and play with the environment before
pulling the trigger.

I've read and agree with the guidelines at
https://docs.openstack.org/infra/system-config/sysadmin.html#ssh-access

Change-Id: I8af2b8e253226651c80305f5ed5e602fbf8ac05c
This commit is contained in:
Kendall Nelson 2018-03-13 12:11:25 -07:00
parent cada8108c6
commit 7fa1ff95cb
2 changed files with 8 additions and 0 deletions

View File

@ -40,6 +40,7 @@ class openstack_project::storyboard::dev(
realize (
User::Virtual::Localuser['SotK'],
User::Virtual::Localuser['Zara'],
User::Virtual::Localuser['diablo_rojo'],
)

View File

@ -269,4 +269,11 @@ class openstack_project::users {
gid => 2029,
}
@user::virtual::localuser { 'diablo_rojo':
realname => 'Kendall Nelson',
sshkeys => 'AAAAB3NzaC1yc2EAAAADAQABAAABAQCx96P1BVbRALeCz8jktUtT9qWzeXbG5yQrwQZ6n3NWsqEueCHp9DaVPDQLWIFAyvL0PKtlSOktClsUYuGfxB+dBuAFFMsx1Apk78EID4wvdXfEUDxZOsKX7zE9teJSxPEMppHAJIcnPu7dMFzZWxh+sA+fR8ZddPRunxtztGayNdYsCqDGIc9GqemjOqXDIFMIXgJLxNaHGSR56UcDHwgqmXXANkpTKsLW+U+VdNofHKpRhbXNS07jPFAAe1rBmoU/TRitzQFz7WYA4ml54ZiB7Q1O7RIyJWVBihHVrxSZbjn2a46CVeLo5Xw7loWF32wY/hA98hmpBNiF8tGSI6mh',
key_id => 'kennelson11@gmail.com',
uid => 2030,
gid => 2030,
}
}