@@ -369,10 +369,10 @@ $ for CELL in $(echo $RENAMED_CELLS); do
369369 ip_api="${ref_api}['$compute']"
370370 cat >> computes-$CELL << EOF
371371 ${compute}:
372- * hostName: $compute*
372+ hostName: $compute
373373 ansible:
374374 ansibleHost: $compute
375- * networks:*
375+ networks:
376376 - defaultRoute: true
377377 fixedIP: ${!ip}
378378 name: ctlplane
@@ -393,13 +393,13 @@ EOF
393393apiVersion: dataplane.openstack.org/v1beta1
394394kind: OpenStackDataPlaneNodeSet
395395metadata:
396- * name: openstack-$CELL*
396+ name: openstack-$CELL
397397spec:
398- * tlsEnabled: false*
398+ tlsEnabled: false
399399 networkAttachments:
400400 - ctlplane
401401 preProvisioned: true
402- * services* :
402+ services:
403403ifeval::["{build}" == "downstream"]
404404 - redhat
405405endif::[]
@@ -494,15 +494,15 @@ endif::[]
494494 #
495495 # These vars are for the network config templates themselves and are
496496 # considered EDPM network defaults.
497- * neutron_physical_bridge_name: br-ctlplane*
497+ neutron_physical_bridge_name: br-ctlplane
498498 neutron_public_interface_name: eth0
499499
500500 # edpm_nodes_validation
501501 edpm_nodes_validation_validate_controllers_icmp: false
502502 edpm_nodes_validation_validate_gateway_icmp: false
503503
504504 # edpm ovn-controller configuration
505- * edpm_ovn_bridge_mappings: <bridge_mappings>*
505+ edpm_ovn_bridge_mappings: <bridge_mappings>
506506 edpm_ovn_bridge: br-int
507507 edpm_ovn_encap_type: geneve
508508 ovn_monitor_all: true
@@ -551,8 +551,8 @@ endif::[]
551551 edpm_ovs_packages:
552552 - openvswitch3.3
553553 edpm_default_mounts:
554- - * path: /dev/hugepages<size>*
555- * opts: pagesize=<size>*
554+ - path: /dev/hugepages<size>
555+ opts: pagesize=<size>
556556 fstype: hugetlbfs
557557 group: hugetlbfs
558558 nodes:
0 commit comments