Commit Graph

6 Commits

Author SHA1 Message Date
Alex Schultz 87abe05ba0 Retire instack-undercloud
instack-undercloud is no longer in use by the TripleO project. Removing
the code to avoid confusion. Stable branches will continue to be
maintained for their life however no new features should be added.

Change-Id: I63a813c7c1ffd30ca30017133d31a497b77a9a4d
Blueprint: remove-instack-undercloud
2018-10-30 12:16:18 +00:00
Dmitry Tantsur e33c91ee0e Optional Cinder support for undercloud
This is required to support overcloud nodes boot from volume. This support is
newly introduced in ironic in the Ocata, see the following specs for details:
http://specs.openstack.org/openstack/ironic-specs/specs/approved/boot-from-volume-reference-drivers.html
http://specs.openstack.org/openstack/ironic-specs/specs/approved/volume-connection-information.html

The implementation is mostly copied from overcloud cinder services, except
that only iscsi backend is enabled, as ironic only supports it for now.

The backup service is not enabled as part of this patch for simplicity.

Partially implements: blueprint undercloud-boot-from-volume

Change-Id: I7068c85be421d7642514c30bc47bc05589d43551
2016-12-07 18:15:01 +01:00
Martin Mágr 59300e8120 Revert "Deploy Monitoring on the undercloud with Puppet"
As has been agreed in the availability monitoring spec [1], Sensu support
on the undercloud level won't be supported. This patch removes the basic
Sensu deployment on undercloud node.

[1] https://github.com/openstack/tripleo-specs/blob/master/specs/newton/tripleo-opstools-availability-monitoring.rst

This reverts commit 5b10a84e95.
Implements: blueprint tripleo-opstools-availability-monitoring

Change-Id: If7612b9bd7b6547fab474906499a45b21d4dd156
2016-09-23 17:06:54 +02:00
Emilien Macchi e42b80e69d Update authtoken parameters to match recent changes
Update authtoken parameters for:
- aodh
- ironic
- cinder
- nova
- ceilometer

Change-Id: Ibbd7479ba1cb5793c2170cd9bd9c8302451950a2
2016-08-25 02:25:19 +00:00
Emilien Macchi 8bbcce78cb Update hiera parameter to use tripleo::haproxy
tripleo::loadbalancer is not used anymore, we need to update hiera
parameter to match with the new class.

Change-Id: Ia354b2b6b36ba3cba24b78689506fdb8eee52c6e
2016-06-01 09:45:51 -04:00
James Slagle a1a15201d5 Consolidate undercloud* elements
Consolidate undercloud-post-config and undercloud-stack-config into
undercloud-install element. All 3 of these elements have to be used
together anyway, so it makes sense to consolidate them all into one as
they're getting smaller. The consolidation will also make easier to
reason about what is remaining in the elements.

blueprint undercloud-elements
Change-Id: I50059a8a58b3082e929d0252d48c4144250c5784
2016-05-19 16:24:34 -04:00