
When the openrc file is managed by Git, your local changes end up conflicting with the remote version. This change renames the openrc file to openrc.default and updates the README.md file to take this into account. Change-Id: I4e5def6b38c3690a0c5d2ca64fa84045dc255fae
18 lines
759 B
Plaintext
18 lines
759 B
Plaintext
export ENV_NAME=fuel_stacklight_plugin
|
|
export VENV_PATH=$HOME/venv-stacklight-tests
|
|
|
|
# Change this if you didn't use the default database password
|
|
export DEVOPS_DB_PASSWORD=devops
|
|
|
|
# Nodes characteristics
|
|
export ADMIN_NODE_MEMORY=4096
|
|
export ADMIN_NODE_CPU=2
|
|
export SLAVE_NODE_MEMORY=5120
|
|
|
|
# Locations for MOS and plugins artefacts
|
|
export ISO_PATH=$HOME/iso/MirantisOpenStack-8.0.iso
|
|
export LMA_COLLECTOR_PLUGIN_PATH=$HOME/plugins/lma_collector-0.9-0.9.0-1.noarch.rpm
|
|
export LMA_INFRA_ALERTING_PLUGIN_PATH=$HOME/plugins/lma_infrastructure_alerting-0.9-0.9.0-1.noarch.rpm
|
|
export ELASTICSEARCH_KIBANA_PLUGIN_PATH=$HOME/plugins/elasticsearch_kibana-0.9-0.9.0-1.noarch.rpm
|
|
export INFLUXDB_GRAFANA_PLUGIN_PATH=$HOME/plugins/influxdb_grafana-0.9-0.9.0-1.noarch.rpm
|