Skip to end of banner
Go to start of banner

How to start\activate Rancher environment

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 10 Next »

Target Jenkins pipeline: Link

Aim: Spin up automatically scaled down Rancher environment


Epilogue: *** Starting from   All Rancher environments will be excluded from auto start action inside "managePods" pipeline i.e. to make environment up & running manual interaction is a MUST. 

INFO:

  • Time zone: UTC i.e. all schedules are in UTC time zone

How to start Rancher environment:

PARAMETERVALUEREQUIRED
CLUSTERList of clusterstrue
NAMESPACEList of namespacestrue
ACTIONstart | default valuetrue

P.S. ***IGNORE ALL OF THE REST PARAMETERS***


EXAMPLE OF STARTING SAMPLE RANCHER ENVIRONMENT:

  • Select all 3 required parameters
  • Click on "BUILD" button at the bottom of Jenkins pipeline page



How to monitor job status:

  • Review Console Output

If Green Checkmark appeared, then pipeline execution successfully complete.

Check, Verify & Validate target environment.

Information, how to construct environment URLs, please visit this page: Link

In case of any issue, please report via Slack Channel.

How to exclude environment from auto shutdown list:

(CAUTION: THIS IS ONE TIME OPERATION, SETTINGS ARE NOT PERMENANT, i.e. if target date passed, on the cycle environment will be automatically included into the list)


P.S. ***IGNORE ALL OF THE REST PARAMETERS***

PERIOD:

parameter defines for how long target environment will be excluded from auto shutdown process, possible values: night (upcoming i.e. DO NOT shutdown tonight), weekend (upcoming i.e. DO NOT shutdown on this weekend)


       PARAMETER              VALUE              REQUIRED
CLUSTERList of clusterstrue
NAMESPACEList of namespacestrue
PERIODnight || weekendtrue
SUSPENDcheckmark true


EXAMPLE of parameters selection to suspend auto shutdown for tonight:

  • select all required 4 parameters
  • click on "BUILD" button at the bottom of Jenkins pipeline page



  • No labels