Commit Graph

7 Commits

Author SHA1 Message Date
Andreas Jaeger 24c77dfa61 Retire repository
Fuel repositories are all retired in openstack namespace, retire
remaining fuel repos in x namespace since they are unused now.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011675.html

A related change is: https://review.opendev.org/699752 .

Change-Id: Ife781cb34bcd39d583baa2a7ace77dbed19c6e74
2019-12-18 19:38:33 +01:00
Simon Pasquier d201f5cf56 Prevent co-installation with the Contrail plugin
Change-Id: I34d2caa7584567d22b9090170bf36093c9860919
Closes-Bug: #1646550
2017-01-10 15:07:59 +01:00
Simon Pasquier a86502182e Switch the Grafana dashboard to the public network
By default, the Grafana dashboard is now exposed on the public network.
To change this configuration, the deployer will have to assign the
'grafana' role to another network using Fuel netwowrk templates.

DocImpact

Change-Id: I983ef16f4c33a098b4bb8c2ef03ac949d325bcc4
2016-09-02 14:13:50 +02:00
Simon Pasquier 5f3a4a8ce0 Re-execute necessary tasks on the deployed nodes
This change makes sure that Pacemaker and HAProxy are reconfigured on
the nodes that are already deployed when the environment is scaled up
or down. We use a mixture of update_required (for scale-up operations)
and reexecute_on (for scale-down operations).

Closes-Bug: #1536533
Change-Id: If3040b3846ded9525c5be78ba5407de4a4ea50e5
2016-01-21 17:17:01 +01:00
Guillaume Thouvenin a876bbc80e Separate InfluxDB administration from configuration
This change adds a class to be able to create an admin user and it also
creates a defined type to create database and its associated user.
This allows the creation of the LMA database when InfluxDB cluster is
up and ready.

Implements: blueprint influxdb-clustering
Change-Id: I5e40ff510385f867d26b77a2af5ed278a0f9cc15
2016-01-15 16:21:18 +01:00
Guillaume Thouvenin 322fd4a1d1 Install InfluxDB in HA mode
- Allow to deploy three influxdb_grafana nodes at most
- Add firewall rule to allow traffic between the nodes of the raft
  cluster
- Create a VIP
- Create a file /etc/hiera/plugins/influxdb_grafana.yaml that contains
  information about nodes that belong to the raft cluster and the VIP
- Install and configure HAProxy

Implements: blueprint influxdb-clustering
Change-Id: I0852da40d709563adc8b89bbad240ae89dfa862e
2016-01-15 11:07:25 +01:00
Swann Croiset c916c62eeb Switch to custom role influxdb_grafana
- Use plugin version 3.0.0 and remove compatibility with MOS 6.1
- Leverage common tasks to configure disk and network

Change-Id: I5175c577e54e0b41b5e60e136d025f1781a2a45b
2015-09-07 18:03:03 +02:00