tests

package
v0.0.0-...-5957262 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ESSTFOptions = &terraform.Options{
	TerraformDir: "../../",
	Vars: map[string]interface{}{
		"name":                        "",
		"auth_type":                   "",
		"auth_token":                  "",
		"cloud":                       "",
		"region":                      "",
		"deployment_template_id":      "",
		"deployment_configuration_id": "",
		"elasticsearch": map[string]interface{}{
			"version": ESVersion,
			"cluster_topology": map[string]interface{}{
				"zone_count":          1,
				"memory_per_node":     1024,
				"node_count_per_zone": 1,
				"node_type": map[string]string{
					"data":   "true",
					"ingest": "true",
					"master": "true",
					"ml":     "false",
				},
			},
		},
	},
}

ECETFOptions common terraform options used for unit and integration testing

View Source
var ESVersion = os.Getenv("ELASTIC_VERSION")

ESVersion the version of Elasticsearch to deploy

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL