ranparam

package
v0.0.0-...-d667782 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label represents the label for the ran test cases.
	Label = "ran"
	// LabelNoContainer is the label for RAN test cases that should not be executed in a container.
	LabelNoContainer = "no-container"
	// AcmOperatorNamespace ACM's namespace.
	AcmOperatorNamespace = "rhacm"
	// MceOperatorNamespace is the namespace for the MCE operator.
	MceOperatorNamespace = "multicluster-engine"
	// TalmOperatorHubNamespace TALM namespace.
	TalmOperatorHubNamespace = "topology-aware-lifecycle-manager"
	// TalmContainerName is the name of the container in the talm pod.
	TalmContainerName = "manager"
	// OpenshiftOperatorNamespace is the namespace where operators are.
	OpenshiftOperatorNamespace = "openshift-operators"
	// OpenshiftGitOpsNamespace is the namespace for the GitOps operator.
	OpenshiftGitOpsNamespace = "openshift-gitops"
	// OpenshiftGitopsRepoServer ocp git repo server.
	OpenshiftGitopsRepoServer = "openshift-gitops-repo-server"
	// PtpContainerName is the name of the container in the PTP daemon pod.
	PtpContainerName = "linuxptp-daemon-container"
	// PtpDaemonsetLabelSelector is the label selector to find the PTP daemon pod.
	PtpDaemonsetLabelSelector = "app=linuxptp-daemon"
	// LogLevel is the verbosity for ran/internal packages.
	LogLevel glog.Level = 80
	// RetryInterval retry interval for node exec commands.
	RetryInterval = 10 * time.Second
	// RetryCount retry count for node exec commands.
	RetryCount = 3
)

Variables

Labels represents the range of labels that can be used for test cases selection.

Functions

This section is empty.

Types

type ClusterType

type ClusterType string

ClusterType represents spoke cluster type.

const (
	// SNOCluster represents spoke cluster type as single-node openshift (SNO) cluster.
	SNOCluster ClusterType = "SNO"
	// HighlyAvailableCluster represents spoke cluster type as multi-node openshift (MNO) cluster.
	HighlyAvailableCluster ClusterType = "HighlyAvailable"
)

type HubOperatorName

type HubOperatorName string

HubOperatorName represets the possible operator names that may have associated versions on the hub cluster.

const (
	// ACM is the name of the advanced cluster management operator.
	ACM HubOperatorName = "advanced-cluster-management"
	// TALM is the name of the topology aware lifecycle manager operator.
	TALM HubOperatorName = "topology-aware-lifecycle-manager"
	// GitOps is the name of the GitOps operator.
	GitOps HubOperatorName = "openshift-gitops-operator"
	// MCE is the name of the multicluster engine operator.
	MCE HubOperatorName = "multicluster-engine"
)

Jump to

Keyboard shortcuts

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