diff --git a/client/enterprise_client_oss.go b/client/enterprise_client_ce.go similarity index 100% rename from client/enterprise_client_oss.go rename to client/enterprise_client_ce.go diff --git a/client/fingerprint/consul_test.go b/client/fingerprint/consul_test.go index 8a0d4e6b1..bdd02ee4b 100644 --- a/client/fingerprint/consul_test.go +++ b/client/fingerprint/consul_test.go @@ -449,7 +449,7 @@ func TestConsulFingerprint_Fingerprint_oss(t *testing.T) { cf := newConsulFingerPrint(t) - ts, cfg := fakeConsul(fakeConsulPayload(t, "test_fixtures/consul/agent_self_oss.json")) + ts, cfg := fakeConsul(fakeConsulPayload(t, "test_fixtures/consul/agent_self_ce.json")) defer ts.Close() node := &structs.Node{Attributes: make(map[string]string)} diff --git a/client/fingerprint/test_fixtures/consul/agent_self_oss.json b/client/fingerprint/test_fixtures/consul/agent_self_ce.json similarity index 100% rename from client/fingerprint/test_fixtures/consul/agent_self_oss.json rename to client/fingerprint/test_fixtures/consul/agent_self_ce.json diff --git a/command/agent/agent_oss.go b/command/agent/agent_ce.go similarity index 100% rename from command/agent/agent_oss.go rename to command/agent/agent_ce.go diff --git a/command/agent/config_oss.go b/command/agent/config_ce.go similarity index 100% rename from command/agent/config_oss.go rename to command/agent/config_ce.go diff --git a/command/agent/http_oss.go b/command/agent/http_ce.go similarity index 100% rename from command/agent/http_oss.go rename to command/agent/http_ce.go diff --git a/command/agent/operator_endpoint_oss.go b/command/agent/operator_endpoint_ce.go similarity index 100% rename from command/agent/operator_endpoint_oss.go rename to command/agent/operator_endpoint_ce.go diff --git a/command/agent/testagent_oss.go b/command/agent/testagent_ce.go similarity index 100% rename from command/agent/testagent_oss.go rename to command/agent/testagent_ce.go diff --git a/command/commands_oss.go b/command/commands_ce.go similarity index 100% rename from command/commands_oss.go rename to command/commands_ce.go diff --git a/command/namespace_status_oss_test.go b/command/namespace_status_ce_test.go similarity index 100% rename from command/namespace_status_oss_test.go rename to command/namespace_status_ce_test.go diff --git a/e2e/consul/namespaces_oss.go b/e2e/consul/namespaces_ce.go similarity index 100% rename from e2e/consul/namespaces_oss.go rename to e2e/consul/namespaces_ce.go diff --git a/e2e/quotas/quotas_oss.go b/e2e/quotas/quotas_ce.go similarity index 100% rename from e2e/quotas/quotas_oss.go rename to e2e/quotas/quotas_ce.go diff --git a/helper/raftutil/fsm_oss.go b/helper/raftutil/fsm_ce.go similarity index 100% rename from helper/raftutil/fsm_oss.go rename to helper/raftutil/fsm_ce.go diff --git a/nomad/autopilot_oss.go b/nomad/autopilot_ce.go similarity index 100% rename from nomad/autopilot_oss.go rename to nomad/autopilot_ce.go diff --git a/nomad/consul_oss_test.go b/nomad/consul_ce_test.go similarity index 100% rename from nomad/consul_oss_test.go rename to nomad/consul_ce_test.go diff --git a/nomad/consul_policy_oss_test.go b/nomad/consul_policy_ce_test.go similarity index 100% rename from nomad/consul_policy_oss_test.go rename to nomad/consul_policy_ce_test.go diff --git a/nomad/deploymentwatcher/multiregion_oss.go b/nomad/deploymentwatcher/multiregion_ce.go similarity index 100% rename from nomad/deploymentwatcher/multiregion_oss.go rename to nomad/deploymentwatcher/multiregion_ce.go diff --git a/nomad/endpoints_oss.go b/nomad/endpoints_ce.go similarity index 100% rename from nomad/endpoints_oss.go rename to nomad/endpoints_ce.go diff --git a/nomad/fsm_oss.go b/nomad/fsm_ce.go similarity index 100% rename from nomad/fsm_oss.go rename to nomad/fsm_ce.go diff --git a/nomad/fsm_registry_oss.go b/nomad/fsm_registry_ce.go similarity index 100% rename from nomad/fsm_registry_oss.go rename to nomad/fsm_registry_ce.go diff --git a/nomad/job_endpoint_oss.go b/nomad/job_endpoint_ce.go similarity index 100% rename from nomad/job_endpoint_oss.go rename to nomad/job_endpoint_ce.go diff --git a/nomad/job_endpoint_oss_test.go b/nomad/job_endpoint_ce_test.go similarity index 100% rename from nomad/job_endpoint_oss_test.go rename to nomad/job_endpoint_ce_test.go diff --git a/nomad/job_endpoint_hook_node_pool_oss.go b/nomad/job_endpoint_hook_node_pool_ce.go similarity index 100% rename from nomad/job_endpoint_hook_node_pool_oss.go rename to nomad/job_endpoint_hook_node_pool_ce.go diff --git a/nomad/job_endpoint_hook_vault_oss.go b/nomad/job_endpoint_hook_vault_ce.go similarity index 100% rename from nomad/job_endpoint_hook_vault_oss.go rename to nomad/job_endpoint_hook_vault_ce.go diff --git a/nomad/leader_oss.go b/nomad/leader_ce.go similarity index 100% rename from nomad/leader_oss.go rename to nomad/leader_ce.go diff --git a/nomad/license_config_oss.go b/nomad/license_config_ce.go similarity index 100% rename from nomad/license_config_oss.go rename to nomad/license_config_ce.go diff --git a/nomad/node_pool_endpoint_oss.go b/nomad/node_pool_endpoint_ce.go similarity index 100% rename from nomad/node_pool_endpoint_oss.go rename to nomad/node_pool_endpoint_ce.go diff --git a/nomad/plan_apply_oss.go b/nomad/plan_apply_ce.go similarity index 100% rename from nomad/plan_apply_oss.go rename to nomad/plan_apply_ce.go diff --git a/nomad/search_endpoint_oss.go b/nomad/search_endpoint_ce.go similarity index 100% rename from nomad/search_endpoint_oss.go rename to nomad/search_endpoint_ce.go diff --git a/nomad/server_setup_oss.go b/nomad/server_setup_ce.go similarity index 100% rename from nomad/server_setup_oss.go rename to nomad/server_setup_ce.go diff --git a/nomad/state/state_store_oss.go b/nomad/state/state_store_ce.go similarity index 100% rename from nomad/state/state_store_oss.go rename to nomad/state/state_store_ce.go diff --git a/nomad/state/state_store_variables_oss.go b/nomad/state/state_store_variables_ce.go similarity index 100% rename from nomad/state/state_store_variables_oss.go rename to nomad/state/state_store_variables_ce.go diff --git a/nomad/structs/consul_oss.go b/nomad/structs/consul_ce.go similarity index 100% rename from nomad/structs/consul_oss.go rename to nomad/structs/consul_ce.go diff --git a/nomad/structs/consul_oss_test.go b/nomad/structs/consul_ce_test.go similarity index 100% rename from nomad/structs/consul_oss_test.go rename to nomad/structs/consul_ce_test.go diff --git a/nomad/structs/node_pool_oss.go b/nomad/structs/node_pool_ce.go similarity index 100% rename from nomad/structs/node_pool_oss.go rename to nomad/structs/node_pool_ce.go diff --git a/nomad/structs/node_pool_oss_test.go b/nomad/structs/node_pool_ce_test.go similarity index 100% rename from nomad/structs/node_pool_oss_test.go rename to nomad/structs/node_pool_ce_test.go diff --git a/nomad/structs/structs_oss.go b/nomad/structs/structs_ce.go similarity index 100% rename from nomad/structs/structs_oss.go rename to nomad/structs/structs_ce.go diff --git a/nomad/structs/structs_oss_test.go b/nomad/structs/structs_ce_test.go similarity index 100% rename from nomad/structs/structs_oss_test.go rename to nomad/structs/structs_ce_test.go diff --git a/nomad/testing_oss.go b/nomad/testing_ce.go similarity index 100% rename from nomad/testing_oss.go rename to nomad/testing_ce.go diff --git a/scheduler/scheduler_oss.go b/scheduler/scheduler_ce.go similarity index 100% rename from scheduler/scheduler_oss.go rename to scheduler/scheduler_ce.go diff --git a/scheduler/stack_oss.go b/scheduler/stack_ce.go similarity index 100% rename from scheduler/stack_oss.go rename to scheduler/stack_ce.go