Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

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

Create environment:

  1. Log in to Jenkins: https://jenkins-aws.indexdata.com/
  2. Navigate to job: Rancher → Infrastructure → create-development-project
  3. Click Build with Parameters button
  4. Select parameters

    ParameterValue
    actionapply
    folio_repositoryplatform-complete or platform-core
    folio_branchmaster or snapshot or other
    okapi_versiondefault or any other available
    rancher_project_nameproject/team name
    load_referencetrue
    load_sampletrue
    reindex_elastic_searchtrue


  5. Click Build button
  6. Wait for completion

ExampleImage Added

Destroy environment:

  1. Log in to Jenkins: https://jenkins-aws.indexdata.com/
  2. Navigate to job: Rancher → Infrastructure → create-development-project
  3. Click Build with Parameters button
  4. Select parameters

    ParameterValue
    actiondestroy
    rancher_project_nameproject/team name


  5. Click Build button
  6. Wait for completion