Add yolanda to infra root
I have read http://docs.openstack.org/infra/system-config/sysadmin.html#ssh-access and agree to follow the requirements documented there. Change-Id: I2f7575fa0c2a3cc07bcc2e4a0dcdc4aa061aac54
This commit is contained in:
parent
66a7ed9e3d
commit
9bbd8fd6d5
modules/openstack_project/manifests
@ -164,4 +164,12 @@ class openstack_project::users {
|
|||||||
gid => 2017,
|
gid => 2017,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@user::virtual::localuser { 'yolanda':
|
||||||
|
realname => 'Yolanda Robla',
|
||||||
|
sshkeys => 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDSR2NmJC8PSanHUpKJuaMmohG80COO2IPkE3Mxhr7US8P1B3p1c6lOrT6M1txRzBY8FlbxfOinGtutP+ADCB2taXfpO8UiaG9eOqojAT/PeP2Y2ov72rVMSWupLozUv2uAR5yyFVFHOjKPYGAa01aJtfzfJujSak8dM0ifFeFwgp/8RBGEfC7atq+45TdrfAURRcEgcOLiF5Aq6fprCOwpllnrH6VoId9YS7u/5xF2/zBjr9PuOP7jEgCaL/+FNqu7jgj87aG5jiZPlweb7GTLJON9H6eFpyfpoJE0sZ1yR9Q+e9FAqQIA44Zi748qKBlFKbLxzoC4mc0SbNUAleEL',
|
||||||
|
key_id => 'yolanda@infra',
|
||||||
|
uid => 2018,
|
||||||
|
gid => 2018,
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -36,6 +36,7 @@ class openstack_project::users_install (
|
|||||||
User::Virtual::Localuser['elizabeth'],
|
User::Virtual::Localuser['elizabeth'],
|
||||||
User::Virtual::Localuser['jhesketh'],
|
User::Virtual::Localuser['jhesketh'],
|
||||||
User::Virtual::Localuser['nibz'],
|
User::Virtual::Localuser['nibz'],
|
||||||
|
User::Virtual::Localuser['yolanda'],
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
user::virtual::disable{'mordred':}
|
user::virtual::disable{'mordred':}
|
||||||
@ -46,6 +47,7 @@ class openstack_project::users_install (
|
|||||||
user::virtual::disable{'elizabeth':}
|
user::virtual::disable{'elizabeth':}
|
||||||
user::virtual::disable{'jhesketh':}
|
user::virtual::disable{'jhesketh':}
|
||||||
user::virtual::disable{'nibz':}
|
user::virtual::disable{'nibz':}
|
||||||
|
user::virtual::disable{'yolanda':}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user