# 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: a3f1e545d001cdeb161120c700d3384b # END periodic container vars ANSIBLE MANAGED BLOCK # BEGIN adoption extra vars ANSIBLE MANAGED BLOCK supported_volume_backends: [] supported_backup_backends: [] standalone_ip: 192.168.122.100 # END adoption extra vars ANSIBLE MANAGED BLOCK source_ovndb_ip: 172.17.0.103 # BEGIN edpm_node_ip hostname vars ANSIBLE MANAGED BLOCK edpm_node_hostname: np0000068149.ooo.test edpm_node_ip: 192.168.122.106 edpm_networkers: | ["np0000068146.ooo.test"]="192.168.122.103" ["np0000068147.ooo.test"]="192.168.122.104" ["np0000068148.ooo.test"]="192.168.122.105" source_galera_members: | ["np0000068146.ooo.test"]="172.17.0.103" ["np0000068147.ooo.test"]="172.17.0.104" ["np0000068148.ooo.test"]="172.17.0.105" source_mariadb_ip: 172.17.0.103 edpm_nodes: np0000068149: hostName: "np0000068149.ooo.test" ansible: ansibleHost: 192.168.122.106 networks: - defaultRoute: true fixedIP: 192.168.122.106 name: ctlplane subnetName: subnet1 - name: internalapi fixedIP: 172.17.0.106 subnetName: subnet1 - name: storage fixedIP: 172.18.0.106 subnetName: subnet1 - name: tenant fixedIP: 172.19.0.106 subnetName: subnet1 - name: storagemgmt fixedIP: 172.20.0.106 subnetName: subnet1 np0000068150: hostName: "np0000068150.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 np0000068151: hostName: "np0000068151.ooo.test" ansible: ansibleHost: 192.168.122.108 networks: - defaultRoute: true fixedIP: 192.168.122.108 name: ctlplane subnetName: subnet1 - name: internalapi fixedIP: 172.17.0.108 subnetName: subnet1 - name: storage fixedIP: 172.18.0.108 subnetName: subnet1 - name: tenant fixedIP: 172.19.0.108 subnetName: subnet1 - name: storagemgmt fixedIP: 172.20.0.108 subnetName: subnet1 edpm_nodes_networker: np0000068146: hostName: "np0000068146.ooo.test" ansible: ansibleHost: 192.168.122.103 networks: - defaultRoute: true fixedIP: 192.168.122.103 name: ctlplane subnetName: subnet1 - name: internalapi fixedIP: 172.17.0.103 subnetName: subnet1 - name: storage fixedIP: 172.18.0.103 subnetName: subnet1 - name: tenant fixedIP: 172.19.0.103 subnetName: subnet1 - name: storagemgmt fixedIP: 172.20.0.103 subnetName: subnet1 np0000068147: hostName: "np0000068147.ooo.test" ansible: ansibleHost: 192.168.122.104 networks: - defaultRoute: true fixedIP: 192.168.122.104 name: ctlplane subnetName: subnet1 - name: internalapi fixedIP: 172.17.0.104 subnetName: subnet1 - name: storage fixedIP: 172.18.0.104 subnetName: subnet1 - name: tenant fixedIP: 172.19.0.104 subnetName: subnet1 - name: storagemgmt fixedIP: 172.20.0.104 subnetName: subnet1 np0000068148: hostName: "np0000068148.ooo.test" ansible: ansibleHost: 192.168.122.105 networks: - defaultRoute: true fixedIP: 192.168.122.105 name: ctlplane subnetName: subnet1 - name: internalapi fixedIP: 172.17.0.105 subnetName: subnet1 - name: storage fixedIP: 172.18.0.105 subnetName: subnet1 - name: tenant fixedIP: 172.19.0.105 subnetName: subnet1 - name: storagemgmt fixedIP: 172.20.0.105 subnetName: subnet1 # END edpm_node_ip hostname vars ANSIBLE MANAGED BLOCK enable_tlse: true edpm_neutron_dhcp_agent_enabled: true edpm_networker_neutron_dhcp_agent_enabled: false neutron_qe_test: 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 neutron_qe_dir: false prelaunch_barbican_secret: false 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