Use openstack-tripleo-* in includepkgs

There's no reason we wouldn't want to always include tripleo
packages by default, and this avoids us having to manually maintain
a list of openstack-tripleo-* packages.

Change-Id: If56d5325d184fcb295d745d812297a3c64f65f9c
Related-Bug: 1715625
This commit is contained in:
Ben Nemec 2017-09-08 15:05:54 +00:00
parent 0dc002a0b2
commit 1a3c984901
1 changed files with 2 additions and 4 deletions

View File

@ -28,10 +28,8 @@ PRIORITY_RE = re.compile('priority=\d+')
INCLUDE_PKGS = ('includepkgs=diskimage-builder,instack,instack-undercloud,'
'os-apply-config,os-collect-config,os-net-config,'
'os-refresh-config,python-tripleoclient,'
'openstack-tripleo-common*,openstack-tripleo-heat-templates,'
'openstack-tripleo-image-elements,openstack-tripleo,'
'openstack-tripleo-puppet-elements,openstack-puppet-modules,'
'openstack-tripleo-ui,puppet-*')
'openstack-tripleo-*,openstack-puppet-modules,'
'puppet-*')
OPSTOOLS_REPO_URL = ('https://raw.githubusercontent.com/centos-opstools/'
'opstools-repo/master/opstools.repo')
DEFAULT_OUTPUT_PATH = '/etc/yum.repos.d'