Skip to content

Commit ce482d0

Browse files
committed
removed asterisks in code block to align with downstream repo
1 parent 2d894e1 commit ce482d0

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs_user/modules/proc_adopting-compute-services-to-the-data-plane.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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
393393
apiVersion: dataplane.openstack.org/v1beta1
394394
kind: OpenStackDataPlaneNodeSet
395395
metadata:
396-
*name: openstack-$CELL*
396+
name: openstack-$CELL
397397
spec:
398-
*tlsEnabled: false*
398+
tlsEnabled: false
399399
networkAttachments:
400400
- ctlplane
401401
preProvisioned: true
402-
*services*:
402+
services:
403403
ifeval::["{build}" == "downstream"]
404404
- redhat
405405
endif::[]
@@ -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

Comments
 (0)