constants

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: May 21, 2019 License: Apache-2.0 Imports: 0 Imported by: 11

Documentation

Index

Constants

View Source
const APIM_REPOSITORY_DEPLOYMENT_SERVER = "apim_repository_deployment_server"
View Source
const APPLY = "apply"
View Source
const ARTIFACTS = "artifacts"
View Source
const ARTIFACTS_OLD = "artifacts-old"
View Source
const ARTIFACTS_PERSISTENT_VOLUME_YAML = "artifacts-persistent-volume.yaml"
View Source
const AWS_REGION = "ap-south-1"
View Source
const AWS_S3_BUCKET = "cellery-runtime-installation"
View Source
const AWS_S3_ITEM_CONFIG_COMPLETE = "config-cellery-runtime-complete-0.2.1"
View Source
const AWS_S3_ITEM_CONFIG_MINIMAL = "config-cellery-runtime-basic-0.2.1"
View Source
const AWS_S3_ITEM_VM_COMPLETE = "cellery-runtime-complete-0.2.1.tar.gz"
View Source
const AWS_S3_ITEM_VM_MINIMAL = "cellery-runtime-basic-0.2.1.tar.gz"
View Source
const BALLERINA_EXECUTABLE_PATH = "/bin/"
View Source
const BALLERINA_INSTALLATION_PATH_MAC = "/Library/Ballerina/ballerina-0.990.3"
View Source
const BALLERINA_INSTALLATION_PATH_UBUNTU = "/usr/lib/ballerina/ballerina-0.990.3"
View Source
const BALLERINA_PRINT_RETURN_FLAG = "--printreturn"
View Source
const BASIC = "Basic"
View Source
const CELLERY = "cellery"
View Source
const CELLERY_ALIAS_PATTERN = "[a-zA-Z0-9_-]+"
View Source
const CELLERY_EXECUTABLE_PATH = "/runtime/executable/"
View Source
const CELLERY_HOME = ".cellery"
View Source
const CELLERY_HOME_DOCS_VIEW_DIR = "docs-view"
View Source
const CELLERY_ID_PATTERN = "[a-z0-9]+(-[a-z0-9]+)*"
View Source
const CELLERY_IMAGE_DIR_ENV_VAR = "CELLERY_IMAGE_DIR"
View Source
const CELLERY_INSTALLATION_PATH_MAC = "/Library/Cellery"
View Source
const CELLERY_INSTALLATION_PATH_UBUNTU = "/usr/share/cellery"
View Source
const CELLERY_MANAGE_CLEANUP = "cleanup"
View Source
const CELLERY_MANAGE_START = "start"
View Source
const CELLERY_MANAGE_STOP = "stop"
View Source
const CELLERY_RELEASE_VERSION = "0.2.1"
View Source
const CELLERY_SETUP_BACK = "BACK"
View Source
const CELLERY_SETUP_CREATE = "Create"
View Source
const CELLERY_SETUP_EXISTING_CLUSTER = "Existing cluster"
View Source
const CELLERY_SETUP_EXIT = "EXIT"
View Source
const CELLERY_SETUP_GCP = "GCP"
View Source
const CELLERY_SETUP_LOCAL = "Local"
View Source
const CELLERY_SETUP_MANAGE = "Manage"
View Source
const CELLERY_SETUP_MODIFY = "Modify"
View Source
const CELLERY_SETUP_SWITCH = "Switch"
View Source
const CELLERY_SQL_PASSWORD = "cellery-sql-user"
View Source
const CELLERY_SQL_USER_NAME = "cellery-sql-user"
View Source
const CELL_IMAGE_EXT = ".zip"
View Source
const CELL_IMAGE_PATTERN = CELLERY_ID_PATTERN + "\\/" + CELLERY_ID_PATTERN + ":" + IMAGE_VERSION_PATTERN
View Source
const CELL_IMAGE_WITH_REGISTRY_PATTERN = "(" + DOMAIN_NAME_PATTERN + "\\/)?" + CELL_IMAGE_PATTERN
View Source
const CENTRAL_REGISTRY_HOST = "registry-1.docker.io"
View Source
const CLI_ARG_ENV_VAR_KEY_PATTERN = "(?P<key>[^:]+)"
View Source
const CLI_ARG_ENV_VAR_PATTERN = "((?P<instance>" + CELLERY_ID_PATTERN + "):" +
	CLI_ARG_ENV_VAR_KEY_PATTERN + "=" + CLI_ARG_ENV_VAR_VALUE_PATTERN + ")|(" +
	CLI_ARG_ENV_VAR_KEY_PATTERN + "=" + CLI_ARG_ENV_VAR_VALUE_PATTERN + ")"
