diff --git a/configs/networking/reference.json.config b/configs/networking/reference.json.config new file mode 100644 index 00000000..565b2072 --- /dev/null +++ b/configs/networking/reference.json.config @@ -0,0 +1,154 @@ +# ====================================================== +# reference.json.config +# ------------------------------------------------------ +# This configuration is specifically a reference +# implementation for a configuration file. +# You must create a proper configuration file and supply +# the correct values for your Environment(s) +# ====================================================== + +[marshalling] +serialize_format=json +deserialize_format=json + +[user_auth_config] +endpoint= +strategy= + +[compute] +hypervisor= + +[compute_admin_auth_config] +endpoint= +strategy= + +[compute_endpoint] +region= +compute_endpoint_name= + +[compute_admin_endpoint] +region= +compute_endpoint_name= + +[user] +# This should not be an admin user +username= +password= +tenant_id= +user_id= +project_id= + +[compute_admin_user] +username= +password= +tenant_name= + +[compute_secondary_user] +# This should not be an admin user +username= +password= +tenant_name= + +[flavors] +primary_flavor= +secondary_flavor= +resize_enabled= + +[images] +primary_image= +secondary_image= +image_status_interval=15 +snapshot_timeout=900 +can_get_deleted_image= +primary_image_has_protected_properties= +primary_image_default_user= +non_inherited_metadata_filepath= + +[servers] +instance_auth_strategy= +server_status_interval=15 +server_build_timeout=600 +server_resize_timeout=1800 +network_for_ssh= +ip_address_version_for_ssh=<4/6> +instance_disk_path= +connection_retry_interval=15 +connection_timeout=600 +split_ephemeral_disk_enabled= +ephemeral_disk_max_size= +resource_build_attempts= +disk_format_type= +personality_file_injection_enabled= +default_file_path= + +[config_drive] +openstack_meta_path= +ec_meta_path= +base_path_to_mount= +mount_source_path= +min_size= +max_size= + +[networking_endpoint] +region= +networking_endpoint_name= +networking_endpoint_url= +header_tenant_id= + +[networking_admin_endpoint] +region= +networking_endpoint_name= +networking_endpoint_url= +header_tenant_id= + +[networking_admin_auth_config] +endpoint= +strategy= + +[networking_admin_user] +username= +password= +tenant_id= +user_id= +project_id= + +[networking_secondary_user] +username= +password= +tenant_id= +user_id= +project_id= + +[networks] +public_network_id= +service_network_id= +resource_build_attempts= +keep_resources= +keep_resources_on_failure= +resource_create_timeout= +resource_delete_timeout= +starts_with_name= + +[subnets] +resource_build_attempts= +keep_resources= +keep_resources_on_failure= +resource_create_timeout= +resource_delete_timeout= +starts_with_name= +ipv4_suffix= +ipv4_suffix_max= +ipv4_prefix= +private_ipv4_range= +ipv6_suffix= +ipv6_suffix_max= +ipv6_prefix= +private_ipv6_range= + +[ports] +resource_build_attempts= +keep_resources= +keep_resources_on_failure= +resource_create_timeout= +resource_delete_timeout= +starts_with_name=