Update list of pkgs in includepkgs

This change updates the list of packages installed from
delorean-current so that it matches those installed by tripleo.sh,
previously images would not include -current version of:

  - os-apply-config
  - os-collect-config
  - openstack-tripleo
  - openstack-tripleo-puppet-elements

To sync with the tripleo.sh behaviour we also remove the following
from the list of those installed by -current:

  - openstack-heat
  - openstack-ironic
  - openstack-ironic-inspector
  - openstack-tuskar-ui-extras
  - python-ironic-inspector-client

Change-Id: I048bc41bcf5aae9efdb233361d48a3075c1bab2d
This commit is contained in:
Giulio Fidente 2016-02-24 02:24:48 +01:00
parent d18bb42e96
commit f4afb4cf97

View File

@ -12,7 +12,7 @@
sudo sed -i 's/\[delorean\]/\[delorean-current\]/' /etc/yum.repos.d/delorean-current.repo
sudo /bin/bash -c "cat <<EOF>>/etc/yum.repos.d/delorean-current.repo
includepkgs=diskimage-builder,openstack-heat,instack,instack-undercloud,openstack-ironic,openstack-ironic-inspector,os-cloud-config,os-net-config,python-ironic-inspector-client,python-tripleoclient,tripleo-common,openstack-tripleo-heat-templates,openstack-tripleo-image-elements,openstack-tuskar-ui-extras,openstack-puppet-modules
includepkgs=diskimage-builder,instack,instack-undercloud,os-apply-config,os-cloud-config,os-collect-config,os-net-config,os-refresh-config,python-tripleoclient,tripleo-common,openstack-tripleo-heat-templates,openstack-tripleo-image-elements,openstack-tripleo,openstack-tripleo-puppet-elements,openstack-puppet-modules
EOF"