Merge "Updating repository for code containing the smoke tests"
[apex.git] / build / overcloud-full.sh
1 #!/bin/sh
2 ##############################################################################
3 # Copyright (c) 2015 Tim Rozet (Red Hat), Dan Radez (Red Hat) and others.
4 #
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10 set -xe
11 source ./cache.sh
12 source ./variables.sh
13 source ./functions.sh
14
15 populate_cache "$rdo_images_uri/overcloud-full.tar"
16
17 if [ ! -d ${BUILD_DIR} ]; then mkdir ${BUILD_DIR}; fi
18 tar -xf ${CACHE_DIR}/overcloud-full.tar -C ${BUILD_DIR}/
19 mv -f ${BUILD_DIR}/overcloud-full.qcow2 ${BUILD_DIR}/overcloud-full_build.qcow2
20
21 ##########################################################
22 #####  Prep initial overcloud image with common deps #####
23 ##########################################################
24
25 pushd ${BUILD_DIR} > /dev/null
26
27 # prep opnfv-puppet-tripleo for undercloud
28 clone_fork opnfv-puppet-tripleo
29 pushd opnfv-puppet-tripleo > /dev/null
30 git archive --format=tar.gz --prefix=tripleo/ HEAD > ${BUILD_DIR}/opnfv-puppet-tripleo.tar.gz
31 popd > /dev/null
32
33 # download customized os-net-config
34 clone_fork os-net-config
35 pushd os-net-config/os_net_config > /dev/null
36 git archive --format=tar.gz --prefix=os_net_config/ HEAD > ${BUILD_DIR}/os-net-config.tar.gz
37 popd > /dev/null
38
39 dpdk_pkg_str=''
40 for package in ${dpdk_rpms[@]}; do
41   wget "$dpdk_uri_base/$package"
42   dpdk_pkg_str+=" --upload ${BUILD_DIR}/${package}:/root/dpdk_rpms"
43 done
44
45 # tar up the congress puppet module
46 rm -rf puppet-congress
47 git clone https://github.com/openstack/puppet-congress
48 pushd puppet-congress > /dev/null
49 git archive --format=tar.gz --prefix=congress/ HEAD > ${BUILD_DIR}/puppet-congress.tar.gz
50 popd > /dev/null
51
52 # tar up the fd.io module
53 rm -rf puppet-fdio
54 git clone https://git.fd.io/puppet-fdio
55 pushd puppet-fdio > /dev/null
56 git archive --format=tar.gz --prefix=fdio/ HEAD > ${BUILD_DIR}/puppet-fdio.tar.gz
57 popd > /dev/null
58
59 # tar up vsperf
60 rm -rf vsperf vsperf.tar.gz
61 git clone https://gerrit.opnfv.org/gerrit/vswitchperf vsperf
62 tar czf vsperf.tar.gz vsperf
63
64 # tar up the tacker puppet module
65 rm -rf puppet-tacker
66 git clone https://github.com/openstack/puppet-tacker
67 pushd puppet-tacker > /dev/null
68 git archive --format=tar.gz --prefix=tacker/ origin/stable/ocata > ${BUILD_DIR}/puppet-tacker.tar.gz
69 popd > /dev/null
70
71 # Master FD.IO Repo
72 cat > ${BUILD_DIR}/fdio.repo << EOF
73 [fdio-master]
74 name=fd.io master branch latest merge
75 baseurl=https://nexus.fd.io/content/repositories/fd.io.master.centos7/
76 enabled=1
77 gpgcheck=0
78 EOF
79
80 # Get Real Time Kernel from kvm4nfv
81 populate_cache $kvmfornfv_uri_base/$kvmfornfv_kernel_rpm
82
83 # Increase disk size by 500MB to accommodate more packages
84 qemu-img resize overcloud-full_build.qcow2 +500MB
85
86 # expand file system to max disk size
87 # installing forked opnfv-puppet-tripleo
88 # upload dpdk rpms but do not install
89 # install the congress rpms
90 # upload and explode the congress puppet module
91 # install fd.io yum repo and packages
92 # upload puppet fdio
93 # git clone vsperf into the overcloud image
94 # upload the tacker puppet module and untar it
95 # install tacker
96 # upload the rt_kvm kernel
97 LIBGUESTFS_BACKEND=direct virt-customize \
98     --run-command "xfs_growfs /dev/sda" \
99     --upload ${BUILD_DIR}/opnfv-puppet-tripleo.tar.gz:/etc/puppet/modules \
100     --run-command "yum update -y python-ipaddress rabbitmq-server erlang*" \
101     --run-command "if ! rpm -qa | grep python-redis; then yum install -y python-redis; fi" \
102     --run-command "sed -i 's/^#UseDNS.*$/UseDNS no/' /etc/ssh/sshd_config" \
103     --run-command "sed -i 's/^GSSAPIAuthentication.*$/GSSAPIAuthentication no/' /etc/ssh/sshd_config" \
104     --run-command "cd /etc/puppet/modules && rm -rf tripleo && tar xzf opnfv-puppet-tripleo.tar.gz" \
105     --run-command "mkdir /root/dpdk_rpms" \
106     --upload ${BUILD_DIR}/fdio.repo:/etc/yum.repos.d/fdio.repo \
107     $dpdk_pkg_str \
108     --run-command "yum install --downloadonly --downloaddir=/root/fdio vpp vpp-devel vpp-lib vpp-api-python vpp-plugins" \
109     --upload ${BUILD_DIR}/noarch/$netvpp_pkg:/root/fdio \
110     --run-command "yum install -y /root/fdio/*.rpm" \
111     --run-command "yum install -y etcd" \
112     --install python-etcd \
113     --run-command "puppet module install cristifalcas/etcd" \
114     --run-command "yum update -y puppet" \
115     --install "centos-release-qemu-ev" \
116     --run-command "yum install -y qemu-kvm-ev-2.3.0-31.el7_2.21.1.x86_64" \
117     --run-command "yum remove -y qemu-system-x86" \
118     --upload ${BUILD_DIR}/os-net-config.tar.gz:/usr/lib/python2.7/site-packages \
119     --run-command "cd /usr/lib/python2.7/site-packages/ && rm -rf os_net_config && tar xzf os-net-config.tar.gz" \
120     --upload ${BUILD_DIR}/noarch/$congress_pkg:/root/ \
121     --install /root/$congress_pkg \
122     --install "python2-congressclient" \
123     --upload ${BUILD_DIR}/puppet-congress.tar.gz:/etc/puppet/modules/ \
124     --run-command "cd /etc/puppet/modules/ && tar xzf puppet-congress.tar.gz" \
125     --run-command "rm -f /etc/sysctl.d/80-vpp.conf" \
126     --install unzip \
127     --upload ${BUILD_DIR}/puppet-fdio.tar.gz:/etc/puppet/modules \
128     --run-command "cd /etc/puppet/modules && tar xzf puppet-fdio.tar.gz" \
129     --upload ${BUILD_DIR}/vsperf.tar.gz:/var/opt \
130     --run-command "cd /var/opt && tar xzf vsperf.tar.gz" \
131     --upload ${BUILD_DIR}/puppet-tacker.tar.gz:/etc/puppet/modules/ \
132     --run-command "cd /etc/puppet/modules/ && tar xzf puppet-tacker.tar.gz" \
133     --upload ${BUILD_DIR}/noarch/$tacker_pkg:/root/ \
134     --install /root/$tacker_pkg \
135     --upload ${BUILD_DIR}/noarch/$tackerclient_pkg:/root/ \
136     --install /root/$tackerclient_pkg \
137     --run-command "pip install python-senlinclient" \
138     --run-command "sed -i -E 's/timeout=[0-9]+/timeout=60/g' /usr/share/openstack-puppet/modules/rabbitmq/lib/puppet/provider/rabbitmqctl.rb" \
139     --upload ${BUILD_ROOT}/patches/neutron-patch-NSDriver.patch:/usr/lib/python2.7/site-packages/ \
140     --run-command "cd /usr/lib/python2.7/site-packages/ && patch -p1 < neutron-patch-NSDriver.patch" \
141     --upload ${BUILD_ROOT}/patches/puppet-neutron-add-odl-settings.patch:/usr/share/openstack-puppet/modules/neutron/ \
142     --run-command "cd /usr/share/openstack-puppet/modules/neutron && patch -p1 <  puppet-neutron-add-odl-settings.patch" \
143     --upload ${CACHE_DIR}/$kvmfornfv_kernel_rpm:/root/ \
144     -a overcloud-full_build.qcow2
145
146 mv -f overcloud-full_build.qcow2 overcloud-full.qcow2
147 popd > /dev/null