Skip to content

Commit 304c763

Browse files
JohnGarbuttclaudia-lola
authored andcommitted
Move policy into a mixin
1 parent a018784 commit 304c763

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Policy for a baremetaluser role
2+
===============================
3+
4+
When deploying Slurm on baremetal nodes,
5+
it is typical to select a specific baremetal node,
6+
and give it the expected hostname. We allow this
7+
via a tweak to Nova policy.
8+
9+
Similarly, it is common that the IP address has
10+
to match the expected one for the given node.
11+
We tweak neutron policy to allow fixed IPs,
12+
even when we do not own the network.
13+
14+
We should never use the admin role to do these
15+
operations, as it has far too much privilege.

0 commit comments

Comments
 (0)