We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a018784 commit 304c763Copy full SHA for 304c763
etc/kayobe/environments/baremetal-policy/README.rst
@@ -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.
etc/kayobe/kolla/config/neutron/policy.yml renamed to etc/kayobe/environments/baremetal-policy/kolla/config/neutron/policy.yml
etc/kayobe/kolla/config/nova/policy.yml renamed to etc/kayobe/environments/baremetal-policy/kolla/config/nova/policy.yml
0 commit comments