Skip to content

Commit 2e9989f

Browse files
EliadCohengerritforge-ltd
authored andcommitted
Merge "Fix composable role mapping for Compute"
2 parents 8a37589 + a594617 commit 2e9989f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/tripleo-overcloud/tripleo_roles.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
- regexp: ^(Novacontrol).*
2626
net_config_file: "novacontrol.yaml"
2727
node_name: novacontrol
28-
- regexp: ^(Compute)[^(HCI)].*
28+
- regexp: ^(Compute)([^(HCI)].*)?$
2929
net_config_file: "compute.yaml"
3030
node_name: compute
3131
- regexp: ^(Ceph).*

0 commit comments

Comments
 (0)