Merge "Add split-stack environments"
This commit is contained in:
commit
8c778263a8
19
environments/overcloud-baremetal.j2.yaml
Normal file
19
environments/overcloud-baremetal.j2.yaml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
resource_registry:
|
||||||
|
OS::TripleO::AllNodes::SoftwareConfig: OS::Heat::None
|
||||||
|
OS::TripleO::PostDeploySteps: OS::Heat::None
|
||||||
|
OS::TripleO::DefaultPasswords: OS::Heat::None
|
||||||
|
OS::TripleO::RandomString: OS::Heat::None
|
||||||
|
OS::TripleO::AllNodesDeployment: OS::Heat::None
|
||||||
|
|
||||||
|
parameter_defaults:
|
||||||
|
# Deploy no services
|
||||||
|
{% for role in roles %}
|
||||||
|
{{role.name}}Services: []
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
|
# Consistent Hostname format
|
||||||
|
ControllerHostnameFormat: overcloud-controller-%index%
|
||||||
|
ComputeHostnameFormat: overcloud-novacompute-%index%
|
||||||
|
ObjectStorageHostnameFormat: overcloud-objectstorage-%index%
|
||||||
|
CephStorageHostnameFormat: overcloud-cephstorage-%index%
|
||||||
|
BlockStorageHostnameFormat: overcloud-blockstorage-%index%
|
7
environments/overcloud-services.yaml
Normal file
7
environments/overcloud-services.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
parameter_defaults:
|
||||||
|
# Consistent Hostname format
|
||||||
|
ControllerDeployedServerHostnameFormat: overcloud-controller-%index%
|
||||||
|
ComputeDeployedServerHostnameFormat: overcloud-novacompute-%index%
|
||||||
|
ObjectStorageDeployedServerHostnameFormat: overcloud-objectstorage-%index%
|
||||||
|
CephStorageDeployedServerHostnameFormat: overcloud-cephstorage-%index%
|
||||||
|
BlockStorageDeployedServerHostnameFormat: overcloud-blockstorage-%index%
|
@ -34,7 +34,7 @@ parameters:
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
VipPort:
|
VipPort:
|
||||||
type: OS::Neutron::Port
|
type: OS::TripleO::Network::Ports::ControlPlaneVipPort
|
||||||
properties:
|
properties:
|
||||||
network: {get_param: ControlPlaneNetwork}
|
network: {get_param: ControlPlaneNetwork}
|
||||||
name: {get_param: PortName}
|
name: {get_param: PortName}
|
||||||
|
@ -4,10 +4,12 @@ resource_registry:
|
|||||||
OS::TripleO::PostDeploySteps: puppet/post.yaml
|
OS::TripleO::PostDeploySteps: puppet/post.yaml
|
||||||
OS::TripleO::PostUpgradeSteps: puppet/post-upgrade.yaml
|
OS::TripleO::PostUpgradeSteps: puppet/post-upgrade.yaml
|
||||||
OS::TripleO::AllNodes::SoftwareConfig: puppet/all-nodes-config.yaml
|
OS::TripleO::AllNodes::SoftwareConfig: puppet/all-nodes-config.yaml
|
||||||
|
OS::TripleO::AllNodesDeployment: OS::Heat::StructuredDeployments
|
||||||
OS::TripleO::Hosts::SoftwareConfig: hosts-config.yaml
|
OS::TripleO::Hosts::SoftwareConfig: hosts-config.yaml
|
||||||
OS::TripleO::Ssh::HostPubKey: extraconfig/tasks/ssh/host_public_key.yaml
|
OS::TripleO::Ssh::HostPubKey: extraconfig/tasks/ssh/host_public_key.yaml
|
||||||
OS::TripleO::Ssh::KnownHostsConfig: extraconfig/tasks/ssh/known_hosts_config.yaml
|
OS::TripleO::Ssh::KnownHostsConfig: extraconfig/tasks/ssh/known_hosts_config.yaml
|
||||||
OS::TripleO::DefaultPasswords: default_passwords.yaml
|
OS::TripleO::DefaultPasswords: default_passwords.yaml
|
||||||
|
OS::TripleO::RandomString: OS::Heat::RandomString
|
||||||
|
|
||||||
# Tasks (for internal TripleO usage)
|
# Tasks (for internal TripleO usage)
|
||||||
OS::TripleO::Tasks::UpdateWorkflow: OS::Heat::None
|
OS::TripleO::Tasks::UpdateWorkflow: OS::Heat::None
|
||||||
|
@ -242,15 +242,15 @@ resources:
|
|||||||
HOST: {get_param: CloudNameStorageManagement}
|
HOST: {get_param: CloudNameStorageManagement}
|
||||||
|
|
||||||
HeatAuthEncryptionKey:
|
HeatAuthEncryptionKey:
|
||||||
type: OS::Heat::RandomString
|
type: OS::TripleO::RandomString
|
||||||
|
|
||||||
PcsdPassword:
|
PcsdPassword:
|
||||||
type: OS::Heat::RandomString
|
type: OS::TripleO::RandomString
|
||||||
properties:
|
properties:
|
||||||
length: 16
|
length: 16
|
||||||
|
|
||||||
HorizonSecret:
|
HorizonSecret:
|
||||||
type: OS::Heat::RandomString
|
type: OS::TripleO::RandomString
|
||||||
properties:
|
properties:
|
||||||
length: 10
|
length: 10
|
||||||
|
|
||||||
@ -334,7 +334,7 @@ resources:
|
|||||||
servers: {get_attr: [{{role.name}}Servers, value]}
|
servers: {get_attr: [{{role.name}}Servers, value]}
|
||||||
|
|
||||||
{{role.name}}AllNodesDeployment:
|
{{role.name}}AllNodesDeployment:
|
||||||
type: OS::Heat::StructuredDeployments
|
type: OS::TripleO::AllNodesDeployment
|
||||||
depends_on:
|
depends_on:
|
||||||
{% for role_inner in roles %}
|
{% for role_inner in roles %}
|
||||||
- {{role_inner.name}}HostsDeployment
|
- {{role_inner.name}}HostsDeployment
|
||||||
@ -575,12 +575,12 @@ resources:
|
|||||||
UpdateIdentifier: {get_param: UpdateIdentifier}
|
UpdateIdentifier: {get_param: UpdateIdentifier}
|
||||||
|
|
||||||
MysqlRootPassword:
|
MysqlRootPassword:
|
||||||
type: OS::Heat::RandomString
|
type: OS::TripleO::RandomString
|
||||||
properties:
|
properties:
|
||||||
length: 10
|
length: 10
|
||||||
|
|
||||||
RabbitCookie:
|
RabbitCookie:
|
||||||
type: OS::Heat::RandomString
|
type: OS::TripleO::RandomString
|
||||||
properties:
|
properties:
|
||||||
length: 20
|
length: 20
|
||||||
salt: {get_param: RabbitCookieSalt}
|
salt: {get_param: RabbitCookieSalt}
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Add 2 new example environments to facilitate deploying split-stack,
|
||||||
|
environments/overcloud-baremetal.j2.yaml and
|
||||||
|
environments/overcloud-services.yaml. The environments are used to deploy two
|
||||||
|
separate Heat stacks, one for just the baremetal+network configuration and one
|
||||||
|
for the service configuration.
|
Loading…
Reference in New Issue
Block a user