Files
openstack-helm/doc/source/install/multinode.rst
Steve Wilkerson 0aae608aa0 Gate: Add process exporter to gate deployments and docs
This adds the process exporter to both the developer and multinode
gates, along with adding the relevant deployment steps to the docs

Change-Id: I85d5c398fbbb62145c9bb4e3a885e9a774725e5a
2018-09-04 15:54:25 -05:00

5.0 KiB

Development Deployment

Deploy Local Docker Registry

../../../tools/deployment/multinode/010-deploy-docker-registry.sh

Alternatively, this step can be performed by running the script directly:

./tools/deployment/multinode/010-deploy-docker-registry.sh

Deploy Cluster and Namespace Ingress Controllers

../../../tools/deployment/multinode/020-ingress.sh

Alternatively, this step can be performed by running the script directly:

./tools/deployment/multinode/020-ingress.sh

Deploy Ceph
^^^^^^^^^^^

.. literalinclude:: ../../../../tools/deployment/multinode/030-ceph.sh
    :language: shell
    :lines: 1,17-

Alternatively, this step can be performed by running the script directly:

.. code-block:: shell

  ./tools/deployment/multinode/030-ceph.sh

Activate the OSH-Infra namespace to be able to use Ceph
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. literalinclude:: ../../../../tools/deployment/multinode/035-ceph-ns-activate.sh
    :language: shell
    :lines: 1,17-

Alternatively, this step can be performed by running the script directly:

.. code-block:: shell

  ./tools/deployment/multinode/035-ceph-ns-activate.sh

Deploy LDAP

../../../tools/deployment/multinode/040-ldap.sh

Alternatively, this step can be performed by running the script directly:

./tools/deployment/multinode/040-ldap.sh

Deploy Prometheus

../../../tools/deployment/multinode/050-prometheus.sh

Alternatively, this step can be performed by running the script directly:

./tools/deployment/multinode/050-prometheus.sh

Deploy Alertmanager

../../../tools/deployment/multinode/060-alertmanager.sh

Alternatively, this step can be performed by running the script directly:

./tools/deployment/multinode/060-alertmanager.sh

Deploy Kube-State-Metrics

../../../tools/deployment/multinode/070-kube-state-metrics.sh

Alternatively, this step can be performed by running the script directly:

./tools/deployment/multinode/070-kube-state-metrics.sh

Deploy Node Exporter

../../../tools/deployment/multinode/080-node-exporter.sh

Alternatively, this step can be performed by running the script directly:

./tools/deployment/multinode/080-node-exporter.sh

Deploy Process Exporter

../../../tools/deployment/multinode/085-process-exporter.sh

Alternatively, this step can be performed by running the script directly:

./tools/deployment/multinode/085-process-exporter.sh

Deploy OpenStack Exporter

../../../tools/deployment/multinode/090-openstack-exporter.sh

Alternatively, this step can be performed by running the script directly:

./tools/deployment/multinode/090-openstack-exporter.sh

Deploy Grafana

../../../tools/deployment/multinode/100-grafana.sh

Alternatively, this step can be performed by running the script directly:

./tools/deployment/multinode/100-grafana.sh

Deploy Nagios

../../../tools/deployment/multinode/110-nagios.sh

Alternatively, this step can be performed by running the script directly:

./tools/deployment/multinode/110-nagios.sh

Deploy Elasticsearch

../../../tools/deployment/multinode/120-elasticsearch.sh

Alternatively, this step can be performed by running the script directly:

./tools/deployment/multinode/120-elasticsearch.sh

Deploy Fluent-Logging

../../../tools/deployment/multinode/130-fluent-logging.sh

Alternatively, this step can be performed by running the script directly:

./tools/deployment/multinode/130-fluent-logging.sh

Deploy Kibana

../../../tools/deployment/multinode/140-kibana.sh

Alternatively, this step can be performed by running the script directly:

./tools/deployment/multinode/140-kibana.sh