aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/rabbitmq.yaml
AgeCommit message (Expand)AuthorFilesLines
2017-07-19Increase default RabbitMQ/Erlang TCP timeout from 5 to 15 secondsJohn Eckersberg1-1/+1
2017-07-14Adds network/cidr mapping into a new service propertyGiulio Fidente1-0/+4
2017-05-19Update the template_version alias for all the templates to pike.Carlos Camacho1-1/+1
2017-05-15Add role specific information to the service templateSaravanan KR1-0/+8
2017-04-26Change the default for rabbitmq back to ha-mode: allMichele Baldessari1-4/+4
2017-03-27Rabbitmq: Use conditional instead of nested stack for TLS-specific bitsJuan Antonio Osorio Robles1-10/+27
2017-03-09Pass hieradata for internal TLS for RabbitMQJuan Antonio Osorio Robles1-46/+70
2017-01-20Merge "Force epmd listening to a specific address"Jenkins1-0/+1
2017-01-13Add neutron service support for composable upgrades an>: (Optional**) Intended node role (profile:control or profile:compute) * Introspection looks up the overcloud node's resources and overrides these value. You can leave default values and Apex will get the correct values when it runs introspection on the nodes. ** If capabilities profile is not specified then Apex will select node's roles in the OPNFV cluster in a non-deterministic fashion. Creating the Settings Files ----------------------------------- Edit the 2 settings files in /etc/opnfv-apex/. These files have comments to help you customize them. 1. deploy_settings.yaml This file includes basic configuration options deployment. 2. network_settings.yaml This file provides Apex with the networking information that satisfies the prerequisite `Network Requirements`_. These are specific to your environment. Running ``opnfv-deploy`` ------------------------ You are now ready to deploy OPNFV using Apex! ``opnfv-deploy`` will use the inventory and settings files to deploy OPNFV. Follow the steps below to execute: 1. Execute opnfv-deploy ``sudo opnfv-deploy [ --flat | -n network_setttings.yaml ] -i instackenv.json -d deploy_settings.yaml`` If you need more information about the options that can be passed to opnfv-deploy use ``opnfv-deploy --help`` --flat will collapse all networks onto a single nic, -n network_settings.yaml allows you to customize your networking topology. 2. Wait while deployment is executed. If something goes wrong during this part of the process, it is most likely a problem with the setup of your network or the information in your configuration files. You will also notice different outputs in your shell. 3. The message "Overcloud Deployed" will display when When the deployment is complete. Just above this message there will be a URL that ends in port http://<host>:5000. This url is also the endpoint for the OPNFV Horizon Dashboard if connected to on port 80.