[DEFAULT] local_interface = em2 enable_mistral = true enable_zaqar = true enable_ui = true enable_validations = true generate_service_certificate = true # # From instack-undercloud # # Local file path to the necessary images. The path should be a # directory readable by the current user that contains the full set of # images. (string value) #image_path = . # Fully qualified hostname (including domain) to set on the # Undercloud. If left unset, the current hostname will be used, but # the user is responsible for configuring all system hostname settings # appropriately. If set, the undercloud install will configure all # system hostname settings. (string value) #undercloud_hostname = # IP information for the interface on the Undercloud that will be # handling the PXE boots and DHCP for Overcloud instances. The IP # portion of the value will be assigned to the network interface # defined by local_interface, with the netmask defined by the prefix # portion of the value. (string value) #local_ip = 192.0.2.1/24 # Network gateway for the Neutron-managed network for Overcloud # instances. This should match the local_ip above when using # masquerading. (string value) #network_gateway = 192.0.2.1 # Virtual IP address to use for the public endpoints of Undercloud # services. Only used with SSL. (string value) undercloud_public_vip = rdo-ci-fx2-06-s4.v103.rdoci.lab.eng.rdu.redhat.com # Virtual IP address to use for the admin endpoints of Undercloud # services. Only used with SSL. (string value) undercloud_admin_vip = 192.0.2.3 # Certificate file to use for OpenStack service SSL connections. # Setting this enables SSL for the OpenStack API endpoints, leaving it # unset disables SSL. (string value) #undercloud_service_certificate = # When set to True, an SSL certificate will be generated as part of # the undercloud install and this certificate will be used in place of # the value for undercloud_service_certificate. The resulting # certificate will be written to # /etc/pki/tls/certs/undercloud-[undercloud_public_vip].pem. This # certificate is signed by CA selected by the # "certificate_generation_ca" option. (boolean value) #generate_service_certificate = false # The certmonger nickname of the CA from which the certificate will be # requested. This is used only if the generate_service_certificate # option is set. Note that if the "local" CA is selected the # certmonger's local CA certificate will be extracted to /etc/pki/ca- # trust/source/anchors/cm-local-ca.pem and subsequently added to the # trust chain. (string value) #certificate_generation_ca = local # The kerberos principal for the service that will use the # certificate. This is only needed if your CA requires a kerberos # principal. e.g. with FreeIPA. (string value) #service_principal = # Network interface on the Undercloud that will be handling the PXE # boots and DHCP for Overcloud instances. (string value) #local_interface = eth1 # MTU to use for the local_interface. (integer value) #local_mtu = 1500 # Network CIDR for the Neutron-managed network for Overcloud # instances. This should be the subnet used for PXE booting. The # current default for this value is 192.0.2.0/24, but this is # deprecated due to it being a non-routable CIDR under RFC 5737. The # default value for this option will be changed in the Ocata release. # A different, valid CIDR should be selected to avoid problems. If an # overcloud has already been deployed with the 192.0.2.0/24 CIDR and # therefore the CIDR cannot be changed, you must set this option to # 192.0.2.0/24 explicitly to avoid it changing in future releases, and # all other network options related to the CIDR (e.g. local_ip) must # also be set to maintain a valid configuration. (string value) #network_cidr = 192.0.2.0/24 # Network that will be masqueraded for external access, if required. # This should be the subnet used for PXE booting. (string value) #masquerade_network = 192.0.2.0/24 # Start of DHCP allocation range for PXE and DHCP of Overcloud # instances. (string value) #dhcp_start = 192.0.2.5 # End of DHCP allocation range for PXE and DHCP of Overcloud # instances. (string value) #dhcp_end = 192.0.2.24 # Path to hieradata override file. If set, the file will be copied # under /etc/puppet/hieradata and set as the first file in the hiera # hierarchy. This can be used to to custom configure services beyond # what undercloud.conf provides (string value) #hieradata_override = # Path to network config override template. If set, this template will # be used to configure the networking via os-net-config. Must be in # json format. Templated tags can be used within the template, see # instack-undercloud/elements/undercloud-stack-config/net- # config.json.template for example tags (string value) #net_config_override = # Network interface on which inspection dnsmasq will listen. If in # doubt, use the default value. (string value) # Deprecated group/name - [DEFAULT]/discovery_interface #inspection_interface = br-ctlplane # Temporary IP range that will be given to nodes during the inspection # process. Should not overlap with the range defined by dhcp_start # and dhcp_end, but should be in the same network. (string value) # Deprecated group/name - [DEFAULT]/discovery_iprange #inspection_iprange = 192.0.2.100,192.0.2.120 # Whether to enable extra hardware collection during the inspection # process. Requires python-hardware or python-hardware-detect package # on the introspection image. (boolean value) #inspection_extras = true # Whether to run benchmarks when inspecting nodes. Requires # inspection_extras set to True. (boolean value) # Deprecated group/name - [DEFAULT]/discovery_runbench #inspection_runbench = false # Whether to support introspection of nodes that have UEFI-only # firmware. (boolean value) #inspection_enable_uefi = true # Whether to enable the debug log level for Undercloud OpenStack # services. (boolean value) #undercloud_debug = true # Whether to install Tempest in the Undercloud. (boolean value) #enable_tempest = true # Whether to install Mistral services in the Undercloud. (boolean # value) #enable_mistral = true # Whether to install Zaqar services in the Undercloud. (boolean value) #enable_zaqar = true # Whether to install Telemetry services (ceilometer, aodh) in the # Undercloud. (boolean value) #enable_telemetry = false # Whether to install the TripleO UI. (boolean value) #enable_ui = true # Whether to install requirements to run the TripleO validations. # (boolean value) #enable_validations = false # Whether to use iPXE for deploy by default. (boolean value) #ipxe_deploy = true # Whether to store events in the Undercloud Ceilometer. (boolean # value) #store_events = false # Maximum number of attempts the scheduler will make when deploying # the instance. You should keep it greater or equal to the number of # bare metal nodes you expect to deploy at once to work around # potential race condition when scheduling. (integer value) # Minimum value: 1 #scheduler_max_attempts = 30 # Whether to clean overcloud nodes (wipe the hard drive) between # deployments and after the introspection. (boolean value) #clean_nodes = false [auth] # # From instack-undercloud # # Password used for MySQL databases. If left unset, one will be # automatically generated. (string value) #undercloud_db_password = # Keystone admin token. If left unset, one will be automatically # generated. (string value) #undercloud_admin_token = # Keystone admin password. If left unset, one will be automatically # generated. (string value) #undercloud_admin_password = # Glance service password. If left unset, one will be automatically # generated. (string value) #undercloud_glance_password = # Heat db encryption key(must be 16, 24, or 32 characters. If left # unset, one will be automatically generated. (string value) #undercloud_heat_encryption_key = # Heat service password. If left unset, one will be automatically # generated. (string value) #undercloud_heat_password = # Neutron service password. If left unset, one will be automatically # generated. (string value) #undercloud_neutron_password = # Nova service password. If left unset, one will be automatically # generated. (string value) #undercloud_nova_password = # Ironic service password. If left unset, one will be automatically # generated. (string value) #undercloud_ironic_password = # Aodh service password. If left unset, one will be automatically # generated. (string value) #undercloud_aodh_password = # Ceilometer service password. If left unset, one will be # automatically generated. (string value) #undercloud_ceilometer_password = # Ceilometer metering secret. If left unset, one will be automatically # generated. (string value) #undercloud_ceilometer_metering_secret = # Ceilometer snmpd read-only user. If this value is changed from the # default, the new value must be passed in the overcloud environment # as the parameter SnmpdReadonlyUserName. This value must be between 1 # and 32 characters long. (string value) #undercloud_ceilometer_snmpd_user = ro_snmp_user # Ceilometer snmpd password. If left unset, one will be automatically # generated. (string value) #undercloud_ceilometer_snmpd_password = # Swift service password. If left unset, one will be automatically # generated. (string value) #undercloud_swift_password = # Mistral service password. If left unset, one will be automatically # generated. (string value) #undercloud_mistral_password = # Rabbitmq cookie. If left unset, one will be automatically generated. # (string value) #undercloud_rabbit_cookie = # Rabbitmq password. If left unset, one will be automatically # generated. (string value) #undercloud_rabbit_password = # Rabbitmq username. If left unset, one will be automatically # generated. (string value) #undercloud_rabbit_username = # Heat stack domain admin password. If left unset, one will be # automatically generated. (string value) #undercloud_heat_stack_domain_admin_password = # Swift hash suffix. If left unset, one will be automatically # generated. (string value) #undercloud_swift_hash_suffix = # Sensu service password. If left unset, one will be automatically # generated. (string value) #undercloud_sensu_password = # HAProxy stats password. If left unset, one will be automatically # generated. (string value) #undercloud_haproxy_stats_password = # Zaqar password. If left unset, one will be automatically generated. # (string value) #undercloud_zaqar_password = # Horizon secret key. If left unset, one will be automatically # generated. (string value) #undercloud_horizon_secret_key =