ansible-playbooks/playbookconfig/src/playbooks/roles/bootstrap/validate-config/vars/main.yml

31 lines
727 B
YAML

---
config_workdir: /tmp/config
bootstrap_config_file: /tmp/config/bootstrap_config
typical_subnet_prefix: 24
minimum_ipv6_prefix_length: 64
private_pxeboot_subnet: 169.254.202.0/24
pxecontroller_floating_hostname: pxecontroller
use_entire_pxeboot_subnet: true
fresh_install_k8s_version: 1.28.4
# These variables are only used for subcloud configuration and are set
# automatically by dcmanager
region_name: 'RegionOne'
system_controller_floating_address: none
system_controller_subnet: none
system_controller_oam_floating_address: none
system_controller_oam_subnet: none
known_registry_keys:
- quay.io
- gcr.io
- k8s.gcr.io
- docker.io
- docker.elastic.co
- ghcr.io
- registry.k8s.io
- icr.io
- defaults