Skip to end of banner
Go to start of banner

Provision folio-dev project/namespace

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

If development team need create their environment up, or recreate if some data corrupted.

ParameterTypeDescription
actionlist<string>Action what should be done (apply if create, destroy if terminate)
folio_repositorylist<string>Repository from which install.json should be read
folio_branchlist<string>Branch of selected repo from which install.json should be read
okapi_versionlist<string>List of possible okapi versions to install (if okapi presented in install.json only one value will be shown)
rancher_project_namelist<string>Name of environment which will be changed in folio-dev cluster (Generally as a team name)
load_referencebooleanTrue if reference data should be loaded during provisioning
load_samplebooleanTrue if sample data should be loaded during provisioning
reindex_elastic_searchbooleanTrue if search index should be created during provisioning
enable_rw_splitboolean

(Optional) True if need to enable Read/Write split

Create environment:

  1. Log in to Jenkins: https://jenkins-aws.indexdata.com/
  2. Navigate to job: folioRancher → folioNamespaceTools → createNamespace
  3. Click Build with Parameters button
  4. Select parameters

    ParameterValue

    CLUSTER

    Select cluster
    NAMESPACESelect cluster namespace
    RW_SPLIT(Optional)false
    GREENMAIL(Optional)false
    MOCK_SERVER(Optional)false
    POSTGRESQL(Optional)built-in
    KAFKA(Optional)built-in

    OPENSEARCH(Optional)

    aws

    S3_BUCKET

    built-in

    MEMBERS(Optional)

    -

    AGENT

    rancher

    REFRESH_PARAMETERS

    false
  5. Click Build button
  6. Wait for completion

Destroy environment:

  1. Log in to Jenkins: https://jenkins-aws.indexdata.com/
  2. Navigate to job: folioRancher → folioNamespaceTools → deleteNamespace
  3. Click Build with Parameters button
  4. Select parameters

    ParameterValue

    CLUSTER

    Select cluster
    NAMESPACESelect cluster namespace
    RW_SPLIT(Optional)true
    POSTGRESQL(Optional)built-in
    KAFKA(Optional)built-in

    OPENSEARCH(Optional)

    aws

    S3_BUCKET

    built-in

    AGENT

    rancher

    REFRESH_PARAMETERS

    false
  5. Click Build button
  6. Wait for completion


  • No labels