# 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 edpm_node_ip: 192.168.122.100 source_ovndb_ip: 192.168.122.100 # BEGIN source DB, edpm_nodes vars ANSIBLE MANAGED BLOCK source_galera_members: | ["standalone"]="172.17.0.100" source_mariadb_ip: 172.17.0.100 edpm_nodes: cell1: standalone: hostName: standalone.ooo.test ansible: ansibleHost: 192.168.122.100 networks: - defaultRoute: true fixedIP: 192.168.122.100 name: ctlplane subnetName: subnet1 - name: internalapi fixedIP: 172.17.0.100 subnetName: subnet1 - name: storage fixedIP: 172.18.0.100 subnetName: subnet1 - name: tenant fixedIP: 172.19.0.100 subnetName: subnet1 - name: storagemgmt fixedIP: 172.20.0.100 subnetName: subnet1 # END source DB, edpm_nodes vars ANSIBLE MANAGED BLOCK edpm_node_hostname: standalone.ooo.test enable_tlse: true prelaunch_barbican_secret: false octavia_adoption: true # BEGIN os-net-config vars ANSIBLE MANAGED BLOCK dataplane_os_net_config_iface: nic2 dataplane_public_iface: eth1 dataplane_os_net_config_set_route: false # END os-net-config vars ANSIBLE MANAGED BLOCK upstream_dns: 192.168.122.10 network_mtu: 1500 # BEGIN adoption extra vars ANSIBLE MANAGED BLOCK supported_volume_backends: [] supported_backup_backends: [] # END adoption extra vars ANSIBLE MANAGED BLOCK