Migrates master to use direct upstream 81/56981/34
authorTim Rozet <trozet@redhat.com>
Wed, 2 May 2018 16:34:38 +0000 (12:34 -0400)
committerTim Rozet <trozet@redhat.com>
Mon, 21 May 2018 14:36:05 +0000 (10:36 -0400)
commitd2913d4bcc0fcd25dc3d01f6604049dfd0a9217d
tree5cf7a0d04cbf8b30488bb18ba7ee79e215f08e47
parent22bc385f5b2e25694699a614268aaad2fdacbb12
Migrates master to use direct upstream

We now move master to deploy from upstream.  That means we do not need
to build undercloud/overcloud images anymore.

Changes-Include:
 - Remove bash build scripts as we do not need to build anything
   other than the python package anymore
 - Remove building images or iso from build.py
 - Remove building of images and iso from Makefile
 - Rename/refactor deploy settings files for nosdn and odl.  The new
   convention is that the typical scenario names we use will deploy
   master.  We also support n-1 OS, so in that case we use the branch
   name for the "feature" in the scenario name: os-odl-queens-noha.
 - Tacker/Congress are disabled in settings files until we fix that with
   upstream.  Containers are now enabled by default.
 - Disable TLS for undercloud (was changed upstream to default enabled)
 - Fix environments docker directory for master THT (was changed upstream)
 - Includes fix for LP#1768901
 - Includes workaround for LP#1770692
 - Moves to docker.io for container images as it is more stable and
   should contain the same images
 - Removes the term 'common' from apex packaging for referencing the
   Python Apex package

Change-Id: If6b433860b3ff882686c78d0f24a2f0c52b9b57a
Signed-off-by: Tim Rozet <trozet@redhat.com>
47 files changed:
apex/build.py
apex/builders/common_builder.py
apex/builders/overcloud_builder.py
apex/builders/undercloud_builder.py
apex/common/constants.py
apex/deploy.py
apex/overcloud/deploy.py
apex/tests/test_apex_common_builder.py
apex/tests/test_apex_overcloud_deploy.py
apex/undercloud/undercloud.py
build/CentOS-Updates.repo [deleted file]
build/Makefile
build/barometer-install.sh [deleted file]
build/build_quagga.sh [deleted file]
build/c7-opnfv-x86_64-comps.xml [deleted file]
build/cache.sh [deleted file]
build/isolinux.cfg [deleted file]
build/kvm4nfv-1st-boot.yaml [deleted file]
build/overcloud-full.sh [deleted file]
build/overcloud-onos.sh [deleted file]
build/overcloud-opendaylight.sh [deleted file]
build/rpm_specs/c_capnproto.spec [deleted file]
build/rpm_specs/networking-vpp.spec
build/rpm_specs/opnfv-apex-common.spec [deleted file]
build/rpm_specs/opnfv-apex-onos.spec [deleted file]
build/rpm_specs/opnfv-apex-release.spec [deleted file]
build/rpm_specs/opnfv-apex-undercloud.spec [deleted file]
build/rpm_specs/opnfv-apex.spec
build/rpm_specs/quagga.spec [deleted file]
build/rpm_specs/zrpc.spec [deleted file]
build/undercloud.sh [deleted file]
build/variables.sh [deleted file]
config/deploy/os-nosdn-master_upstream-noha.yaml [deleted file]
config/deploy/os-nosdn-nofeature-ha.yaml
config/deploy/os-nosdn-nofeature-noha.yaml
config/deploy/os-nosdn-pike_upstream-noha.yaml [deleted file]
config/deploy/os-nosdn-queens-noha.yaml [moved from config/deploy/os-nosdn-queens_upstream-noha.yaml with 100% similarity]
config/deploy/os-odl-master_upstream-noha.yaml [deleted file]
config/deploy/os-odl-nofeature-ha.yaml
config/deploy/os-odl-nofeature-noha.yaml
config/deploy/os-odl-pike_upstream-noha.yaml [deleted file]
config/deploy/os-odl-queens-noha.yaml [moved from config/deploy/os-odl-queens_upstream-noha.yaml with 100% similarity]
docs/release/release-notes/release-notes.rst
lib/ansible/playbooks/configure_undercloud.yml
lib/ansible/playbooks/deploy_overcloud.yml
lib/ansible/playbooks/post_deploy_overcloud.yml
lib/ansible/playbooks/prepare_overcloud_containers.yml