diff options
-rw-r--r-- | block-storage.yaml | 26 | ||||
-rw-r--r-- | undercloud-source.yaml | 11 |
2 files changed, 11 insertions, 26 deletions
diff --git a/block-storage.yaml b/block-storage.yaml index 3e5f460b..761de523 100644 --- a/block-storage.yaml +++ b/block-storage.yaml @@ -49,7 +49,6 @@ resources: get_param: CinderPassword iscsi-helper: get_param: CinderISCSIHelper - admin-password: {get_param: AdminPassword} rabbit: host: {get_input: controller_host} username: {get_param: RabbitUserName} @@ -63,28 +62,3 @@ resources: enable_tunneling: {get_param: NeutronEnableTunnelling} service-password: get_param: NeutronPassword - config: - keystone: - host: {get_input: controller_host} - cinder: - db: {get_input: cinder_dsn} - volume_size_mb: - get_param: CinderLVMLoopDeviceSize - service-password: - get_param: CinderPassword - iscsi-helper: - get_param: CinderISCSIHelper - admin-password: {get_param: AdminPassword} - rabbit: - host: {get_input: controller_host} - username: {get_param: RabbitUserName} - password: {get_param: RabbitPassword} - interfaces: - control: {get_param: NeutronPublicInterface} - neutron: - ovs: - local_ip: { get_input: neutron_local_ip } - tenant_network_type: {get_param: NeutronNetworkType} - enable_tunneling: {get_param: NeutronEnableTunnelling} - service-password: - get_param: NeutronPassword diff --git a/undercloud-source.yaml b/undercloud-source.yaml index be743ce3..a3bba63d 100644 --- a/undercloud-source.yaml +++ b/undercloud-source.yaml @@ -205,6 +205,17 @@ resources: get_param: NeutronPublicInterfaceIP controller-address: get_input: controller_host + corosync: + bindnetaddr: {get_input: controller_host} + mcastport: 5577 + nodes: + Merge::Map: + controller0: + ip: {get_attr: [undercloud, networks, ctlplane, 0]} + pacemaker: + stonith_enabled : false + recheck_interval : 5 + quorum_policy : ignore ceilometer: db: mysql://ceilometer:unset@localhost/ceilometer metering_secret: {get_param: CeilometerMeteringSecret} |