Merge "Realize infracloud admins"
This commit is contained in:
commit
ec3e14b6ae
@ -22,4 +22,10 @@ class openstack_project::infracloud::baremetal (
|
|||||||
vlan => $vlan,
|
vlan => $vlan,
|
||||||
gateway_ip => $gateway_ip,
|
gateway_ip => $gateway_ip,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
realize (
|
||||||
|
User::Virtual::Localuser['colleen'],
|
||||||
|
User::Virtual::Localuser['rcarrillocruz'],
|
||||||
|
)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -14,4 +14,10 @@ class openstack_project::infracloud::compute (
|
|||||||
br_name => $br_name,
|
br_name => $br_name,
|
||||||
controller_public_address => $controller_public_address,
|
controller_public_address => $controller_public_address,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
realize (
|
||||||
|
User::Virtual::Localuser['colleen'],
|
||||||
|
User::Virtual::Localuser['rcarrillocruz'],
|
||||||
|
)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -79,4 +79,9 @@ class openstack_project::infracloud::controller (
|
|||||||
password => $openstackjenkins_password,
|
password => $openstackjenkins_password,
|
||||||
require => Keystone_tenant['openstackjenkins'],
|
require => Keystone_tenant['openstackjenkins'],
|
||||||
}
|
}
|
||||||
|
realize (
|
||||||
|
User::Virtual::Localuser['colleen'],
|
||||||
|
User::Virtual::Localuser['rcarrillocruz'],
|
||||||
|
)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user