...

Source file src/edge-infra.dev/pkg/edge/constants/sdsconstants.go

Documentation: edge-infra.dev/pkg/edge/constants

     1  package constants
     2  
     3  const (
     4  	SdsNamespace             = "sds"
     5  	GrubRecoveryUser         = "recovery"
     6  	GrubDsdsSecretName       = "grub2"
     7  	GrubPbkdf2Function       = "pbkdf2"
     8  	GrubSha512HashType       = "sha512"
     9  	GrubLocalMountPath       = "/host-boot"
    10  	GrubHostMountPath        = "/boot"
    11  	GrubLegacyMountLocation  = "/"
    12  	GrubEfiMountLocation     = "/boot/efi"
    13  	GrubConfigFileName       = "grub.cfg"
    14  	GrubBackupConfigFileName = "fallback.cfg"
    15  	NetworkServicesCM        = "network-service-ips"
    16  	LdKeySecret              = "ldkey"
    17  	UpgradeChartName         = "d-sds-patching"
    18  	EdgeOSArtifact           = "edge-os"
    19  	SpegelNamespace          = "spegel"
    20  	SpegelConfig             = "spegel-config"
    21  	K8sComponentLabel        = "platform.edge.ncr.com/component"
    22  )
    23  

View as plain text