TreasureMap links updated
[yaml_builds.git] / tools / generate_yamls.sh
1 #!/bin/bash
2 ##############################################################################
3 # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.        #
4 #                                                                            #
5 # Licensed under the Apache License, Version 2.0 (the "License"); you may    #
6 # not use this file except in compliance with the License.                   #
7 #                                                                            #
8 # You may obtain a copy of the License at                                    #
9 #       http://www.apache.org/licenses/LICENSE-2.0                           #
10 #                                                                            #
11 # Unless required by applicable law or agreed to in writing, software        #
12 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT  #
13 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.           #
14 # See the License for the specific language governing permissions and        #
15 # limitations under the License.                                             #
16 ##############################################################################
17
18 set -x
19
20 source $(dirname $0)/setenv.sh
21
22 if [ -z "$AIRSHIP_TREASUREMAP" ]
23 then
24   echo "Please use https://git.openstack.org/openstack/airship-treasuremap to clone airship_treasuremap. Also set AIRSHIP_TREASUREMAP to it."
25   exit -1
26 fi
27
28 if [ -z "$1" ]
29 then
30   echo "Please pass site name as command line argument"
31   exit -2
32 else
33   SITE=${SITE:-$1}
34   echo "SITE=$SITE"
35 fi
36
37 cd $YAML_BUILDS
38 python ./scripts/jcopy.py $SITE.yaml ./templates $YAML_BUILDS/site/$SITE
39 python ./scripts/jcopy.py $SITE.yaml ./tools/j2/set_site_env.sh ./tools/env_$SITE.sh
40 cp -r site/common/* site/$SITE/