View Source
const CLI_ARG_ENV_VAR_VALUE_PATTERN = "(?P<value>.+)"
View Source
const COMPLETE = "Complete"
View Source
const CONF = "conf"
View Source
const CONFIG_MAP = "configmap"
View Source
const CREATE = "create"
View Source
const DATABASE_PASSWORD = "DATABASE_PASSWORD"
View Source
const DATABASE_USERNAME = "DATABASE_USERNAME"
View Source
const DATA_SOURCES = "datasources"
View Source
const DB_SCRIPTS = "dbscripts"
View Source
const DELETE = "delete"
View Source
const DEPENDENCY_LINK_PATTERN = "(" + CELLERY_ID_PATTERN + "\\.)?" + CELLERY_ALIAS_PATTERN + ":" + CELLERY_ID_PATTERN
View Source
const DEPLOYMENT_YAML = "deployment.yaml"
View Source
const DOCKER_CLI_BALLERINA_EXECUTABLE_PATH = "/usr/lib/ballerina/ballerina-0.990.3/bin/ballerina"
View Source
const DOMAIN_NAME_PATTERN = "[a-z0-9]+((?:-|.)[a-z0-9]+)*(:[0-9]+)?"
View Source
const EMPTY_STRING = ""
View Source
const ERROR_REPLACING_APIM_MASTER_DATASOURCES_XML = "Error replacing in file /global-apim/conf/datasources/master-datasources.xml"
View Source
const ERROR_REPLACING_IDP_MASTER_DATASOURCES_XML = "Error replacing in file /global-idp/conf/datasources/master-datasources.xml"
View Source
const ERROR_REPLACING_INIT_SQL = "Error replacing in file /mysql/dbscripts/init.sql"
View Source
const ERROR_REPLACING_OBSERVABILITY_YAML = "Error replacing in file /observability/sp/conf/deployment.yaml"
View Source
const GCP = "gcp"
View Source
const GCP_BUCKET_NAME = "cellery-gcp-bucket"
View Source
const GCP_CLUSTER_DISK_SIZE_GB = 100
View Source
const GCP_CLUSTER_IMAGE_TYPE = "cos_containerd"
View Source
const GCP_CLUSTER_MACHINE_TYPE = "n1-standard-4"
View Source
const GCP_CLUSTER_NAME = "cellery-cluster"
View Source
const GCP_DB_INSTANCE_NAME = "cellery-sql"
View Source
const GCP_NFS_CONFIG_CAPACITY = 1024
View Source
const GCP_NFS_CONFIG_NAME = "data"
View Source
const GCP_NFS_SERVER_INSTANCE = "nfs-server"
View Source
const GCP_SQL_DISK_SIZE_GB = 20
View Source
const GCP_SQL_PASSWORD = "cellery-sql-user"
View Source
const GCP_SQL_TIER = "db-n1-standard-1"
View Source
const GCP_SQL_USER_NAME = "cellery-sql-user"
View Source
const GLOBAL_APIM = "global-apim"
View Source
const GLOBAL_IDP = "global-idp"
View Source
const GROUP_NAME = "mesh.cellery.io"
View Source
const IGNORE_NOT_FOUND = "--ignore-not-found"
View Source
const IMAGE_VERSION_PATTERN = "[a-z0-9]+((?:-|.)[a-z0-9]+)*"
View Source
const INGRESS_MODE_LOAD_BALANCER = "Load balancer [gcp, docker for desktop]"
View Source
const INGRESS_MODE_NODE_PORT = "Node port [kubeadm, minikube]"
View Source
const INIT_SQL = "init.sql"
View Source
const K8S_ARTIFACTS = "k8s-artefacts"
View Source
const KUBECTL = "kubectl"
View Source
const KUBECTL_FLAG = "-f"
View Source
const MASTER_DATA_SOURCES_XML = "master-datasources.xml"
View Source
const MYSQL = "mysql"
View Source
const MYSQL_DATABASE_HOST = "MYSQL_DATABASE_HOST"
View Source
const MYSQL_HOST_NAME_FOR_EXISTING_CLUSTER = "wso2apim-with-analytics-rdbms-service"
View Source
const NON_PERSISTENT_VOLUME = "Non persistent volume"
View Source
const OBSERVABILITY = "observability"
View Source
const PERSISTENT_VOLUME = "Persistent volume"
View Source
const ROOT_DIR = "/"
View Source
const SP = "sp"
View Source
const TMP = "tmp"
View Source
const VAR = "var"
View Source
const VBOX_MANAGE = "VBoxManage"
View Source
const VM = "vm"
View Source
const VM_DISK_NAME = "cellery-runtime-local-disk001.vmdk"
View Source
const VM_FILE_NAME = "cellery-runtime-local.ovf"
View Source
const VM_NAME = "cellery-runtime-local"
View Source
const WSO2_APIM_HOST = "https://wso2-apim-gateway"
View Source
const ZIP_ARTIFACTS = "artifacts"
View Source
const ZIP_BALLERINA_SOURCE = "src"

Variables

This section is empty.

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