Revert "Fix deprecated parameters in Heat and Manila"
The mentioned commits of puppet-heat and puppet-manila
are not in stable/ussuri so the patch is not needed in
ussuri, doing a partial revert as 3/4 commits just removed
deprecated parameters, [1] introduced new parameters which
are not available in stable/ussuri.
[1] https://review.opendev.org/#/c/723239/
This reverts commit 4f58975d6c
.
Also Switch to Ussuri branch and repos.
Change-Id: I102d7c1b1e7f4a57a88a328dbd7245c8e538df41
This commit is contained in:
parent
4f58975d6c
commit
4cebf5b283
@ -2,3 +2,4 @@
|
|||||||
host=review.opendev.org
|
host=review.opendev.org
|
||||||
port=29418
|
port=29418
|
||||||
project=x/packstack.git
|
project=x/packstack.git
|
||||||
|
defaultbranch=stable/ussuri
|
||||||
|
@ -38,8 +38,9 @@
|
|||||||
parent: packstack-base
|
parent: packstack-base
|
||||||
vars:
|
vars:
|
||||||
selinux_enforcing: "false"
|
selinux_enforcing: "false"
|
||||||
|
# change to ussuri promoted url when available
|
||||||
delorean: "https://trunk.rdoproject.org/centos8-master/puppet-passed-ci/delorean.repo"
|
delorean: "https://trunk.rdoproject.org/centos8-master/puppet-passed-ci/delorean.repo"
|
||||||
delorean_deps: "https://trunk.rdoproject.org/centos8-master/delorean-deps.repo"
|
delorean_deps: "https://trunk.rdoproject.org/centos8-ussuri/delorean-deps.repo"
|
||||||
pre-run: playbooks/packstack-centos8-pre.yaml
|
pre-run: playbooks/packstack-centos8-pre.yaml
|
||||||
nodeset:
|
nodeset:
|
||||||
nodes:
|
nodes:
|
||||||
|
48
Puppetfile
48
Puppetfile
@ -4,99 +4,99 @@ moduledir '/usr/share/openstack-puppet/modules'
|
|||||||
|
|
||||||
mod 'aodh',
|
mod 'aodh',
|
||||||
:git => 'https://github.com/openstack/puppet-aodh',
|
:git => 'https://github.com/openstack/puppet-aodh',
|
||||||
:ref => 'master'
|
:ref => 'stable/ussuri'
|
||||||
|
|
||||||
mod 'ceilometer',
|
mod 'ceilometer',
|
||||||
:git => 'https://github.com/openstack/puppet-ceilometer',
|
:git => 'https://github.com/openstack/puppet-ceilometer',
|
||||||
:ref => 'master'
|
:ref => 'stable/ussuri'
|
||||||
|
|
||||||
mod 'cinder',
|
mod 'cinder',
|
||||||
:git => 'https://github.com/openstack/puppet-cinder',
|
:git => 'https://github.com/openstack/puppet-cinder',
|
||||||
:ref => 'master'
|
:ref => 'stable/ussuri'
|
||||||
|
|
||||||
mod 'glance',
|
mod 'glance',
|
||||||
:git => 'https://github.com/openstack/puppet-glance',
|
:git => 'https://github.com/openstack/puppet-glance',
|
||||||
:ref => 'master'
|
:ref => 'stable/ussuri'
|
||||||
|
|
||||||
mod 'gnocchi',
|
mod 'gnocchi',
|
||||||
:git => 'https://github.com/openstack/puppet-gnocchi',
|
:git => 'https://github.com/openstack/puppet-gnocchi',
|
||||||
:ref => 'master'
|
:ref => 'stable/ussuri'
|
||||||
|
|
||||||
mod 'heat',
|
mod 'heat',
|
||||||
:git => 'https://github.com/openstack/puppet-heat',
|
:git => 'https://github.com/openstack/puppet-heat',
|
||||||
:ref => 'master'
|
:ref => 'stable/ussuri'
|
||||||
|
|
||||||
mod 'magnum',
|
mod 'magnum',
|
||||||
:git => 'https://github.com/openstack/puppet-magnum',
|
:git => 'https://github.com/openstack/puppet-magnum',
|
||||||
:ref => 'master'
|
:ref => 'stable/ussuri'
|
||||||
|
|
||||||
mod 'horizon',
|
mod 'horizon',
|
||||||
:git => 'https://github.com/openstack/puppet-horizon',
|
:git => 'https://github.com/openstack/puppet-horizon',
|
||||||
:ref => 'master'
|
:ref => 'stable/ussuri'
|
||||||
|
|
||||||
mod 'ironic',
|
mod 'ironic',
|
||||||
:git => 'https://github.com/openstack/puppet-ironic',
|
:git => 'https://github.com/openstack/puppet-ironic',
|
||||||
:ref => 'master'
|
:ref => 'stable/ussuri'
|
||||||
|
|
||||||
mod 'keystone',
|
mod 'keystone',
|
||||||
:git => 'https://github.com/openstack/puppet-keystone',
|
:git => 'https://github.com/openstack/puppet-keystone',
|
||||||
:ref => 'master'
|
:ref => 'stable/ussuri'
|
||||||
|
|
||||||
mod 'manila',
|
mod 'manila',
|
||||||
:git => 'https://github.com/openstack/puppet-manila',
|
:git => 'https://github.com/openstack/puppet-manila',
|
||||||
:ref => 'master'
|
:ref => 'stable/ussuri'
|
||||||
|
|
||||||
mod 'neutron',
|
mod 'neutron',
|
||||||
:git => 'https://github.com/openstack/puppet-neutron',
|
:git => 'https://github.com/openstack/puppet-neutron',
|
||||||
:ref => 'master'
|
:ref => 'stable/ussuri'
|
||||||
|
|
||||||
mod 'nova',
|
mod 'nova',
|
||||||
:git => 'https://github.com/openstack/puppet-nova',
|
:git => 'https://github.com/openstack/puppet-nova',
|
||||||
:ref => 'master'
|
:ref => 'stable/ussuri'
|
||||||
|
|
||||||
mod 'openstack_extras',
|
mod 'openstack_extras',
|
||||||
:git => 'https://github.com/openstack/puppet-openstack_extras',
|
:git => 'https://github.com/openstack/puppet-openstack_extras',
|
||||||
:ref => 'master'
|
:ref => 'stable/ussuri'
|
||||||
|
|
||||||
mod 'openstacklib',
|
mod 'openstacklib',
|
||||||
:git => 'https://github.com/openstack/puppet-openstacklib',
|
:git => 'https://github.com/openstack/puppet-openstacklib',
|
||||||
:ref => 'master'
|
:ref => 'stable/ussuri'
|
||||||
|
|
||||||
mod 'oslo',
|
mod 'oslo',
|
||||||
:git => 'https://github.com/openstack/puppet-oslo',
|
:git => 'https://github.com/openstack/puppet-oslo',
|
||||||
:ref => 'master'
|
:ref => 'stable/ussuri'
|
||||||
|
|
||||||
mod 'ovn',
|
mod 'ovn',
|
||||||
:git => 'https://github.com/openstack/puppet-ovn',
|
:git => 'https://github.com/openstack/puppet-ovn',
|
||||||
:ref => 'master'
|
:ref => 'stable/ussuri'
|
||||||
|
|
||||||
mod 'panko',
|
mod 'panko',
|
||||||
:git => 'https://github.com/openstack/puppet-panko',
|
:git => 'https://github.com/openstack/puppet-panko',
|
||||||
:ref => 'master'
|
:ref => 'stable/ussuri'
|
||||||
|
|
||||||
mod 'placement',
|
mod 'placement',
|
||||||
:git => 'https://github.com/openstack/puppet-placement',
|
:git => 'https://github.com/openstack/puppet-placement',
|
||||||
:ref => 'master'
|
:ref => 'stable/ussuri'
|
||||||
|
|
||||||
mod 'sahara',
|
mod 'sahara',
|
||||||
:git => 'https://github.com/openstack/puppet-sahara',
|
:git => 'https://github.com/openstack/puppet-sahara',
|
||||||
:ref => 'master'
|
:ref => 'stable/ussuri'
|
||||||
|
|
||||||
mod 'swift',
|
mod 'swift',
|
||||||
:git => 'https://github.com/openstack/puppet-swift',
|
:git => 'https://github.com/openstack/puppet-swift',
|
||||||
:ref => 'master'
|
:ref => 'stable/ussuri'
|
||||||
|
|
||||||
mod 'tempest',
|
mod 'tempest',
|
||||||
:git => 'https://github.com/openstack/puppet-tempest',
|
:git => 'https://github.com/openstack/puppet-tempest',
|
||||||
:ref => 'master'
|
:ref => 'stable/ussuri'
|
||||||
|
|
||||||
mod 'trove',
|
mod 'trove',
|
||||||
:git => 'https://github.com/openstack/puppet-trove',
|
:git => 'https://github.com/openstack/puppet-trove',
|
||||||
:ref => 'master'
|
:ref => 'stable/ussuri'
|
||||||
|
|
||||||
mod 'vswitch',
|
mod 'vswitch',
|
||||||
:git => 'https://github.com/openstack/puppet-vswitch',
|
:git => 'https://github.com/openstack/puppet-vswitch',
|
||||||
:ref => 'master'
|
:ref => 'stable/ussuri'
|
||||||
|
|
||||||
## Non-OpenStack modules
|
## Non-OpenStack modules
|
||||||
|
|
||||||
|
@ -37,8 +37,7 @@ class packstack::manila::backend::generic ()
|
|||||||
}
|
}
|
||||||
|
|
||||||
class { '::manila::volume::cinder':
|
class { '::manila::volume::cinder':
|
||||||
auth_type => 'password',
|
cinder_admin_password => hiera('CONFIG_CINDER_KS_PW'),
|
||||||
auth_url => hiera('CONFIG_KEYSTONE_PUBLIC_URL_VERSIONLESS'),
|
cinder_admin_tenant_name => 'services',
|
||||||
password => hiera('CONFIG_CINDER_KS_PW'),
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,7 @@ export PATH=$PATH:/usr/local/sbin:/usr/sbin
|
|||||||
|
|
||||||
SCENARIO=${SCENARIO:-scenario001}
|
SCENARIO=${SCENARIO:-scenario001}
|
||||||
|
|
||||||
BRANCH=master
|
BRANCH=stable/ussuri
|
||||||
|
|
||||||
# Find OS version and release
|
# Find OS version and release
|
||||||
source /etc/os-release
|
source /etc/os-release
|
||||||
@ -26,8 +26,8 @@ OS_NAME_VERS=${REDHAT_SUPPORT_PRODUCT}${REDHAT_SUPPORT_PRODUCT_VERSION}
|
|||||||
# We could want to override the default repositories or install behavior
|
# We could want to override the default repositories or install behavior
|
||||||
INSTALL_FROM_SOURCE=${INSTALL_FROM_SOURCE:-true}
|
INSTALL_FROM_SOURCE=${INSTALL_FROM_SOURCE:-true}
|
||||||
MANAGE_REPOS=${MANAGE_REPOS:-true}
|
MANAGE_REPOS=${MANAGE_REPOS:-true}
|
||||||
DELOREAN=${DELOREAN:-https://trunk.rdoproject.org/${OS_NAME_VERS}-master/current-passed-ci/delorean.repo}
|
DELOREAN=${DELOREAN:-https://trunk.rdoproject.org/${OS_NAME_VERS}-ussuri/current-tripleo/delorean.repo}
|
||||||
DELOREAN_DEPS=${DELOREAN_DEPS:-https://trunk.rdoproject.org/${OS_NAME_VERS}-master/delorean-deps.repo}
|
DELOREAN_DEPS=${DELOREAN_DEPS:-https://trunk.rdoproject.org/${OS_NAME_VERS}-ussuri/delorean-deps.repo}
|
||||||
GIT_BASE_URL=${GIT_BASE_URL:-https://git.openstack.org}
|
GIT_BASE_URL=${GIT_BASE_URL:-https://git.openstack.org}
|
||||||
ADDITIONAL_ARGS=${ADDITIONAL_ARGS:-}
|
ADDITIONAL_ARGS=${ADDITIONAL_ARGS:-}
|
||||||
SELINUX_ENFORCING=${SELINUX_ENFORCING:-true}
|
SELINUX_ENFORCING=${SELINUX_ENFORCING:-true}
|
||||||
|
Loading…
Reference in New Issue
Block a user