|
86 | 86 | #define CCM_NODE_STATUS_UNINITIALIZED "(not initialized)" |
87 | 87 | #define CCM_NODE_STATUS_UP "up" |
88 | 88 |
|
89 | | -// Configuration file setting keys |
90 | | -#define CCM_CONFIGURATION_KEY_CASSANDRA_VERSION "cassandra_version" |
91 | | -#define CCM_CONFIGURATION_KEY_USE_GIT "use_git" |
92 | | -#define CCM_CONFIGURATION_KEY_BRANCH_TAG "branch_tag" |
93 | | -#define CCM_CONFIGURATION_KEY_USE_INSTALL_DIR "use_install_dir" |
94 | | -#define CCM_CONFIGURATION_KEY_INSTALL_DIR "install_dir" |
95 | | -#define CCM_CONFIGURATION_KEY_DEPLOYMENT_TYPE "deployment_type" |
96 | | -#define CCM_CONFIGURATION_KEY_VERBOSE "verbose" |
97 | | -#define CCM_CONFIGURATION_KEY_USE_DSE "use_dse" |
98 | | -#define CCM_CONFIGURATION_KEY_USE_DDAC "use_ddac" |
99 | | -#define CCM_CONFIGURATION_KEY_DSE_VERSION "dse_version" |
100 | | -#define CCM_CONFIGURATION_KEY_DSE_CREDENTIALS_TYPE "dse_credentials_type" |
101 | | -#define CCM_CONFIGURATION_KEY_DSE_USERNAME "dse_username" |
102 | | -#define CCM_CONFIGURATION_KEY_DSE_PASSWORD "dse_password" |
103 | | -#define CCM_CONFIGURATION_KEY_AUTHENTICATION_TYPE "authentication_type" |
104 | | -#define CCM_CONFIGURATION_KEY_HOST "host" |
105 | | -#define CCM_CONFIGURATION_KEY_SSH_PORT "ssh_port" |
106 | | -#define CCM_CONFIGURATION_KEY_SSH_USERNAME "ssh_username" |
107 | | -#define CCM_CONFIGURATION_KEY_SSH_PASSWORD "ssh_password" |
108 | | -#define CCM_CONFIGURATION_KEY_SSH_PUBLIC_KEY "ssh_public_key" |
109 | | -#define CCM_CONFIGURATION_KEY_SSH_PRIVATE_KEY "ssh_private_key" |
110 | | - |
111 | 89 | // Workload value initialization |
112 | 90 | const std::string DSE_WORKLOADS[] = { "cassandra", "cfs", "dsefs", "graph", |
113 | 91 | "hadoop", "solr", "spark" }; |
|
0 commit comments