Revert "Stop using swift temp url for config transport"
This switch seems to be creating issues with upgrades, where a number of software deployments are deleted concurrently while updating the config transport for the server. Switching the config transport does not work with convergence heat and should be fixed in heat. We can revert this now, as we still use swift for other stuff in the undercloud. Can be changed once the issue is fixed in heat. It also reverts the following dependant commit. Revert "Cleanup SoftwareConfigTransport" This reverts commit (1821c01846a20da331959ff49fe8536f1e1bf86a and 3ea9dd4040686b7c2ec82f7e7e467e0b3c3bd2a7) Closes-Bug: #1869335 Change-Id: I835c8be3eecce91f8a370d036bf1085bc445e01d
This commit is contained in:
parent
8e0ef7156b
commit
6ff119ddac
@ -40,6 +40,10 @@ parameter_defaults:
|
||||
# Type: comma_delimited_list
|
||||
NtpServer: ['0.pool.ntp.org', '1.pool.ntp.org', '2.pool.ntp.org', '3.pool.ntp.org']
|
||||
|
||||
# How the server should receive the metadata required for software configuration.
|
||||
# Type: string
|
||||
SoftwareConfigTransport: POLL_SERVER_HEAT
|
||||
|
||||
# Set this to true to open up ssh access from all sources.
|
||||
# Type: boolean
|
||||
SshFirewallAllowAll: True
|
||||
|
@ -77,6 +77,7 @@ parameter_defaults:
|
||||
TokenExpiration: 14400
|
||||
EnablePackageInstall: true
|
||||
StackAction: CREATE
|
||||
SoftwareConfigTransport: POLL_SERVER_HEAT
|
||||
NeutronTunnelTypes: []
|
||||
NeutronBridgeMappings: ctlplane:br-ctlplane
|
||||
NeutronAgentExtensions: []
|
||||
|
@ -20,6 +20,10 @@ parameter_defaults:
|
||||
# Type: comma_delimited_list
|
||||
NtpServer: ['0.pool.ntp.org', '1.pool.ntp.org', '2.pool.ntp.org', '3.pool.ntp.org']
|
||||
|
||||
# How the server should receive the metadata required for software configuration.
|
||||
# Type: string
|
||||
SoftwareConfigTransport: POLL_SERVER_HEAT
|
||||
|
||||
# Set this to true to open up ssh access from all sources.
|
||||
# Type: boolean
|
||||
SshFirewallAllowAll: True
|
||||
|
@ -343,7 +343,7 @@ parameter_defaults:
|
||||
NeutronMechanismDrivers: ovn
|
||||
ContainerCli: podman
|
||||
EnablePackageInstall: false
|
||||
SoftwareConfigTransport: POLL_SERVER_HEAT
|
||||
SoftwareConfigTransport: POLL_TEMP_URL
|
||||
|
||||
{% for role in roles %}
|
||||
# Parameters generated for {{role.name}} Role
|
||||
|
@ -37,14 +37,18 @@ environments:
|
||||
deployment/sshd/sshd-baremetal-puppet.yaml:
|
||||
parameters:
|
||||
- SshFirewallAllowAll
|
||||
# TODO(aschultz): hack to pull in this config transport, not sure it is
|
||||
# still neded.
|
||||
puppet/controller-role.yaml:
|
||||
parameters:
|
||||
- SoftwareConfigTransport
|
||||
- DnsServers
|
||||
sample-env-generator/standalone.yaml:
|
||||
parameters:
|
||||
- AddVipsToEtcHosts
|
||||
sample_values:
|
||||
StackAction: CREATE
|
||||
SoftwareConfigTransport: POLL_SERVER_HEAT
|
||||
EnablePackageInstall: true
|
||||
SwiftReplicas: 1
|
||||
SshFirewallAllowAll: true
|
||||
|
@ -18,12 +18,16 @@ environments:
|
||||
deployment/sshd/sshd-baremetal-puppet.yaml:
|
||||
parameters:
|
||||
- SshFirewallAllowAll
|
||||
# TODO(aschultz): hack to pull in this config transport, not sure it is
|
||||
# still neded.
|
||||
puppet/controller-role.yaml:
|
||||
parameters:
|
||||
- SoftwareConfigTransport
|
||||
- DnsServers
|
||||
sample_values:
|
||||
# Normal bits for standalone
|
||||
StackAction: CREATE
|
||||
SoftwareConfigTransport: POLL_SERVER_HEAT
|
||||
EnablePackageInstall: true
|
||||
SshFirewallAllowAll: true
|
||||
HeatEngineOptVolumes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user