diff --git a/examples/va/hci/edpm-post-ceph/openstackdataplanenodeset.yaml b/examples/va/hci/edpm-post-ceph/openstackdataplanenodeset.yaml index e5c7bdde5..6b92bd1d0 100644 --- a/examples/va/hci/edpm-post-ceph/openstackdataplanenodeset.yaml +++ b/examples/va/hci/edpm-post-ceph/openstackdataplanenodeset.yaml @@ -43,7 +43,7 @@ spec: dns_servers: {{ ctlplane_dns_nameservers }} domain: {{ dns_search_domains }} addresses: - - ip_netmask: {{ ctlplane_ip }}/{{ ctlplane_subnet_cidr }} + - ip_netmask: {{ ctlplane_ip }}/{{ ctlplane_cidr }} routes: {{ ctlplane_host_routes }} members: - type: interface @@ -77,8 +77,8 @@ spec: neutron_public_interface_name: eth0 registry_url: quay.io/podified-antelope-centos9 service_net_map: - nova_api_network: internal_api - nova_libvirt_network: internal_api + nova_api_network: internalapi + nova_libvirt_network: internalapi edpm_ceph_hci_pre_enabled_services: - ceph_mon - ceph_mgr diff --git a/examples/va/hci/edpm-pre-ceph/openstackdataplanenodeset.yaml b/examples/va/hci/edpm-pre-ceph/openstackdataplanenodeset.yaml index 3cb11a7af..56ac8dbd3 100644 --- a/examples/va/hci/edpm-pre-ceph/openstackdataplanenodeset.yaml +++ b/examples/va/hci/edpm-pre-ceph/openstackdataplanenodeset.yaml @@ -59,7 +59,7 @@ spec: dns_servers: {{ ctlplane_dns_nameservers }} domain: {{ dns_search_domains }} addresses: - - ip_netmask: {{ ctlplane_ip }}/{{ ctlplane_subnet_cidr }} + - ip_netmask: {{ ctlplane_ip }}/{{ ctlplane_cidr }} routes: {{ ctlplane_host_routes }} members: - type: interface @@ -93,8 +93,8 @@ spec: neutron_public_interface_name: eth0 registry_url: quay.io/podified-antelope-centos9 service_net_map: - nova_api_network: internal_api - nova_libvirt_network: internal_api + nova_api_network: internalapi + nova_libvirt_network: internalapi edpm_ceph_hci_pre_enabled_services: - ceph_mon - ceph_mgr diff --git a/examples/va/nfv/sriov/edpm/values.yaml b/examples/va/nfv/sriov/edpm/values.yaml index f2e0e9740..45c43d8ef 100644 --- a/examples/va/nfv/sriov/edpm/values.yaml +++ b/examples/va/nfv/sriov/edpm/values.yaml @@ -23,8 +23,8 @@ data: # subscription-manager register --username --password # podman login -u -p registry.redhat.io service_net_map: - nova_api_network: internal_api - nova_libvirt_network: internal_api + nova_api_network: internalapi + nova_libvirt_network: internalapi timesync_ntp_servers: - hostname: clock.redhat.com # CPU pinning settings @@ -49,7 +49,7 @@ data: dns_servers: {{ ctlplane_dns_nameservers }} domain: {{ dns_search_domains }} addresses: - - ip_netmask: {{ ctlplane_ip }}/{{ ctlplane_subnet_cidr }} + - ip_netmask: {{ ctlplane_ip }}/{{ ctlplane_cidr }} routes: {{ ctlplane_host_routes }} members: - type: interface