env

package
v0.0.0-...-947b840 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

The env package provides constants for all other packages to consume, without creating import cycles.

This package should not import any other packages.

Index

Constants

View Source
const (
	ConstProjectUrl        = "https://github.com/MusicDin/kubitect"
	ConstProjectVersion    = "v2.2.0"
	ConstKubesprayUrl      = "https://github.com/kubernetes-sigs/kubespray"
	ConstKubesprayVersion  = "v2.21.0"
	ConstKubernetesVersion = "v1.25.6"
	ConstTerraformVersion  = "1.3.7"
)

Project related constants

Variables

View Source
var ProjectApplyActions = [...]string{
	"create",
	"upgrade",
	"scale",
}

Defines options for "apply --action" command.

View Source
var ProjectK8sVersions = []string{
	"v1.26",
	"v1.25",
	"v1.24",
}
View Source
var ProjectOsPresets = map[string]string{
	"ubuntu":   "https://cloud-images.ubuntu.com/releases/jammy/release/ubuntu-22.04-server-cloudimg-amd64.img",
	"ubuntu22": "https://cloud-images.ubuntu.com/releases/jammy/release-20220712/ubuntu-22.04-server-cloudimg-amd64.img",
	"ubuntu20": "https://cloud-images.ubuntu.com/releases/focal/release-20220711/ubuntu-20.04-server-cloudimg-amd64.img",
	"debian":   "https://cloud.debian.org/images/cloud/bullseye/latest/debian-11-generic-amd64.qcow2",
	"debian11": "https://cloud.debian.org/images/cloud/bullseye/20220711-1073/debian-11-genericcloud-amd64-20220711-1073.qcow2",
}
View Source
var ProjectRequiredApps = []string{
	"virtualenv",
	"python3",
	"git",
}

Defines applications that Kubitect depends on.

View Source
var ProjectRequiredFiles = []string{
	"ansible/",
	"resources/",
	"terraform/modules/",
	"terraform/templates/",
	"terraform/scripts/",
	"terraform/main.tf.tpl",
	"terraform/output.tf",
	"terraform/variables.tf",
	"terraform/versions.tf",
}

Defines required files/directories that are copied from tmp git project.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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