-
Notifications
You must be signed in to change notification settings - Fork 38
/
kuberdock-ci-env
48 lines (43 loc) · 1.88 KB
/
kuberdock-ci-env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#
# KuberDock - is a platform that allows users to run applications using Docker
# container images and create SaaS / PaaS based on these applications.
# Copyright (C) 2017 Cloud Linux INC
#
# This file is part of KuberDock.
#
# KuberDock is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# KuberDock is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with KuberDock; if not, see <http://www.gnu.org/licenses/>.
#
# Script installs CEPH-client to a node. It is obsolete now, because CEPH
# client will be installed to node automatically, during node adding to KD
# cluster.
# Please set valid IPs/credentials/data for you infrastructure. Otherwise
# many things will not work (incl. deploy, unittests, integration tests etc.)
export PATH=dev-utils:$PATH # enables docker-based vagrant
export VAGRANT_CWD=dev-utils/dev-env/
export VAGRANT_NO_PARALLEL=1
export ANSIBLE_CALLBACK_WHITELIST=profile_tasks
export KD_LICENSE=patch
export BUILD_CLUSTER=1
export KD_ONE_URL=https://some-nebula.host.com:2633/RPC2
export KD_ADD_SHARED_PUB_KEYS=1
export KD_ADD_TIMESTAMPS=1
# Bump templates explicitly (yum update), before making each new release branch.
export KD_NEBULA_TEMPLATE_ID=583
export KD_NEBULA_RHOST_TEMPLATE_ID=585 # cent6 template
# In CL infrastructure it's behind VPN, but could be anywhere
export KD_PASTEBIN_URL=http://192.168.113.77/paste
export KD_PASTEBIN_USER=kuberdock
export KD_PASTEBIN_PASS=SOMESECRET
export KUBE_AWS_ZONE=eu-central-1a
export AWS_S3_REGION=eu-central-1