Make the default transport POLL_SERVER_HEAT
Change it to POLL_SERVER_HEAT (Attempt 2, Earlier attempt had issues when changing this as simultaneously deleting a bunch of SoftwareDeployment resources). This is required to remove swift from undercloud. Change-Id: I639f5626013cd0ef61c1f9066fab7a7b8806287f
This commit is contained in:
parent
5a49041143
commit
cff1618e40
@ -44,10 +44,6 @@ parameter_defaults:
|
|||||||
# Type: comma_delimited_list
|
# Type: comma_delimited_list
|
||||||
NtpServer: ['0.pool.ntp.org', '1.pool.ntp.org', '2.pool.ntp.org', '3.pool.ntp.org']
|
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.
|
# Set this to true to open up ssh access from all sources.
|
||||||
# Type: boolean
|
# Type: boolean
|
||||||
SshFirewallAllowAll: True
|
SshFirewallAllowAll: True
|
||||||
|
@ -86,7 +86,6 @@ parameter_defaults:
|
|||||||
TokenExpiration: 14400
|
TokenExpiration: 14400
|
||||||
EnablePackageInstall: true
|
EnablePackageInstall: true
|
||||||
StackAction: CREATE
|
StackAction: CREATE
|
||||||
SoftwareConfigTransport: POLL_SERVER_HEAT
|
|
||||||
NeutronTunnelTypes: []
|
NeutronTunnelTypes: []
|
||||||
NeutronBridgeMappings: ctlplane:br-ctlplane
|
NeutronBridgeMappings: ctlplane:br-ctlplane
|
||||||
NeutronAgentExtensions: []
|
NeutronAgentExtensions: []
|
||||||
|
@ -96,10 +96,6 @@ parameter_defaults:
|
|||||||
# Type: comma_delimited_list
|
# Type: comma_delimited_list
|
||||||
NtpServer: ['0.pool.ntp.org', '1.pool.ntp.org', '2.pool.ntp.org', '3.pool.ntp.org']
|
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.
|
# Set this to true to open up ssh access from all sources.
|
||||||
# Type: boolean
|
# Type: boolean
|
||||||
SshFirewallAllowAll: True
|
SshFirewallAllowAll: True
|
||||||
|
@ -346,7 +346,7 @@ parameter_defaults:
|
|||||||
NeutronMechanismDrivers: ovn
|
NeutronMechanismDrivers: ovn
|
||||||
ContainerCli: podman
|
ContainerCli: podman
|
||||||
EnablePackageInstall: false
|
EnablePackageInstall: false
|
||||||
SoftwareConfigTransport: POLL_TEMP_URL
|
SoftwareConfigTransport: POLL_SERVER_HEAT
|
||||||
|
|
||||||
{% for role in roles %}
|
{% for role in roles %}
|
||||||
# Parameters generated for {{role.name}} Role
|
# Parameters generated for {{role.name}} Role
|
||||||
|
@ -37,11 +37,6 @@ environments:
|
|||||||
deployment/sshd/sshd-baremetal-ansible.yaml:
|
deployment/sshd/sshd-baremetal-ansible.yaml:
|
||||||
parameters:
|
parameters:
|
||||||
- SshFirewallAllowAll
|
- SshFirewallAllowAll
|
||||||
# TODO(aschultz): hack to pull in this config transport, not sure it is
|
|
||||||
# still needed.
|
|
||||||
puppet/controller-role.yaml:
|
|
||||||
parameters:
|
|
||||||
- SoftwareConfigTransport
|
|
||||||
sample-env-generator/standalone.yaml:
|
sample-env-generator/standalone.yaml:
|
||||||
parameters:
|
parameters:
|
||||||
- AddVipsToEtcHosts
|
- AddVipsToEtcHosts
|
||||||
@ -53,7 +48,6 @@ environments:
|
|||||||
sample_values:
|
sample_values:
|
||||||
AddVipsToEtcHosts: false
|
AddVipsToEtcHosts: false
|
||||||
StackAction: CREATE
|
StackAction: CREATE
|
||||||
SoftwareConfigTransport: POLL_SERVER_HEAT
|
|
||||||
EnablePackageInstall: true
|
EnablePackageInstall: true
|
||||||
SwiftReplicas: 1
|
SwiftReplicas: 1
|
||||||
SshFirewallAllowAll: true
|
SshFirewallAllowAll: true
|
||||||
|
@ -18,11 +18,6 @@ environments:
|
|||||||
deployment/sshd/sshd-baremetal-ansible.yaml:
|
deployment/sshd/sshd-baremetal-ansible.yaml:
|
||||||
parameters:
|
parameters:
|
||||||
- SshFirewallAllowAll
|
- SshFirewallAllowAll
|
||||||
# TODO(aschultz): hack to pull in this config transport, not sure it is
|
|
||||||
# still needed.
|
|
||||||
puppet/controller-role.yaml:
|
|
||||||
parameters:
|
|
||||||
- SoftwareConfigTransport
|
|
||||||
overcloud.yaml:
|
overcloud.yaml:
|
||||||
parameters:
|
parameters:
|
||||||
- DnsServers
|
- DnsServers
|
||||||
@ -53,7 +48,6 @@ environments:
|
|||||||
sample_values:
|
sample_values:
|
||||||
# Normal bits for standalone
|
# Normal bits for standalone
|
||||||
StackAction: CREATE
|
StackAction: CREATE
|
||||||
SoftwareConfigTransport: POLL_SERVER_HEAT
|
|
||||||
EnablePackageInstall: true
|
EnablePackageInstall: true
|
||||||
SshFirewallAllowAll: true
|
SshFirewallAllowAll: true
|
||||||
HeatEngineOptVolumes:
|
HeatEngineOptVolumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user