blob: 8958ee81530383c331145ab5b54190c88529136e [file] [log] [blame]
Dennis Dmitriev3fbbc7f2017-12-21 15:42:14 +02001export REPOSITORY_SUITE=2017.12
2export SALT_MODELS_SYSTEM_REPOSITORY=https://gerrit.mcp.mirantis.local.test/salt-models/reclass-system
3export SALT_FORMULAS_REPO=https://gerrit.mcp.mirantis.local.test/salt-formulas
4
5# Offline deployment simulation, requests to the apt01 node are redirected to publicly available repositories
6export FORMULA_REPOSITORY="deb [arch=amd64] http://apt.mirantis.local.test/xenial ${REPOSITORY_SUITE} salt"
7export FORMULA_GPG="http://apt.mirantis.local.test/public.gpg"
8export SALT_REPOSITORY="deb http://apt.mirantis.com/xenial/salt/2016.3/ ${REPOSITORY_SUITE} main"
9export SALT_GPG="http://apt.mirantis.local.test/public.gpg"
10export UBUNTU_REPOSITORY="deb http://mirror.mcp.mirantis.local.test/${REPOSITORY_SUITE}/ubuntu xenial main universe restricted"
11export UBUNTU_UPDATES_REPOSITORY="deb http://mirror.mcp.mirantis.local.test/${REPOSITORY_SUITE}/ubuntu xenial-updates main universe restricted"
12export UBUNTU_SECURITY_REPOSITORY="deb http://mirror.mcp.mirantis.local.test/${REPOSITORY_SUITE}/ubuntu xenial-security main universe restricted"
13
14# Offline deployment simulation, requests to the apt01 node are redirected to an 'offline apt node' with mirrors of repositories
15export FORMULA_REPOSITORY="deb [arch=amd64] http://apt.mirantis.local.test/ubuntu-xenial ${REPOSITORY_SUITE} salt extra"
16export FORMULA_GPG="http://apt.mirantis.local.test/public.gpg"
17export SALT_REPOSITORY="deb [arch=amd64] http://apt.mirantis.local.test/ubuntu-xenial/salt/2016.3/ ${REPOSITORY_SUITE} main"
18export SALT_GPG="http://apt.mirantis.local.test/public.gpg"
19export UBUNTU_REPOSITORY="deb http://mirror.mcp.mirantis.local.test/ubuntu xenial main universe restricted"
20export UBUNTU_UPDATES_REPOSITORY="deb http://mirror.mcp.mirantis.local.test/ubuntu xenial-updates main universe restricted"
21export UBUNTU_SECURITY_REPOSITORY="deb http://mirror.mcp.mirantis.local.test/ubuntu xenial-security main universe restricted"