Realize infracloud admins
These users already have access by using the 'baremetal' account so formalizing this is better overall. This is a re-up of I31e0504f68e196b0b249b5b7b750861a752679ac Change-Id: Ic487e09ee8850c6a94c264c83593ba4a903cffa0 Depends-On: I120760d614df92b3af6dcbf5adf1e7ccd9da94ab
This commit is contained in:
parent
a3620649c2
commit
80c1ba2d51
@ -22,4 +22,10 @@ class openstack_project::infracloud::baremetal (
|
||||
vlan => $vlan,
|
||||
gateway_ip => $gateway_ip,
|
||||
}
|
||||
|
||||
realize (
|
||||
User::Virtual::Localuser['colleen'],
|
||||
User::Virtual::Localuser['rcarrillocruz'],
|
||||
)
|
||||
|
||||
}
|
||||
|
@ -16,4 +16,10 @@ class openstack_project::infracloud::compute (
|
||||
controller_management_address => $controller_management_address,
|
||||
controller_public_address => $controller_public_address,
|
||||
}
|
||||
|
||||
realize (
|
||||
User::Virtual::Localuser['colleen'],
|
||||
User::Virtual::Localuser['rcarrillocruz'],
|
||||
)
|
||||
|
||||
}
|
||||
|
@ -81,4 +81,9 @@ class openstack_project::infracloud::controller (
|
||||
password => $openstackjenkins_password,
|
||||
require => Keystone_tenant['openstackjenkins'],
|
||||
}
|
||||
realize (
|
||||
User::Virtual::Localuser['colleen'],
|
||||
User::Virtual::Localuser['rcarrillocruz'],
|
||||
)
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user