# NOTE(bogdando): these values are suit a single-cell standalone setup. # Multinode/multi-cell jobs provide custom values via templating it in # playbooks/data_plane_adoption/*_tests.yaml (or directly, in a job vars) # Path to install_yamls repo install_yamls_path: /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/ # This flag signifies if TLS Everywhere is enabled on the source cloud enable_tlse: CUSTOMIZE_THIS # This flag signifies if the tests should create a barbican secret before # adoption to check it after the adoption prelaunch_barbican_secret: CUSTOMIZE_THIS # To enable TLS-E, the standalone hostname must be set to standalone.ooo.test edpm_node_hostname: CUSTOMIZE_THIS edpm_node_networker_hostname: CUSTOMIZE_THIS # Whether to remove all the persistent data (databases, dumbs, ansible logs) # before the test reset_crc_storage: true # source SC for the local-storage SC to be created from it storage_class_name: crc-csi-hostpath-provisioner # CUSTOMIZE_THIS storage_reclaim_policy: Delete # or Retain # Snippet to get the desired 'oc' command onto $PATH. oc_header: '' # External MariaDB IP for DB exports. source_mariadb_ip: default: 172.17.0.100 source_galera_members: default: - name: standalone.localdomain ip: 172.17.0.100 cells: - default default_cell_name: cell1 # virsh --connect=qemu:///system -q domifaddr standalone | awk 'NF>1{print $NF}' | cut -d/ -f1 # install_yamls default: 192.168.122.100 edpm_node_ip: CUSTOMIZE_THIS edpm_node_networker_ip: CUSTOMIZE_THIS # Auth URL to use for adopted Keystone. auth_url: http://keystone-public-openstack.apps-crc.testing # Set verbose logging for CI jobs (no secrets here) use_no_log: false run_pre_adoption_validation: true os_cloud_name: standalone # Optional test neutron_qe_test: CUSTOMIZE_THIS neutron_qe_dir: CUSTOMIZE_THIS tobiko_qe_test: CUSTOMIZE_THIS # BEGIN periodic container vars ANSIBLE MANAGED BLOCK periodic: true container_registry: "quay.rdoproject.org" container_namespace: "podified-antelope-centos9" container_tag: 7e1bd028834ecb14271d9e031abffcd7 # END periodic container vars ANSIBLE MANAGED BLOCK upstream_dns: 192.168.122.10 # BEGIN adoption extra vars ANSIBLE MANAGED BLOCK octavia_adoption: "false" neutron_qe_test: false neutron_qe_dir: false enable_tlse: false ipa_ssh: "ssh -i /home/zuul/.ssh/id_rsa root@192.168.122.100 podman exec -ti freeipa-server-container" prelaunch_barbican_secret: false default_cell_name: cell3 ironic_adoption: false compute_adoption: true dataplane_os_net_config_iface: nic2 dataplane_public_iface: eth1 dataplane_os_net_config_set_route: false os_cloud_name: overcloud standalone_ip: 192.168.122.100 cells: ['default', 'cell1', 'cell2'] renamed_cells: ['cell3', 'cell1', 'cell2'] source_mariadb_ip: {'cell1': '172.17.0.106', 'cell2': '172.17.0.109', 'default': '172.17.0.103'} source_ovndb_ip: 172.17.0.103 source_galera_members: {'cell1': [{'ip': '172.17.0.106', 'name': '172.17.0.106'}], 'cell2': [{'ip': '172.17.0.109', 'name': '172.17.0.109'}], 'default': [{'ip': '172.17.0.103', 'name': '172.17.0.103'}]} controller1_ssh: ssh -o StrictHostKeyChecking=accept-new -i /home/zuul/.ssh/id_rsa root@192.168.122.103 controller2_ssh: ssh -o StrictHostKeyChecking=accept-new -i /home/zuul/.ssh/id_rsa root@192.168.122.106 controller3_ssh: ssh -o StrictHostKeyChecking=accept-new -i /home/zuul/.ssh/id_rsa root@192.168.122.109 # NOTE: must match the one in install_yamls overcloud_services_cell.j2 neutron_physical_bridge_name: br-ex edpm_user: zuul # NOTE: vlans and networks ordering must match those above and in install_yamls config-download-multistack.j2 and ci-framework adoption.yaml netconfig_networks: - name: ctlplane dnsDomain: ctlplane.example.com subnets: - name: subnet1 allocationRanges: - end: 192.168.122.120 start: 192.168.122.100 - end: 192.168.122.200 start: 192.168.122.150 cidr: 192.168.122.0/24 gateway: 192.168.122.1 routes: - destination: 0.0.0.0/0 nexthop: 192.168.122.1 - name: internalapi dnsDomain: internalapi.example.com subnets: - name: subnet1 allocationRanges: - end: 172.17.0.250 start: 172.17.0.160 cidr: 172.17.0.0/24 vlan: 20 - name: storage dnsDomain: storage.example.com subnets: - name: subnet1 allocationRanges: - end: 172.18.0.250 start: 172.18.0.160 cidr: 172.18.0.0/24 vlan: 21 - name: tenant dnsDomain: tenant.example.com subnets: - name: subnet1 allocationRanges: - end: 172.19.0.250 start: 172.19.0.160 cidr: 172.19.0.0/24 vlan: 22 - name: storagemgmt dnsDomain: storagemgmt.example.com subnets: - name: subnet1 allocationRanges: - end: 172.20.0.250 start: 172.20.0.160 cidr: 172.20.0.0/24 vlan: 23 - name: external dnsDomain: external.example.com subnets: - name: subnet1 allocationRanges: - end: 172.21.0.250 start: 172.21.0.160 cidr: 172.21.0.0/24 gateway: 172.21.0.1 vlan: 44 # END adoption extra vars ANSIBLE MANAGED BLOCK # BEGIN edpm_node_ip hostname vars ANSIBLE MANAGED BLOCK edpm_node_hostname: np0000071539.ooo.test edpm_node_ip: 192.168.122.100 edpm_nodes: cell1: np0000071539.ooo.test: hostName: "np0000071539.ooo.test" ansible: ansibleHost: 192.168.122.107 networks: - defaultRoute: true fixedIP: 192.168.122.107 name: ctlplane subnetName: subnet1 - name: internalapi fixedIP: 172.17.0.107 subnetName: subnet1 - name: storage fixedIP: 172.18.0.107 subnetName: subnet1 - name: tenant fixedIP: 172.19.0.107 subnetName: subnet1 - name: storagemgmt fixedIP: 172.20.0.107 subnetName: subnet1 cell2: np0000071540.ooo.test: hostName: "np0000071540.ooo.test" ansible: ansibleHost: 192.168.122.109 networks: - defaultRoute: true fixedIP: 192.168.122.109 name: ctlplane subnetName: subnet1 - name: internalapi fixedIP: 172.17.0.109 subnetName: subnet1 - name: storage fixedIP: 172.18.0.109 subnetName: subnet1 - name: tenant fixedIP: 172.19.0.109 subnetName: subnet1 - name: storagemgmt fixedIP: 172.20.0.109 subnetName: subnet1 # END edpm_node_ip hostname vars ANSIBLE MANAGED BLOCK edpm_neutron_dhcp_agent_enabled: true edpm_networker_neutron_dhcp_agent_enabled: false tobiko_qe_test: false tobiko_version: master tobiko_test_workflow: create-resources tobiko_pytest_addopts: # BEGIN ANSIBLE MANAGED BLOCK tobiko_conf_file: | # END ANSIBLE MANAGED BLOCK octavia_adoption: false network_mtu: 1500 # BEGIN os-net-config vars ANSIBLE MANAGED BLOCK dataplane_os_net_config_iface: nic2 dataplane_public_iface: eth1 upstream_dns: "192.168.122.10" dataplane_os_net_config_set_route: false os_cloud_name: overcloud edpm_user: zuul standalone_ip: "192.168.122.100" neutron_physical_bridge_name: br-ex # END os-net-config vars ANSIBLE MANAGED BLOCK