Skip to content

Configuration settings for full offline mode in RCC 16.5? #10

@gotoshekar

Description

@gotoshekar

Dear team, We're using RCC v16.5. Exported the holotree and wdm from an environment where full internet access is there. Then imported those into an environment where pubic website access is restricted. Setting the following envrionment variables in robot.yaml and also setting --no-build in "rcc run task" command.

PIP_DISABLE_PIP_VERSION_CHECK="1"
PIP_NO_INDEX="1"
RCC_DISABLE_TELEMETRY="1"
RCC_NO_BUILD="1"
RCC_OFFLINE="true"
RCC_TELEMETRY="false"
ROBOCORP_HOME="/home/opc/.orpa/.robot_runtime"
WDM_CACHE="/home/opc/.orpa/.robot_runtime/home/webdrivers/.wdm"
WDM_OFFLINE="true"

Still the external website calls are being made to cloudfare CDNs and the process gets stuck in SYS_SENT. Please advice how to stick to pure offline mode? Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions