Skip to content

Commit

Permalink
Rename references to CCF to TEADS
Browse files Browse the repository at this point in the history
Signed-off-by: Gnanakeethan Balasubramaniam <[email protected]>
  • Loading branch information
gnanakeethan committed Aug 30, 2023
1 parent 27d7c67 commit d1a8d7a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/lib/teads-aws/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as AWS_EMBODIED from './aws-embodied.json';
import {KeyValuePair} from '../../types/boavizta';

export class TEADSEngineeringAWS implements IImpactModelInterface {
// Defined for compatibility. Not used in CCF.
// Defined for compatibility. Not used in TEADS.
authParams: object | undefined;
// name of the data source
name: string | undefined;
Expand All @@ -23,20 +23,18 @@ export class TEADSEngineeringAWS implements IImpactModelInterface {
}

/**
* Defined for compatibility. Not used in CCF.
* Defined for compatibility. Not used in TEADS.
*/
authenticate(authParams: object): void {
this.authParams = authParams;
}

/**
* Configures the CCF Plugin for IEF
* Configures the TEADS Plugin for IEF
* @param {string} name name of the resource
* @param {Object} staticParams static parameters for the resource
* @param {("aws"|"gcp"|"azure")} staticParams.provider aws, gcp, azure
* @param {string} staticParams.instance_type instance type from the list of supported instances
* @param {number} staticParams.expected_lifespan expected lifespan of the instance in years
* @param {Interpolation} staticParams.interpolation linear(All Clouds), spline (only for AWS)
*/
async configure(
name: string,
Expand Down Expand Up @@ -159,7 +157,7 @@ export class TEADSEngineeringAWS implements IImpactModelInterface {
* Returns model identifier
*/
modelIdentifier(): string {
return 'ccf.cloud.sci';
return 'teads.cloud.sci';
}

/**
Expand Down

0 comments on commit d1a8d7a

Please sign in to comment.