Update repo URL domain name
[it/dep.git] / runric_env.sh
1 #!/bin/bash
2 ################################################################################
3 #   Copyright (c) 2019 AT&T Intellectual Property.                             #
4 #   Copyright (c) 2019 Nokia.                                                  #
5 #                                                                              #
6 #   Licensed under the Apache License, Version 2.0 (the "License");            #
7 #   you may not use this file except in compliance with the License.           #
8 #   You may obtain a copy of the License at                                    #
9 #                                                                              #
10 #       http://www.apache.org/licenses/LICENSE-2.0                             #
11 #                                                                              #
12 #   Unless required by applicable law or agreed to in writing, software        #
13 #   distributed under the License is distributed on an "AS IS" BASIS,          #
14 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
15 #   See the License for the specific language governing permissions and        #
16 #   limitations under the License.                                             #
17 ################################################################################
18
19
20 # customize the following repo info to local infrastructure
21 export __RICENV_SET__=''
22 export __RUNRICENV_GERRIT_HOST__=''
23 export __RUNRICENV_GERRIT_IP__=''
24
25 export __RUNRICENV_DOCKER_HOST__=''
26 export __RUNRICENV_DOCKER_IP__=''
27 export __RUNRICENV_DOCKER_PORT__=''
28 export __RUNRICENV_DOCKER_USER__=''
29 export __RUNRICENV_DOCKER_PASS__=''
30
31 export __RUNRICENV_HELMREPO_HOST__=''
32 export __RUNRICENV_HELMREPO_PORT__=''
33 export __RUNRICENV_HELMREPO_IP__=''
34 export __RUNRICENV_HELMREPO_USER__=''
35 export __RUNRICENV_HELMREPO_PASS__=''
36